Manage and Git Backup Dotfiles with ‘stow’
Having allot of CLI tools and *nix style applications leaves behind dot files, or `hidden files`, usually in your home directory. `~/.ssh` for your ssh client config or `~/.vimrc` for…
The World Will Turn If You're Ready or Not
Having allot of CLI tools and *nix style applications leaves behind dot files, or `hidden files`, usually in your home directory. `~/.ssh` for your ssh client config or `~/.vimrc` for…
Homebrew is an awesome package manager available for both macOS and Linux, although my personal experience is mainly with macOS.
When working with Linux, it’s common to encounter various error messages that can sometimes be puzzling. One such error message is “/bin/rm: Argument list too long.” If you’ve come across…
Using Git aliases can greatly improve your productivity and make your Git workflow more efficient. Git aliases allow you to create shortcuts for commonly used Git commands or command combinations,…
rakyll/hey is a popular open-source HTTP load testing tool developed in Go.It allows you to send a high volume of concurrent requests to a target URL and measure various performance…