© 2023 Hashnode
#command-line
30 Seconds of Code The 30 Seconds of Code is a Repository that contains snippets for JavaScrpit Code it will be very helpful because it has a solution to most of the problems you get while using Java…
This tutorial adheres to the 80/20 rule, whereby you will attain a comprehensive understanding of a topic with just 20% of the time dedicated to studying it. I will not delve into the basics of Linux …
The terminal or Command Line Interface (CLI) is a powerful tool for developers, system administrators and power users. It allows you to perform a variety of tasks quickly and efficiently, without the …
Welcome to Part 2 of our series on Linux commands for DevOps. In this article, we will delve into some of the more advanced Linux commands and shell scripting techniques that can be used to automate t…
A Linux command is a program and/or utility that runs on the CLI (Command Line Interface). Linux commands are executed on the terminal. These commands have usage ranging from package management to fil…
I am currently pursuing my undergrad degree in computer engineering. Being a student, I have lots of data to store, courses, reference materials, etc. I used to use uni's Google Drive for storage, but…
How echo works purpose of this is to show you how to use arguments from the command line to change the behaviour of the program at runtime. $ echo Hello Hello to start echo will prints its arguments …
There are many good arguments for getting used to the command line interface (CLI). However, as a complete beginner, it can be difficult to start, and a new shell session can feel a bit intimidating: …
Atualmente tenho passado boa parte do meu tempo no computador em linhas de comando (shells do Linux) como zsh e bash. Acho a linha de comando uma excelente ferramenta de produtividade e automação de t…
What is Hyper? Hyper is a super cool terminal replacement for the Big 3(operating systems). Hyper allows you to take the boring terminal out of the picture and customize your terminal to look and act …