Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Tag update

Mount ZFS Pools on Boot

zfs on linux
We recently ran into a snag with a new ZFS installation, the darn thing wouldn't mount the pools we created on boot. The solution turned out to be pretty straight forward, Issue the following at shell and reboot to test:

Install OpenSSL 1.0.2k – CentOS 7.3

The elusive latest version of OpenSSL, we finally meet. As everyone knows, CentOS does not always ship with the latest version of softwares. The core repo focuses more on stability rather than freshness. We recently needed to update OpenSSL on…

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 ImageMagick – Ubuntu 16.04

Let’s start off with a freshly installed server running Ubuntu 16.04 (server). This article assumes that you have Apache and PHP installed already. Issue the following command at shell to install the base ImageMagick library: sudo apt-get install imagemagick The…