분류 전체보기
-
MySQL commandsComputer/linux 2010. 2. 17. 23:53
MySQL ROOT # access MySQL root account to mysql itself [] mysql -u root -p mysql # Show GRANT mysql> show grants; mysql> show grants for 'user'; mysql> show grants for 'user'@'localhost'; myslq> show grants for user@localhost; # Set priv_type (GRANT) types of priv ALTER Modify tables with ALTER TABLE CREATE Make new database, table, or index DELETE Remove rows from tables DROP Remove databases o..
-
Debian Squeeze (testing) Installation Log (progress)Computer/linux 2010. 2. 5. 00:02
My laptop is a bit old model Samsung R50 WVM 1860 Preparation http://www.debian.org/releases/testing/http://www.debian.org/devel/debian-installer/wget -c http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.isocdrecord -v -eject speed=4 dev=1,0,0 debian-testing-i386-netinst.isoMy laptop has "Intel PRO/Wireless 2200", thus I must care about it b..
-
install MySQL++ on RHEL 5.3 and Debian LennyComputer/linux 2010. 1. 27. 07:02
yum install mysql.i386 mysql-devel.i386 http://tangentsoft.net/mysql++/ extract mysql++ source into /home/softwares/ln -s /home/softwares/mysql++-3.0.0.9 /opt/mysql++cd /opt/mysql++./configure --prefix=/opt/mysql++ checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for gcc... gcc checking for C ..
-
HFS+ partitionsComputer/linux 2010. 1. 7. 06:44
check "kernel configure" less /boot/config-2.6.18-164.* |grep MAC_PARTITION CONFIG_MAC_PARTITION=y means one can do "read", "write", or "both".check device, which one connect to Linux machinemkdir /media/test mount -t hfsplus /dev/sda3 /media/test if you gdm or whatever display manager mounts the device automatically, try to do it in a console (CTRL+ALT+F1).journal must be turned off in order to..
-
LG 폰 연도 오류 와 윈도 모바일 오류Coffee 2010. 1. 7. 00:05
LG 폰이 문자메세지가 오류가 발생했다고 한국 신문에서 보았다. http://search.daum.net/search?w=tot&t__nil_searchbox=btn&nil_id=tot&stype=tot&q=LG%202016%B3%E2 우연히 cnet을 들어 갔는데 ㅎㅎ 재미있는 기사를 발견했다. Windows Mobile glitch dates 2010 texts 2016 http://news.cnet.com/8301-13860_3-10425455-56.html LG mobile OS 가 windows mobile light OS 인가? 개발자가 같은가? ㅎㅎ
-
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