|
You are here |
www.tangramvision.com | ||
| | | | |
www.h-i-r.net
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | | | How to Install Ansible with pipenv and pyenv. Pipenv gives a lot of flexibility over ansible project versioning. | |
| | | | |
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: | ||