Advanced Search
Search Results
9 total results found
Willkommen
Herzlich Willkommen im BLOG der PRO Solution Software
Installation Oracle 21c on Centos 8
nano /etc/hosts ## 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 postgres mysql mariadb mssql db ## ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 postgres mysql mariadb mssql db ## 14.3.83...
Installation Oracle Application Express 21.2 on Centos 8
ACHTUNG: PSS PRIVAT!!!! # ### Installation APEX! ###unzip /shared/data/apex/apex_21.2.zip -d /\cp /apex/* -Rf /srv/app/apex/chown oracle /srv/app/apex/ -Rrm -Rf /apex/cd /opt/oracle/product/apex/sqlplus / as sysdbaALTER USER ANONYMOUS ACCOUNT UNLOCK;startup o...
Installation ORDS for Apex 21c with PDB
ACHTUNG: PSS PRIVAT!!!! Installation Tomcat useradd tomcat passwd tomcat # Fx#6593376 mkdir -p /srv/app/tomcat chown tomcat:tomcat /srv/app/tomcat -R su - tomcat cd /srv/app/tomcat/ mkdir versions cd versions tar xzf /shared/tomcat/apache-tomcat-9.0.54.tar.g...
Allow PortainerCE to connect Remote-Docker
Quelle:https://www.youtube.com/watch?v=kKDoPohpiNkhttps://www.the-digital-life.com/portainer-multiple-hosts/ In Remote-ROOT-Dir mkdir docker-certscd docker-certsopenssl genrsa -aes256 -out ca-key.pem 4096## Generating RSA private key, 4096 bit long modulus (...
Open Socks-Proxy InternetConnection over SSH
Lokaler Rechner : Windows mit FirefoxLinux-Server darf ohne einen Proxy ins Internet: You open an SSH connection to a remote server. As you open that connection, your SSH client will also open a local TCP port, available only to your computer. In this examp...
Installation Oracle APEX 26.1
1. TBD - Oracle 26-AI Free !/bin/bash # Export Environments... nano /home/oracle/.bash_profile /root/.bash_profile ## #################################################### export VISUAL=nano export EDITOR=nano # User specific environment and startup pr...