Vestacp is an open source server management tool. Once you install it on server it becomes an integral part of your server. Also, it comes under any PCI compliance scans you would run on your server. In my case I…
Category: Linux
How to Check Memory Usage of Processes on Linux
One of the basic task you can do on your computer or server is to check how much memory or RAM (Random Access Memory) each of the process is using. RAM or memory of your computer or server is limited…
How to Extract (Unzip) Tar Gz File
Gzip is the most popular algorithm for compressing tar files. By convention, the name of a tar archive compressed with gzip ends with either .tar.gz or .tgz.
Install SSL certificate on Linux server
SSL certificate is used to protect data shared by websites and applications to make it secured. Secured Socket Layer(SSL works on an algorithm to encrypt data exchanged between browser and server. An SSL makes data between request unreadable and unbreakable…
Export, Import MySQL db between different servers through Linux command line
You should have Database name, Database Username, Database Password and command line access to your server Export database to local file system, for example /var/www/html
How to create and configure your machine to use ssh key pair
SSH keys are used to secure your server from unwanted login attempts or even successful intrusions. SSH key pair is like a currency note split into two pieces and each one given to two parties which plan to communicate and…
Setting up folder permissions for WordPress on Amazon EC2 (Amazon Linux)
Are you facing file uploading errors or not able to install plugins or upload files through ftp to your EC2 installation of WordPress? Possibly folder permissions?? Read on.
Useful Linux commands – Linux Commands Cheatsheet
Following are some of the most commonly used Linux/Unix commands which I have to use at times while managing hosted sites on my and client’ server. Making a list for my own personal reference and ease. Someone may also find…
.htaccess pcfg_openfile: Linux- unable to check htaccess file, ensure it is readable and that public_html is executable
I am on ENTOS 7.6 xen. In order to fix some permissions error n files I ran the following while staying on the parent folder to public_html chown -R mysiteaccount:mysiteaccount public_html
php composer update command and status: 404 Not Found on Linux
Today I tried to update Cakephp by running php composer update on my server. I tried to follow the commands given at https://getcomposer.org/download/ under Command-line installation but it failed at the very first go. The command line code was: