Duy Huynhhtd.hashnode.dev·20 hours agoBoost your terminal productivity with ZshInstall Zsh Ubuntu sudo apt update sudo apt install zsh Arch Linux sudo pacman -S zsh Fedora sudo dnf install zsh After install, run zsh in your terminal, it will show like this, you just need to press 0 then Enter This is the Z Shell configurati...zsh
Himanshu NikhareforSideQuirk Blogssidequirk.com·Feb 16, 2025🚀 Why Neovim is Great: A Deep Dive into the Best Code Editor for Developers🚀 Why Neovim is Great: A Deep Dive into the Best Code Editor for Developers Neovim is a modern, extensible, and highly customizable text editor that has gained massive popularity among developers, especially those who value performance, minimalism, ...nvim,
Sergey Shishkinserj-aleks.hashnode.dev·Feb 5, 2025v, vi - редактор VIPvi открывает редактор Vip для определения функции или метода sym (исходный файл или имя прямого пути) или для списка символов lst (в памяти). (v) возобновляет сеанс Vip, приостановленный с помощью «qz». https://picolispажиманием .tiddlyhost.com/#VIP ...picolisp
David singhdavidsingh0.hashnode.dev·Feb 2, 2025Setting up VS code for Machine learning projectsTo make machine learning projects, we need to setup following in vs code Jupyter environment Virtual environment Python and it's libraries installation Version control integration (Git and GitHub) Step 1 : Create a Virtual environment Open VS ...Machine Learning
Anjanesh Lekshminarayanananjanesh.dev·Jan 31, 2025Port Forwarding from Linux on WSL to WindowsHere I have assumed that you know how to run a webserver in development mode on localhost like python manage.py runserver which runs on port 8000 by default or npm run dev which runs on port 3000 or 5173 etc or php -S localhost on port 80. I also ass...84 readsport-forwarding
Himanshu NikhareforSideQuirk Blogssidequirk.com·Jan 28, 2025Supercharge Your Terminal: Mastering Zsh with Powerlevel10k and Essential PluginsIf you’re looking to supercharge your terminal, Zsh (Z shell) is one of the best tools you can use. Combined with Oh My Zsh, Powerlevel10k, and a suite of plugins, you can transform your terminal into a highly efficient, visually appealing, and power...zsh
Alex PliutauforfreeCodeCampfreecodecamp.org·Jan 28, 2025Essential CLI/TUI Tools for DevelopersAs developers, we spend a lot of time in our terminals. And there are tons of great CLI/TUI tools that can boost our productivity (as well as some that are just fun to use). From managing Git repositories and navigating file systems to monitoring sys...terminal
Pallavi V Gopipallavigopi.hashnode.dev·Jan 22, 2025Terminal Life Hacks: pbcopy and pbpasteI came across an interesting issue during an SSH session in my terminal a while ago. That was, I could not use ctrl+c and ctrl+v. Why? Because in the terminal environment, ctrl+c serves a special purpose - it sends an interrupt signal to terminate ru...TIL'sterminal
Joy Tari-Bagshawthejoyoftech.hashnode.dev·Jan 18, 2025Understanding the Terminal💻Hello, Queens of tech! 👑 Today, we’re diving into a super cool tool that every developer needs to know—the Terminal. Don’t worry if you’ve never heard of it or think it’s too “techy.” By the end of this post, you’ll feel like a Terminal Queen! ✨ Wha...30 likesterminal
Ogunuyo Ogheneruemu Biruemu.hashnode.dev·Jan 17, 2025Step-by-Step Guide to Creating and Initializing a Project in Visual Studio CodeCreating and initializing a new project involves several key steps, including setting up your project directory, initializing it with npm, and integrating it with Visual Studio Code (VS Code) for development. Below is a comprehensive guide detailing ...terminal