Best of Linux — March 2021
- 1
- 2
Open Source Way·5y
Why I use exa instead of ls on Linux
Exa is a modern-day replacement for the ls command. It uses colors to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. It's small, fast, and has just a single binary. The tool is written in Rust, known for its parallelism and safety.
- 3
C# Corner·5y
20 Git Commands You Should Know
Git is a version control system developed in 2005 by Linus Torvalds, the creator of the Linux kernel. It helps you keep track of the code changes you've made to files in your project. In this article, we'll go over the 20 most frequently needed Git commands that every software developer should know.
- 4