AlmaLinux is a free and open-source enterprise-grade Linux distribution. It is a community-driven project that is designed to be a drop-in replacement for CentOS, a widely used Linux distribution that was recently discontinued. AlmaLinux is created to fill the void left by CentOS in the enterprise Linux market.
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
How to write efficient Bash scripts with control structures
by Arun Kumarby Arun Kumar 7 minutes readBash is a command-line shell and programming language widely used on Unix-based operating systems. It is an essential tool for system administrators and developers who need to automate tasks or perform complex operations.
-
Learn Linux
10 must-know Bash shell scripting tips and tricks for beginners
by Arun Kumarby Arun Kumar 16 minutes readBash shell scripting is a versatile and flexible tool for automating tasks and streamlining workflows in a Unix-like environment. It has become a popular language for both beginners and experienced developers alike. In this article, we will provide some tips and tricks to help you become more proficient at Bash shell scripting.
-
Learn Linux
15 essential Bash debugging techniques and tools
by Arun Kumarby Arun Kumar 27 minutes readBash is a widely used command-line interface and scripting language in Unix-based operating systems. As with any software, Bash scripts can contain bugs that lead to errors, unexpected behaviors, or even crashes. Debugging is the process of identifying and resolving these issues, which is essential for maintaining script reliability and performance.
-
Linux Mint
The comprehensive guide to fixing Boot problems in Linux Mint
by Arun Kumarby Arun Kumar 8 minutes readMany issues, including hardware incompatibilities, corrupted system files, or incorrect configurations, can cause boot problems in Linux Mint. These problems can lead to slow boot times, boot failures, or even a complete inability to boot the system.
-
Learn Linux
Searching and manipulating text with grep and sed
by Arun Kumarby Arun Kumar 8 minutes readAs a programmer or system administrator, you often need to work with large text files, log files, and configuration files. These files can be difficult to read and analyze manually. In such cases, using command-line tools like grep and sed can make the job much easier. In this blog post, we will explore how to use grep and sed to search and manipulate text in a Unix/Linux environment.
-
Learn Linux
15 essential Bash networking tools for troubleshooting and optimization
by Arun Kumarby Arun Kumar 21 minutes readRegarding networking on the command line, Bash provides a wide range of tools that can be incredibly useful for network troubleshooting, monitoring, and optimization. From basic tools like ping and traceroute to more advanced tools like hping3 and socat, these tools can be used to diagnose network connectivity issues, monitor network traffic and bandwidth usage, scan your local network for connected devices, and even create complex network configurations.
-
Learn Linux
Bash security tips: securing your scripts and preventing vulnerabilities
by Arun Kumarby Arun Kumar 16 minutes readAs the use of Bash scripting becomes increasingly common, it’s important to consider the security risks associated with these scripts. Bash scripts can be an easy target for attackers, who may attempt to exploit vulnerabilities in your code to gain access to your system or execute malicious commands. In this article, we will discuss some tips for securing your Bash scripts and preventing vulnerabilities.
-
Learn Linux
Customizing Bash: Tips & Tricks for a Personalized Shell Environment
by Arun Kumarby Arun Kumar 13 minutes readHave 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.
-
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.