when on OCI internal workspace, first thing you should be doing after you switch authentication is create users that can access internal workspace other than the ADMIN account. It is possible that you are forever logged out and need to do a db rollback….
Category: Uncategorized
Fix Errors During WordPress migrations
change 2 things To check apache Error logs to debug. /WP-ADMIN too many redirects WordPress asking for my FTP credentials to install plugins WordPress plugin install: Could not create directory “Too many redirects” when trying to access wp-admin page
Oracle Instance only reachable via 22 , no other ports are reachable solution
Recently, when I create a new instance in OCI, i can only reach it via 22. It is caused by iptables now are install and enabled on default . YOu can choose either remove iptables once for all , or add rules each time when you openning new ports. I choose to remove it, else…
How to host Jupyter notebook in docker in your own network
Running a notebook server — Jupyter Notebook 5.6.0 documentation (jupyter-notebook.readthedocs.io)
Oracle OCI console Social Sign On with Microsoft and Google
Be aware that this is done on an Always Free Account in September 2023 why this is important to know in advance: OCI is change so rapidly, it might not be working the same way a year later Goal: soical sign-on for both Microsoft and Google Azure, Google and OCI Microsoft (azure) For Microsoft, we…
Project Notes: Whisper + APEX + Python+React+ LEARN DUTCH APP
here is the semi finished outcome. https://learn.chaoyu.nl/ The Why: I am learning Dutch, I listen to a lot of BNR news on my 2.5 to 3 hours drive from home to office and back. I feel like that I understand a lot of the content but at same time miss a lot of the context….
Oracle Database Local Installation Wallet For HTTPs Calls
This should be used only for local installations, if you have OCI ATP, wallet should work out of the box. I do know that there is a gitRepo that does a download of all certs there are, however It only worked for my Docker DB instance , not a DB in a VM. Therefore, I…
How List/Create/Delete files in OCI bucket within APEX (plsql) + Create Pre-Authenticated Request
OCI account OCI user which has read/write access to the Bucket On that User create an API key Download the private key and click on “Add“ Keep OCI window open Open APEX screen Go to Workspace Utility find web credentials create new web credentialsgive it a name like OCI_AUTH Authentication Type: Oracle Cloud InfrastructureOCI UserID :…