Using Brew install all the major version of Java All without having to restart the shell! The more observant of you will notice I used the keyword global. This sets to the default version. You can also use the keyword local which fixes the java version… more »
Categories: "Linux"
I followed the official MongoDB documentation to install the Community Edition but it kept crashing with a core dump: more »
Got this message a while back and it took a lot of looking to find the answer, so here it is! This assumes you have transferred over your existing keys and all the permissions etc are set up correctly. more »
I spent ages trying to get Orca to read selected text but there are a mind boggling number of options and while the GNOME (Ubuntu's default desktop manager) documentation is pretty good it never really worked. On further reading there seems to be some… more »
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 »