Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Tag add

Add / Modify Static IP Address on Ubuntu 16.04

To add /modify the static IP address of your ubuntu installation follow the steps below: Find out which interface is connected to the internet, issue the following: user@ubuntu:~$ ifconfig enp0s3 Link encap:Ethernet HWaddr 08:00:27:1d:33:18 inet addr:192.168.123.153 Bcast:192.168.123.255 Mask:255.255.255.0 inet6 addr:…

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…

Install Percona 5.6 – Ubuntu 16.04

Percona is a free, fully compatible and high performance drop-in replacement for MySQL server. Percona supports high performance hardware and provides improved reliability and performance. To install first we need to add the repo: wget (lsb_release -sc)_all.deb Next, install the…

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…