eclipse와 git과 한참을 싸웠다...
계속 되는 오류들... egit은 아직 ssh지원이 잘 안되는 듯 하다..
auto crlf eclipse와는 궁합이 안 맞는듯...
auto crlf 끄니 잘 되네... 참 모르겠다...
Friday, August 05, 2011
Saturday, May 28, 2011
Android AVD hosts
http://umakantpatil.com/posts/android-emulator-localhost-and-host-files-on-windows
emulator -avd YourAvdNameGoesHere -partition-size 128
adb remount
adb pull /system/etc/hosts c:\hosts
adb push c:\hosts /system/etc
emulator -avd YourAvdNameGoesHere -partition-size 128
adb remount
adb pull /system/etc/hosts c:\hosts
adb push c:\hosts /system/etc
Tuesday, March 22, 2011
Windows 7 VirtualStore
In using gimp, I have trouble in finding where is my saved file from gimp.
It's of VirtualStore in Windows 7!!!
User/Local/VirtualStore have overwrite(??) in main System Files
if you have Users/Local/VirtualStore/Program Files/TTT.. some program(ex. gimp) show TTT but command prompt can't see that.
Why this is needed?
I don't think it's necessary unless it doesn't applied all file API
It's of VirtualStore in Windows 7!!!
User/Local/VirtualStore have overwrite(??) in main System Files
if you have Users/Local/VirtualStore/Program Files/TTT.. some program(ex. gimp) show TTT but command prompt can't see that.
Why this is needed?
I don't think it's necessary unless it doesn't applied all file API
Thursday, March 17, 2011
삼성 센스 노트북 한영키
삼성 센스 Q45C에 윈도 7 sp 1을 설치 했더니 한영키가 안된다.
많은 삽질 끝에
키보드 드라이버를 PC/AT 101키 호환으로 변경하고 (1 또는 2로)
레지스트리에 다음과 같이 입력(변경)하니 되었다.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\service\i8042prt\Parameters
LayerDriver KOR : kbd101a.dll
OverrideKeyboardIdentifier : PCAT_101AKEY
OverrideKeyboardSubtype : 0x00000003 (3) -16진수
OverrideKeyboardType : 0x00000008 (8) -16진수
많은 삽질 끝에
키보드 드라이버를 PC/AT 101키 호환으로 변경하고 (1 또는 2로)
레지스트리에 다음과 같이 입력(변경)하니 되었다.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\service\i8042prt\Parameters
LayerDriver KOR : kbd101a.dll
OverrideKeyboardIdentifier : PCAT_101AKEY
OverrideKeyboardSubtype : 0x00000003 (3) -16진수
OverrideKeyboardType : 0x00000008 (8) -16진수
Saturday, February 19, 2011
Wednesday, February 09, 2011
Windows Update Fail 0x80244001
In Admin Mode,
c:\>%windir%\system32\regsvr32.exe %windir%\system32\MSXML3.dll
then OK
c:\>%windir%\system32\regsvr32.exe %windir%\system32\MSXML3.dll
then OK
Tuesday, February 01, 2011
linux console resolution
vim /boot/grub/menu.lst
0) Arch Linux
title Arch Linux
root (hd2,2)
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/1069fde9-8696-49a8-bbec-b8f35458f4d9 ro vga=795
initrd /boot/kernel26.img
# (1) Arch Linux
title Arch Linux default resolution
root (hd2,2)
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/1069fde9-8696-49a8-bbec-b8f35458f4d9 ro
initrd /boot/kernel26.img
Codes
640x480 800x600 1024x768 1280x1024
256 0x301 0x303 0x305 0x307
32k 0x310 0x313 0x316 0x319
64k 0x311 0x314 0x317 0x31A
16M 0x312 0x315 0x318 0x31B
0) Arch Linux
title Arch Linux
root (hd2,2)
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/1069fde9-8696-49a8-bbec-b8f35458f4d9 ro vga=795
initrd /boot/kernel26.img
# (1) Arch Linux
title Arch Linux default resolution
root (hd2,2)
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/1069fde9-8696-49a8-bbec-b8f35458f4d9 ro
initrd /boot/kernel26.img
Codes
640x480 800x600 1024x768 1280x1024
256 0x301 0x303 0x305 0x307
32k 0x310 0x313 0x316 0x319
64k 0x311 0x314 0x317 0x31A
16M 0x312 0x315 0x318 0x31B
Subscribe to:
Posts (Atom)