How to Build an Ubuntu 11.10 SBS (Small Business Server)
This guide will help you configure Ubuntu Server Edition 11.10 for a small/medium business. The server will provide DHCP, DNS, NTP, LDAP, Kerberos and NFS services such that users can login to any...
View ArticleHow to batch convert PDFs to Jpgs
This is mainly for my own future reference, but might be useful to others. First things first, I had to clean up the PDF filenames, some contained spaces, some did not. dan@dan-desktop:$ rename 'y/...
View ArticleUsing hostapd to add wireless access point capabilities to an Ubuntu server.
The first thing to do is find out whether your hardware is capable of running in master mode. The easiest way to check this is like so: dan@neo:$ sudo apt-get install iw dan@neo:$ iw list Look through...
View ArticleUbuntu 12.04 Ultimate Server Guide
This guide will help you configure Ubuntu Server Edition 12.04 for a small/medium business. The server will provide DHCP, DNS, NTP, LDAP, Kerberos and NFS services such that users can login to any...
View ArticleUsing WordPress Behind a Proxy
Occasionally, it’s useful to setup a test WordPress installation on a local machine, however, if this machine is on a corporate network, there’s a good chance it uses a proxy server for external...
View ArticleDLNA/UPnP Servers on Ubuntu
DLNA is great. It allows smart TVs, blu-ray players, phones, laptops etc. to access your Photos, Videos and Music across your network. Once you’ve set it up… it “just works”. The first step in setting...
View ArticleUbuntu 14.04 Ultimate Server Guide
This guide will help you configure Ubuntu Server Edition 14.04 for a small/medium business. The server will provide DHCP, DNS, NTP, LDAP, Kerberos and NFS services such that users can login to any...
View ArticleAdd eduroam (or any other 802.1x) wireless network to Ubuntu Phone
I’m currently running Ubuntu Touch on a Nexus 4, unfortunately at present, there is no way to connect to 802.1x secured networks through the GUI. It is, however, possible to do this through the...
View ArticleSynthesia 10.2 on Ubuntu
Synthesia runs very well on Ubuntu under wine, however, only if using OpenGL rather than Direct3D in my experience. There are many guides that reference changing this setting by editing the wine...
View ArticleCounting Colours in Google Sheets
A function to count the number of cells with a given background colour: function COUNTCOLOUR(range, colour) { // Get sheet var sheet = SpreadsheetApp.getActiveSheet(); // Get the formula from the cell...
View Article