WSL 2

Most things should be at this link: https://ubuntu.com/blog/ubuntu-on-wsl-2-is-generally-available The new Windows Terminal is also in the Microsoft store. It’s probably the best way to experience WSL now.

i3

I think i3 is now my lightweight window manager of choice. It’s really fast on very old or low powered machines, and I’d really like to try it on something more powerful. There is a learning curve though, but the documentation is great: https://i3wm.org/docs/userguide.html Commands that I use deserve a blog post, but basically it’s … Read more

How to install Oracle Java 10 on Ubuntu

See https://www.linuxuprising.com/2018/04/install-oracle-java-10-in-ubuntu-or.html Or just: sudo add-apt-repository ppa:linuxuprising/java <enter> sudo apt update <enter> sudo apt install oracle-java10-installer <enter> Then type about:plugins in the URL box to test.

Testing on Ubuntu

This document details the installation process for Ubuntu when it is used for testing web applications. The builds are designed to conduct meaningful tests on Oracle Fusion and Taleo cloud applications, but should be suitable for testing any similar web application. Test Build 1 (all tests) Installation Installed in a VM running in VirtualBox Give … Read more