How to mount Windows Share in Linux system
This blog post will teach you how to mount Windows Share on a Linux system using the Common Internet File System (CIFS) protocol
This blog post will teach you how to mount Windows Share on a Linux system using the Common Internet File System (CIFS) protocol
This blog post will teach you how to manage Ethernet Connections in Linux using the Network Manager command-line tool
DNS Configuration Example: – Adding google DNS server’s IP. Open file in vi editor. # vi /etc/resolv.conf adding: – nameserver 8.8.8.8 Save & close file.
Directory and File Organization: Learn effective strategies for organizing directories and files in the Linux operating system.
This blog post will teach you how to create a Bootable USB drive with Balena Etcher, a free and open-source tool that can be used to create bootable USB drives
This blog post will teach you how to create Shell Scripts in Linux, including the basics of shell scripting, how to write shell scripts, and how to execute shell scripts.
This blog post will teach you how to set date and time from the command prompt in Linux OS using the date and timedatectl commands.
This blog post will teach you how to prevent expansion in Linux systems. Variable expansion can be useful, but it can also lead to unexpected results
Bash is a powerful shell that provides a variety of features for expanding commands. This blog post will explain how Bash Expands command lines, and how to control
Aliases are a great way to save time and make your Linux command line experience more efficient. This blog post will teach you how to create and store Alias in Linux.