Category Archives: Ubuntu

Related to Ubuntu

Install HHVM, Nginx on Ubuntu 14.04

I used the following guide to change from php-fpm to hhvm after doing some research on potential speed increase. The guide is great, however I may be changing back as for some reason I seem to have actually lost performance by changing over. Might be an incompatibility in a plugin or something in WordPress. Install… Read More »

Apt-Fast – Ubuntu 14.04

So, I started using apt-fast quite some time ago and along with that, added aliases to my .bashrc file to speed up my updates. Guides on the internet seem to assume you have other packages installed and so their guides only half work. Here’s what I had to do in order to get it working… Read More »

AWStats – Ubuntu Community Help Wiki

I wanted to have more than Google Analytics working for my site so I can compare and contrast the figures. I’m using Ubuntu so a basic search of awstats ubuntu found the following site which made it a breeze to install.   AWStats – Community Help Wiki.

Apache-redirect http to https

I don’t want the logins, or even the content of most of the sites that I manage to be available via HTTP, however as most of us don’t like having to add the HTTPS to the start manually, this works perfectly. General setup is Ubuntu with Apache2, MySQL, PHP5 and WordPress.   <VirtualHost *:80> ServerName… Read More »

[SOLVED] transmission-deamon issue after reboot

I was having this issue for so long. I often download Linux ISOs to test and learn differences between them. I’ve got lots of old PCs/Laptops laying around and Linux is a great way to give them new life. When I reboot my server, Transmission wasn’t starting automatically, yet before the upgrade to 14.04, it… Read More »

TestDisk Download – CGSecurity

I’ve now had 2 times whereby I’ve lost partition information on hard drives. One was completely random, the other had issues already and I was trying to fix it. TestDisk was crucial in the recovery of data. The first issue was when I used an external hard drive to backup a client machine and when… Read More »

fail2ban – custom configs

Can’t remember where I got this info from, but it is extremely useful. I have a feeling I pulled bits from over the place. I used this procedure to lock down my Owncloud installation when I had it running.   Test fake logins, look at logs, find the failure line and then add file in… Read More »

Accessing your Files (WebDav) — ownCloud User Manual 5.0 documentation

Using Windows Explorer Right-click on Computer entry and select Map network drive…. Choose a local network drive to map ownCloud to. Finally, enter the address to your ownCloud instance, followed by /remote.php/webdav, e.g. https://www.yourserver.com/owncloud/remote.php/webdav for an SSL protected server. Check Reconnect at logon to make this mapping persistent across reboots. If you want to connect… Read More »