NixUser

NixUser.com | Unix User | Linux User | NixUser

ssh

Modify SSH Port, Use one other than 22

Login to your Server or VPS as root and follow these steps to change the ssh port. It is always a good idea to back up important server files before making any changes to them. So copy the file once you have logged into the server. $ cp /etc/ssh/sshd_config /etc/ssh/sshd_config.back Next, open the SSH config More

Update VPS Timezone – OpenVZ

Your OpenVZ will have the host server’s time settings by default. But it is possible to configure your VPS to use a custom timezone which you are on or your user is on. Log in as the root user via ssh and run the following command to list all available timezones: $ ls /usr/share/zoneinfo/ and More