The Linux Handbook
A practical Linux command reference: [https://linuxhandbook.com/]
A practical Linux command reference:
https://linuxcommandlibrary.com/ https://www.pixelbeat.org/cmdline.html https://linuxize.com/ https://linuxize.com/post/systemctl-list/ https://ss64.com/ | SS64
The 50 Most Popular Linux & Terminal Commands:
https://www.youtube.com/watch?v=ZtqBQ68cfJc
Find and Search...
https://www.redhat.com/sysadmin/linux-find-command
Low-orbit.net Linux Tutorials (very good!)
AWK explained https://low-orbit.net/awk-tutorial Youtube Video https://www.youtube.com/watch?v=KZ9Oj4XZ8d8
Run BASH scripts at boot
https://www.squash.io/executing-bash-script-at-startup-in-ubuntu-linux/ https://linuxconfig.org/how-to-autostart-bash-script-on-startup-on-raspberry-pi https://www.tutorialspoint.com/run-a-script-on-startup-in-linux#:~:text=Make%20the%20script%20file%20executable,scriptname%20defaults%22%20in%20the%20terminal.
Crontab Reboot: How to Execute a Job Automatically at Boot
https://phoenixnap.com/kb/crontab-reboot
BASH: tip_colors_and_formatting
https://misc.flogisoft.com/bash/tip_colors_and_formatting https://www.unix.com/shell-programming-and-scripting/98889-display-runnning-countdown-bash-script.html
Ubuntu FIREWALL
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-with-ufw-on-ubuntu-22-04
How Do I Add a Directory to PATH in Linux?
https://phoenixnap.com/kb/linux-add-to-path
If exist: /home/<usersname>/bin/ folder will automatically become added to PATH.
To check current Folders in PATH:
- $ echo $PATH
or
- $ printenv PATH
To permanent add, edit the:
- $ nano .bashrc
(Add the below to the END of the file)
# Add xxx Directory1 to PATH export PATH="/Directory1:$PATH"
Executing a bash Script as a service/startup in Ubntu
https://www.squash.io/executing-bash-script-at-startup-in-ubuntu-linux/
CURL vs WGET
https://daniel.haxx.se/docs/curl-vs-wget.html https://curl.se/docs/comparison-table.html
Automatically Run Programs at Startup
https://www.simplified.guide/linux/automatically-run-program-on-startup
AWK examples and informartion
https://opensource.com/article/20/9/awk-ebook https://www.digitalocean.com/community/tutorials/awk-command-linux-unix https://www.geeksforgeeks.org/awk-command-unixlinux-examples/
How to install Wine on Ubunto 22.04 and 24.04
https://ubuntuhandbook.org/index.php/2022/04/wine-ubuntu-2204-windows-apps/
How to remove SNAP
NETCAT examples
https://www.varonis.com/blog/netcat-commands
90 Linux Commands frequently used by Linux Sysadmins:
https://haydenjames.io/90-linux-commands-frequently-used-by-linux-sysadmins/
SCP examples Copy files using SCP
https://haydenjames.io/linux-securely-copy-files-using-scp/
Show Network Traffic from commandline Ethernet Traffic in terminal
https://askubuntu.com/questions/257263/how-to-display-network-traffic-in-the-terminal
Check if $DIR folder or FILE exist exist, else create...
https://tecadmin.net/tutorial/bash-check-if-directory-exists https://www.geeksforgeeks.org/bash-scripting-how-to-check-if-file-exists/
60 Linux networking Commands and Scripts Copy files using SCP
https://haydenjames.io/linux-networking-commands-scripts/
How to ENABLE VNC Server on Unbuntu
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-22-04
RealVNC https://www.realvnc.com/en/blog/how-to-install-vnc-server-on-ubuntu-control-linux-machine-remotely/
RSYNC examples and options
https://linuxhint.com/exclude-directory-rsync/ https://www.tecmint.com/clone-linux-server/ https://www.comentum.com/rsync.html https://phoenixnap.com/kb/rsync-command-linux-examples https://phoenixnap.com/kb/rsync-exclude-files-and-directories https://phoenixnap.com/kb/rsync-exclude-files-and-directories#:~:text=from%20the%20transfer.-,Exclude%20Files%20and%20Directories%20from%20a%20List,the%20%2D%2Dexlude%2Dfrom%20option.
Encrypted Remote Backups via RSYNC https://www.baeldung.com/linux/rsync-encrypted-remote-backups
MOUNT.. MOUNT en nog eens MOUNT fstab examples
DEZE ! https://phoenixnap.com/kb/linux-mount-command
https://www.linuxbabe.com/desktop-linux/how-to-automount-file-systems-on-linux https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/storage_administration_guide/nfs-autofs
IF THEN ELSE FI and LOOP examples....
https://devconnected.com/bash-if-else-syntax-with-examples/ https://phoenixnap.com/kb/rsync-exclude-files-and-directories https://www.cyberciti.biz/faq/bash-for-loop/
Online ASCII Generators
- ASCII generator of Patorjk https://patorjk.com/software/taag/#p=display&f=Graffiti&t=Type%20Something%20
- ASCII Text Art Generator https://fsymbols.com/generators/carty/
- Image-2-ASCII https://ascii-generator.site/
Why does F10 Key not work in Linux Bash?
Very Helpfull wiki at spench.net
- Spench.Net WIKI https://wiki.spench.net/wiki/Linux
- Hacking the Wireless World with SDR {BlackHat Europe} %newwin https://www.youtube.com/watch?v=N0p3_ES2dBU
- Superusercom https://superuser.com/
Edit Tools
What are ESM Apps, and how do they relate to Ubuntu Pro?
- What are ESM Apps https://askubuntu.com/questions/1452497/what-are-esm-apps-and-how-do-they-relate-to-ubuntu-pro
- Ubuntu PRO * https://ubuntu.com/pro
