일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- JavaScript
- Qrcode
- Caesar Cipher
- Masonic Cipher
- base32
- assembly
- Mail Header injection
- sha1
- Web Hacking
- cookie
- sql injection
- 카이사르 암호
- webhacking
- BASE64
- AVR
- burpsuit
- 비즈네르 암호
- php_extract
- Fortran 90
- Linux
- 시저 암호
- Python
- base16
- Navajo alphabet
- Pigpen Cipher
- vigenere cipher
- Javscript
- aslr
- reversing
- overthewire
- Today
- Total
My Drive
Sublime Text 2 설정 본문
Download page : http://www.sublimetext.com/2
* SFTP 설정
Console 창 : Ctrl + `
명령어 : import urllib2,os; pf='Package Control.sublime-package'; ipp=sublime.installed_packages_path(); os.makedirs(ipp) if not os.path.exists(ipp) else None; urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler())); open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()); print 'Please restart Sublime Text to finish installation'
[Preferenses] - [Package Control] - Install Package - SFTP
* Sublime REPL 설치 (run Python)
Ctrl + Shift + P - Install Package - SublimeREPL
* 글꼴/줄바꿈 설정
[Preferenses] - [Settings - User]
{
"ignored_packages":
[
"Vintage"
],
"font_face": "Consolas",
"font_size": 11,
"tab_size": 2,
"word_wrap": true
}
'etc' 카테고리의 다른 글
PE file format (0) | 2015.01.25 |
---|