Linux with its versatile command line is my go-to OS for software development. Here are 3 command line tools I commonly use for development and which I recommend you to try out! 1. grep The #1 command line tool I use during development is grep . Basically it’s a simple …
100+ Linux commands and their explanation
Basic Linux commands → ls-al: Lists files and directories with detailed information like permissions, size, owner, etc. → ls: Lists all files and directories in the present working directory → ls-R: Lists files in sub-directories as well → ls-a: Lists hidden files as well → cd or cd ~: Navigate …
Filtering files and folders in Linux using find and grep
How to Filter files and folders in the Linux command line? In this article, you will be learning about how to filter the Linux files and folders using piping, pattern, matching, find, grep, etc Let’s get started. The grep utility searches any given input files, selecting lines that match one …
How to Connect Two Computers using a Crossover Cable
Ever wondered how to connect two computers together without going through a local network (LAN)? If your computers are on a network, you can share files and folders, but what happens if you don’t have a router/switch/hub to make that LAN happen? In this tutorial I will show you how …
Top 4 things you need to know about the find command on Linux!
As you know Linux is case sensitive if you want to find a directory or file you need to consider for case upper or lower. If you use this command you find all file about your search. For example, if you have two files named File.txt and file.txt and you …
Managing the Files and Folders in Linux (PART I)
How to manage files and folders in Linux from the terminal? In this article, you will learn about “Managing the Files and Folders in Linux” with Hands-on scenarios. Let’s get started. The touch command in Linux is used to change file access and modification times. You can get the complete …
How To Install Github Desktop In Ubuntu 20.04 Linux Distributions
Hi there pals 👋, in case you are additionally a ubuntu and that i linux user and also you wish to set up github desktop in your laptop or laptop computer then learn this article carefully and do additional course of 🙏 and after you do that course of efficiently, …
Why I’m ditching Windows after 15 years and why you should too!
Why I’m ditching Windows after 15 years and why you should too! Goodbyes are always painful. But not this one! Photo by Jake Roxen on Unsplash I’ve been a dedicated Windows user for the past 15 years! Since 2004’s Windows XP, Vista, 7, 8, and finally Windows 10, I’ve seen …