Nginx Tips and Tricks and Security Configuration
Here are some basic configuration I used in my lab: 1. Configure Nginx to do load balancer 2. Configure a backup server 3. Hide Nginx Version Information from Hacker 4.…
Learning, Sharing, Creating
Here are some basic configuration I used in my lab: 1. Configure Nginx to do load balancer 2. Configure a backup server 3. Hide Nginx Version Information from Hacker 4.…
Create CentOS 7 VM & Update sudo -i yum update -y yum install epel-release yum-utils -y yum clean install Install Nginx yum install nginx -y service nginx start *browser to…
I was using LAMP for my WordPress blog for quite a few years. Because of Google Cloud Platform free tier VM’s limitation (614M Memory and 1 vCPU), my website always…
I were using Ubuntu 16.04 as my web server and mysql server for quite a few years. They are all in the same server , either running in a docker…
Docker is a technology that allows you to build, run, test, and deploy distributed applications that are based on Linux containers. Docker is already available on many different operating systems,…
1. Create Ubuntu VM Instance
Having a read-more option in the posts can highly encourage readers’ click-throughs and help you track your most popular entries. Adding read-more button is more than easy, this tutor post…
Attitude Theme has been used for my WordPress site http://34.215.22.243. It is powerful and simple to use. here are some introduction about this theme from its website: “Attitude is a…
The related posts are picked from your existing posts which has similar contents/labels/categories/tags. Some online services provide free widgets to show those related stories from your blog archive.It can under…
I have been using Openshift to host my WordPress website www.51sec.org for a while. Domain 51sec.org was registered at GoDaddy and I was struggled with plain domain or naked domain…
There are a couple ways to do it but many codes were using a .js file stored on google drive which is not working since early of 2016. I have…