an all in one archive extractor for most archive filetypes... Read More
Learn Linux - Tutorials, Tips, and Tricks
Learn about Linux operating system, including installation, commands, administration, and troubleshooting. Get tips and tricks for Linux users and administrators. Join the Linux community now!
69 Articles
sed (short for stream editor) is a great tool to quickly and efficently edit text files, this article is a full tutorial of how to use sed from a beginner level to an advanced one, I believe that this article will show you some of the magic of sed command... Read More
The Directory Tree Structure of Linux might seem a bit overwhelming at first but once you get used to it you will discover that it is precise and well organized. And it all starts from the root directory... Read More
Learn how to configure mpd, mpc, and ncmpcpp for seamless music playback on your system. Enhance your experience with a custom bash script for simplified control of your music player daemon through mpc commands... Read More
One of the best things in Bash is the extensive tools we can use to manipulate strings. you can extract substrings , replace or delete them, and do much more... Read More