Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

6 total results found

Willkommen

BLOG

Herzlich Willkommen im BLOG der PRO Solution Software

Installation Oracle 21c on Centos 8

Installation

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

Installation

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

Installation

ACHTUNG: PSS PRIVAT!!!! Installation Tomcat useradd tomcatpasswd tomcat # Fx#6593376mkdir -p /srv/app/tomcatchown tomcat:tomcat /srv/app/tomcat -Rsu - tomcatcd /srv/app/tomcat/mkdir versionscd versionstar xzf /shared/tomcat/apache-tomcat-9.0.54.tar.gz #aber ...

Allow PortainerCE to connect Remote-Docker

Installation

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

Installation

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...