Archive for the ‘Shell Script’ Category
Ubuntu VNC the Quick and Dirty WayWhy 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 EntryI 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 | ||
