Introduction Bash Completion: Are you spending too much time typing out lengthy Linux commands or struggling to remember Docker command…
Bash Script
Manage the Aurora PostgreSQL global database
Introduction You can use the AWS Console Manager to manage the Aurora PostgreSQL global database, alternatively, you can manage the…
How to call git bash command from powershell
Introduction Combining PowerShell with Git Bash can enhance your productivity by allowing you to use Unix-like commands within a Windows…
How to auto create a large csv file with powershell/plsql
Introduction Creating large CSV files can be a tedious task, especially when dealing with significant amounts of data. PowerShell and…
Shell script execute SQL file
In this tutorial, How do I use shell script execute SQL file on an Oracle DB? On the server running…
How to extract substring in Bash Shell
In this tutorial, How to extract substring in Bash Shell on Linux. You can use a select substring from the…
Bash script Create dir and copy specific files
In this tutorial, I will share the bash script Create dir and copy specific files while changing the name in…
Modifying individual text fields in Bash Script
In this tutorial, How do I modifying individual text fields in bash script? Bash Script the essential for DevOps Roles. I run…
Useful shell commands
In this tutorial, I will write about Useful shell commands. Tips and trick about kill process, How to remove ssh…
Bash script copy rename multiple files
In this tutorial, I am written a small program with “Bash script copy rename multiple files” on Linux. Linux the…