Linuxiha: post #2090 — TG.ME

Networking Tools⚙️


Crucial when pulling data from APIs or working with distributed systems:

هنگام دریافت داده‌ها از APIها یا کار با سیستم‌های توزیع‌شده بسیار مهم است:

ifconfig / ip a 
🗣View and configure network interfaces.


ping [host] 
🗣Test connectivity.
netstat -tulnp – Network connections and listening ports.


nslookup [domain] 
🗣DNS lookup.


ssh [user@host] 
🗣Connect to remote servers.


scp [src] [user@host:dest] 
🗣Secure file copy.


rsync -av [src] [dest] 
🗣Efficient file synchronization.


curl [URL] 
🗣Transfer data from/to a server.


wget [URL] 
🗣Download files from the web.


iftop 
🗣Monitor real-time bandwidth usage.


nc 
🗣Lightweight networking tool (debugging, file transfers).

@linuxiha| لینوکسی‌ها
🐧
👍17
May 23, 2025 1.2K 22