How to Install CMake on Ubuntu 22.04 LTS

Install Cmake on Ubuntu 22.04

CMake is an open-source, cross-platform family of tools designed to build, test, and package software. CMake is used to control the software compilation process using simple platform and compiler-independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice. Kitware created the suite of CMake tools … Read more

How to Install SysPass Password Manager on Ubuntu 22.04

Ubuntu SysPass

SysPass is an open-source password manager written in PHP with AES-256 CTR encryption. It is designed for centralized and collaborative password management. It offers advanced profile management, multiuser with user, group, and profile management. Supports multiple authentication methods via MySQL/MariaDB and OpenLDAP Active Directory. SysPass provides an API that allows you to integrate other applications. … Read more

How to Record Audio in Ubuntu 22.04

Audio Recording in Ubuntu Linux

An audio or sound recording tool is vital since it lets you get a voice-over on a clip or perform other jobs. Nevertheless, capturing audio using Ubuntu is constantly a topic of discussion. There have been some tools that can help you do it quickly, but rather an integrated system cannot record audio. If you’re … Read more

Two ways to Flush the DNS Cache on Debian

Flush DNS Cache

The DNS or the Domain Name Server can be characterized as the most essential part of your link to the internet. The DNS translates the domain names to and from the IP addresses so that we don’t need to remember or keep a list of all the IP addresses of the websites we ever want … Read more

How to Install IDLE Python IDE on Ubuntu

Ubuntu Python IDLE IDE

IDLE stands for Integrated DeveLopment Environment. It is an IDE for Python, written in Python language itself and based on Tkinter with bindings to the Tk widget set. IDLE is most suitable for beginners as it is easy to use and not feature-overloaded. Hence, it is very popular in educational environments. IDLE is a cross-platform … Read more

How to Kill Zombie Processes in Ubuntu

Kill Zombie Process in Ubuntu

A zombie or a defunct process in Linux is a process that has been completed, but its entry still remains in the process table due to a lack of correspondence between the parent and child processes. Usually, a parent process keeps a check on the status of its child processes through the wait() function. When … Read more

How do I install OpenLiteSpeed Web Server on CentOS

CentOS OpenLiteSpeed Server

OpenLiteSpeed is an open-source version of the commercial LiteSpeed web server. It is a lightweight and powerful HTTP server that can handle hundreds and thousands of simultaneous connections. Its user-friendly web interface allows you to manage your website from a web browser easily. Compared to other web servers like Apache, OpenLiteSpeed is known for its … Read more