New: wiredwizardAll contenthive-129948hive-196917krhive-183959hive-185836zzansteemphotographyhive-180932hive-150122hive-101145hive-183397hive-144064uncommonlabkrsuccesshive-188619hive-184714hive-193637bitcoinhive-166405hive-103599hive-193186hive-179660hive-145157hive-106183TrendingNewHotLikerswiredwizard (34)in gpg • 6 years agoLinux createing a gpg keyKey functions: *Certification - Private key is used to sign other keys to establish a trust relation, public key is for verifying key signatures. *Signing - Private key is used to sign data…wiredwizard (34)in oracle • 6 years agoStarting Oracle 12c in Linux...From terminal: oraenv ORACLE_SID = iqora ORACLE_HOME = /u01/app/oracle/product/12.1.0.2/iqms From terminal: lsnrctl start Form terminal: sqlplus / as sysdba sql> startup;…wiredwizard (34)in oracle • 6 years agoOracle 12c Install on Oracle Linux 7To begin, make sure that all the packages currently installed yum update -y install pre requirements yum install oracle-database-server-12cR1-preinstall sysctl -p Create user…