by Richard W | Jun 30, 2015 | How-To/Tips, Linux, Wordpress
Few days ago we showed you how to install Nginx web server on Ubuntu 15.04 to run your WordPress blogs or websites. We then showed you how to enable Nginx caching to help improve your website performance. This post will continue from where we left off by showing you...
by Richard W | Jun 29, 2015 | How-To/Tips, Internet, Linux, Web, Wordpress
Caching is good for your WordPress blogs. In simplest terms, caching is a process whereby web pages/content are stored away for future use by the web server. For example, if user a visits your site and reads a particular page, the web server will fetch all data...
by Richard W | Jun 24, 2015 | How-To/Tips
Running WordPress on top of Nginx web server might improve your website speed/performance.. but that can be argued. Nginx web server is an alternative to Apache2 web server. It is probably the second most popular web servers today in used. It’s popularity is growing...
by Richard W | Jun 22, 2015 | How-To/Tips, Internet, Linux, Security, Web, Wordpress
SSL for your websites is cool! Not only can you keep information private between those visiting your sites and your server, but you can also be rewarded for that. Implementing SSL for your blogs or websites will allow your sites to be promoted to higher ranks on...
by Richard W | Jun 19, 2015 | How-To/Tips, Internet, Linux, Security, Wordpress
OpenSSH or Secure Shell has become the default connection method to remote Linux servers. It comes pre-installed in most Linux distributions and works right out of the box. No need to configure, just install and it’s ready to start accepting connections. Although SSH...
by Richard W | Jun 18, 2015 | How-To/Tips, Linux
This brief tutorial is going to show you how to easily install MongoDB noSQL database server on Ubuntu 15.04. MongoDB is a free opensource NoSQL document database server used in modern web applications. Unlike like SQL servers where table’s schemas must be declared...