Skip to main content

Posts

Showing posts with the label Oracle Linux 9

Installation of MYSQL Database on Oracle Linux 9

 This blogpost will provide the steps how to install MYSQL Database on Oracle Enterprise Linux 9. The Database Installation will be performed using dnf package installation uility. - Install the database package using the dnf command: - Start and Enable the MYSQL Database Service. Wow, we are done with the MYSQL Database Installation :) Thanks for reading. regards, Zaheer

Oracle Enterprise Linux 9 - Security Feature 1

 Oracle released its latest version of Operating System - Linux 9 and its introduced too many new features with this release.  As the demand for computing is growing there is a huge inclined in cyber attacks. Operating System is the first layer where application, Database, middleware's, virtualization and everything is hosted. If this layer is compromised then your complete system is compromised. Hence with this release Oracle advanced its security with Oracle Enterprise Linux 9. In this blogpost we will discuss one of the key improvement security area. The old network-scripts package has been removed in Oracle Linux 9. Hence, there are no files in  /etc/sysconfig/network-scripts directory. Also this package was deprecated in Oracle Linux 8. This is a big change from the Administration perspective, if we use to configure network using legacy scripts  then its a very big setback.  Now the network is managed using the nmcli command: nmcli Information is stored fil...