The benefit of Wireguard – Fast – Available on cross platform (iOS, MacOS, BSD, Linux, Windows, Android) – Robust encryption algorithms It’s only take 3 minutes to install Wireguard VPN on fresh Debian 10. Install wget Install wget apt install wget -y Download installer script Download latest version of wireguard-install wget https://raw.githubusercontent.com/Nyr/wireguard-install/master/wireguard-install.sh Install Wireguard After […]
Posted inHowto
How to Install SonarQube 8.4 on Debian 10
SonarQube describe itself as code quality and security. Installing SonarQube maybe a little intimidating for beginner, since it not support SSL by default we’ll need to use Nginx reverse proxy in front. Prerequisites Setup DNS record on your DNS hosting, here’s what I set on Cloudflare We’ll setup Lets Encrypt SSL later after everything installed. […]
Posted inHowto
How to Install VNC Server and XFCE on Debian 10
This tutorial describes how to install and configure a VNC server on Debian 10 step by step. VNC (Virtual Network Computing) is a technology to open remote computer anda manage the computer using your own keyboard and/or mouse from local just like you sit on the front of the computer. VNC using GUI just like […]