The repository contains a collection of some bash scripts. Few of them are basic stuffs written during learning bash scripting. Some bash scripts arose as necessity, which still are basic stuff with little more involved.
All the scripts are tested on Ubuntu/Debian based distros. While the basic functionality won't be affected, you might get some errors which can be corrected depending on the distro.
Following is the name and description of what the codes do. Will keep updating the codes and adding more.
File Name | Description |
---|---|
mon.sh | monitors your time spent on laptop while tracking your battery. This creates a log file with all the sessions. you have to run the script when you power on and off your laptop |
brave.sh | Installation and complete removal of Brave browser for Debian/Ubuntu distros |
stat.sh | Displays fan rpm and CPU temperature |
sysInfo.sh | Displays most common system information |
chkX.sh | checks if the file is executable. |
chmodX.sh | provides permission if file is not executable. |
wifi.sh | Simple interactive script to help you connect to available WiFi around you |
pkg-lst.sh | Simple menu driven script to help you create backup list of all the packages installed in the system and reinstall it later. |
pi.sh | Simple script to find value of pi using random numbers(Monte Carlo) |
open | opens the given pathname(folder) in the nautilus GUI filemanager. |