Additional information https://hub.docker.com/r/sath89/oracle-12c/
Download Oracle 12c Release 1 from hub.docker.com
docker pull sath89/oracle-12cCreate new container (it takes time).
Additional information https://hub.docker.com/r/sath89/oracle-12c/
Download Oracle 12c Release 1 from hub.docker.com
docker pull sath89/oracle-12cCreate new container (it takes time).
| ----- Esc ----- | |
| Quick change directory: Esc + c | |
| Quick change directory history: Esc + c and then Esc + h | |
| Quick change directory previous entry: Esc + c and then Esc + p | |
| Command line history: Esc + h | |
| Command line previous command: Esc + p | |
| View change: Esc + t (each time you do this shortcut a new directory view will appear) | |
| Print current working directory in command line: Esc + a | |
| Switch between background command line and MC: Ctrl + o | |
| Search/Go to directory in active panel: Esc + s / Ctrl + s then start typing directory name | 
https://www.maketecheasier.com/change-the-sudo-password-timeout-in-ubuntu/
alias ls='ls --color=auto'
alias grep='grep --color=auto'
| # | |
| # For 64bit | |
| # | |
| export ARCH=x86_64 | |
| # Install/Upgrade | |
| env ARCHFLAGS="-arch $ARCH" pip3 install --upgrade cx_Oracle --allow-external cx-Oracle --allow-unverified cx-Oracle | |
| # Check for updates | |
| pip3 list --outdated --allow-external cx-Oracle --allow-unverified cx-Oracle | 
| # Install ipython3 on Mac OS X Maverics | |
| # Update brew | |
| brew update | |
| brew upgrade | |
| # Install Python 3 | |
| brew install python3 | |
| # Install ipython | 
| # Install Oracle Instant Client | |
| sudo mkdir /opt | |
| sudo chown ${USER}:admin /opt | |
| mkdir -p /opt/oracle | |
| cd /opt/oracle/ | |
| unzip ~/Downloads/instantclient-basic-macos.x64-11.2.0.3.0.zip | |
| unzip ~/Downloads/instantclient-sdk-macos.x64-11.2.0.3.0.zip |