Bhushan Mahangarebhushanm.hashnode.dev·a day agoUnlocking the Power of Ubuntu on Windows: A Guide to WSL 2Title: "Unlocking the Power of Ubuntu on Windows: A Guide to WSL 2" Introduction In the world of operating systems, Windows and Linux have long been the two giants, each with its own set of advantages and capabilities. Windows is known for its user-f...DiscussWindows 10
Alexandre Calaçablog.alexandrecalaca.com·Sep 25, 2023How to install Terminator on Linux Mint 21 vanessa or any other Ubuntu-based Linux distribution?Terminator Terminator is a popular choice among Linux users, particularly those who work extensively with the command line, because of its advanced features and flexibility. It's available in the software repositories of many Linux distributions and ...DiscussLinuxUbuntu
Komal Minhasiamkomal.hashnode.dev·Sep 20, 2023Commanding Linux: Roadmap to Fundamental Terminal SkillsWelcome to the world of Linux, where the power of your computer is just a few keystrokes away! If you're new to Linux or looking to deepen your understanding of this versatile operating system, you're in the right place. Linux's command-line interfac...Discuss·1 like·57 readsDevOps DecodedLinux
Sidharthan Chandrasekaran KamarajforThe Bug Shotsthebugshots.dev·Sep 16, 2023Unleashing Productivity with a Customized Zsh TerminalThe terminal is a developer's playground, and customizing it can significantly boost your productivity. In this blog post, I'll walk you through my Zsh terminal configuration, including the shell prompt, plugins, and additional tools that I use to st...DiscussDeveloper Toolszsh
RequestlyforRequestlyrequestly.hashnode.dev·Sep 16, 2023How to Inspect Network Traffic on MacNetwork requests play a vital role in the communication between clients and servers in web and software development. Inspecting these requests is of paramount importance for several reasons. Firstly, it enables developers to identify and resolve issu...DiscussmacOS
Bhavesh Yadavcodezera.hashnode.dev·Sep 16, 2023Transforming Your Boring Mac Terminal into a Productivity Powerhouse!💻Welcome to a world where the mundane and monotonous are left behind, and your Mac Terminal becomes an extraordinary playground of creativity and efficiency! Are you tired of staring at a dull and lifeless command line interface? It's time to break fr...Discussmacbook
Mohamed El Amine Yamaniyamanidev.hashnode.dev·Sep 15, 2023Linux Fundamentals: Explaining the ls command and beyondOriginally published at https://mohamedyamani.com on September 10, 2023. If you ever used a Linux system before, chances are you're familiar with the ls command, or at least you know of it. Through understanding the output of this command, you can le...DiscussLinux
Rishabh kumarkrishabh080.hashnode.dev·Sep 14, 2023Fun commands like sl, cowway and many more ….in LinuxHere are some fun Linux commands along with brief descriptions: sl — Steam Locomotive` Displays a train that moves across your terminal when you mistype “ls.” 2. cowsay — Cow Says Generates an ASCII art of a cow with a speech bubble containing...DiscussLinux
Anthony Simmonasimmon.hashnode.dev·Sep 12, 2023The best C# REPL is in your terminalA Read-Eval-Print-Loop (REPL) is an interactive program that reads your input, evaluates it, prints the result, and loops back to the beginning. It's a great way to experiment with a programming language and an excellent method for learning a new lan...Discuss·50 reads.NET
BreElle Wellsbraillejord.hashnode.dev·Sep 8, 2023How to: Terminal Slow Text EffectNine weeks. I have completed nine whole weeks of my software engineering bootcamp. During the first two phases, we studied JavaScript and React, along with a little HTML and CSS. Tomorrow will mark the end of Phase 3, which was all about Python. To s...DiscussPython