|
You are here |
ounapuu.ee | ||
| | | | |
www.mikekasberg.com
|
|
| | | | | One of the top stories on Hacker News today was a blog post called macOS 10.15: Slow by Design. I loved reading it - I... | |
| | | | |
vsupalov.com
|
|
| | | | | X11, Wayland and how they work. | |
| | | | |
www.ubuntubuzz.com
|
|
| | | | | How To Create and Edit Custom Desktop Shortcuts on Ubuntu GNOME | |
| | | | |
wittchen.io
|
|
| | | Sometimes we need to run specific program with a concrete version of JVM. We can also work with Java 7, but we want to try Java 8. In such cases, we can have installed both Java 7 and 8 on our system and easily switch between them. In order to show current java version, we can simply type: java -version in terminal. On my computer I received the following response: | ||