Steps to increase the Disk Read Speed: You can increase the DISK READ SPEED y using following commands : 1 : #/sbin/hdparm -X udma5 /dev/hdxx — to set the udma on the HDD 2 : #/sbin/hdparm -i /dev/hdxx –set the HDD Parameter. 0r you can use : #hdparm -d 1 -A 1 -m 16 -u […]
See MoreAuthor: HR-ADMIN
Bash bin rm Argument list too long!
Its quite possible that you face issues and getting the following error message while removing the files in bulk using the “rm” command: Error : ==== root@server [/tmp]# rm -rf * -bash: /bin/rm: Argument list too long ==== Then you can use the following “find | rm” command combination as given below in order get […]
See MoreSteps to enable the SSH Notification Email!
Below are the required steps to enable the SSH Notification email at the server side: 1. Login to the shell prompt of your server 2. Edit the fine “/root/.bashrc” using any editor like vi 3. Add the below contentts to end of /root/.bashrc echo ‘ALERT – Root shell Access on:” `date` `who` |mail -s “Alert: […]
See More