How to Install SSH on Ubuntu Step-by-step Guide
SSH (Secure SHell) server is used to administer Linux servers remotely. By default, SSH server runs on TCP port 22.
An SSH client is required to connect to the SSH server remotely.
SSH...
How to Setup Rsyslog in Ubuntu 16/18
Rsyslog is a high performance and secure logging system that has started its journey as a regular syslog daemon and evolved into one of the powerful logging systems in most of...
Install PostgreSQL in Ubuntu 18.04 – Step-by-Step
PostgreSQL is open source object relational database system (ORDBMS) that uses and extend SQL language with tons of features. It is one of the most sought after RDBMS with many advance...
Install Jetty 9 on Ubuntu Server 18.04 LTS
Jetty 9 is a HTTP server just like Apache 2 or Nginx, and a Java servlet engine just like Apache Tomcat.
Jetty 9 has support for...
How to Install ISPConfig 3 in Ubuntu 18.04 & CentOS 7
This Tutorial will show you How to install & Configure ISPConfig control panel on Ubuntu 18.04 and CentOS 7.
Here are the steps you need to follow to install the ISPConfig 3:
...
How to Install OpenVPN (Easy-RSA 3) on CentOS 7
Why OpenVPN with CentOS
A VPN (Virtual Private Network) enables you to create a secure connection to a remote network over the Internet through a virtual encrypted tunnel.
By routing the internet traffic...
How to Install Cacti on CentOS 7
Cacti is an open-source, web-based network monitoring tool that generates graph data of CPU usage, memory usage, network bandwidth utilization, and more.
With the help of RRDtool (Round-Robin database tool), Cacti can...