3 followers
💻 Full-stack developer • 🎮 gaming content creator • 💖 open-source & 🐱 cats • 😎 Admin & Social Manager @SectorsEdge
Subscribe to my newsletter and never miss my upcoming articles
ls is arguably one of the most important Unix commands, listing information about files and directories. The Problem I use cmd on Windows, and personally do not like the dir command. I often work on Linux servers, making me constantly switch between ...
When you fork a project on GitHub, changes to the original repository do not automatically sync with yours. This can lead to merge conflicts, or when you create a new branch for a PR not having the latest version. Updating your fork can be done with ...