Skip to Content

Welcome to the Linux Daily News – November 10, 2023. This is your go-to source for all the latest updates, tips, and developments in the world of Linux. Whether you’re a seasoned system administrator, a developer, or a Linux enthusiast, we’ve got something for you. Let’s dive into the top stories making headlines today. Fedora …

Read More about Linux Daily News – 2023/11/10

I was tasked with setting up an NFS server to share files among multiple client systems. After the successful installation and configuration of the NFS server, I went ahead to mount the shared directory on a client system. However, I encountered an error message: “mount.nfs: No such file or directory”. Here is the troubleshooting process …

Read More about Troubleshooting Checklist for “mount.nfs: No such file or directory” Error

Compress directory with tar command in Linux To compress a directory in Linux, you can use the tar command to create an archive and then compress it with gzip. Here’s how you can do it step by step: 1. Open a terminal window. 2. Navigate to the directory that contains the folder you want to …

Read More about Compress directory in Linux with tar command and zip command

A compelling cover letter can significantly boost your chances of landing a Linux administration job. According to a ResumeLab study, a personalized cover letter makes you more likely to secure an interview, even if your resume isn’t the strongest. Here are four key strategies to ensure your cover letter stands out: Tailor to the Job …

Read More about 4 Key Approaches to Create an Impressive Cover Letter for a Linux Administrator Role

nmcli is a command-line client for NetworkManager, which is a system network service that manages network devices and connections, primarily for Linux-based operating systems. nmcli provides a way to display network status, manage network connections, and control the NetworkManager daemon, all from the command line. Here’s a brief overview of nmcli and how to use …

Read More about how to configure network with nmcli command in Linux

As the sun sets on CentOS Linux with its End-of-Life (EOL) approaching on June 30th, 2024, many businesses and tech professionals are deliberating their next steps. In a recent online discussion, users shared their insights and experiences, shedding light on potential operating system replacements for CentOS. AlmaLinux Emerges as a Strong Contender AlmaLinux seems to …

Read More about CentOS End-of-Life: What is The Best Alternative?

Canonical’s Utkarsh Gupta announced in an email sent to the Ubuntu developer mailing list that Ubuntu 24.04 is now open for development and revealed that the codename for this version is “Noble Numbat.” We are pleased to announce that Noble Numbat is now open for development. Automatic synchronization has been enabled and will run shortly. …

Read More about Ubuntu 24.04 ‘Noble Numbat’: Key Updates and Expected Features

The Beta of AlmaLinux 9.3 has been unveiled on October 26, 2023. It supports the following platforms: – x86_64 – aarch64 – ppc64le – s390x Codename: Shamrock Pampas Cat. Distributed kernel version: 5.14.0-362.2.1.el9_3 warning: This is a BETA release and should not be used for production installations. The provided upgrade instructions should not be used …

Read More about The newest release: AlmaLinux 9.3 Beta – What are the updates?

In recent months, I’ve encountered numerous articles with titles such as “20 Linux Commands You Should Know” or “Linux Survival Guide.” however, most of these articles cover basic commands like ls or echo. Considering that my audiences are already familiar with these foundational commands, this article takes a different approach. This collection includes commands that …

Read More about 6 Underrated Linux Commands That Deserve More Attention

The ls command is one of the most commonly used commands in Linux and Unix-based systems. This command is used to list the contents of a directory. By default, ls displays the names of files and directories in the current directory (the directory where the user is currently working). Normally, the ls command should return …

Read More about ls command is slow in Linux. Try these 6 Proven solutions