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 Ubuntu Desktop from Ubuntu Server

Ubuntu is one of the most widely used Linux distributions, developed by Canonical inc. Ubuntu comes in several flavors, the Ubuntu Desktop Edition, which ships with a GNOME-based desktop by default, and the Ubuntu Server edition, which is mainly meant to be run on headless servers. Ubuntu server edition does not install a GUI. This … Read more

How to Install Sentry with Docker on Ubuntu 20.04

Sentry on Ubuntu with Docker

Sentry is a popular error-tracking Python application that is free to install and use with the Python open-source development platform. Facing errors on the resurfacing can be alerted with the use of Sentry through SMS and email notifications. You can integrate sentry with a lot of applications such as Gitab, Bitbucket, Github,etc. In this tutorial, … Read more

How to Install FastPanel on Ubuntu

FastPanel on Ubuntu

Fastpanel is a web-hosting control panel. It provides web-based intuitive, point-and-click interfaces for common tasks such as transferring files, installing applications, updating PHP versions, and creating email accounts. Fastpanel is written in PHP5, uses the PEAR DB database layer, and includes over 100 database functions (including MySQL-specific functions such as “orelse” or “bcp”) as well … Read more