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

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

Install-docker-on-Debian-10

How to Install Docker on Debian 10 (Buster)

Docker is a daemon-based container run time environment. In other words we can say docker provides an environment where container images can be launched. In this article we will demonstrate how to install latest version of Docker CE on Debian … Read more