Normally 500 errors in PHP are a result of not having enough memory allocated to PHP scripts. After upgrading to EasyApache4 we recommend you do a couple of things to…
WordPress 500 error after upgrading to EasyApache4
Learn to code for free this weekend
Learn for free this weekend with Code School
WHMCS 500 error after upgrading to EasyApache4 – Ioncube error
After upgrading to EasyApache4 and then running a Softaculous upgrade of WHMCS there are a couple of things you need to do to ensure WHMCS functions as expected. Step 1…
How To Install IntelliJ on Ubuntu
IntelliJ, created by JetBrains, is a Java integrated development environment or IDE available in a community and commercial version. both of these versions can be used for professional coding. Assuming…
Install Adobe Flash Ubuntu
To install the latest version of Adobe Flash in Ubuntu, you have to enable the following repository: Canonical Partners – Software packaged by Canonical for their partners After clicking on…
Install Oracle JDK 8 Ubuntu
Step 1 – Add Oracle’s PPA: sudo add-apt-repository ppa:webupd8team/java Step 2 – Update package repository sudo apt-get update Step 3 – Install Oracle JDK 8: sudo apt-get install oracle-java8-installer
Securing a Linux server
DigitalOcean have posted a great article on securing a Linux server here.
How To Install MySQL on Ubuntu
MySQL is a free to download multi-platform database management system. Assuming you require a Debian distribution, please follow these simple steps for download and installation. To get started, open your…
Redirect not working cPanel – Solved
When creating a temporary or permanent redirect in cPanel from one directory to another, you might find the redirect simply doesn’t work. The most likely case is that your source…
Vertically align image in div
To align an image vertically in a div you need to add the following styles on the element surrounding the image: display: inline-block vertical-align: middle The following style should also…









