So, its the next edition of Code of Dark Joy. Live programming / fumbling around with web and streaming stuff, dark tea and a bit of music 🙂 Plans for this show are as follows: 1 – 2 small DJ sets – one at the start, the second at the end onboarding including a bit […]
Category: Ubuntu
System Statistics 2019
So, didnt do an update to this for quite some time (alas, AlltagsGrauen is offline, so .. no opportunity to do that anyway :D). Without further ado, the current system infrastructure I’m using these days (or am going to use in the near future): Current main system: Thinkpad T520, i5 2520M, 16 GB RAM, 512 […]
Ubuntu LTS 14.04: Fix Java 1.8 issues
Quick shot for fixing issues with missing Java 1.8: 1. Add PPAs Get yourself the right PPA – apparently JDK 1.8 is still not available for Ubuntu 14.04 (correct me if I’m wrong though), thus: sudo apt-add-repository ppa:openjdk-r/ppa sudo add-apt-repository ppa:maarten-fonville/ppa sudo apt-get update Source: https://askubuntu.com/a/613324 As I’m happily using Synaptic, the next line would […]