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...
How To Install and Use Docker on Ubuntu 18.04
Container technology is not a new phenomenon and has been a part of core features of Linux from long back. Most notable among them are Solaris container, OpenVZ and LXC.
Docker came...
How to Setup and Host a Minecraft Server – Step by Step Guide
Minecraft is one of the most popular sandbox video game developed by Swedish game developer Markus Person and is now owned by Microsoft. It is a multiplayer game and is available...
How to Install VestaCP on a VPS (Ubuntu, CentOS, Debian)
What is VestaCP Web Control Panel?
Vesta Control panel (VestaCP) is an open source and light weight web hosting control panel with its core written in bash. Using VestaCP, one can manage...
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...
Xen vs. KVM: Comparison Reviews
Are you planning to setup a virtualization environment and wondering which virtualization to use - Xen or KVM?
Without going into Xen vs. KVM debate, this guide will help you understand each...
20 Frequently Used iptables Examples (Linux Firewall)
The iptables is a command line tool that is built on the top of kernel framework called Netfilter. The netfilter framework empowers one to allow, drop or modify incoming and outgoing...
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...
20 Useful Crontab Examples (Task Scheduling Commands) in Linux
The Cron is a daemon that is used to run scheduled task in your system like daily backup, send emails, or do any other task that you may have.
The Cron daemon...