Skip to content
  • Home
  • About Us
  • Contact Us
  • Privacy Policy
  • Submit Linux Tip
Linux Shell Tips – The Best Linux Command Line Web Portal

Linux Tips & Tricks

How to Set or Change Hostname in Linux

Leave a comment

The hostname is the name of the machine using which it is identified on a network. It can be anything from a single word string to a complex name. Each hostname has a corresponding numerical

How to Exclude Specific File Extension While Copying Files Recursively

Leave a comment

As you might already know, ‘cp’ is the command line program in Linux to copy files and directories. The simple and most common use of ‘cp’ is as follows: $ cp file1 file2 file3… fileN

How to Send An Email With File Attachment from Command Line

Leave a comment

The key to becoming an advanced Linux user is to use more of the command line and less of the GUI; more of the keyboard and less of the mouse! As the diaspora of Linux

How to Find Top 10 Running Processes by Memory and CPU Usage

Leave a comment

Linux is quite popular for its command-line utilities, which not only make any task at hand easier but also saves a lot of time, which is otherwise wasted in graphical UI based utilities. This is

How to Change Open File Limit in Linux

Leave a comment

In Linux, there are limits defined by the system for anything that consumes resources. For example, there are limits on how many arguments can be passed to a certain command, how many threads can run

How to Store a Linux Command as a Variable in Shell Script

Leave a comment

Shell scripting is quite popularly used to automate stuff in Linux. It is used not only for system and server administration purposes but also by regular Linux users for automating day to day stuff on

How to Exclude a Directory While Finding Files in Linux

Leave a comment

In Linux, the find command is used to search for files or folders from the command line. It is a complex command and has a large number of options, arguments, and modes. The most common

How to Copy Files with Specific File Extension Recursively

Leave a comment

In Linux, the command ‘cp‘, which standards for ‘Copy‘ is used to copy files and folders to another folder. It is available by default in Linux as part of the GNU Coreutils set of tools.

How to Find Top Running Processes by Memory Usage

Leave a comment

Linux is the top choice of an operating system when it comes to server-based systems. System administrators and even advanced users of Linux have a good deal of knowledge of the command line and know

How to Extract Email Addresses from Text File in Linux

Leave a comment

Text files contain a continuous stream of characters in no predefined format whatsoever. While some file formats have developed on top of text files (Eg. JSON, YAML), which expect text data to be present in

Post navigation
Older posts
1 2 Next →

Join Linux Shell Tips

Join LinuxShellTips Follow LinuxShellTips on Twitter Follow LinuxShellTips on Reddit Follow LinuxShellTips on Linkedin Follow LinuxShellTips on Instagram Follow LinuxShellTips via RSS Feed Join LinuxShellTips Telegram Channel Follow LinuxShellTips on Tumblr

Buy Me A Coffee

Linux Command Line Tips

How to Redirect Output to /dev/null in Linux

How to Check Linux Commands History by Dates

How to Join Two Text Files in Linux

How to Send An Email With File Attachment from Command Line

How to Limit Depth of ‘tree’ for Recursive File Listing

How to Compile and Run C Program in Ubuntu

How to Check a Port is Open on a Remote Linux System

How to Convert Raw Camera Image to JPEG in Linux

How to Find and Delete Empty Directories in Linux

How to Run a Python Script in PHP

Linux Shell Tips © 2021. All Rights Reserved.

The material in this site cannot be republished either online or offline, without our permission.

Hosting Sponsored by : Linode Cloud Hosting

Scroll back to top