-
How to reverting the changes in git
Reverting the Changes in with git revert command Use git log to view the commit […]
-
How to list all the file modified at one hours ago
Script to verify within the last one hour change file in current directory. Create script […]
-
How to change the Mysql Database password
Login to my sql server connect to Mysql database mysql or mysql -u user -p […]
-
GITLAB With Visual studio 2017
Developer should verify there gitlab credential using below GITLAB URL.http://gitlabrul:8181/Open Visual Studio 2017 and go […]
-
How to check DB2 HA DR status
To check HA DR status run the below command. $ db2pd -d -hadr Database Member […]
-
How to list file is greater than 100MB
Script or command to find out File is greater than 100MB Login to machine Create […]
-
DB2 Interview question and answer
Q. What is DB2? DB2 is a relational database management system (RDBMS) developed by IBM. […]
-
SQL1117N A connection to or activation
SQL1117N A connection to or activation of database “your database” cannot be made because of […]
-
cp command with examples
The cp command is used to copy files and directories from source to destination. It […]