by Richard W | Oct 28, 2014 | How-To/Tips, Internet, Linux, Security, Web
There are many ways to manage MySQL database servers. The most popular and easiest way to manage MySQL is using your web browser via phpMyAdmin tool. PhpMyAdmin is a PHP application that enables webmasters and database administrators to easily manage and maintain...
by Richard W | Oct 27, 2014 | How-To/Tips, Linux, Web, Wordpress
This brief tutorial will show you how to install and configure the latest version of WordPress on Ubuntu 14.10 server. WordPress is a great content management system and as such, a great blogging platform. If you want to host a blog or website, you should first do it...
by Richard W | Oct 27, 2014 | How-To/Tips, Linux, Web, Wordpress
With the release of Ubuntu 14.10, some webmasters are already thinking of migrating or selecting it as their base OS to host their blogs or websites. Ubuntu is a great Linux operating system which is trusted by millions of webmasters all over the world. Managing...
by Richard W | Oct 25, 2014 | How-To/Tips, Internet, Web, Windows, Wordpress
Many times when I use Google PageSpeed Insights to grade my site, I end up with 100% optimization score. Not many websites can boast of that. These PageSpeed Insights scores are based on how well your site is optimized. PageSpeed Insights is not the only tool one can...
by Richard W | Oct 23, 2014 | How-To/Tips, Linux, Web, Wordpress
Most tutorials we’ve written about PHP-FPM have been done with support for Nginx. This brief tutorial is going to show you how to integrate PHP-FPM and Apache2 to improve your website performance. Nowadays website performance is key. If your website or WordPress...
by Richard W | Oct 21, 2014 | How-To/Tips, Linux, Web
APC is a great caching software for PHP that can speed up your websites. Because PHP is a dynamic server-side scripting language that must be parsed and compiled on the server every time a page is requested, using caching software may greatly improve your website...