WordPress

How To Install WordPress with Nginx on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with Nginx on Ubuntu 14.04

WordPress is the most popular CMS (content management system) in the world. It can be used to get your site or blog off the ground quickly and it provides a nice interface for adding content and modifying the site’s design. In this guide, we’ll walk through how to install WordPress on Ubuntu 14.04 with an Nginx web server.

Read more
How To Use Firejail to Set Up a WordPress Installation in a Jailed Environment — step-by-step Linux tutorial on Progressive Robot

How To Use Firejail to Set Up a WordPress Installation in a Jailed Environment

Firejail is a flexible, secure jail solution that can be used to isolate processes, resources, and network interfaces. In this guide, we will demonstrate how to configure WordPress in two Firejail chroot environments. One will contain the database server and the other will operate the web server. By setting up a sandboxed environment, we can reduce the risk of a security breach by minimizing the scope of the processes involved.

Read more
How To Create An Off-Site Backup Of Your Site With Rsync On Centos 6 — step-by-step Linux tutorial on Progressive Robot

How To Create An Off-Site Backup Of Your Site With Rsync On Centos 6

This article provides a quick way to backup the most common things in a typical web hosting scenario: website files and database data. We will setup a full daily backup of a website folder and a copying of this data to a remote server (this can also work for another VPS). We will also set up a rsync example to just copy the incremental changes. Finally, we’ll set up backup of a MySQL database.

Read more
How To Install Wordpress on Centos 6 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress on Centos 6

Wordpress is a free and open source website and blogging tool that uses php and MySQL. It was created in 2003 and has since then expanded to manage 22% of all the new websites created and has over 20,000 plugins to customize its functionality. This tutorial shows how to install Wordpress on a server with LAMP. It is written for Centos 6.

Read more
How To Install WordPress with OpenLiteSpeed on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with OpenLiteSpeed on CentOS 7

WordPress is currently the most popular content management system (CMS) in the world. It allows you to easily set up flexible blogs and websites on top of a database backend, using PHP to execute scripts and process dynamic content. WordPress has a large online community for…

Read more
CHAT