Friday, January 29, 2010

Linux: overwrite

http://www.cyberciti.biz/tips/howto-keep-file-safe-from-overwriting.html

set -o noclobber
(no overwrite)

set +o
noclobber
(overwrite)

Linux: VNC

I use the following line to start up:

vncserver :1 -name kde -geometry 1250x760 -depth 24

Locations of visitors to this page