At the boot: prompt, enter: Otherwise the cdrom will not be recognized by the rescue kernel. more »
Categories: "Linux"
I had a few problems connecting to a client's VPN. All the settings were correct: I came across this forum post that said it ended up being the router port forwarding stopped for the VPN port, so I checked my Virgin Super Hub router. After logging in go… more »
I'm doing more and more work with SSH keys so I thought I'd share this little program with you. When I create a development server I set up SSH keys so that I'm not constantly typing in passwords as I copy stuff around. After creating a new virtual… more »
I had a development server that was taking ages to start. I checked the /var/log/messages file which didn't reveal anything so I checked the /var/log/maillog which showed the following lines:
Nov 11 16:16:11 myhost sendmail[1334]: My unqualified host… more »
Half the battle is getting the Raspberry Pi up and running with Java installed. Once you've done that, the rest is pretty simple.
Firstly Install Rasbian wheezy on your Raspberry Pi.
Then install Java 8.
Create somewhere nice for us to work… more »