by dpadmin | Mar 22, 2017 | linux, tech talk
Take a backup 🙂 run do-os-update apt install php-cgi php-fpm apt install linux-image-4.4.0-28 linux-headers-4.4.0-28 (this is because digital ocean don’t have 4.4.0-66 at the moment) reboot if the file system is mounted read only you’ll need to do...
by dpadmin | Jun 24, 2015 | linux, tech talk
To change the defaults in the web site section you need to edit /usr/local/ispconfig/interface/web/sites/form/web_domain.tform.php find and replace ‘default’ => ‘webalizer’, with ‘default’ => ‘awstats’, do the same...
by dpadmin | Apr 30, 2015 | linux, storage, tech talk
Unfortunately installing sphinx search on Ubuntu using apt-get does not install the SphinxSE engine in MySQL. To do that we need to build it from source. We can do that using the following steps: Ensure that the build-essential packages are installed, as...
by dpadmin | Feb 4, 2015 | linux, tech talk
Install windows server (with GUI) Install vmware tools Reboot Setup networking Setup fqdn in host file My Computer -> C Drive -> windows -> system32 -> drivers -> etc -> hosts add line with ip address and short and long host names Change network from...
by dpadmin | May 1, 2014 | linux, tech talk
I’ve only started using Fail2Ban recently and at that only since I have started using the WordPress WP Fail2ban plugin – which I will post again about that at a later date. For now though I will write about how I have added MySQL as a monitored...
by dpadmin | Mar 2, 2010 | linux, storage, tech talk
I have had a Buffalo TeraStation Live for several years now, and have always been a bit irritated that I have had to use SMB for mounting the share to my linux boxes (pretty much all of my boxes!). I managed a while ago to install a version of nfs on the box which...