Quick links for cpanel Optimization
https://my.bluehost.com/cgi/help/2521
https://nixcp.com/free-cpanel-plugins/
https://my.bluehost.com/cgi/help/2521
https://nixcp.com/free-cpanel-plugins/
You can set your SSH port through the command line by editing the ssh configuration file ( /etc/ssh/sshd_config ) with this command. Note: if you are runnning a firewall on the server you will want to open the desired port before proceeding. nano /etc/ssh/sshd_config You can now edit the configuration file. It will start something…
First you will need to login to WHM Then go to “Home »Account Information »List Accounts” Click the “+” to the left of the account you want to have SSH Select “Modify Account” from the list. Then scroll down to the “Privileges” section and select “Shell Access” Now hit “Save”
Unfortunately due to the limited availability of IP addresses sometimes they are re-used from sources that have been black listed in the past. Generally blacklists are updated within 30 days of an IP not being reported for spam. However many services like Microsoft, Google, Yahoo and others, have taken to using their own systems…
ttp://www.wikihow.com/Find-a-File-in-Linux find / -type f -iname “<file you want to find>” Examples find / -type f -iname “libphp5.so” find / -type d -iname “ibdata1” find / -type f -iname “*arcconf” grep -R ‘AllowNoPassword’ / egrep ‘User’ /etc/apache2/apache2.conf grep DocumentRoot /etc/apache2/apache2.conf To find files larger than 100MB, use this command: find / -type f -size +100000k…
First access the server command line. I used SSH over Putty (http://www.chiark.greenend.org.uk/~sgtatham/putty/) But you can use the terminal/console if supported by your host, ftp or winSCP (https://winscp.net/eng/docs/guide_install) which may be easier. then access the file /etc/ips.remotedns For SSH I used the command: nano /etc/ips.remotedns you will need to know the nameservers for your domain I…
General information about IIS: http://www.iis.net/learn/get-started/introduction-to-iis Installing IIS for website management on a Windows Server: http://www.iis.net/learn/install/installing-iis-7/installing-iis-7-and-above-on-windows-server-2008-or-windows-server-2008-r2 Website creation in IIS https://technet.microsoft.com/en-us/library/cc772350(v=ws.10).aspx https://support.microsoft.com/en-us/kb/323972 FTP access in IIS http://www.iis.net/learn/install/installing-publishing-technologies/installing-and-configuring-ftp-7-on-iis-7