Posts with the tag Technical:

Netlify Site Status Badge

In this blog post, we will see how to add the status badge of the latest Netlify build of your site.

Badge for my website

Netlify Status

Read More ...

Live Blog on RaghsOnlineDotCom 30May2021

Made my website up and running with Hugo blog

Finally after some good amount of learning, exploring and troubleshooting, I made the Hugo based blogs to my live domain - RaghsOnline.com today :)

Will share a detailed posting later on the learnings, for my own reference as well.

Read More ...

Hugo Notes

This post will contain the essentials of Hugo - Static Site Generator and the associated tools and nuances.

I have primarily tested in Windows OS. Will subsequently test this in the Linux OS (Cent OS) and add the appropriate notes in the due course of time.

Read More ...

Vscode Extension - Draw.io

Draw.io Extension inside VSCode

We now have a simple and an easy way to draw diagarams in your favorite editor - Visual Studio Code (VScode).

Read More ...

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 :)

Read More ...

Spring Professional Certification 250 Questions

Spring Professional Certification 250 Questions

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 ...

Few Tamil Words for Techical Terms

Few Tamil Words for Techical Terms

  • Cloud Computing = கொளுவுக் கணிமை
  • Folder= அடைவு
  • File= கோப்பு
  • Domain= திரளம்
Read More ...

Assign Grant Priviliges to an User in MySQL

Assign Grant Priviliges to an User in MySQL Database

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 ...

Grep With Whole Words

Grep With Whole Words

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.

Read More ...

Log4j Zero-Day (Log4jShell) CVE 2021 44228

Log4j Shell CVE 2021 44228

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 ...