How to Install ProFTPD on Ubuntu 22.04

Ubuntu 22.04 ProFTPD

The File Transfer Protocol (FTP) is still a widely used technology to move files over a computer network. It is famous for being lightweight, and easy to set up and use. FTP has a bad reputation as an insecure protocol because it transmits passwords and data in plain text. However, modern FTP servers like ProFTPD … 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

How to scan a Debian server for rootkits with Rkhunter

Scan Debian for Rootkits

Rkhunter stands for “Rootkit Hunter” is a free and open-source vulnerability scanner for Linux operating systems. It scans for rootkits, and other possible vulnerabilities including, hidden files, wrong permissions set on binaries, suspicious strings in kernel etc. It compares the SHA-1 hashes of all files in your local system with the known good hashes in … Read more

6 Ways to get Debian version information

Debian Version

We may need to know which version of the Debian operating system we have installed on our computer. This can be useful in various situations, such as when we need to download a software build for a particular version of our current operating system or when we need to access online support or deal with … Read more

6 Ways to Open Folders in Ubuntu 22.04 LTS

Ubuntu Open Folders

Opening folders in Ubuntu is one of the basic tasks you will perform daily as a regular Ubuntu user. While there are many ways to do it, each of us has our own preferences when it comes to accessing folders in our system. In this article, we’ll explain several ways you can: Open a Folder … 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

Install Flameshot Screenshot Tool in Ubuntu 22.04

Ubuntu Screenshot Tool

Flameshot is an open-source screenshot and annotation tool designed for Linux, macOS, and Windows systems. The best thing about this screenshot tool is that it operates with both the graphical user interface as well as the command-line interface. It is a very easy-to-use screenshot tool that provides users with a high level of flexibility and … Read more

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 Change the Hostname on Ubuntu

Ubuntu Hostname

In a local area network (LAN) environment, computer systems must communicate with each other based on their IP addresses. Learning and retaining these IP addresses, and passing them on when needed, is a tricky business. To avoid such problems, users rename the hostname of their system. The simpler hostnames allow all computer users to coordinate … Read more