Linux
Diverse
The Linux Kernel Archives
mirrors.kernel.org
LinuxQuestions.org > ISOs
Linux man pages online
POSIX System Interfaces (detailed ToC)
The Linux Information Project (LINFO)
https://www.cs.swarthmore.edu/~newhall/unixhelp/howto_makefiles.html
https://www.tutorialspoint.com/makefile/index.htm
http://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/
https://shapeshed.com/unix-pwd/
Writing shell scripts
http://linuxcommand.org/man_pages/vim1.html
http://stackoverflow.com/questions/4402198/quickest-way-to-paste-block-of-text-into-vi-editor-from-external-source
https://www.howtogeek.com/125157/8-deadly-commands-you-should-never-run-on-linux
LinuxQuestions.org
Linux Journal
SlackBlogs
slackwarelinux.se
Alien Pastures
Linuxkommandon
Deprecated Linux networking commands and their replacements
| Deprecated command | Replacement command(s) |
|---|---|
| arp | ip n (ip neighbor) |
| ifconfig | ip a (ip addr), ip link, ip -s (ip -stats) |
| iptunnel | ip tunnel |
| iwconfig | iw |
| nameif | ip link, ifrename |
| netstat | ss, ip route (for netstat-r), ip -s link (for netstat -i), ip maddr (for netstat-g) |
| route | ip r (ip route) |
Source: Deprecated Linux networking commands and their replacements (Doug Vitale Tech Blog)
| cat |
| nl |
| grep |
| netstat |
| dumpcap |
| sort |
| du |
| ss |
| taskset |
| ssh |
| ls |
| pwd |
| cd |
| file |
| touch |
| echo |
| nano |
| vim |
| shred |
| mkdir |
| cp |
| mv |
| rm |
| rmdir |
| ln |
| clear |
| whoami |
| useradd |
| adduser |
| sudo |
| su |
| exit |
| passwd |
| gpasswd |
| apt |
| finger |
| man |
| whatis |
| curl |
| zip |
| unzip |
| zcat |
| less |
| head |
| tail |
| cmp |
| diff |
| find |
| chmod |
| chown |
| ifconfig |
| ip address |
| awk |
| resolvectl status |
| ping |
| iptables |
| ufw |
| uname |
| neofetch |
| cal |
| free |
| df |
| ps |
| top |
| htop |
| kill |
| pkill |
| systemctl |
| history |
| reboot |
| shutdown |
WiFi commands
| iw |
| iwlist |
| iwconfig |
| iwspy |
| iwpriv |
Wi-Fi on the Command Line - Article on the iw-family of commands listed above.
60 Linux Commands you NEED to know (in 10 minutes)
13 Basic Cat Command Examples in Linux
10 Useful du (Disk Usage) Commands to Find Disk Usage of Files and Directories
37 Important Linux Commands You Should Know
8 Practical Examples of Linux “Touch” Command
Index of commands explained by The Linux Information Project
netconfig - Change host name and domain name.
netconfig(5) - Linux man page
tcpdump
Manpage of TCPDUMP
12 Tcpdump Commands – A Network Sniffer Tool
tcpdump Examples — How to Isolate Specific Traffic
TCPDump - Filter by MAC Address
You have used the following as your packet filter: host aa:bb:cc:11:22:33 As it stands, this is looking for an IP or hostname but you are giving it a MAC address. To use a MAC address, you need to include the ether packet filter primitive. In your case, the following should work (you can skip sudo in the commands if you're logged into a root account, of course):
sudo tcpdump ether host aa:bb:cc:11:22:33
Or, if it needs you to specify the interface, then it would be something like:
sudo tcpdump -i eth0 ether host aa:bb:cc:11:22:33
SlackBuilds
https://ftp.slackbuilds.org/
ftp://ftp.slackbuilds.org/
https://git.slackbuilds.org/
SlackBuild Usage HOWTO
SlackBuild Scripts