by Richard W | Jul 8, 2014 | How-To/Tips, Internet, Linux, Web
Most of my times are spent messing with stuff. When it comes to development, I do a lot of my testing in VMware Workstation and VirtualBox visualization software. I have VMware 10 Workstation installed on my home computer and VirtualBox on my work computer. I do a lot...
by Richard W | Jun 27, 2014 | How-To/Tips, Linux, Web, Wordpress
So, yesterday we showed you how to install Nginx, MySQL and PHP5 with support for PHP-FPM in CentOS 6.5 in order to install WordPress. WordPress requires these services to run properly. Without a web server, PHP, or a database server, WordPress will not be able to...
by Richard W | Jun 26, 2014 | How-To/Tips, Linux, Web
Here’s an ultimate guide to installing Nginx, PHP5, MySQL support on CentOS 6.5. This guide will show you how to prepare CentOS 6.5, how to install Nginx web server, MySQL database server with PHP5 support. It should be handled and read as a complete guide to...
by Richard W | Jan 2, 2014 | How-To/Tips, Internet, Linux, Web, Wordpress
If you’re running a WordPress blog on a Nginx webserver, you should also enable FastCGI caching module. Nginx webserver is fast. When you combine Nginx and FastCGI caching module, you’ll greatly improve the performance of your web application, including a WordPress...
by Richard W | Dec 26, 2013 | How-To/Tips, Internet, Linux, Web, Wordpress
This is Part Two of this series which shows you how to setup WordPress in CentOS using Nginx web server. Part One of this series which can be found here started out by showing you how to install Nginx, MariaDB and PHP scripts. If you followed the steps in Part One,...