Chroot SFTP Server

How to Setup Chroot SFTP Server in Linux

SFTP (Secure File Transfer Protocol) is a secure version of FTP protocol that uses Secure Shell (SSH) to transfer files. It is similar to SCP, but it has access to various SSH operations like changing file permission and ownership, downloading … Read more

CentOS-Linux-Alternatives

List of Top 5 CentOS Linux Alternatives 2021

Red Hat recently announced that CentOS Linux is to be terminated and all the focus and energy will be shifted towards the development of CentOS Stream. While ecosystem developers are happy with the announcement as CentOS Stream is mainly a … Read more

Static-IP-Arch-Linux

How to Configure Static IP in Arch Linux

Simply, static IP can be defined as a non-changing internet address. Static IP can tell the location of the computer to other computers or servers on the internet. This article will help you to configure a static IP address in … Read more

Awk-Command-Examples-Linux

14 Useful AWK Command Examples in Linux

Awk command is the most powerful scripting language in Linux that is developed with the purpose of text processing and transforming text in a way like producing formatted reports. It is relatable to grep and sed commands as it acts … Read more

Install-Gnome-Extensions-Ubuntu-22-04

How to Install Gnome Extensions on Ubuntu 22.04

In this blog post, we will explain how to install gnome extensions on Ubuntu 22.04 system. Ubuntu 22.04 enhanced Gnome desktop environment, offering a sleek and user-friendly interface. If you’re looking to customize your Ubuntu experience, installing Gnome extensions is … Read more

Tar-Command-Examples-Linux

Top 16 Tar Command with Examples in Linux

Tar is an archiving software utility for the computer for compressing multiple files and directories into one archive file. It’s an acronym for Tape Archive that is broadly used in Linux/Unix. Tar archiving is mostly used for the purpose of … Read more