To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Note!! Please register for a free account to access the full content and also to participate in Q&A in the community
Linux
Discussion List
-
How To Set SELinux to Permissive ModeSELinux can be set in permissive mode where it will still be running but won't be actively enforcing SELinux policy. This article explains how to set SELinux to run in p… -
How To Connect To An OCI Linux Instance Using SSH Password Authentication Instead Of SSH KeysHow to use password based authentication instead of ssh keys to log into a Linux OCI or OCI-C instance. Note SSH key-pair authentication is more secure than password-bas… -
How to change the primary VNICHI all as asked early i think that the only way to change the primary vnic from a vnc to another is deleting the instance an recreate a new instance using the boot volum… -
Using Serial Console Connection to Edit Files or Change User Key in OL instancesThis document assumes you have a working serial console connection to your instance and are seeing the login prompt at the serial console terminal. You can use OCI Cloud… -
Mounting an ObjectStorage Bucket as Filesystem in Oracle Linux 7In this post, we will explain how to mount an Object Storage bucket as a filesystem on Oracle Linux 7 using s3fs-fuse project and Oracle Cloud Infrastructure's S3 compat… -
OSMS Maintenance WindowsLots of services in OCI have maintenance windows. SaaS has them, so does OICS, DBCS and Autonomous too. What I want to do is a apply a maintenance window to each and eve… -
Listener setup for Oracle on a computing instanceDear friends, I setup Oracle database for testing purposes on a computing instance in Oracle Cloud. Computing instance has public IP, and I am able to ssh to Linux on th… -
My Linux instance got disabled by Oracle for adding port 22I'm having an Oracle Cloud instance with shape 'VM.Standard.E2.1.Micro' and Kali Linux as OS. The instance has been created just few days ago. Yesterday I got a mail fro… -
Possible to install CentOS 9 Stream?I have an Always Free VM.Standard.E2.1.Micro compute instance running OL8. I'd like to re-image it with CentOS 9 Stream. Ideally without deleting and re-creating the ent… -
oci-fss-utils is not part of the repo in OCIDear all, Customers are frequently implementing our File Storage in OCI using encryption, where the package oci-fss-utils is required: https://www.oracle.com/downloads/c… -
How to enable dhcpcdv6?How can I configure the DHCP client on Oracle Linux so that it will pull an IPv6 address? Network, routing and security lists are all up. "dhclient -6 enp0s3" works only…