Install Nginx, MariaDB, PHP (LEMP) and WordPress on CentOS 7
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…
Learning, Sharing, Creating
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 your…
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 51sec.org…
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…
Here are all codes I found from Internet to display a dropdown menu on my 91sec.blogspot.com website. 1 Add the following code to Template > Customize > Advanced > Add…