본문 바로가기

정보기술444

Bookmarklets 설치방법: 링크를 bookmark toolbar 에 끌어다 놓는다. Reload via MIT Library Proxy: Reload via MIT http://libraries.mit.edu/about/faqs/remote-proxystring-bookmarklet.html Reload via NUS Library Proxy: Reload via NUS http://lib.nus.edu.sg/lion/d/proxybkmrklet.html QR-code on the fly: QR on the fly http://marklets.com/QR+on+the+fly.aspx Download YouTube Video: PwnYouTube http://marklets.com/PwnYouTube.aspx 2011. 8. 26.
텍스트 파일 한글 인코딩 변환 (euc-kr 에서 utf-8 로 변환) for Mac or UNIX http://kldp.org/node/63419 http://pc-to-mac-changer.blogspot.com/2010/02/shell-script-text-unicode.html Shell script 이용 한개의 파일에 대해서 변환 #/bin/bash iconv -c -f euc-kr -t utf-8 $1 > $1.tmp mv $1.tmp $1 폴더 내의 smi, srt, txt 파일에 대해서 모두 변환 find "$1" -name "*.smi" -o -name "*.srt" -o -name "*.txt" | while read filename do tempName=${filename}~temp~.txt mv "$filename" "$tempName" iconv -c -f euc-kr -t ut.. 2011. 8. 24.
YouTube DNS Mapping Table http://clien.career.co.kr/cs2/bbs/board.php?bo_table=lecture&wr_id=87875 http://cdmanii.com/1535 http://www.parkoz.com/zboard/view.php?id=my_tips&no=14595 Speed test: http://www.youtube.com/my_speed Hosts file of Windows 7: Windows\System32\drivers\hosts DNS flush: ipconfig -dnsflush # cdmanii_youtube_speedup _START # Addresses: 2404:6800:4005:4::6 v1.lscache1.c.youtube.com Addresses: 2404:6800:.. 2011. 8. 23.
Apple TV 2 와 XBMC 설정 1. Seas0nPass를 이용한 Jailbreak http://lifehacker.com/5733077/how-to-jailbreak-your-2g-apple-tv Seas0nPass 진행과정에서 DFU 모드로 들어가지 못하는 문제가 발생할 경우, 컴퓨터와 USB 케이블이 연결된 상태에서 전원 아답터를 연결했다가 전원 아답터를 분리한 후 DFU 모드 진입을 시도하면 정상적으로 진입이 가능한 경우가 있다. 2. XBMC 설치 http://lifehacker.com/5739364/how-to-install-xbmc-on-your-apple-tv-2 http://wiki.xbmc.org/index.php?title=Install_XBMC_on_ATV2 $ ssh root@ root@'s password: '.. 2011. 8. 21.