Pages

Ads 468x60px

Labels

Featured Posts

Monday, 24 March 2014

Linux / Unix: Checking Free Disk Spac

How do I check free disk space in Linux or UNIX operating system?

Using this command we can find the free disk space in Liunx or Unix operating system

About DF -: Report the amount of disk space being used by file systems.

 Syntax :- df [OPTION]... [FILE]...

Command 
Type the following command:

$ df -h


Sample outputs:



 The following example will provide information only for the partition/device that contains the /home directory:

# df /home
# df -h /home


To see inode usage instead of block usage, type:

# df -i
# df -i /
# df -ih /
# df -i /dev/md0
 




Thursday, 7 February 2013

1->  Restart IIS Using Command Prompt 
2-Resetting Internet Information Service
3->  IIS Configuration
4-> Restart Mysql Server From cmd Prompt 
5 ->MySQL Server is Gone Away

How to reset IIS with the  command Prompt

1 )    From the Start menu, click Run.
2 )   In the Open box, type cmd, and click OK.
3 )  At the command prompt, type iisreset /stop. IIS will attempt to stop all services and will return confirmation once all services have been stopped.




4 ) At the command prompt, type iisreset /start.




5 ) That’s it! IIS has been restarted.




Tips
  • Typing iisreset directly from the run command window will reset IIS.
  • iisreset /status will show the current status of IIS
  • iisreset /noforce will prevent the server from forcing close applications and process. This can cause IIS to reset slower but is more graceful.

 -------------------End-----------------------------------

 

Sample text

Sample Text

Sample Text

 
Blogger Templates