Skip to content

Instantly share code, notes, and snippets.

@mohakevin
mohakevin / server-setup-guide.md
Created August 14, 2016 22:40 — forked from bwbaugh/server-setup-guide.md
Guide to set up a new VPS

Guide to set up a new VPS

This guide was written while setting up an Unbuntu VPS. There may be some differences when setting up a different distro.

Initial steps as root

Do some basic setup as the root user, which should mainly consist of

@mohakevin
mohakevin / oracle_backup.md
Created January 18, 2016 23:56 — forked from tuksik/oracle_backup.md
Backup Oracle with RMAN

Backup with RMAN

  • Connect
cmd>set ORACLE_SID=DBSID
cmd>sqlplus sys/passwd as sysdba;
  • Check for LOG_MODE
SQL>SELECT LOG_MODE FROM SYS.V$DATABASE;