Friday, 11 November 2011

Linux : zip without files names, list zip contents

zip -j - will Junk directories paths from files being added
unzip -l - will list files in z zip archive

Tuesday, 8 November 2011

Vmware : Fullscreen Mode

Ctrl-Alt-Enter

Outlook : Advanced Search

Ctrl-Shift-F

Thursday, 3 November 2011

Mocking a pmon process using perl


perl -e '$0="ora_pmon_OXOEM1"; 1 while 1' &

Monday, 11 July 2011

Oracle : Restart Grid Control 11GR2

export ORACLE_SID=OEM #Where oracle home is /u01/app/oracle/Middleware/oms11g


. oraenv

emctl stop oms -all
# The -all stops the web tier as well
export ORACLE_SID=AGENT
. oraenv
emctl stop agent
emctl start agent
export ORACLE_SID=OEM
. oraenv
emctl start oms

Friday, 8 July 2011

Linux : Larger vnc windows

Need to start the vncserver bigger - such as
vncserver -geometry 1280x960

Linux : Get gnome in vnc

edit ~/.vnc/xstartup and change the windows manager invocation at the bottom :
#twm &
exec gnome-session &