How to install the IIS On Windows Server?

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 More

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 More