2014년 6월 27일 금요일

How to configure Sublime Text 2 (서브라임 텍스트2 설정하기)

Open user-setting files on the menu like below.

Preferences - Settings-User
Preferences - Key Bindings-User

Add a rule that you want to add or change by referring 'Preferences - Settings-Default' and 'Preferences - Key Bindings-Default'. Here is my settings code.

Settings-User:
{
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"font_face": "Bitstream Vera Sans Mono",
"font_size": 8
}

Key Bindings-User:
[
{ "keys": ["ctrl+5"], "command": "toggle_minimap" },
{ "keys": ["ctrl+6"], "command": "toggle_setting", "args": {"setting": "word_wrap"} }
]





The full paths of the user-setting files are like the followings.

C:\Users\NAME\AppData\Roaming\Sublime Text 2\Packages\User\Preferences.sublime-settings

C:\Users\NAME\AppData\Roaming\Sublime Text 2\Packages\User\Default (Windows).sublime-keymap

So if you want to keep your own settings after re-installing Windows or something like that, copy the 'C:\Users\NAME\AppData\Roaming\Sublime Text 2\Packages\User' folder and overwrite it after installing Sublime Text 2.


FileZilla FTP Client - Connected to the server, but does't list a directory? (파일질라 서버 연결은 됐는데 폴더, 디렉토리 목록 조회가 안 될 때)

- Set 'Transfer Settings - Transfer mode: Active'

- Add your 'FTP port' or 'FTP Client program' onto the list of Inbound rules of Windows Firewall


- 전송 모드를 Default나 Passive가 아닌 Active로 바꿈

- 윈도우즈 방화벽의 인바운드에 접속 포트를 추가, 혹은 FTP Client를 추가


Cool!

2014년 6월 26일 목요일

공인인증서 또는 ISP 인증서 저장 위치

1) 공인 인증서(범용, 은행/보험용) 파일 저장 위치
   - Windows XP/Vista
     C:\Program Files\NPKI

   - Windows 7(64bit)
     C:\Users\[사용자 아이디]\AppData\LocalLow\NPKI

  * 위의 폴더 하위에

       증권용은 SignKorea 폴더, 은행용은 Yessign 폴더, 기관용은 CrossCert 폴더 등의 아래에 User 폴더에 존재

2) ISP 인증서(BC카드 등) 파일 저장 위치
   - Windows XP
     C:\Windows\Application Data\VCard

   - Windows Vista/Windows 7(64bit)
     C:\Users\[사용자 아이디]\AppData\LocalLow\KVP\Application Data\Vcard

3) USB 저장 장치의 경우, 해당 드라이브 루트(최상위 폴더)에 위치
   - USB드라이브명:\NPKI
   - USB드라이브명:\Vcard


출처: 잡다한 세상 블로그 (http://experience.so/9)


Xubuntu: Installing a Printer (Canon G3060 PIXMA)

$ sudo apt install system-config-printer Download the proper driver for linux from Canon website. Turn on the printer and set up its WiFi. C...