Putty

Working/Tools 2009/06/16 10:55

http://www.chiark.greenend.org.uk/~sgtatham/putty/


컬러 셋 설정
putty-tango.zip

[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Default%20Settings]
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\My%20Saved%20Session]

터미널에서 한글 입력
  1. "윈도우 시작 -> 실행"으로 또는 "window키 + R"로 실행 다이얼로그에 "regedit"를 입력해서 regedit를 실행,
  2. "편집->찾기"에 putty를 입력하고 "문자열 단위로 입력"을 필히 체크 한 후 putty 검색, 아니면,
    [HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Session\세션이름]으로 찾기
  3. 내가 쓰고 있는 세션을 클릭해서 FontCharSet 클릭 후 0이었던 값을 16진수로 81로 바꾼다.(10진수로는 129)
Posted by 2runXX
$sudo pmset -a hibernatemode 0 
_CFGetHostUUIDString: unable to determine UUID for host. Error: 35

1. /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist 수정

1.) BACKUP your /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
2.) Open /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
3.) ADD AFTER <string>Ethernet</string></dict> the following:
<dict>
<key>BSD Name</key>
<string>en3</string>
<key>IOBuiltin</key>
<false/>
<key>IOInterfaceType</key>
<integer>6</integer>
<key>IOInterfaceUnit</key>
<integer>3</integer>
<key>IOLocation</key>
<string></string>
<key>IOMACAddress</key>
<data>
ABbPoF5V
</data>
<key>IOPathMatch</key>
<string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/P0P3@1C,2/
IOPCI2PCIBridge/pci14e4,4311@0/AirPort_Brcm43xx/IO80211Interface</string>
<key>SCNetworkInterfaceType</key>
<string>IEEE80211</string>
</dict>

4.) IF you have more than 3 interfaces or there is an "en3" interface change it to "en4" or a higher number, don't forget to change this "<integer>3</integer>" to "<integer>4</integer>".
5.) You need to REBOOT
6.) If this work for you please tell me. 
7.) If this workaround did not work please provide your system.log and yourNetworkInterfaces.plist.

Why does this error happen?
Well at looking at the source code of the configd there is a plugin "InterfaceNamer" it seams the plugin will always skip interfaces 
that are IOBuiltin = false. The "<key>IOBuiltin</key>" cannot be changed because the plugin will check and restore it on next boot.
But it does not check if wireless interfaces <key>SCNetworkInterfaceType</key><string>IEEE80211</string> are IOBuiltin.
Like I say this is only a workaround and there will be more need of testing.

2. /System/Library/Extensions/IONetworkingFamily.kext/Contents/MacOS/IONetworkingFamily 수정 

You can get it here.
Unpack it an place it to/System/Library/Extensions/IONetworkingFamily.kext/Contents/MasOS/
If you used my workaround please restore your backup of NetworkInterfaces.plist.

This fix will set IOBuiltin = true for all network devices.


해결 법의 원본은 여기에.....
Posted by 2runXX
이번 주말의 나는...

히키코모리이자...
하루하루 똥만 만드는 기계였다 -_-

후우~
왜이리 인생이 무료하고 재미가 없고 심심하누...



나이에 ㄴ자 붙으면서..
그냥 그렇게 다 주변에 일들이..재미있거나 신기해지지 않나보다...

아..
재미 없다.
그냥, 재미있는걸 찾을 마음도 없다.

식어버렸나보다...
Posted by 2runXX