Set tab width in vim
To set tab width in Vim, run To make it permanent, edit ~/.vimrc and add back to vim
To set tab width in Vim, run To make it permanent, edit ~/.vimrc and add back to vim
On rebooting the CentOS 7 server, changes made to resolv.conf is lost. This is because one of the network interface is configured…
To install Pure-FTPd on CentOS, run yum install -y pure-ftpd Edit configuration file vi /etc/pure-ftpd/pure-ftpd.conf To disable anonymous FTP, find NoAnonymous no…
To install vim from source on the CentOS server, run This will install the latest version of Vim. You can start it…
To list all sites that use a specific name server, you can use the search available on web site https://securitytrails.com/list/ns/ns1.yahoo.com Above URL…
Magento store website URL in table core_config_data. This is the same for Magento 1 and Magento 2. To see the current URL,…
Oracle Linux come with Ksplice, it allow you to upgrade Kernel with out rebooting. To update kernel, run uptrack-upgrade Example
ClamAV is provided by the EPEL repo. Install epel repo yum install -y epel-release Install ClamAV with yum install clamav Back to…
To install OpenLiteSpeed web server on CentOS, install repository for your CentOS version For CentOS 6 rpm -Uvh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el6.noarch.rpm For CentOS 7…
On my computer running Ubuntu 18.04, MriaDB stopped working. PHP application i run on my computer failed with error SQLSTATE[42S02]: Base table…
CloudLinux come with PHP Selector, this allow you to select differnt PHP versions. When you enable PHP selector, you should do the…
OpenLiteSpeed is an open-source version of the popular commercial web server LiteSpeed. OpenLiteSpeed contains all of the essential features found in LiteSpeed…