분류 전체보기
-
Burn DVD/CD with the command line (Linux)Computer/linux 2008. 1. 10. 01:16
Umount DVD umount /media/cdrom Format DVDRW with dvd+rw-format -force /dev/hdbBurn data into specific directory name with growisofs -dvd-compat -Z /dev/hdb -R -J -l -allow-multidot -allow-leading-dots -graft-points "/target_dic_name0=/first_local_directory" "/target_dic_name1=/second_local_directory" Burn additional data into /target_director in the DVD growisofs -dvd-compat -M /dev/hdb -R -J -l..
-
달리기Coffee 2008. 1. 7. 05:04
달리기를 다시 시작한지 이틀이 지났다. 그동안 멈추었던 운동을 다시 시작한 것이다. 오랫동안 신장에 들어 있었던 마라톤화 먼지 잔뜩 쌓여있던 옷들.. 무엇보다 날 즐겁게 한건. 달릴때는 아무 생각이 안난다는 것이다. 갑갑한 인간관계를 생각하지 않아도 되고 논문을 써야하는 시간이라는 압박감에서도 해방이 된다. 머릿속이 깨끗하게 비워지는 느낌. 그 느낌이 좋다. 점점 약해져 가는 온몸의 조직들, 약간의 심장, 어깨, 허리의 통증이 첫째날이 지나 두번째 날에는 거의 없었다. 오래된 자동차에 시동을 걸어 Autobahn에서 대략 160 km/h- 내차의 최고속도-로 가끔 달려주듯 올 한해 캠퍼스 에서 꾸준히 달려야 겠다. 몸도, 그리고 마음도, 머리도 맑아지는 느낌이다. 건강하게 죽을때 까지 살수 있다면 좋겠다.
-
How to do screenshot with ImageMagick in the xterm.Computer/linux 2008. 1. 5. 01:00
How to do screenshot with ImageMagick in the xterm. $ import screenshot.png $ import -frame screenshot.png The above command changes the mouse icon (cross symbol)choose the window you want to make the screenshot.-frame option includes window manager frame $ import -window root screenshot.png screenshot with all screens and windows... more detailed infos about import: http://linuxreviews.org/man/..
-
2008년 ....Coffee 2008. 1. 2. 23:45
사람과 사람사이에는 무엇이 존재할 수 있나? 간혹 곰곰히 생각해 본다. 똑같은 말도 사람에 따라 너무 다르게 받아들이는 세상. 더군다나 외국에서 살아서인지 여기에서 오래 산 사람들과 이야기하다보면 자주 느끼는 공통된 느낌이 있다. 소통불가능 이런 저런 이야기를 하다가 어떤 한 내용이 나와 그 이야기를 꺼내어 보면 처음 반응이 다 그렇다. 하지만 시간이 지나 그 내용을 곰곰히 생각해 보면 스스로에게 물어 보아도 결국 나도 오래 산 사람이라는 범주에 들어가 그 느낌으로부터 자유로울 수 없음을 깨닫게 된다. 무엇이 나를 그리고 사람들을 이렇게 만들었을까? 내 알바 아니다. Das ist mir egal. 독일에서 살면서 종종 듣는 말이다. 직접 혹은 간접적으로 듣던... 뭐 그려려니 하며 지나가도 되지만 정말..
-
Gtk-WARNING **: Unable to locate loadable module in module_pathComputer/linux 2008. 1. 2. 04:08
Gtk-WARNING **: Unable to locate loadable module in module_path: "libthinice.so", apt-get install gtk-engines-thinice Gtk-WARNING **: Unable to locate loadable module in module_path: "libredmond95.so apt-get install gtk-engines-redmond95 =============================== 2009.03.13 Using gsview, I have two warning messages : Gdk-WARNING **: locale not supported by C library Gtk-WARNING **: Unable ..
-
Focus and mouse cursor follow new pop-up window in FvwmComputer/linux 2007. 12. 31. 23:21
# http://www.fvwm.org/documentation/faq/#3.18 *FvwmEvent-NewWindow: StartDelay 4 *FvwmEvent-NewWindow: add_window FuncFocusWindow DestroyFunc FuncFocusWindow AddToFunc FuncFocusWindow #+ I ThisWindow ("My Window") Move 200p 100p + I Focus + I WarpToWindow AddToFunc StartFunction I FvwmEvent FvwmEvent-NewWindow
-
How to use GTK+ Theme with FVWMComputer/linux 2007. 12. 14. 01:35
There are a ugly font size and a default theme of Pidgin, Gedit, and firefox ..... with FVWM In .fvwmrc file, AddToFunc StartFunction + I Module FvwmAnimate + I Module FvwmButtons + I Module FvwmAuto 500 Raise Nop + I Module FvwmBacker + I Exec exec xsetbg -fullscreen ~/Photos/background/result.jpg + I Test (Init) Exec exec gnome-settings-daemon --sm-disable can handle GTK+ theme and font size w..