I have create a github repo to create image and container from Dockerfile. see here
Read moreOCI Operations Professional Learning Notes
OCI CLI Authentication OCI CLI and Configure on mac After installation, run configuration command. This will collect your ocids for your user, tenancy , region and more. when all done, it will create 3 file in .oci folder. 1 config file and two .pem files. The oci_chaoyuim001_api_key_public.pem file will be used to upload to OCI…
Read moreTortoise Git Icon overlay not working…. (how to fix)
https://medium.com/automationmaster/how-to-enable-the-overlay-icons-for-tortoisegit-cbb054617ad6
Read more
Nginx Configuration for Custom ORDs with APEX features Google Authentication
There are three things needed Google Settings, couple of things to watch out here APEX Social sign in Authentication method Make sure you have a user created in APEX with the same email as the username. Nginx Configuration Two settings here are important , they are needed for enable Google Oauth. error_page 497 https://$host:$server_port$request_uri; link…
Read more
Config Nginx as Static file server
Config Linux user / groups to allow filezillar connection with key files add user to group Give mysftpuser a password find PasswordAuthentication no and change no to yes for now. restart sshd Here is a handy web app to calculate from drwx to number Once file/folder permission is set correctly, we need to disable password…
Read more
How to import Data d(p)ump into Oracle OCI Autonomous Database
PreRequisite ———————————————————————————- Step !: Create an Auth TOKEN from OCI user save the token somewhere safe (you can copy it during creation, once created it can NOT be displayed anymore) ———————————————————————————- Step 2: use sqlplus login to your autonomous database using !!!<ADMIN> account and run ———————————————————————————- Step 3: create .par file On the host machine,…
Read more
How to upload folder(files) into Oracle OCI buckets with CLI
This method is tested working flawlessly with 69.000 files,120 gb size in total. Install OCI CLI on your local machine where you planning to upload the folders and files ( following this guide Mac Version) After Installation, Setting up the Configuration File Here , it requires your After Configuration To refresh a token I don’t…
Read more
Docker learning notes
How to fix docker: Got permission denied while trying to connect to the Docker daemon socket. Read more here. Images Container Tab into a running container’s cli Start a status ‘exited’ container and tab into the bash start a container with port mapping Create a new image with a running container where configuration are made…
Read more
Migrate APEX to Autonomous Database with custom ORDS (notes)
Create And Manage Your Custom ORDs How to enable web sql-developer https://host/ords/sql-developer two ways to enable it. Go to Apex and enable rest for the parsing schema. make your the alias is in smallcase. or logon to the schema and write this plsql block to enable it. (read here and here for more information)
Read more