Search-Filezilla-desktop-dash-debian10

How to Install FileZilla on Debian 12

In this post, we will cover how to install FileZilla on Debian 12 system. FileZilla is free and cross platform ftp, ftps and sftp client. It provides a graphical user interface through which we can connect to remote system using … Read more

Execute-Ansible-Ad-Hoc-Commands

How to Execute Ansible Ad-Hoc Commands

In Ansible, Playbook files are usually used in executing tasks in remote hosts. These tasks range from installing and configuring services such as web and database servers to simple tasks such as checking uptime. However, when it comes to executing … 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

Linux-mkdir-command-examples

8 Useful mkdir Command Examples for Linux Users

As the name suggests, mkdir command is used to create or make directories in Linux like systems.  For Linux beginners, mkdir is one of the important command, they should understand the basic usage and its functionalities. Apart from directory creation, … Read more