A Blog on DevOps and Hybrid Cloud
Posts tagged with "unix"
Connecting to OCI Linux Instance Using SSH
Published May 14, 2024, 6:08 a.m. by cloudblog
Connecting to a Linux Instance from a Unix-Style System
-------------------------------------------------------------------------------------------
Use the following command to set the file permissions so that only you can read the
file: chmod 400 is …
Connecting to a OCI Linux Instance Using OpenSSH
Published May 14, 2024, 6:06 a.m. by cloudblog
Connecting to a Linux Instance from a Windows System Using OpenSSH
--------------------------------------------------------------------------------------------------------------------
If the instance uses a key pair that was generated by Oracle Cloud Infrastructure, then use the following …
How to add CkEditor in Django
Published May 14, 2024, 5:36 a.m. by cloudblog
Ckeditor, a WYSIWYG rich text editor allows users to write content directly inside web pages or online applications. A Django WYSIWYG editor built upon CKEditor, you can use it as …