The previous article taught you how to install Nginx Proxy Manager using Docker Compose in Ubuntu 22.04. Cloudflare provides a DNS proxy service which will hide your server IP address, adding an additional security layer to your website. This article will teach you how to combine Nginx Proxy Manager with Cloudflare in order to…
How to install Nginx Proxy Manager with Docker Compose on Ubuntu 22.04
Nginx Proxy Manager is a powerful tool for managing web proxies. It can act as a reverse proxy to forward requests to your internal web services. In other words, you can host multiple websites with just 1 IP. Compared to Traefik and Nginx, Nginx Proxy Manager provides an intuitive GUI to create your own…
Troubleshooting guide if you failed to upgrade your raspberry pi 4 from buster to bullseye
If you are reading this article, this implies you are facing big trouble when upgrading Raspberry pi OS from buster to bullseye. Make sure you have a cloned backup of your Raspbian OS, as some commands in this guide are irreversible. Even if none of the following steps works, you can fall back to…
How to upgrade raspbian from buster to bullseye (2023 guide)
The Raspberry pi foundation released Raspbian Bullseye in Nov 2021, and Raspbian buster became obsolete. You should update your raspberry pi from buster to bullseye in order to get the latest security updates and software patches. The Raspberry pi foundation recommends having a clean install of Raspbian bullseye from a new drive instead…
How to enable copy and paste function on your Proxmox web console without installing additional software in your VM
Proxmox uses noVNC by default. It means copy-and-paste function is not available for your VMs on your Proxmox browser console. To enable copy and function for your Ubuntu VM, you may need other remote tools such as TeamViewer or Anydesk. If you don’t want to install additional software, the simplest solution is to enable…
How to install security update automatically on ubuntu 22.04 (with email notification)
Security updates are designed to keep our systems secure by patching up any vulnerabilities or weak spots that can be exploited by hackers or malware. By automatically installing these updates, we can ensure that our digital devices are always up-to-date with the latest security patches, providing us with top-level protection against cyber threats….
How to generate an app password for Gmail
For securities reason, the less secure app access option is deprecated and replaced by another service called “App passwords”. It means we can no longer use our Gmail account password to send emails via SMTP; instead, we have to use an application-specific password to send emails through SMTP. This article will show you how…
How to bind USB port with a static name on Linux (Rasbian/Debian/Ubuntu)
Assigning them a static name can be incredibly useful if you have multiple USB serial ports on a single device, as you don’t have to remember their ID anymore. This article will show you how to assign a static name to a specific serial port on Linux systems such as Raspbian (Debian) and…
Create a cloned copy/backup of your data using DiskGenius
A cloned copy of your hard drive protects your files and information. Creating a backup of your data is the best way to ensure that it will never be lost in a system crash, virus attack, or other types of disaster. By creating a cloned copy of your file system, you can rest assured…
How to disable Wayland permanately to ensure Teamviewer works properly on ubuntu 22.04
According to Teamviewer’s community blog, Teamviewer has added support to Wayland recently. Due to security reasons, whenever we want to remote our computer or share our screen with someone, we have to permit TeamViewer manually. In my opinion, it is pretty annoying. To disable Wayland and switch back to Xorg on Ubuntu 22.04,…