Monthly Archives: January 2014

Guide to Install oci8 gem

https://help.ubuntu.com/community/Oracle%20Instant%20Client

Posted in Uncategorized | Tagged , , | Leave a comment

Create bootable USB with SUSE Studio Image Writer

http://en.opensuse.org/SDB:Live_USB_stick

Posted in Uncategorized | Leave a comment

Suse – Measure CPU temperature

1. sudo zypper in sensors 2. sensors -f output Adapter: ISA adapterPhysical id 0: +113.0°F (high = +188.6°F, crit = +221.0°F)Core 0: +109.4°F (high = +188.6°F, crit = +221.0°F)Core 1: +111.2°F (high = +188.6°F, crit = +221.0°F)

Posted in Uncategorized | Leave a comment

Oracle – Import CSV file

1. Create the CSV file , example.csv 2. Create the control file , example.ctrl load oad data infile example.csv into table emp fields terminated by ‘,’ ( column1,column2 ,etc ..) 3. sqlldr username/password example.ctrl Note , make sure ORACLE_SID , ORACLE_HOME , PATH=$PATH:$ORACLE_HOME/bin is properly set.

Posted in Uncategorized | Leave a comment

Multiple MongoDB Instances with Ubuntu’s Upstart

Multiple MongoDB Instances with Ubuntu’s Upstart Multiple MongoDB Instances with Ubuntu’s Upstart

Posted in Uncategorized | Leave a comment