Bash/Shell script to ping range of IPs

I mostly need to ping range of ips and some times more then 100 ips, and pinging them one by one is a time consuming task. Here is the script to do them quickly. [crayon-6512aa930627b127002673/] You can replace 192.168.1 with your ip range, and 241 and 248 with start and end of ip range … [Read more...]

Monitoring your disk space with shell script

If you are running a busy server with several customers, uploading alot of file then there is a chance that you get out of space without knowing. I was about to write a script for my server but then found it on a famous website. [crayon-6512aa9306709475418782/] [crayon-6512aa930670c851516521/] Paste above script and save file. [crayon-6512aa930670d191172301/] Now script will run daily and … [Read more...]