Debian / Ubuntu

Install PHP 5.3 on Ubuntu 17.10

I know, I know, I know, I know! I need to update my code! If I haven’t said it already, I know! But… I don’t have time to updated hundreds upon hundreds of lines of code, so I’m taking the easy way out. I found the steps to do it here: http://sandeep-bisht.blogspot.com/2017/08/phpbrew-install-php-53-in-ubuntu-1604.html The system I’m… read more »

How to add an additional IP in Debian or Ubuntu

View Current Network Settings Before we start, lets take a look at the current settings. cat /etc/network/interfaces auto eth0 iface eth0 inet static address 123.34.45.56 netmask 255.255.255.0 gateway 123.34.45.1 hwaddress 00:12:34:56:78:9A dns-nameservers 69.64.66.11 69.64.66.10 auto lo iface lo inet loopback   Configure Updated Settings Before proceeding, a couple of variables need to be defined. EthX:1… read more »

Sidebar