Linux

Linux Tutorials & Articles

How to setup Oracle Database to auto start at system reboot in Linux

Oracle Database Oracle database is a relational database management system. It is also called OracleDB, or simply Oracle. It is produced and marketed by Oracle Corporation. The system is built around a relational database framework in which data objects may be directly accessed by users (or an application front end) through structured query language (SQL). […]

How to setup Oracle Database to auto start at system reboot in Linux Read More »

Installation of Oracle Database 19c in Amazon Linux 2

Oracle Database Oracle database is a relational database management system. It is also called OracleDB, or simply Oracle. It is produced and marketed by Oracle Corporation. The system is built around a relational database framework in which data objects may be directly accessed by users (or an application front end) through structured query language (SQL).

Installation of Oracle Database 19c in Amazon Linux 2 Read More »

sudo command not working

How to Repair a Corrupted sudoers File on an AWS EC2 Instance (Without Detaching the Root Volume)

A corrupted sudoers file can prevent users from running any sudo command on an Amazon EC2 instance. This usually happens after an incorrect modification to /etc/sudoers or a file under /etc/sudoers.d/. When the configuration becomes invalid, administrative access through sudo stops working, making server management difficult. Most recovery guides recommend detaching the root EBS volume

How to Repair a Corrupted sudoers File on an AWS EC2 Instance (Without Detaching the Root Volume) Read More »