Category Archives: Server

File Transfer | The Cloud Calculator

I used this tool recently to calculate the transfer time of a zip file to an FTP server for a client. Worked quite well. TBH, didn’t actually confirm the time frame, but looks legit.   File Transfer | The Cloud Calculator.

Confluence and why I opted to stop using it.

The below is my opinion and my reasons for not using Confluence any more.   Check out their requests pages and feedback on Jira and you’ll find out how Atlassian simply piss off their users of the on premise version of Confluence. Pretty much any useful request comes down to: After feedback from many of their… Read More »

Category: Web

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 »

NAS4FREE upgraded to 9.3.0.2

I upgraded our NAS4FREE boxes to 9.3.0.2 this morning after doing a ‘test’ run last night on my home machine, well not really a test, it was a home production machine, but less important than work’s machines. The home machine went off without a hitch.   If you read the info when downloading the new… 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 »

SpaceSniffer download

I used spacesniffer on servers and workstations/laptops to visually determine what is taking the most space. It’s like windirtree but is more visual. It supports viewing space via a path rather than root drive too which I find very useful at times. SpaceSniffer download.

How to Change the IP & Port With Confluence | eHow

I implemented Confluence by Atlassian at my previous job and found it extremely useful for collaboration between the techs. If only I could get the management/accounts team to utilise it as much as we did, it’d have been even more useful. Annoyingly, every upgrade required me to redo this. Unfortunately after implementing it at my… Read More »

Category: Web

Internet Archive: Wayback Machine

Found this useful when someone has asked me to update their website, or when someone has lost access to their webhost through various reasons (old IT company gone bust, manager has left and no-one else knows the details etc). Internet Archive: Wayback Machine.

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 »

WordPress can’t update or install plugins and asks for connection info

Sometimes file permissions can get a bit screwed up in your www directory in Linux. Maybe it was a command you blindly ran from doing some reasearch, maybe it was something else. The following guide helps explain how to fix it. Why WordPress Asks for Connection Info – Chris Abernethy . com.

Category: Web

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 »