Some time your VPS provider wont create swap by default when they launch a new VPS for you. Swap play important role in cache process.
It happened to me few days back when i try to upload an image via WordPress media library over 1MB of size. WordPress would throw an error HTTP Error
.
There are ways to mount the server via SSH, the one which is common is via FTP application by SFTP protocol. Which is ok so far.
Some time if you have a server(vps, dedicated) in different timezone where you live, the timezone on the server will be EST(in most cases) OR UTC. Changing it back to your timezone is quite easy. 1st let’s backup the current file. Type date
1st to check your time on the server.
If you are using Amazon aws with ec2 instances, then i assume you already have the pem file to connect to the instances. Normally you will have different instances for your projects.
Today i will show you how to install and configure SSH on your Linux sever machine. We need OpenSSH server to install 1st to work on SSH. The process of installation for different distros have different approach.