Monthly Archives: October 2012

Solaris 10 cmd

netstat -anf inet -P tcp netstat -anf inet -P udp /usr/sbin/psrinfo -pv /usr/ucb/ps auxvv prstat http://solaris.reys.net/prstat-a-great-tool-for-process-monitoring/

Posted in solaris | Leave a comment

svn merge for a file

Given a file, merge trunk to branch or branch to trunk Under branch, “svn update;svn log foo” to find out the last revision number such as 70428 Under trunk, “svn update;svn log foo” to find out the last revision number … Continue reading

Posted in svn | Leave a comment

install kivy on ubuntu 12.04

sudo apt-get install mesa-common-dev freeglut3-dev pip install cython pip install kivy

Posted in kivy, ubuntu | Tagged | Leave a comment