Skip to content
Menu
ChaoTic
  • Home
  • Python
  • APEX
  • PL/SQL
  • Oralce DB
  • Docker
  • OCI
  • Nginx
  • C#
  • Linux
  • JavaScript
  • Privacy Policy
ChaoTic

Category: Linux

Use BitBucket Pipelines to Automate Oracle APEX deployment

Posted on March 5, 2024March 11, 2024

Branch Strategy Runners Create bitbucket-pipelines.yml here is an example of a feature branch and with explainations. Tagging in pipeline How flyway works? SQLcl to export / install APEX applications To be able to install an exported application, the apex parsing schema need to have such role “APEX_ADMINISTRATOR_ROLE”

Linux Nano Cheat Sheets

Posted on June 28, 2023June 30, 2023

General Alt + N to show line number Alt + P to show whitespaces Copy Paste ALT + A To set cursor : Arrow key Move setted cursor ALT + 6 to copy Copy CTRL + U Paste CTRL + K to delete / cut entire line Copy Entire Line Ctrl + A to go…

Docker Cheat Sheet

Posted on June 28, 2023July 28, 2023

# docker ps -a To list containers To list all containers To list images To delete a image To commit a running container to an image To list volumes To inspect volumns To inspect containers To build a new image To run container To mount volume To back volume To sping a new docker with…

ORDS 23.1 For Autonomous Database in Docker

Posted on June 24, 2023March 1, 2024

First create custom ords and plsql gateway user with ADMIN user in OCI ATP. Dockerfile install_ords.sh jdk… Wallet_*.zip Docker File $1 $2 $3 $4 $5 $6 $7 $8 are placeholders for USER_NAME_ADMIN=$1 USER_NAME_ORDS=$2 USER_NAME_GATEWAY=$3 WALLET_LOCATION=$4 #full path SERVICE_NAME=$5 PWD_ADMIN=$6 PWD_ORDS=$7 PWD_PLSQL=$8 install_ords.sh Read more about this syntax Download Target ATP wallet and place it in…

Nginx with cabundle.crt certificate.crt ( seperated domain and intermedia+root certs

Posted on February 14, 2023July 25, 2023

Some SSL provider generates intermedia.crt root.crt and domain cert in 2 different files, when configure nginx 3 things need to happen first. link1 for cat link2 for setenforce 0 Funny thing is , if you provide only the domain crt in the nginx config file, browser would not complain. But if u do a curl…

NodeJs Server To Read IMAP Mailbox and send body and attachment over via REST API, and sure let’s create docker image from it

Posted on February 11, 2023July 25, 2023

Imagine that you have an APEX application where it requires you to read and download attachments if there is any, also these data needs to be stored in database. These attachments can then further be processed by oracle database, thinking of a XML file or json file. With the requirements in mind, I started to…

Dockerize Oracle ORDs server for both XE database And ATP in OCI

Posted on February 8, 2023July 25, 2023

I have create a github repo to create image and container from Dockerfile. see here read about using customurl instead of wallet for dbconnections here https://github.com/gotsysdba/oci-arch-apex-ords/blob/main/templates/cloud-config.tftpl

OCI Operations Professional Learning Notes

Posted on January 29, 2023July 25, 2023

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…

Nginx Configuration for Custom ORDs with APEX features Google Authentication [updates on Nginx Proxy Manager]

Posted on December 17, 2022March 19, 2024

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…

Config Nginx as Static file server

Posted on December 15, 2022July 25, 2023

Here is very rich video to learn Nginx Config Linux user / groups to allow filezillar connection with key files add user to group , append after its primary group ( which is not wat we want) we need to add sftpusergroup as the primary group, that way when a user create a folder all…

  • 1
  • 2
  • Next
©2025 ChaoTic | Powered by SuperbThemes
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT
Scroll Up