Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Category CentOS 7

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…

Benchmark Disk Drives – CentOS 7.2

I recently got one of those new 5th Gen servers with SkyLake Xeons and NVMe drives. Obviously I wanted to find out the difference between these and standard Sata 7200rpm drives and Sata SSD drives. There’s a little utility called hdparm…

LFD won’t start – CentOS 7.2

I was just setting up a new VPS when I hit this snag, the server threw the following error when I tried to start the LFD service Job for lfd.service failed because a fatal signal was delivered to the control…

Install CutyCapt – CentOS 7.2

CutyCapt is a CLI utility to capture Webkit renderings of a webpage and the resulting image can be stored in a plethora of formats. To install, first install the dependencies #For sanity sake install epel-release yum install epel-release #On to…

Install ASpell CentOS 7.2

ASpell is a open source spell checker which is great at suggesting suitable replacements for misspelt word. To install the base library issue the following command at shell: yum install aspell Now you need to install the dictionary, you need…

Install Virtualbox – CentOS 7

Virtualbox is great, it let’s you run multiple operating systems on one machine while being completely free. You’ll need to start off by installing some prerequisites, issue the following at shell: yum install gcc libgomp patch dkms qt make yum…