Linux administration tools
Currently only tested to work with Ubuntu
systemctl is-active --quiet <Service_Name> && echo Service is running
systemctl is-active --quiet <service name> || <service name> restart
- Added new hardware information program hwinfo
- Added installer for nvidia grapics for Ubuntu 16.04 & 18.04
- Created return to main menu option
- Fixed code spacing issues
- Started github repo
- Will get the current size of the window
echo -e "lines\ncols"|tput -S
- will resize the window to 100x40 characters.
printf '\033[8;40;100t'
mtr is a better tool for network troubleshooting. It is faster and easier to use than original traceroute.
$ sudo apt install mtr
- To trace route, simply type:
$ mtr -t 8.8.8.8
sudo apt install pydf
pydf
sudo apt-get install speedometer
speedometer -r wlo1 -t wlo1
sudo nmap -sP -PE -PA21,23,80,3389 192.168.1.*
hwinfo --short
hwinfo --gfxcard --short