Bash Utility to Rename all files in a Folder
Bash Utility to rename all the Files in a Folder
I wanted to rename all the files in a folder - from the extension .jpeg to .jpg and was looking to automate as there were roughly more than 20 files :)
I wanted to rename all the files in a folder - from the extension .jpeg to .jpg and was looking to automate as there were roughly more than 20 files :)
A good interview companion for the Professional Certificate Practice for the very popular Spring Framework by my good friend Javin Paul, published with GumRoad.
Read More ...In this post, we will see how do we assign the Grant Privileges to a particular user, without which it is very difficult to assign a grant to an another user, and we need to always be dependent on the root user or the DBA.
Read More ...We will see how to extract the whole words in Linux using the famous grep command in this post, which needs a tweak in the way we execute it by passing a few additional arguments.
There has been a huge surge on the Apache Log4J, a very popular and ubiquitous logging framework for the Java applications, which has recently had a hit due to a vulnerabilty on 09th Dec 2021. Let us talk about the same and the mitigation strategies in this post.
Read More ...We will see a great value add in the IntellijIDEA - the famous IDE for Java Applications.
Read More ...My stats with Netlify for the year 2021 looks so far, as below.
Read More ...Let us discuss the terminologies scale out and the scale up in this article - in general and also on the context of Big Data.
In this post, we will see how can we resolve the error shown in the pom.xml file inside the STS IDE (Spring Tool Suite), upon creating a new Maven Project.