Tuesday, June 29, 2021

How to Fix Common Nginx Web Server Errors

Nginx is a very popular web server these days. This article will show you some common errors when running an Nginx web server and possible solutions. This is not a complete list. If you still can’t fix the error after trying the advised solutions, please check your Nginx server logs under /var/log/nginx/ directory and search…


Read full story here:
How to Fix Common Nginx Web Server Errors

Thursday, June 24, 2021

How to Install Mega.nz Cloud Drive on Ubuntu - Free 20GB Storage

This tutorial is going to show you how to install MEGA.nz cloud drive on Ubuntu desktop and server. MEGA.nz is a cloud storage provider from New Zealand. It offers 20GB free storage upon registration and also allows you to get up to 50GB free space. MEGA.nz Features Zero-knowledge encryption (user-controlled end-to-end encryption). Open-source client apps.…


Read full story here:
How to Install Mega.nz Cloud Drive on Ubuntu - Free 20GB Storage

Monday, June 21, 2021

Set Up Unbound DNS Resolver on Ubuntu 20.04 Server

This tutorial will be showing you how to set up a local DNS resolver on Ubuntu 20.04 with Unbound. A DNS resolver is known by many names, some of which are listed below. They all refer to the same thing. full resolver (in contrast to stub resolver) recursive DNS server recursive name server recursive resolver…


Read full story here:
Set Up Unbound DNS Resolver on Ubuntu 20.04 Server

Friday, June 18, 2021

How to Install Syncthing on Linux Mint 20

This tutorial will show you how to install Syncthing on Linux Mint 20. Syncthing is a free, peer-to-peer continuous file synchronization program that allows you to synchronize your files across multiple devices, available for Linux, BSD, macOS, Windows, Android, iOS and Solaris. It’s an open-source alternative to the popular Resilio Sync (formerly known as BitTorrent…


Read full story here:
How to Install Syncthing on Linux Mint 20

Wednesday, June 16, 2021

How to Set Up a Secure FTP Server on Debian 10 with Pure-FTPd

Pure-FTPd is a free open-source FTP server designed with security in mind. In this tutorial, we are going to learn how to set up an FTP server on Debian 10 with Pure-FTPd and how to enforce TLS encryption. Pure-FTPd Features: It supports SSL/TLS encryption and thus passwords and commands can be protected. It can run…


Read full story here:
How to Set Up a Secure FTP Server on Debian 10 with Pure-FTPd

Sunday, June 13, 2021

Set Up DNS over HTTPS (DoH) Resolver on Debian with DNSdist

This tutorial will be showing you how to set up your own DNS over HTTPS (DoH) resolver on Debian with DNSdist, so your DNS queries can be encrypted and protected from prying eyes. What is DNS over HTTPS and Why It’s Important DNS (Domain Name System) is responsible for translating domain names to IP addresses.…


Read full story here:
Set Up DNS over HTTPS (DoH) Resolver on Debian with DNSdist

Thursday, June 3, 2021

Install OpenLiteSpeed, MariaDB, PHP8.0 on Ubuntu 20.04/18.04 Server

This tutorial is going to show you how to install LOMP stack (OpenLiteSpeed, MariaDB, and PHP8.0) on Ubuntu 20.04/18.04. A software stack is a set of software tools bundled together. LOMP stands for Linux, OpenLiteSpeed, MariaDB/MySQL and PHP, which can power dynamic websites and web applications. Linux is the operating system; OpenLiteSpeed is the web…


Read full story here:
Install OpenLiteSpeed, MariaDB, PHP8.0 on Ubuntu 20.04/18.04 Server