ubuntu

Ubuntu Virtual Machine: How to Install Ubuntu on VirtualBox

I moved my WordPress blog to a VPS from DigitalOcean and I wanted to have a local version of my VPS for testing. This guide will teach you how to install an Ubuntu server as a virtual machine using VirtualBox on a mac. To prepare you will need to download 2 files: The VirtualBox virtual …

Continue reading Ubuntu Virtual Machine: How to Install Ubuntu on VirtualBox

php

WordPress Performance opcode cache

If you are running WordPress on a VPS or dedicated server, a quick way to optimize performance is to install a php opcode cache. To understand why, you need to first understand how php processes a request. A php request goes through the following steps: Read Parse Compile Execute Output For every WordPress page requested, …

Continue reading WordPress Performance opcode cache