Kindly follow the below steps install IIS, Email, FTP, SMTP and ASP.Net on plain windows 2008 server: First please check if you have folder called “i386” in “C:” of server. If you do not have this folder, please ask respective DC to put this folder on “C:” of server. Then when you have, please use […]
See MoreCategory: Hostripples Featured
How to increase the Disk Read Speed?
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 MoreBash 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 More