Sunday, October 6, 2024

Lock Linux package version using yum

3:01 PM Posted by Dilli Raj Maharjan No comments
        Managing package versions in Linux is an important task of Linux Server Administration. We often apply an update and the application is broken and unusable. In that case, we need to lock the package version so that the update skips the newer version of the package. Generally,...

Tuesday, May 23, 2023

Oracle Database configure TCP/IP with SSL and TLS for Database Connections

11:44 AM Posted by Dilli Raj Maharjan , No comments
    Encryption is the method to convert information into secret codes to protect from the bad guys. The real meaning of the information is hidden and the process of encrypting and decrypting data is called cryptography. The formulas used for cryptography are called encryption algorithms,...

Monday, May 22, 2023

Oracle Database Native Encryption

9:57 AM Posted by Dilli Raj Maharjan , No comments
         Encryption is the method to convert information into secret codes to protect from the bad guys. The real meaning of the information is hidden and the process of encrypting and decrypting data is called cryptography. The formulas used for cryptography are called...

Wednesday, May 17, 2023

Decrypt Oracle Weblogic password.

7:02 PM Posted by Dilli Raj Maharjan No comments
    Oracle WebLogic Server is a Java EE application server currently developed by Oracle Corporation. Oracle acquired WebLogic Server when it purchased BEA Systems in 2008. It is a chance that we may forget the WebLogic admin username and password. Following is the step-by-step guide...