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

Change Kloxo admin password from command line

How to change Kloxo admin password from command line? Ans: Fowolling Method use those scripts to reset the password  Method I 1)  SSH to server as root 2)  Execute the script /script/resetpassword master NewPassword  3)  Restart Kloxo /etc/init.d/kloxo restart Note: Please don’t forget to restart the Kloxo daemon after reseting the Admin password. Method II 1)  SSH […]

See More

How to run Python scripts with cPanel ?

Run Python scripts with cPanel   cPanel  by-default the Python is located under “/usr/bin/python“. You can check the location by running the following command:                 whereis python Following Methods are Run Python scripts with cPanel 1  Methods : Create the file with extension “.py” to load the Python script!! Now you […]

See More