Have you ever worked in a Linux or Unix-based environment and used the command line interface to interact with your system? If so, then you’ve likely used Bash, a powerful shell environment that allows you to run programs and scripts, manage files and directories, and perform a wide range of other tasks.
Arun Kumar
Arun Kumar
Arun did his bachelor in computer engineering and loves enjoying his spare time writing for FOSS Linux. He uses Fedora as the daily driver and loves tinkering with interesting distros on VirtualBox. He works during the day and reads anything tech at night. Apart from blogging, he loves swimming and playing tennis.
-
-
Learn Linux
Bash utilities: powerful tools for enhancing your Linux experience
by Arun Kumarby Arun Kumar 10 minutes readIf you’re a Linux user, chances are you’ve used the Bash shell before. Bash is a powerful command-line interface that provides an efficient way to interact with the Linux operating system. While many people use Bash only for basic tasks, such as navigating the file system or running simple commands, the shell provides a wealth of utilities and tools that can help you work more efficiently and automate repetitive tasks.
-
Learn Linux
Using Bash to process and analyze data from text files
by Arun Kumarby Arun Kumar 12 minutes readBash is a powerful scripting language that is widely used for automating tasks and processing data in the Linux environment. In this article, we will explore how to use Bash to process and analyze data from text files. Text files are a common data format used in many applications, including data logs, configuration files, and data exports from databases and other software.
-
Bash is a powerful command-line interface that can be used to perform a wide range of tasks on a Unix or Linux system. By mastering Bash commands, you can streamline your workflow, save time, and boost your productivity. In this article, we’ll explore some of the most essential Bash commands that you can use every day to improve your efficiency and effectiveness.
-
Discord is only getting better and better. The recent partnership between Discord and Spotify enables premium Spotify users to share what they are listening to with their friends on Discord or highlight what they are jamming to while playing/ discussing their favorite Games.
-
Linux MintNews
Top 5 key features in Linux Mint 20.3 Cinnamon
by Arun Kumarby Arun Kumar 8 minutes readTo users who love testing out the latest features in newly released Linux distribution, well, you have reason to smile. Linux Mint 20.3 beta is out and available for the masses to download and test. This release comes only a few months after the Linux Mint 20.2 “Uma” release, packaged with many updated software refinements and new and improved features.
-
After several months of development, Linux Torvalds finally announced the latest Linux kernel – Kernel 5.13 release on Sunday. The chief maintainer of Linux was quoted saying, “So we had quite the calm week since rc7, and I see no reason to delay 5.13.”
-
The brave browser is one of the new entries in the browser battles, with its first release (Version 1.0) being 13 November 2019. By comparison, Google Chrome had its initial release on 2 September 2008 and Microsoft Edge being July 2015. Brave browser is much more focused on privacy, faster browsing speeds, security, and efficient performance.
-
Arch Linux
How to switch between different Linux Kernels on Arch Linux
by Arun Kumarby Arun Kumar 5 minutes readArch Linux is a popular Linux distribution that strives to stay on the bleeding edge rolling release, providing users with the latest software and packages. Even though the installation process is considered a little too hard, Arch Linux still maintains a large pool of users and a huge community fan base.
-
Installing packages and software on Linux systems can be quite challenging compared to other operating systems such as Windows or on macOS because one might need to execute several commands on the Terminal. That can be quite hectic, especially for Linux newbies, and thus need some guidance.