To add a cron on the server, please upload the cron script and submit a support request ticket at https://order.aitcom.net/ to have our Technicians activate the cron. Please make sure to include the following information: The path to the...
How do I install and configure ssh server and client under CentOS Linux operating systems?
You need to install and configure ssh using the following packages (which are installed by default until and unless you removed it or skipped it while installing CentOS) openssh-clients : The OpenSSH client applications openssh-server : The OpenSSH server daemon...
How do I set up a search engine friendly redirect using a .htaccess?
Setting up a .htaccess 301 redirect can be confusing and difficult, however listed below are steps you can take to set up these redirects with ease. What is the .htaccess file? The Apache .htaccess 301 redirect is a server side redirect which is...
Where to obtain an FTP Client/Application?
If you are looking for an FTP Client/Application, we can recommend two different popular and easy to use applications. 1. Filezilla The first is called Filezilla and it is located here: https://filezilla-project.org. When you access the page just click on...
How do I modify my hosts file on a Linux Machine?
How can modifying your hosts file help you? Modifying your hosts file will allow you to override the DNS for a domain on that particular machine. To give you an example, if you are moving your hosting from another provider to AIT, and have uploaded your data and you...
How do I create an SSH user that is restricted to their home directory only?
This can be accomplished by enabling the rbash or restricted shell for the SSH user. Follow the steps below. Create the user on the server using the adduser command. Once the user is created, change the home directory in...

