How To Fix 504 Gateway Time-out on Nginx
Experiencing a 504 Gateway Timeout error on your Nginx web server can be frustrating. This error indicates that your server, acting as a gateway or proxy, didn’t…
Read more
How To Configure Nginx With SSL
In this tutorial, we will show you how to configure Nginx with SSL on your Linux server. For those of you who didn’t know, Transport Layer Security…
Read more
How To Repair Corrupted Mysql Database Table
In this tutorial, we will show you how to repair a corrupted MySQL database table. Database corruption can strike without warning, leaving administrators scrambling to recover critical…
Read more
SOLVED – Why Amazon EC2 instance has only 8 GB spaces
In this tutorial, we will show you SOLVED problems Why the Amazon EC2 instance has only 8 GB spaces. When launching an Amazon EC2 instance, you may…
Read more
How To Enable Gzip Compression on Nginx
In this tutorial, we will show you how to enable Gzip Compression on Nginx. For those of you who didn’t know, Gzip compression is a lossless data…
Read more
How To Install Nginx Using Yum Command on CentOS
In this tutorial, we will show you how to Install Nginx using yum command on CentOS Linux. For those of you who didn’t know, Nginx is one…
Read more
WordPress Permalinks With Nginx
In this tutorial, we will show you how to change WordPress Permalinks With Nginx. For those of you who didn’t know, If you are using WordPress on…
Read more
Create Ubuntu DEB Package from source code (.tar.gz, .tgz)
If you have ever compiled software from a .tar.gz or .tgz source tarball on Ubuntu, you already know the pain that follows. You run ./configure, make, and…
Read more
How To Check Disk Space Usage With Ncdu Utility
In this tutorial, we will show you how to check disk space usage with ncdu utility on your Linux server. For those of you who didn’t know,…
Read more
How To Hide Nginx Server Header
In this tutorial, we will show you how to hide Nginx Server Header on your Linux server. In default Nginx configuration, the server sends HTTP Header with…
Read more