Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Tag centos

Delta RPMs disabled – CentOS 7

centos logo

Received this error recently on a fresh installation of CentOS 7. The Delta RPMs package reduces the overall download size of patches, this is great for bandwidth constrained servers. The exact error message received is as follows: Delta RPMs disabled…

Install ImageMagick 7.0.4 from source- CentOS 7.3

We recently needed the latest build of ImageMagick on one of our servers for PSD preview generation on OwnCloud. ImageMagick version 6, which ships with the base repo of CentOS 7 is broken and doesn’t generate PSD previews. Downloading rpm’s…

Speed Up Yum – CentOS 6 & 7

Yum, the CentOS package manager can be a real pain at times. I’ve seen Yum download packages at crawling speeds of 5kBps, that’s right. To fix this is fairly straightforward, given you have the the yum-fastestmirror plugin installed, if not…

Install PHP 5.6 on CentOS 7.2

CentOS is really slow to update versions of software’s it maintains so we’ll have to add an external repo to install PHP 5.6 on our server. Make sure you backup everything on your server. Start off by removing any previous…

Install ownCloud 9.1.0 – CentOS 6.7 / 7.2

ownCloud is a great project which let’s you create your own self-hosted Dropbox / Google Drive alternative. It’s also great for organizations which want to manage assets rather than just holding them on drives with no way of finding data efficiently. Installing…

Install MariaDB 10.1 – CentOS 7.2

About MariaDB MariaDB one of the most popular and an enhanced drop-in replacements for MySQL. It was created and is maintained by the original developers of MySQL. MariaDB is very interesting because if is fast, scalable and more robust than MySQL.…

Install Varnish 4 – CentOS 7.2

Installing Varnish on CentOS 7.2 is pretty straight forward, start off by adding the epel-release repo. yum install epel-release With the repo added install Varnish yum install varnish Start Varnish service varnish start Start Varnish at startup chkconfig varnish on…

Can’t add server – NewRelic

Ran into this very interesting issue today, I was trying to add two servers I had rented into NewRelic’s server monitor. The first one was successful but I couldn’t for the life of me add the second one. Turn’s out…