In the vast world of Linux, two distributions often stand out for their popularity and influence – Debian and Ubuntu. Both have robust features, active communities, and wide usage, but they also have distinct differences. Whether it’s the release cycle, …
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.
-
-
In the Linux world, security and authentication are key components of a safe and effective working environment. This is where Kerberos, a network authentication protocol, comes into play, and more specifically, the kinit command. kinit is used to obtain and …
-
In the world of Linux, understanding file timestamps is crucial for effective file management. Every file in a Linux system has three timestamps associated with it: atime (Access), mtime (Modify), and ctime (Change). These timestamps offer valuable information about when …
-
In Linux, managing files and directories is a daily task. Occasionally, you may need to create files of a particular size for various reasons, such as testing disk usage, simulating file sizes for applications, or even benchmarking storage performance. The …
-
In the Linux environment, encountering errors during or after installing a bootloader like GRUB can be frustrating, especially when it involves the EFI directory. A common error is the ‘Cannot Find EFI Directory’ after running grub-install. The issue can occur …
-
In the Linux world, symbolic links (also known as symlinks or soft links) are a powerful tool for creating shortcuts to files and directories. However, there may be instances where you need to remove these symbolic links, whether it’s to …
-
Linux log files are a goldmine of information about the system’s inner workings and performance. They record various events and provide insights into the behavior of both system and application processes. However, extracting useful information from these log files can …
-
Linux, being a multi-user operating system, allows multiple users to access and use the system simultaneously. While this feature brings flexibility, it also calls for effective user activity monitoring for various reasons, including security, system auditing, and troubleshooting. One way …
-
The Linux operating system is known for its configurability and the power it gives to users to manage their systems. An integral part of this control comes from the ability to manipulate system files that govern how the operating system …
-
Hibernation is a power-saving state designed to help users save and resume their work without loss. While intuitive on many platforms, hibernation in Linux can often seem perplexing. Join us as we demystify Linux hibernation, providing insights that could help …