Latest Articles
Java Regular Expression (RegEx) Explained [Easy Examples]
A Java regular expression is a special sequence of characters that helps us to match or find other strings or sets of strings, using a specified syntax held in …
25+ yum command examples in Linux [Cheat Sheet]
yum command in linux is a package manager used with CentOS, RHEL, Rocky, Fedora distribution. It is used to install, update, upgrade, remove or modify packages
Java date & time Format Explained [10+ Examples]
Java provides the Date class available in java.util package, this class encapsulates the current date and time.
How to install Zabbix on Rocky Linux 8 [Step-by-Step]
Step by step instructions to install and configure zabbix on rocky Linux 8
git push force Explained [With Examples]
git push force is used to overwrite commits on the remote repository. Alternatively we can use git force with leave to make sure commits are not overwritten
