Mar 28 2011

N3rd Wallpaper…

Ben Hoskins

Good wallpaper makes a good nerd…


Jan 13 2011

SSH & VNC…

Ben Hoskins

Now, VNC is the method we can use to remotely control our Ubuntu computer (now also an SSH server) [see SSH Basics & Server Setup]. In the administration section of the Ubuntu computer you will find a GUI to help set up your VNC over your local network (ticking boxes and assigning a password).

Once you have that set up, you can then VNC to your server (now a SSH/VNC Server & Ubuntu Desktop) with a program such as Tight VNC on windows or Mac’s built in VNC client, simply point your program (VNC Client) to your Servers internal IP address (assuming your on the same network, 192.168.1.??) and choose the port number (a hole in your computers firewall to let data though) for example I would point my VNC client to 192.168.1.67:5900 as port 5900 is the default VNC port.

Continue reading


Jan 13 2011

SSH Basics & Server Setup…

Ben Hoskins

Have just managed to get to grips with ssh! (openssh-server & openssh-client) Now from my point of view I’m planning to set up a Ubuntu Desktop (Linux Mint) with SSH so we can VNC/FTP to it over the internet safely.

SSH allows you to set up a safe tunnel between two computers then pump pretty much anything you wan though it, whether that be files or services such as VNC. To use SSH you need a SSH Server on the computer you would like to connect to (im my case the ubuntu) and a SSH client on the computer you wish to connect from; iPhone, iPad, Windows, Mac, Linux etc.

Next, how to install and use SSH.
Continue reading


May 6 2010

Ubuntu Time Machine Backup…

Ben Hoskins

I have been on a bit of a mission to get my Apple MacBook Pro to backup to my Ubuntu Server using the Time Machine.app. After alot of research turns out it was to much hassle for my liking.

You can enable Mac’s Time Machine.app to see unorthodox network and external drives by typing to following into the terminal.

defaults write com.apple.systempreferences  TMShowUnsupportedNetworkVolumes 1

Time Machine.app could then see the samba shared network drive but could not backup to it correctly due to Ubuntu not supporting AFP (Apple Filing Protocol).

There is a way to get AFP working with Ubuntu therefore theoretically allowing Time Machine.app backup to a Ubuntu server, sadly it was to much effort.

Instead i would suggest using CrashPlan, i will post a tutorial soon.