Muhammedfor25000cheats.com25000cheats.com·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...DiscussUbuntu
Muhammedfor25000cheats.com25000cheats.com·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...DiscussUbuntu
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...Discuss·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...Discussmarkdown
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....Discussalias
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...Discuss·68 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 ...Discussterminal
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...DiscussLinux
Abdul Firozfiroz.hashnode.dev·Jul 30, 2024How to Connect to an EC2 Instance from Your Mac - Explained Simply!If you have ever wanted to talk to a computer living in a big computer house called Amazon EC2, here's how you can do it using your Mac! Imagine EC2 as a big, powerful computer that can do lots of work for you, and your Mac is like a magic door that ...DiscussEC2 instance
Deevanshu Kushwahwearedev.hashnode.dev·Jul 21, 2024SSH: The Ultimate Cheat Sheet for Secure ConnectionsGenerating SSH Keys Thessh-keygencommand is a versatile tool for generating, managing, and converting authentication keys for SSH. -t: Specifies the type of key to create. Options include rsa, dsa, ecdsa, ed25519, etc. The default it generates RSA k...Discussssh