After

ubuntu server post install

ubuntu server post install

9 things I do after installing a fresh Linux server (Ubuntu)...

  1. System upgrade. The first thing I do after installing new system is upgrade procedure. ...
  2. Set default text editor. I use only one text editor Vim... ...
  3. SSH security - AllowUsers. ...
  4. SSH security - PubkeyAuthentication. ...
  5. SSH - PasswordAuthentication. ...
  6. fail2ban. ...
  7. Firewall (iptables) ...
  8. System stats and monitoring.

How to Install and Use FFmpeg on Debian 9
The following steps describe how to install FFmpeg on Debian 9 Start by updating the packages list sudo apt update. Install the FFmpeg package by runn...
How to Start, Stop, or Restart Apache
Debian/Ubuntu Linux Specific Commands to Start/Stop/Restart Apache Restart Apache 2 web server, enter # /etc/init.d/apache2 restart. $ sudo /etc/init....
Install Docker CE on RHEL 7 Linux
So let's install Docker CE on RHEL 7 Linux system. Step 1 Register your RHEL 7 server. ... Step 2 Enable required repositories. ... Step 3 Install Doc...