- All
- ColdFusion
- General
- Laravel
- Magento2
Redirect IP address accesses to domain name with Nginx
Making the following update to your Nginx .conf file will prevent your website from being accessed d...
Install the latest version of Nginx on CentOS 6 and CentOS 7 using Yum
I noticed that on my CentOS 6 box, I was still running nginx 1.0.15. I wanted to upgrade to nginx 1....
How To Reset Root Password On CentOS 7
The way to reset the root password on centos7 is totally different to Centos 6. Let me show you how ...
How To Install Linux, Nginx, MySQL, PHP (LEMP) stack On CentOS 7
Step 1 — Installing Nginx In order to display web pages to our site visitors, we are going to empl...
Find Files and Directories in CentOS
Find Files and Directories in CentOS The find command helps you locate files and folders on your har...
Install XenTools on Linux VMs
Objective This articles describe on installing the paravirtualized drivers on a linux operating syst...
Dump and restore a single table in MySQL
Dump Dumping from a remote database Restore or in one line mysql -u username -p db_name < /path/t...
How to Implement Security HTTP Headers to Prevent Vulnerabilities?
Do you know most of the security vulnerabilities can be fixed by implementing necessary headers in t...
How to Install ionCube Loader in CentOS 7
ionCube is a commercial software suite consisting of a PHP encoder, package foundry, bundler, a real...
How To Installing XenServer Tools On CentOS 7
...
About WHOIS Lookup
What is a WHOIS Database? The WHOIS database contains the listing of all registered domains on the i...
How to find large file size on linux
Often time, you may need to know which file contains large file size, and delete it to save space. H...