Last active
May 30, 2020 07:58
-
-
Save sandikodev/f863113b6556ca8df9b82dcae5863054 to your computer and use it in GitHub Desktop.
Revisions
-
sandikodev revised this gist
May 30, 2020 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ wget https://fpdownload.adobe.com/get/flashplayer/pdc/32.0.0.371/flash_player_npapi_linux.x86_64.tar.gz mkdir flashplayer && cd flashplayer tar xvf flash_player_npapi_linux.x86_64.tar.gz sudo cp libflashplayer.so /usr/lib/Mozilla/plugins/ sudo cp –r usr/* /usr #restart firefoxbrowser #check with https://helpx.adobe.com/flash-player.html -
sandikodev revised this gist
May 30, 2020 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,6 +15,13 @@ sudo alien --script ordb1.rpm [machine addr] machine.domain.tld machine [aliases] ex: 10.10.10.1 machine.oke.com machine callmemachine #fix if you missing something on running at LD_LIBRARY_PATH=/opt/oracle/product/18c/dbhomeXE/lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH cd /opt/oracle/product/18c/dbhomeXE/lib/ ln -s /opt/oracle/product/18c/dbhomeXE/inventory/Scripts/ext/lib/libclntshcore.so.18.1 chown oracle:oinstall libclntshcore.so.18.1 sudo dpkg -i oracle*-19-*.deb sed -ie 's/--direct/-a/g' /etc/init,d/oracle*-c* -
sandikodev created this gist
May 30, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,32 @@ ########################################################## # # # # # D U N I A S E M A K I N U w W U # # # # # # ########################################################## ####### debian flavour installation guide ################ ### debian flavour installation guide #################### ########################################################## #####[ tested ordb18.rpm | ordb19.rpm not work well ]##### ############ prerequested: net-tools, alien ############ wget -c http://117.102.64.69/filecenter/oracledb/ordb19.rpm sudo alien --script ordb1.rpm #make sure your fqdn is right #/etc/hosts [machine addr] machine.domain.tld machine [aliases] ex: 10.10.10.1 machine.oke.com machine callmemachine sudo dpkg -i oracle*-19-*.deb sed -ie 's/--direct/-a/g' /etc/init,d/oracle*-c* #still'nsame file as sed, jump over 289line add this '-J-Doracle.assistants.dbca.validate.DBCredentials=false' #after 'schema true' #and will look like this '$SU -s /bin/bash $ORACLE_OWNER -c "(echo '$ORACLE_PASSWORD'; echo '$ORACLE_PASSWORD'; echo '$ORACLE_PASSWORD') | $DBCA -silent -createDatabase -gdbName $ORACLE_SID -templateName $TEMPLATE_NAME -characterSet $CHARSET -createAsContainerDatabase $CREATE_AS_CDB -numberOfPDBs $NUMBER_OF_PDBS -pdbName $PDB_NAME -sid $ORACLE_SID -emConfiguration DBEXPRESS -emExpressPort $EM_EXPRESS_PORT -J-Doracle.assistants.dbca.validate.DBCredentials=false -sampleSchema true -J-Doracle.assistants.dbca.validate.ConfigurationParams=false $SQLSCRIPT_CONSTRUCT $DBFILE_CONSTRUCT $MEMORY_CONSTRUCT"' sudo /etc/init.d/oracle*-c configure #wait'll 100% sudo /etc/init.d/oracle*-ce start check https://localhost:5500 ##RHEL flavour comming up yet