Posted inHowto

How To Setup Wireguard VPN in 3 Minutes on Debian 10

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. […]