About Me

Name: Paul Brunt
Age: Not 30 Yet!
Occupation: Web Developer
Education: Physics BSc
Interests: Programing, CG,
Animation, Maths,
Tech Stuff

SVG Flip

I decided to see what SVG was capable of so I set about creating a page turning document.

Read More..

  • SVG Flip
  • Berts Breakdown
  • New Website!
  • Blender Game Test

Archive for the ‘Shell Script’ Category

Ubuntu VNC the Quick and Dirty Way

Why they don’t have better VNC support built into Ubuntu yet I don’t know, still it way better then it used to be. In the mean time here is a quick and dirty way to get VNC working from before you login screen. …Read More

SSH Key Exchange (SSH no password)

I’m not sure if it was just me being a bit dense or the fact that tutorials on the subject where really confusing, but I’d always struggled to get this working. So, I thought that now I’ve cracked it I’ll do my own little tutorial for others out there that may still be a little bit stuck. …Read More

SSH Automatic Password Entry

I always thought that to use ssh in a shell script you had to authenticate with keys(no always possible) but I’ve just discovered a really useful way of passing the password directly to the ssh client though a shell script. This could have saved me so much faffing about in the past if only I’d found it sooner. Anyways here it is: …Read More