Tried to upgrade my Ubuntu 16 LTS to Ubuntu 18 LTS but it failed because the /boot partition filled up with initrd.img files that had been generated for kernel versions that I didn't think were installed. root@dev:/boot# update-initramfs -c -k all… more »
Categories: "Operating Systems"
This was how I got the Bluetooth USB dongle working on Sony Viao PCG-Z600HEK. First, plug in USB doggle. Unfortunately, I never found the time to convert this into a proper article so you'll have to settle for what I have: more »
At the boot: prompt, enter: Otherwise the cdrom will not be recognized by the rescue kernel. more »
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 »