Blog

Page 496 of my articles, tutorials, and thoughts

Latest Articles

Cover Image for Find the files that have been changed in last 24 hours

Find the files that have been changed in last 24 hours

Published on September 2, 2023

## **🔎 Find Files Changed in the Last 24 Hours: Unraveling the Mystery!** 💡 Welcome, tech enthusiasts! 👋 Is your curious mind seeking the answer to the riddle of finding files that have been changed in the last 24 hours? 🤔 Look no further! Today, we e

Cover Image for How can I add a default include path for GCC in Linux?
environment-variablesgccinclude

How can I add a default include path for GCC in Linux?

Published on September 2, 2023

📝 **Tech Blog**: How to Set a Default Include Path for GCC in Linux 🐧💻 Are you tired of manually specifying the include directory every time you compile your code using GCC in Linux? 🤔🤯 Don't worry, we've got you covered! In this blog post, we will e

Cover Image for Generating a SHA-256 hash from the Linux command line
shell

Generating a SHA-256 hash from the Linux command line

Published on September 2, 2023

# Generating a SHA-256 hash from the Linux command line: Common Issues and Easy Solutions Do you need to generate a SHA-256 hash from the Linux command line, but getting unexpected results? Don't worry, you're not alone. In this blog post, we'll address t

Cover Image for How to recursively download a folder via FTP on Linux
command-line

How to recursively download a folder via FTP on Linux

Published on September 2, 2023

# How to 🔄 Recursively Download a Folder via FTP on Linux So, you want to download an entire folder via FTP on your Linux system, but you've hit a roadblock 🛑 with only being able to get individual files using the 'get' command? Don't worry, we've got y

Cover Image for Fastest way to tell if two files have the same contents in Unix/Linux?
file

Fastest way to tell if two files have the same contents in Unix/Linux?

Published on September 2, 2023

# The Fastest Way to Check if Two Files Have the Same Contents in Unix/Linux Are you tired of waiting ages for the `diff` command to compare files in your shell script? 😩 We understand your frustration. The good news is that there is a faster way to achi

Cover Image for How to list the contents of a package using YUM?

How to list the contents of a package using YUM?

Published on September 2, 2023

🔍 How to List the Contents of a Package Using YUM? 💡 Are you tired of searching for the location of an RPM file just to list its contents? Say no more! 🙅‍♀️ In this blog post, we'll dive into the nifty world of YUM and discover how you can effortlessly

Cover Image for How to get a list of all valid IP addresses in a local network?

How to get a list of all valid IP addresses in a local network?

Published on September 2, 2023

# How to Get a List of All Valid IP Addresses in a Local Network? 🌐📋 Are you ready to uncover the hidden IP addresses within your local network? 🧐💡 Sometimes, it can be quite puzzling to know all the IP addresses in your local network. But fret not,

Cover Image for How to search and replace using grep
replaceshell

How to search and replace using grep

Published on September 2, 2023

## 🚀 The Ultimate Guide to Search and Replace Using Grep 🔄 Are you tired of manually searching for and replacing strings in your files and subdirectories? Fret not! In this guide, we will walk you through the process of using `grep` to search for specif

Cover Image for Execute combine multiple Linux commands in one line
command-line

Execute combine multiple Linux commands in one line

Published on September 2, 2023

# Combine Multiple Linux Commands in One Line: A Game-Changing Technique 🚀 Are you tired of running multiple Linux commands one after another, waiting for each command to finish before moving on to the next? Look no further! In this guide, we will unveil

Cover Image for How to only get file name with Linux "find"?
shell

How to only get file name with Linux "find"?

Published on September 2, 2023

💻📜✅ Get File Names with Linux 'find': A Quick and Easy Guide! 💡🔍 Are you tired of sifting through a long list of file paths when using the 'find' command in Linux? We've got you covered! In this guide, we'll show you a simple and efficient way to extr