Home
Reheda blog
Cancel

How to install Nginx of Debian 9

You probably would serve some website on your Debian server. Nginx will meet all your needs. Prerequisites: Debian 9 a sudo non-root user (described in this article)   Step 1. Install Ngin...

Install UFW on Debian 9

After setup of Debian 9 to your server installing firewall would be a good idea to secure it. We will use UFW (Uncomplicated firewall).   Firstly, install the ufw package: sudo apt-get install uf...

Initial setup on Debian 9

When you just set up your server with Debian 9 you want to create a new user and grant sudo privileges to him. So we’ll guide you through this process. ### Step 1. Login to server Firstly we shou...

How to proxy specific traffic through OpenVPN

For different countries, there are restrictions on visiting certain resources. In this article, we’ll look at a way to proxy only certain traffic, so as not to reduce the download speed of other re...

How to install OpenVPN on 443 port (Debian 9 with Nginx)

If your connection primarily through an overly restrictive firewall then all of the setups mentioned below work when used through a reasonably-firewalled connection. Prerequisites: Nginx...