SFTP (SSH File Transfer Protocol) is a secure protocol to transfer files between systems. It uses an encrypted secure shell…
Browsing: command
The ifconfig command is a useful utility to display and set network configuration on Ubuntu and Debian Linux systems. This…
Question – How to Find Local IP Address of My Ubuntu Desktop system? 2 Ways to find IP Address on…
The Python subprocess module allows to spawn of new processes, and execute external commands or scripts from the Python scripts.…
The cd command is the most basic command for working with directories in the shell. That’s because it’s used so…
In the realm of Linux, one of the most common yet crucial tasks is locating files containing specific text. This…
Linux/Unix systems keep the details of the system uptime. You may also need to know when the server is running.…
Checking the system reboot history is an important task for system administrators in Linux. Knowing when the system was last…
Creating a bootable USB drive is an essential skill for every Linux user. A bootable USB drive allows you to…
While working with the Linux systems, we used many of commands on daily basis. Most of the commands are available…