Dan Koskeidankoskei.hashnode.dev·Dec 10, 2024Navigating Your Computer Using the TerminalWhen I started learning to code, one of my earliest challenges was understanding that a “directory” is essentially a file folder. This guide is here to demystify the basics of navigating your computer’s file structure using the Linux terminal—an esse...terminal
Surgicalthecodeoperation.com·Dec 3, 2024Introduction to the Command Line: Navigating Your Developer Toolkit with LinuxThe command line interface (CLI) is one of the most powerful tools in a developer's arsenal. Despite its minimalist appearance, the CLI opens doors to automation, deep system control, and efficient workflows that graphical interfaces can only dream o...Beginners GuideLinux
Muhammedfor25000cheats.com25000cheats.hashnode.dev·Nov 14, 2024How to Find Large Files on Ubuntu (to Free Up Space)Running low on storage? Ubuntu’s terminal has a quick command to help you hunt down those space-hogging files. Instead of manually digging through folders, you can use a simple command to locate large files and decide what can go. Just open the termi...Ubuntu
Muhammedfor25000cheats.com25000cheats.hashnode.dev·Nov 14, 2024Run the Last Command as sudo in UbuntuHave you found yourself running a command only to realise you need superuser privileges? Instead of retyping everything, there’s a quick method to run the last command as sudo in Ubuntu. To do this, simply type sudo !! and hit Enter. What’s happening...Ubuntu
Saad Asif Mujawaressentialsofdevops.hashnode.dev·Oct 28, 2024Day 5 : Advanced Linux Shell Scripting for DevOps Engineers with User ManagementTask 1 : Create Directories Using Shell Script : - Write a bash script createDirectories.sh that, when executed with three arguments (directory name, start number of directories, and end number of directories), creates a specified number of directori...2 likesLinux
Victor Nitecodeument.hashnode.dev·Oct 28, 2024How to Use the Markdown Syntax for Code DocumentationIn the world of development, knowing how to write effective documentation is as critical as writing clean code. For every developer, Markdown isn’t just a nice-to-have skill—it’s essential. It provides a straightforward, standardized way to make docu...39 readsmarkdown
Shani Riversshanirivers.hashnode.dev·Sep 24, 20245-Minute Coffee Tip #0: How to Create an Alias CommandSince I have been doing a lot of programming in Python lately that I have to create a new virtual environments for, I have to enter in a really long command and then I need to activate it with another really long command. It’s becoming quite tedious....alias
Shubham Sutarishubh.hashnode.dev·Sep 19, 2024Command Challenge GameA Command Challenge Game is a type of coding or command line game where players solve tasks by entering specific commands or writing code to manipulate a game environment. This kind of game tests logical thinking, understanding of syntax, and problem...86 readsCoding GamesCoding game
Arvind Parekharvind-parekh.hashnode.dev·Sep 15, 2024Turn Your Terminal into a Personal Bio: How to Build a Fun npx Introduction Command in Minutes!This article will guide you on how to create a terminal-based introduction for yourself—a fun and geeky way to let your friends and fellow developers know more about you. If you're a developer, why not introduce yourself through something developers ...terminal
Asfaq Leeonleeonscoding.hashnode.dev·Aug 19, 2024File/folder manipulation commands in unix/linux what I knowIf we want to work in linux servers, The knowledge of file/folder manipulation is a must. In this article, I'm going to share my knowledge about the linux commands about file/folder manipulation. In linux/unix not only the files and directories are t...Linux