Inshell scripting: tips, hints, guidelinesbyCevher DoganHow to Debug, Identify, and Fix Slow Shell Initializationsimplified stepsAug 8
David ShivajiEasiest Way to Kill Port 3000 via CLIAdd a simple bash function and alias to your .bash_profile & kill all processes on a simple port in one second.Jul 15
InBugs That BitebyTeri RadichelMaking the python command run python3 in LinuxEspecially helpful on AWS EC2 instances where old versions of python still exist or the python command doesn’t work at allDec 27, 2023Dec 27, 2023
Ivan ZhdanovSwitch between ARM and x86 emulation on Apple Silicon!Setup your .bash_profile and other bash config files properly for your macOS or Linux to make your work comfortable. It is valuable for theNov 4, 20211Nov 4, 20211
Ashwani GargCreate Laravel Shortcut Commands for php artisan in MacOS or LinuxCreate Laravel Shortcut Commands for php artisan in MacOS or LinuxJun 4, 2020Jun 4, 2020
Inshell scripting: tips, hints, guidelinesbyCevher DoganHow to Debug, Identify, and Fix Slow Shell Initializationsimplified stepsAug 8
David ShivajiEasiest Way to Kill Port 3000 via CLIAdd a simple bash function and alias to your .bash_profile & kill all processes on a simple port in one second.Jul 15
InBugs That BitebyTeri RadichelMaking the python command run python3 in LinuxEspecially helpful on AWS EC2 instances where old versions of python still exist or the python command doesn’t work at allDec 27, 2023
Ivan ZhdanovSwitch between ARM and x86 emulation on Apple Silicon!Setup your .bash_profile and other bash config files properly for your macOS or Linux to make your work comfortable. It is valuable for theNov 4, 20211
Ashwani GargCreate Laravel Shortcut Commands for php artisan in MacOS or LinuxCreate Laravel Shortcut Commands for php artisan in MacOS or LinuxJun 4, 2020
Arvind RathodDiscover the power of Bash aliases: an efficient method to streamline your Git workflow.As developers, Git plays a vital role in our daily activities, serving as an indispensable tool. Whether we choose to interact with Git…Jun 13, 2023
Michael FaberGetting Started With Aliases For Command PromptsAn alias is a short command that your command line translates to a different command, typically a longer one. They are tremendously useful…Mar 4, 2021
Nirbhay SinghDifference between .bashrc and .bash_profileBoth .bashrc and .bash_profile are files that are executed when you start a new terminal session, but they have different purposes.Apr 21, 2023