In today’s collaborative development world (as of 2024), version control is crucial for managing code effectively. Git, a distributed version control system (DVCS), has become the industry standard for developers of all backgrounds.
Oct 10, 2023
In the world of command-line interfaces, Midnight Commander (MC) stands out as a powerful and versatile file manager that brings efficiency and convenience to text-based terminals
Jun 5, 2023
Scrcpy is an open-source tool that allows users to mirror and control their Android devices from their computer
Apr 14, 2023
So hail to the package managers, we say, for keeping our software up-to-date each day!
Mar 21, 2023
Are you tired of losing track of your bookmarks across multiple browsers? Look no further than Buku, the powerful bookmark manager that imports bookmarks from all your browsers, works on console and has a web-based server.
Mar 18, 2023
git push --no-verify is a command used to push your local changes to a remote repository without running pre-commit hooks or pre-push hooks. Pre-commit hooks and pre-push hooks are scripts that run before a commit or a push, and they are used to perform automated tests, code quality checks, or other actions that help ensure the quality and correctness of your code. You can use husky or pre-commit if you need extra features or just production ready tools.
Mar 8, 2023
Barrier is an open-source KVM (Keyboard, Video, Mouse) software that allows users to share their keyboard and mouse across multiple computers. This allows users to move their cursor and type on one computer while the keyboard and mouse inputs are sent to another computer.
Jan 20, 2023
Joplin is an open source note-taking app that allows users to easily organize and store notes, to-do lists, and other information.
Dec 20, 2022
Git ...not just version control.
Jun 25, 2022