Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 445 Bytes

File metadata and controls

12 lines (11 loc) · 445 Bytes

🌐 Networking

ping google.com                # Test internet connection
curl https://example.com       # Fetch web page
wget https://site.com/file.txt # Download file
ip a                           # Show IP info
ifconfig                       # Network info (if installed)
termux-wifi-connectioninfo     # Wi-Fi info
termux-battery-status          # Battery info
netstat                        # Network status (if installed)