Blog
Page 507 of my articles, tutorials, and thoughts
Latest Articles
How can I generate a list of files with their absolute path in Linux?
# How to Generate a List of Files with Their Absolute Path in Linux ππ When working with Linux, you may find yourself in situations where you need to generate a list of files with their absolute paths. This can be particularly useful when writing shell
Can Windows containers be hosted on Linux?
# Can Windows Containers be Hosted on Linux? π»π‘ Hey there, tech enthusiasts! Are you facing the challenge of running Windows containers on a Linux system? π§π£ Well, you've come to the right place! In this blog post, we'll explore whether it's possible
How can I recall the argument of the previous bash command?
# How to Recall the Argument of the Previous Bash Command π€ Ever find yourself in a situation where you need to recall the argument of a previous Bash command? Maybe you're working with multiple files or directories and can't quite remember which one you
How can I remove specific rules from iptables?
# π§© How to Remove Specific Rules from iptables? π« Are you looking to deactivate your server and remove specific rules from iptables, but struggling to find the right syntax? Don't worry, we've got you covered! In this guide, we'll walk you through the p
Keep SSH session alive
# Keeping Your SSH Session Alive: Say Goodbye to Annoying Disconnects! ππ» Are you tired of your SSH session freezing or disconnecting after a short period of time? π Don't worry, you're not alone! Many people experience this frustrating issue, especial
endsWith in JavaScript
# How to Check if a String Ends with a Specific Character in JavaScript π€β So, you want to find out if a string ends with a particular character in JavaScript? We've got you covered! In this guide, we'll explore different approaches to solve this problem
HTTP POST and GET using cURL in Linux
π ***Calling a Web Service in Linux with cURL*** π§ So, you need to call a web service on your Linux machineπ¨βπ»? No worries, I got your back! In this blog post, we'll explore the **HTTP POST and GET methods** using everyone's favorite command-line tool
What does "rc" mean in dot files
πππ₯ What Does "rc" Mean in Dot Files? A Beginner's Guide! π₯ππ If you've ever stumbled upon files with names like ".bashrc", ".vimrc", or ".screenrc" in your Linux home folder and wondered what the mysterious "rc" stands for, you're in the right plac
How do I run a program with a different working directory from current, from Linux shell?
# How to Run a Program with a Different Working Directory from the Linux Shell π Are you struggling to run a program in the Linux shell with a different working directory? Don't worry, we've got you covered! In this blog post, we'll address this common i
Command to get time in milliseconds
# π‘ Get the Time in Milliseconds with a Simple Shell Command in Linux Have you ever found yourself needing to get the time in milliseconds in Linux? Maybe you're working on a script or trying to measure the performance of a specific process. Whatever the