Skip to main content

Ubuntu

Install and Configure OpenVPN Client

Install OpenVPN client apt install openvpn -y Manually connect to OpenVPN server Generat...

Install and Configure Fail2Ban on Ubuntu 18.04

Installing fail2ban can be done with a single command: sudo apt-get install -y fail2ban When th...

Install and Configure PureFTPd Ubuntu 18.04

Install the PureFTPd : sudo apt-get install pure-ftpd -y Edit /etc/inetd.conf file and comment ...

How To Setup a Firewall with UFW on an Ubuntu and Debian Cloud Server

What is UFW? UFW, or Uncomplicated Firewall, is a front-end to iptables. Its main goal is to mak...

How to Install and Configure KVM on Ubuntu 18.04 LTS

Original How-To URL: https://www.linuxtechi.com/install-configure-kvm-ubuntu-18-04-server/ KVM (...

Installing NUT (Network UPS Tools) on Ubuntu 18.04 LTS

Original How-To URL: https://zackreed.me/installing-nut-on-ubuntu/ Install Nut apt-get install ...

Upgrade php 7.3 Ubuntu 18.04 LTS

Since Ubuntu 18.04 comes with php 7.2, you must install from the ppa:ondrej repository: sudo add...

Setup NTP Server using NTPd on Ubuntu 20.04/18.04

Credit: cr00t In this tutorial, you will learn how to install and setup NTP server using NTPd on...

Ubuntu Add and Delete Users

Add User Enter the following command: sudo adduser jsmoe You will be prompted to create a Unix...

Install and Configure xmrig for Monero XMR Crypto Mining

Ensure you have created and activated an account on https://minergate.com. You will need your min...

Upgrade Ubuntu 20.04 Linux Kernel

Verify Installed Kernel Version Type the following command in command line to view currently ins...