These are my Bash scripts that I use for my Arch Linux system. They are:
- scripts to display system or package information
- Linux housekeeping scripts
- scripts for backing up files and kernels
- other miscellaneous scripts.
I have added some comments to explain the commands in the scripts. You can also email me if you have questions on how to apply these scripts to your particular system.
Please check the actual commands in the script to ensure they apply to your system, as some commands are necessarily specific to each Linux system. Also, please run them as normal user, and not as root.
Further, these scripts use the Bash interpreter shebang #!/bin/bash
; you can change it if you wish to invoke a different command interpreter.