10 Lesser Known Linux Commands – Part 2

Introduction Write an introduction on 10 Lesser Known Linux Commands – Part 2 10 Lesser Known Linux Commands – Part 2 10 Lesser Known Linux Commands – Part 2 [ad_1] Following up on our previous discussion of lesser-known Linux commands, this article will explore more hidden commands, which are extremely useful for managing your Linux … Read more

How to Search Files by Name or Extension Using find Command

Introduction Write an introduction on How to Search Files by Name or Extension Using find Command How to Search Files by Name or Extension Using find Command How to Search Files by Name or Extension Using find Command [ad_1] Many times, we find ourselves in a situation where we need to search for multiple files … Read more

How to Sync New and Changed Files Using ‘rsync’ Command

Introduction Write an introduction on How to Sync New and Changed Files Using ‘rsync’ Command How to Sync New and Changed Files Using ‘rsync’ Command How to Sync New and Changed Files Using ‘rsync’ Command [ad_1] As a system administrator or Linux power user, you may have probably come across or even on several occasions, … Read more

How to Transfer Files (Local and Remote) in Linux

Introduction Write an introduction on How to Transfer Files (Local and Remote) in Linux How to Transfer Files (Local and Remote) in Linux How to Transfer Files (Local and Remote) in Linux [ad_1] Transferring files in Linux is a common task that every system administrator should know, especially when transferring files between local or remote … Read more

How to Split Large ‘tar’ Archive into Multiple Files of Certain Size

Introduction Write an introduction on How to Split Large ‘tar’ Archive into Multiple Files of Certain Size How to Split Large ‘tar’ Archive into Multiple Files of Certain Size How to Split Large ‘tar’ Archive into Multiple Files of Certain Size [ad_1] Are you worried about transferring or uploading large files over a network? Worry … Read more

Ncdu – A Powerful NCurses-Based Disk Usage Analyzer for Linux

Introduction Write an introduction on Ncdu – A Powerful NCurses-Based Disk Usage Analyzer for Linux Ncdu – A Powerful NCurses-Based Disk Usage Analyzer for Linux Ncdu – A Powerful NCurses-Based Disk Usage Analyzer for Linux [ad_1] ncdu (NCurses Disk Usage) is a command-line version of the popular ‘du command, which is based on ncurses and … Read more

The Power of Linux “History Command” in Bash Shell

Introduction Write an introduction on The Power of Linux “History Command” in Bash Shell The Power of Linux “History Command” in Bash Shell The Power of Linux “History Command” in Bash Shell [ad_1] We frequently use the history command in our daily routine jobs to check the history of commands or to get information about … Read more

How to Assign Multiple IPs to a Single Network Interface in Linux

Introduction Write an introduction on How to Assign Multiple IPs to a Single Network Interface in Linux How to Assign Multiple IPs to a Single Network Interface in Linux How to Assign Multiple IPs to a Single Network Interface in Linux [ad_1] The concept of creating or configuring multiple IP addresses on a single network … Read more

How to Set GRUB2 Password in RHEL-based Systems

Introduction Write an introduction on How to Set GRUB2 Password in RHEL-based Systems How to Set GRUB2 Password in RHEL-based Systems How to Set GRUB2 Password in RHEL-based Systems [ad_1] GRand Unified Bootloader (GRUB) is a default bootloader in all Unix-like operating systems. As promised in our earlier article “How to reset a forgotten root … Read more

fswatch – Track File and Directory Changes in Linux

Introduction Write an introduction on fswatch – Track File and Directory Changes in Linux fswatch – Track File and Directory Changes in Linux fswatch – Track File and Directory Changes in Linux [ad_1] fswatch is a cross-platform, file change monitor that gets notification alerts when the contents of the specified files or directories are altered … Read more