Skip to main content
Sagar Sharma

Sagar Sharma

157 posts published

A software engineer who loves to tinker with hardware till it gets crashed. While reviving my crashed system, you can find me reading literature, manga, or watering my plants.

ifup, ifdown Linux commands
Commands

Using ifup, ifdown, and ifquery commands in Linux

The ifup, ifpdown and ifquery are parts of the same package and help you troubleshoot the network interfaces in Linux.

ยท Sagar Sharma

Find empty directories in Linux
Quick Tip

Find Empty Directories in Linux Command Line

Here are a few examples of finding and deleting empty directories in the Linux command line.

ยท Sagar Sharma

Perl script in Linux
Quick Tip

How to Run Perl scripts in Linux Command Line

Learn to learn Perl scripts in Linux command line. Also learn a few tricks about running Perl commands without saving them in files.

ยท Sagar Sharma

Find recently modified files
Quick Tip

Find Files Modified in Last N Minutes in Linux

Finding recently modified files is a helpful parameter when troubleshooting your code or server. Learn how to find modified files in Linux command line.

ยท Sagar Sharma

Remove exif data from images in Linux command line
Tutorial

Remove Exif Data in Linux Command Line

Exif data can be a privacy threat if you upload images on the internet. Here's how to remove it in the Linux command line.

ยท Sagar Sharma

Linux Shell
Explain

What is Dash Shell in Linux?

Not many people are aware of a dash shell which is usually found in the Debian Linux distribution. Here's a quick introduction.

ยท Sagar Sharma

find exec command in Linux
Commands

How to Use the find Command With exec

Find works on searching files based on a number of criteria. The exec command gives you the ability to work on those results. Here are some examples of find exec command combination.

ยท Sagar Sharma