When I used to do most of my work on Windows, I used Total Commander as for file management. You can pretty much navigate to your favorite directories within a few key strokes. I missed it a lot when I switched to use Mac and Linux, and spend the majority […]
shell-scripting
3 posts
As a new developer, it is important to familiarize yourself with the different Linux shells available. A shell is a command-line interface that allows you to interact with the operating system and run commands. In this post, we will discuss 5 Linux shells that are worth learning for a new […]
One effective way to organize and share dotfiles across multiple computers is to use a version control system such as Git. This allows you to track changes to your dotfiles, collaborate with others, and easily deploy your dotfiles to different machines. Here’s one possible workflow for organizing and sharing dotfiles […]