Jayesh SomalaforSomala Jayeshjayeshsomala.hashnode.net·Feb 8, 2022Playing with command lineWhy should we learn about command-line? Fluency in using the Linux command-line interface is a skill often neglected or considered arcane, but it improves your flexibility and productivity as an engineer in both obvious and subtle ways. This is a sel...Anagh Bhargava and 26 others are discussing this27 people are discussing thisDiscuss·99 likes·151 readscli
Ayush KambojforAyush's Blogayushak18.hashnode.net·May 20, 2021MongoDB Shell and its CommandsWhat is MongoDB Shell ? MongoDB shell is a CLI(Command Line Tool) which is used to access databases,collections and documents present in MongoDB. How to access MongoDB shell ? Before accessing Mongo Shell, first we need to start the Mongod Process. T...Discuss·54 likes·137 readsterminal
N. M. Ali HayderforAhayder's Blogahayder.hashnode.net·Nov 6, 2020FeaturedThe Missing Linux Commands Cheatsheet for Noob DevOpsBefore we start I want to mention that this is not a tutorial. Treat the article as a reference. Ok, you just ssh into a remote pc or VPS. Now what? Where do you even start 🤔? In fact, where are you? Here comes to rescue this following command... $...Discuss·49 likes·1.0K readsterminal command
Abhishek Shuklafor$whoamiavishukla693.hashnode.net·Apr 4, 2023"Mastering the Linux Terminal: Tmux, Zsh, and Beyond"As a computer professional, you might spend a lot of time in the Linux terminal, and it can get tedious and dull after a while. However, with some customization, you can make your terminal experience much more beautiful, efficient, and fun. In this b...Discuss·102 readsLinux
Evon Troy AlexanderforEvon's blogevoncodes.hashnode.net·Mar 31, 2023Basic Linux Commands Every Beginner Should KnowLinux is a popular operating system that is known for its flexibility and versatility. One of the most powerful features of Linux is its command-line interface, or terminal, which allows users to interact with the system using text commands. In this ...Discuss·47 readsLinux
Varshil ShahforVarshil's Blogsvarshil-shah.hashnode.net·Mar 15, 2023Linux ncal commandHey forks, in this blog we will be learning linux command ncal from basic to advance, will cover almost each and every option flag, so let's get started. The Linux ncal (New Cal) command is used to display a calendar on the terminal. It is almost sim...Discuss·15 likes·39 readsLinux
VivanforTech With Vivantechwithvivan.hashnode.net·Feb 20, 20235 Interesting Mac Terminal Commands You Didn't Know ExistedThe Terminal. Sometimes also recognized as the official command line of the MacOS operating system, this interface is not as scary as it might seem, trust me. Installing Homebrew Before you delve into this magical world of the Mac command line, it is...Discuss·11 likes·27 readsmacOS
Jacob MziyaforJacob Mziyajacobmziya.hashnode.net·Jan 12, 2023[Fix] Why You Are Getting An 'Invalid Developer Path' error after Mac OS UpgradeThis happens almost with every major upgrade of the Mac OS. So I had just upgraded my Mac OS from Monterey to Ventura and some of the command line tools broke. The very first one to most obviously break was Git. It will break. After the upgrade, I pu...DiscussmacOS
DhruvforDhruv Dabhidhruvdabhi.hashnode.net·Jan 11, 202310 Linux Commands Every Programmer Should KnowIntroduction If you've never used Linux, then you're in for a treat. It's one of the most versatile operating systems out there, and it can do anything from browsing the web to playing games. But if you want to get good at using Linux, then knowing t...Discuss·1 like·46 readsLinux
Michael Victorforyourmix.hashnode.net·Dec 13, 2022Your Terminal To-Do managerIn this article, we will build a simple Terminal To-Do manager where users can create tasks, view all to-do list, mark as completed, remove task from to-do list and clear to-do list using Terminal (CLI). Prerequisities Must have Python installed on ...Discuss·67 readsPython
Abayomi AYOOLAforPractical Tech with Abayomimurpheus.hashnode.net·Dec 10, 2022Customizing your macOS TerminalAs a developer or DevOp, you're likely to spend a lot of time in the Terminal, and you've probably already customized its appearance to suit you, but what about the prompt name? The text that appears before the $ sign is the Terminal prompt name. Thi...Discuss·31 readscustomterminal
Siddhi Jadhavforsiddhiblog.hashnode.net·Dec 7, 2022GIT CommandsIn the last article we learned what is git and github and also discussed some of the highly used git commands .So now lets doa deep dive in each one of them git add The git add commands adds new or changed files in your working directory to GIT s...Discuss·1 like·27 readsGit
Olabisi OduolaforThe TechCraft by Olabisibyolabisi.hashnode.net·Sep 3, 202210 modern Terminal/CLI tools that will change your terminal experienceOne of the main advantages of using a MacBook is that it is based on the UNIX operating system. This means that it offers a wide range of customization options for power users who are familiar with the terminal and know how to use it effectively. Alt...Discuss·3 likesterminal command