24
Feb/14Keep VPN Alive On Ubuntu
Overview I have tried VPNs in the past but for whatever reason they always disconnect after a certain amount of time despite selecting automatically connect. I found a post on how to keep a VPN alive by using network manger … Continue reading
17
Feb/14Create Swap Partition Ubuntu
To check if there are any SWAP files configured run the following command: sudo swapon -s It will list all swaps if any. Ensure there is enough space on the root partition to create the swap: df -h Create the … Continue reading
10
Feb/14Setting Github Repository
Overview This article will walkthrough setting up a Github repository and using a Ubuntu Desktop environment to perform push and pull requests. Pre-Requisits It is assumed you have an account on Github already at http://github.com. It is also assumed you … Continue reading
03
Feb/14Installing VirtualBox Guest Additions On Ubuntu Server 12.04
Overview Trying to install the VirtualBox guest additions in a non desktop system I encounter errors. Luckily the solution wasn’t too difficult to fix. Install Use the Virtualbox menu to install the guest additions CD image Mount the Guest Additions … Continue reading
27
Jan/14Check & Change Ubuntu Locale
Overview I recently moved some of my hosted servers to Digital Ocean for their low cost, SSD tiers. On doing so I noticed the time was out by few ours only to realise NTP was not installed and also the … Continue reading
20
Jan/14Asus AI Suite Constant FTP
I recently have been hub’ing it out to see what traffic was going through the network and found a startling discovery. Currently it’s setup between the router and modem so it is capturing all traffic going to and from the … Continue reading
13
Jan/14Jaybird BlueBuds X Mini Review
Overview I wanted a pair of wireless earphones so that my daily commute wouldn’t have me worried about the cable to going to my phone and restrict the use of my phone. It should have wireless controls to reduce screen … Continue reading
06
Jan/14motion – Motion Detection Software On Ubuntu
Overview I had tried (and failed) before to setup a motion detection camera using Linux (Ubuntu) and a USB webcam. The 2 most popular choices seemed to be zoneminder or motion. Install sudo apt-get install motion To test motion use … Continue reading