Guide How to List Users in Linux? by robin March 9, 2023 by robin March 9, 2023 11 minutes read Linux is a popular open-source operating system widely used by individuals and organizations worldwide. One of the most basic tasks … 0 FacebookTwitterPinterestEmail
Guide Bash: If-Else Statement with Examples in Linux by robin March 9, 2023 by robin March 9, 2023 13 minutes read A shell script generally needs to test if a command meets the condition or succeeds in batch. The test continues … 0 FacebookTwitterPinterestEmail
Guide How To Use SCP Command for File Transfer in Linux? by robin March 9, 2023 by robin March 9, 2023 12 minutes read SCP is the network protocol that helps copy the folders or the files between the Linux system on a network. … 1 FacebookTwitterPinterestEmail
Guide How to Extract/ Unzip tar.gz file? – Unzip Command by robin March 9, 2023 by robin March 9, 2023 10 minutes read When you are working in the open source, there is a high probability you will encounter the need to unzip … 0 FacebookTwitterPinterestEmail
Guide How to Zip File/ Folder in Linux? – ZIP command in Linux by robin March 8, 2023 by robin March 8, 2023 10 minutes read Working as a developer can be a lot challenging. There will be folders loaded with files. You might have to … 0 FacebookTwitterPinterestEmail
Guide How to List Drives/ Disks in Linux? (Beginner’s Guide) by robin March 7, 2023 by robin March 7, 2023 9 minutes read The job of the system administrator can be pretty challenging. On top of that, it will be a big concern … 0 FacebookTwitterPinterestEmail
Guide How to copy directory using a command on Linux? by robin March 5, 2023 by robin March 5, 2023 9 minutes read Copying is one of the most common functions of Linux. The distributions use the cp command to simplify copying the … 1 FacebookTwitterPinterestEmail
Guide How To Add/Change URL for Remote git Repository? by robin March 4, 2023 by robin March 4, 2023 9 minutes read Git remote is a tool that allows you to link a local Git repository (from your computer) to a remote … 1 FacebookTwitterPinterestEmail
Guide How to Switch Git to a Specified Branch? by robin March 3, 2023 by robin March 3, 2023 10 minutes read When you start working on a project, you must manage different branches. But as the number of branches keeps growing, … 1 FacebookTwitterPinterestEmail
Guide How to Unstage File on Git Without losing changes? by robin March 2, 2023 by robin March 2, 2023 8 minutes read Git is a powerful tool for managing code and tracking changes. Git Unstage is a command that removes changes from … 1 FacebookTwitterPinterestEmail