Linuxopsys Profile picture
Nov 4 β€’ 17 tweets β€’ 3 min read
50+ Linux networking commands and their explanation πŸ§΅β†“
β†’ arp - see your arp table.
β†’ aria2 – downloading just about everything. Torrents included.
β†’ arpwatch – Ethernet Activity Monitor.
β†’ bmon – bandwidth monitor and rate estimator.
β†’ bwm-ng – live network bandwidth monitor.
β†’ curl – transferring data with URLs.(or try httpie)
β†’ darkstat – captures network traffic, usage statistics.
β†’ dhclient – Dynamic Host Configuration Protocol Client
β†’ dig – query DNS servers for information.
β†’ dstat – replacement for vmstat, iostat, mpstat, netstat and ifstat.
β†’ ethtool – utility for controlling network drivers and hardware.
β†’ gated – gateway routing daemon.
β†’ host – DNS lookup utility.
β†’ hping – TCP/IP packet assembler/analyzer.
β†’ ibmonitor – shows bandwidth and total data transferred.
β†’ ifstat – report network interfaces bandwidth.
β†’ iftop – display bandwidth usage.
β†’ ip – a command with more features than ifconfig.
β†’ iperf3 – network bandwidth measurement tool.
β†’ iproute2 – collection of utilities for controlling TCP/IP.
β†’ iptables – take control of network traffic.
β†’ IPTraf – An IP Network Monitor.
β†’ iputils – set of small useful utilities for Linux networking.
β†’ iw – a new nl80211 based CLI configuration utility β†’ for wireless devices.
β†’ jwhois (whois) – client for the whois service.
β†’ lsof -i – reveal information about your network sockets.
β†’ mtr – network diagnostic tool.
β†’ net-tools – utilities include: arp, hostname, ifconfig, netstat, rarp, route, plipconfig, slattach, mii-tool, iptunnel and ipmaddr.
β†’ ncat – improved re-implementation of the venerable netcat.
β†’ netcat – networking utility for reading/writing network connections.
β†’ nethogs – a small β€˜net top’ tool.
β†’ Netperf – Network bandwidth Testing.
β†’ netplan – Netplan is a utility for easily configuring
β†’ networking on a linux system.
β†’ netsniff-ng – Swiss army knife for daily Linux network plumbing.
β†’ netwatch – monitoring Network Connections.
β†’ ngrep – grep applied to the network layer.
β†’ nload – display network usage.
β†’ nmap – network discovery and security auditing.
β†’ nmcli – a command-line tool for controlling NetworkManager and reporting network status.
β†’ nmtui – provides a text interface to configure networking by controlling NetworkManager.
β†’ nslookup – query Internet name servers interactively.
β†’ ping – send icmp echo_request to network hosts to test connectivity.
β†’ route – show / manipulate the IP routing table.
β†’ slurm – network load monitor.
β†’ snort – Network Intrusion Detection and Prevention System.
β†’ smokeping – keeps track of your network latency.
β†’ socat – establishes two bidirectional byte streams and transfers data between them.
β†’ speedometer – Measure and display the rate of data across a network.
β†’ speedtest-cli – test internet bandwidth using speedtest.net
β†’ ss – utility to investigate sockets.
β†’ ssh – secure system administration and file transfers over insecure networks.
β†’ tcpdump – command-line packet analyzer.
β†’ tcptrack – Displays information about tcp connections on a network interface.
β†’ telnet – user interface to the TELNET protocol.
β†’ tracepath – very similar function to traceroute.
β†’ traceroute – print the route packets trace to network host.
β†’ vnStat – network traffic monitor.
β†’ websocat – Connection forwarder from/to web sockets to/from usual sockets, in style of socat.
β†’ wget – retrieving files using HTTP, HTTPS, FTP and FTPS.
β†’ Wireless Tools for Linux – includes iwconfig, iwlist, iwspy, iwpriv and ifrename.
β†’ Wireshark – network protocol analyzer.
That's it!

Thank you for making it this far. Hopefully you will find this thread useful.

Additions are welcomed.
Check us out @linuxopsys if you liked this thread!!

We gonna be tweeting more about Linux, networking, security etc.

β€’ β€’ β€’

Missing some Tweet in this thread? You can try to force a refresh
γ€€

Keep Current with Linuxopsys

Linuxopsys Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @linuxopsys

Oct 31
100+ Linux commands that Linux Sysadmins regularly use, with explanationπŸ§΅β†“
1. cut - allows you to cut out sections of a specified file or piped data and print the result to standard output.
2. sort - used to sort files
3. uniq - used to extract uniq occurences
4. tr - utility for translating or deleting characters.
5 grep - searches a file for a pattern of characters and displays all lines that match.
6. awk - a scripting language used for text processing.
7. sed - stream editor used to perform lots of functions on files, like searching, find and replace, insertion, or deletion.
Read 35 tweets
Oct 13
Understanding Linux File Permissions (easy-to-follow thread) πŸ§β†“
The operating system controls file access in Linux by utilizing file permissions, attributes, and ownership. In Linux, file permissions, attributes, and ownership determine the level of access that system programs and users have to files .
This ensures that only particular directories and files are accessible to authorized users and processes only.
Read 26 tweets
Oct 7
Linux command line tools for parsing and analyzing logs πŸ§β†“
Linux logs are a valuable resource for system administrators, network administrators, developers, and security professionals.
They record a timeline of events on a Linux system, such as operating system events, application activity, and user activities and actions (for example log-in attempts).
Read 24 tweets
Sep 27
In most Linux systems, when you want to create a new user, you have two options: adduser or useradd.

So, what exactly is the difference between the two? Is one of them superior to the other? Which should you choose? Is it useradd or adduser?

More in this threadπŸ§β†“
Useradd is a built-in Linux command that is available on all Linux systems. However, creating new users with this low-level (limited) command is a time-consuming task because it does not automatically create the home directory and user password.
On the other hand, adduser is not a standard command in Linux. It's purely a Perl script that runs in the background and employs the useradd command.
Read 22 tweets
Sep 22
pidof command in Linux explained (with a practical example) πŸ§β†“
pidof is a Linux command-line utility that returns the process IDs of a specific running program by its name.

Those IDs are printed on the standard output. A process ID is a unique identifier assigned to each process when it is created on the system.
The basic sysntax of pidof is as follows:

$ pidof [OPTIONS] PROGRAM_NAME
Read 14 tweets
Sep 13
Knowing how to locate files in your filesystem is crucial for a Linux user.

Here are 7 Linux command-line tools to help you quickly and easily locate files on your system: πŸ§β†“
[1] fd

fd is a program that searches your filesystem for entries. It is an easy, quick, and user-friendly alternative to find. While it does not intend to support all of the find's powerful functionality, it does provide reasonable defaults for the vast majority of use cases.
[2] fzf

fzf is an abbreviation for fuzzy finder. Fzf is a tiny, lightning-fast command-line tool that allows you to quickly search for and open files in Linux.
Read 16 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(