Category Archives: Web

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 »

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 »

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.

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

Restore bookmarks from backup or move them to another computer | Firefox Help

As taken from the Mozilla support site.   Grab the automatic backup of the bookmarks from your old user profile. C:\Users\USERNAME\AppData\Roaming\Mozilla\Firefox\Profiles\RANDOMCHARACTERS.default\bookmarkbackups\bookmarks-DATE.json   Restoring from backups Caution: Restoring bookmarks from a backup will overwrite your current set of bookmarks with the ones in the backup file. Click the Bookmarks button Bookmarks button win 2 on the… 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 »