/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.tangramvision.com
| | www.h-i-r.net
2.8 parsecs away

Travel
| | If you travel, or work from the road a lot, you probably have a good reason to set up a travel router and VPN. Travel routers let you create...
| | blog.stigok.com
1.9 parsecs away

Travel
| | [AI summary] A technical guide detailing the step-by-step process of setting up a WireGuard VPN server on CentOS and a client on Arch Linux.
| | www.buildahomelab.com
2.6 parsecs away

Travel
| | How to Install Ansible with pipenv and pyenv. Pipenv gives a lot of flexibility over ansible project versioning.
| | wittchen.io
16.5 parsecs away

Travel
| 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: