All categories

Shell Programming

How Run Bash Script

Running a bash script is a fundamental task for any programmer or system administrator. I've found bash scripting to be an essential skill in automating repetitive tasks and streamlining pro

Read article →

Which Version Powershell

As a long-time user of PowerShell, I've always been fascinated by the evolution of this powerful scripting language and automation framework. In this article, I aim to delve deep into the di

Read article →

What Powershell Version

When it comes to PowerShell, staying up to date with the latest version is crucial for ensuring optimal performance and taking advantage of new features. As an IT professional, I understand

Read article →

How To Run A Powershell Script

Running a PowerShell script can be an efficient way to automate tasks and streamline processes on your computer. In this article, I'll guide you through the process of running a PowerShell s

Read article →

How To Remove From Docker Ps -all

When working with Docker, the docker ps -a command is an essential tool for managing and manipulating containers. In this article, I'll walk you through the process of removing containers us

Read article →

Don't Display Tilda In Bash

Introduction So, have you ever encountered a situation in a Bash script where you absolutely don't want the tilda (~) character to be expanded into the home directory path? I've been there,

Read article →

Don't Have Man On Bash

When it comes to working in a Unix or Linux environment, one of the most essential tools is the bash shell. As a software developer, I rely heavily on bash for numerous tasks, and one thing

Read article →

Don't Save Command In History Bash

As a long-time Linux user and system administrator, I've encountered numerous situations where I needed to work on sensitive files or execute commands that should not be stored in the comman

Read article →

Has Bash 2021

Hey everyone, I'm excited to share with you all about the latest release of Bash, Bash 2021. As a developer who heavily relies on Bash for scripting and automation, I was eagerly looking for

Read article →

Don't Match Caps Bash

When it comes to working with strings and characters in the bash scripting language, one common issue that many developers encounter is dealing with case-insensitive comparisons. The default

Read article →

Does The Bash Shell Get Reaped

As a long-time user of the bash shell, I have often wondered about the concept of reaping processes and whether the bash shell itself can get reaped. Let's dive into this technical topic and

Read article →