Blog

Page 507 of my articles, tutorials, and thoughts

Latest Articles

Cover Image for How can I generate a list of files with their absolute path in Linux?
command-line

How can I generate a list of files with their absolute path in Linux?

Published on September 2, 2023

# 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

Cover Image for Can Windows containers be hosted on Linux?

Can Windows containers be hosted on Linux?

Published on September 2, 2023

# 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

Cover Image for How can I recall the argument of the previous bash command?
command

How can I recall the argument of the previous bash command?

Published on September 2, 2023

# 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

Cover Image for How can I remove specific rules from iptables?

How can I remove specific rules from iptables?

Published on September 2, 2023

# 🧩 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

Cover Image for Keep SSH session alive
terminal

Keep SSH session alive

Published on September 2, 2023

# 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

Cover Image for endsWith in JavaScript
javascriptstring

endsWith in JavaScript

Published on September 2, 2023

# 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

Cover Image for HTTP POST and GET using cURL in Linux

HTTP POST and GET using cURL in Linux

Published on September 2, 2023

🌐 ***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

Cover Image for What does "rc" mean in dot files

What does "rc" mean in dot files

Published on September 2, 2023

πŸŽ‰πŸ“πŸ”₯ 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

Cover Image for How do I run a program with a different working directory from current, from Linux shell?
shell

How do I run a program with a different working directory from current, from Linux shell?

Published on September 2, 2023

# 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

Cover Image for Command to get time in milliseconds
shelltime

Command to get time in milliseconds

Published on September 2, 2023

# πŸ’‘ 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