How to Install Grafana Monitoring Software on Ubuntu 20.04

Grafana on Ubuntu

Grafana is a multi-platform open-source analytics and visualization platform to monitor computer systems. Grafana lets you create and share dashboards and has a thriving ecosystem of over 100 plugins for data collection, storage, visualization, and sharing. In this article, we’re going to show you how to install Grafana on Ubuntu 20.04 so that you can … Read more

How to Install latest Linux Kernel 5.15 on Ubuntu 20.04

Update Ubuntu Kernel

Linux Kernel 5.15 was released as the newest Long Term Support (LTS) kernel release on Oct 31,2021. It provides new enhancements and features including a new NTFS driver and built-in support for Intel’s Alchemist discrete graphics. In summary, the latest kernel ships with the following improvements and features: AMD RDNA2 Graphics card initial support. New … Read more

How to Install and Use SSHGuard on Ubuntu 20.04

SSHGuard on Ubuntu

SSHGuard is an open-source daemon that is used to enhance the security of ssh as well as other network protocols. Moreover, it is used to prevent brute force attacks. It will continuously monitor and keep the track record of the system logs which helps in tracking the continuous login attempts or malicious activity. Once it … Read more

Snort – A Network Intrusion Detection System for Ubuntu

Snort IDS on Ubuntu

Snort is a well-known open-source network intrusion detection and prevention system (IDS). Snort is very useful to monitor the package sent and received through a network interface. You can specify the network interface to monitor the traffic flow. Snort works on the basis of signature-based detection. Snort uses different types of rulesets to detect network … Read more

How to use LXD Containers on Ubuntu 20.04

LXD Containers in Ubuntu

Linux container virtualization (LXD) is similar to Virtual machines (e.g. KVM) but with more speed, efficiency and much lighter compared to virtual machines. LXD containers for OS like Ubuntu, Centos, Arch Linux, etc are easy to create. LXD uses the same Linux kernel which reduces the overhead of the addition of such kernels. In this … Read more

How to Install OpenLiteSpeed Web Server on Ubuntu 20.04

OpenLiteSpeed

OpenLiteSpeed is a free and open-source web server software that enables users to deliver websites faster and reliably. This can be done in many ways, including concurrency, memory usage, request processing rates and built-in cache. OpenLiteSpeed has a large community dedicated to developers who contribute code and hardware to the project. OpenLiteSpeed is written in … Read more

How to Install MongoDB on AlmaLinux 8

MongoDB on AlmaLinux

MongoDB is a relational database that is free and open-source. When data is stored in dynamic schemas (JSON-like documents), it makes the integration of data into certain kinds of applications simpler and quicker. It’s often compared to other NoSQL databases like Cassandra or CouchDB. The reasons for its popularity are high performance, flexibility, ease of … Read more