Some pseudo commands and startup scripts which are quite useful on a Linux-based system.
Note: Make all the files executable using the command
chmod +x path_of_script_file
- onEthernet
- offEthernet
- onWifiHotspot
- offWifiHotspot
- clearRoot
- deleteOldSnaps
Make sure to create bash aliases for the pseudo commands. Refer to the link for details on how to create bash aliases.
- batteryFull.sh
Make sure to add the script to the list of startup programs. Refer to the link for details on how to run a script on startup in Linux.