Posted inHowto

How To Keep Your Linux Updated

Like any other operating system, we need to keep our system updated to avoid any bug or to improve hardware on Linux. If you using the official repository from the distro, you’re most likely won’t have a problem with software or hardware. Linux using a package manager to update software apt for Debian and it’s […]

Posted inHowto

How To Install HAProxy 2.2 on Debian 10

Load balancing is a common solution for a website with a lot of traffic. HAProxy offers high availability which can be used for distributing database or web application accross multiple servers even multiple different cloud providers. Here are few HAProxy 2.2 features – Dynamic SSL Certificate Storage – SSL/TLS Enhancements – Native Response Generator – […]

Posted inHowto

How To Install VirtualBox 6.1 on Ubuntu 20.04

VirtualBox is a free and open-source project by Oracle’s. It’s a good alternative to paid VMWare Workstation, few operating systems that VirtualBox support out of box – RedHat – OpenBSD – FreeBSD – Ubuntu – Fedora – OpenSUSE – Windows 7 – Windows 10 – Windows Server On a daily basis, I use a lot […]

Posted inHowto

How to Install LibreOffice 7 on Fedora 32/CentOS 8

The only supported LibreOffice on Fedora 32 / CentOS 8 is LibreOffice 6, but don’t need to worry, because The Document Foundation offering RPM packages directly. To download LibreOffice 7, on browser LibreOffice Download page, if you prefer using CLI Download LibreOffice 7 wget https://download.documentfoundation.org/libreoffice/stable/7.0.0/rpm/x86_64/LibreOffice_7.0.0_Linux_x86-64_rpm.tar.gz Extract LibreOffice File To reduce download size, LibreOffice compressed using […]

Posted inHowto

How to Install Jellyfin on Ubuntu 20.04

These guides explain how to set up the Jellyfin media server in Ubuntu Linux. Jellyfin is a free, cross-platform, and open-source alternative to propriety media streaming applications such as Plex. Jellyfin had subtitle support installable via the plugin, it’s fetch data from opensubtitle.org website. Jellyfin had a lot of clients, few of them – AndroidTV […]

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