Reset Plesk’s admin password on Windows Server: Log in to windows server via RDP as an administrator, then open the command prompt and run the following commands :> C:\Program Files\SWsoft\Plesk\admin\bin\plesksrvclient.exe…
Reset Plesk’s admin password on Windows Server: Log in to windows server via RDP as an administrator, then open the command prompt and run the following commands :> C:\Program Files\SWsoft\Plesk\admin\bin\plesksrvclient.exe…
If you have Linux flavor OS installed and if your disk is crashed then try the following steps if you want to retrieve data from ddrescue commands. Ddrescue is a…
If you are not able to login to your front page with the same password with which you are able to login to your cPanel then there may have problem…
You can just put a blank file named index.html in that directory. A “more correct” way is to put a file named .htaccess in that directory consisting of only this…
Cron allows users to automate repetitive system administration tasks such as tape backups, database reorganization, and general file cleanups (such as emptying log files and queues). The Crontab File’s SyntaxTo…
Use following command to check the badblocks of the hard drive (HDD)/sbin/badblocks -vv /dev/hdXXThis is a part of the e2fsprogs-1.27-3 rpm which is full of utilities used for file system.…
.Htaccess is a small text file that controls the configuration aspects of an Apache webserver. Most people are familiar with the .htaccess file in relation to the ability to restrict…
How To: Give users SFTP access while not having shell access Well, although most tend to believe you can’t, there is actually away, it’s not officially supported in cPanel yet,…
Please go to /home/username/.spamassassin#pico /home/wwwmfm/.spamassassin/user_prefs required_hits 1rewrite_subject 1rewrite_header Subject *****SPAM*****
Execute CGI outside CGI-BINjust add following 2 lines in .htaccess files to execute cgi scripts in any folder outside cgi-binAddHandler cgi-script .pl .cgiOptions Includes ExecCGI