Computer/linux
-
Debian GNU/Linux 6.0Computer/linux 2009. 12. 16. 13:36
이젠, 참 리눅스 (리닉스) 도 많이 변했다. 윈도우를 써본지가 오래되고 가끔 스캔할때나 부팅 할때 밀린 업데이트 하느라 시간을 많이 보낸다. 오랬동안 많은 운영체제를 사용하면서 느낀 건, 이 세상에는 완벽한 운영체제는 없다는 것이다. 완벽한 사람이 없듯이.. 각각의 요구사항에 맞게 그냥 사용하면 될테니까.. 나 개인적인 것으로는 조금 불편하긴 하지만, 데비안을 좋아한다. 데비안 베이스로 해서 우분투가 이젠 어느새 일등 자리에 올라서 버렸지만 그래도 옛정을 버리지 못하는 것은 데비안이 가지고 있는 뭔가 끈끈한 정이 있나 보다. 이미 오래된 뉴스인데, 우분투 8.04 인 내 오래된 노트북을 갈아 엎으려고 생각하다가 문득 생각나서 ... 잘 모르시는 분들을 위해 엉터리로 한글로 번역해볼까.. 해보니 힘드는 ..
-
a shared folder in guest OS (winxp) within host OS (RHEL5.3)Computer/linux 2009. 12. 15. 04:20
0) turn off VirtualBox 1) xterm (Host OS) [] VBoxManage sharedfolder add "winxp" -name "vboxdata" -hostpath "/home/jhlee/vboxguest/" vboxdata is the name which is used in the directory name of the guest OS. vboxguest must be created by the user with "mkdir ~/vboxguest" 2) cmd (Guest OS) > net use e: \\vboxsvr\vboxdata
-
SVN commandsComputer/linux 2009. 11. 1. 23:20
Check information on which revision you have svn infoCheck information on 000 revision svn info -r 000 Update to a specific revision (000) svn update (up) -r 000 Compare two revisions (A and B) or even more svn diff -r A:B Compare one file of current working copy with old revision(000) svn diff -r 000 filenameUndo a commit svn merge -c 000 . svn commit
-
Skype Linux Static with Korean inputComputer/linux 2009. 10. 17. 01:17
OS: RHEL 5.3 There are many configuration methods, different scim versions and libraries. I am not quite sure why this method is necessary on my RHEL 5.3. execute the skype with the following command, After that, scim panel starts to respond when I execute the skype. env XMODIFIERS='@im=SCIM' LC_CTYPE=en_US.UTF-8 ./skype .xinitrc export XMODIFIERS="@im=SCIM" export GTK_IM_MODULE="scim" export QT..
-
usb sound cardComputer/linux 2009. 10. 17. 00:27
Before activate USB mic device, one must check the correct modules are loaded. See http://wiki.audacityteam.org/index.php?title=USB_mic_on_Linux arecord --list-device card 0: ............................. ................................ card 1: usb blabla alsamixer -c 1 using "TAB", select [Capture] or [All]L OR [SPACE], will activate your Capture device. Then you will see | | L ----- R CAPTURi..