Advantages to choose SSD drives over HDD drives

Choose SSD drives over HDD drives Following advantages of SSD (Solid State Drives) over HDD 1) Fast access to information  2) Power consumption 3) Size 4) Durability is very high  5) Less boot time for OS (Operating System) 6) Noise free 7) Lastingness 8) No vibration 9) Heat produced is very less  10) Less wait    

See More

Exclude a directory or multiple directories using find command

How to exclude a directory or multiple directories using find command? Quick view on >> Find command and switches << Method 1 : Using the option “-prune -o” We can exclude directories by using the help of “path“, “prune“, “o” and “print” switches with find command. See the example: # find ./ -path ./bit/* -prune -o […]

See More

OpenVZ commands and its usages

10+ Commonly using OpenVZ commands and its usages 1, Command to list the running VPSs in a node # vzlist Example: # vzlist CTID NPROC STATUS IP_ADDR HOSTNAME 106 104 running xx.xx.xx.xx server1.test.com 107 46 running xx.xx.xx.xx server2.test.com 108 83 running xx.xx.xx.xx server3.test.com 109 86 running xx.xx.xx.xx server4.test.com 2, Command to list running and stopped […]

See More