| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 | 29 |
| 30 |
- Audacity
- Eclipse
- 코스피
- 작성중
- Linux
- java
- Android
- ubuntu
- IT 키워드
- UX
- 태터수정
- 주식
- Qmail
- unix
- uml example
- 안드로이드
- 공매도
- Algorithm
- IPTV
- 알고리즘
- LDAP
- adb
- conemu
- 도서
- KOSPI
- eclipse35
- 보안
- 기술사
- 우분투
- Today
- Total
목록전체 글 (188)
Do diffence
Essential Vim editor navigation commands Vim search and replace – 12 powerful find and replace examples. How To add bookmarks inside the Vim editor How To record and play inside the Vim editor Correct spelling mistakes automatically inside the Vim Editor Automatic word completion using Ctrl-X Enable thesaurus option in the Vim editor Vim autocommand magic. Add custom header to your files automat..
원문: http://support.mozilla.com/ko/kb/Youtube+HTML5+does+not+work+in+Firefox?bl=n&s=html5&as=q html5의 video tag를 사용하면 브라우저에서 flash 같은 plugin 기술 없이도 비디오가 제공이 가능하다. 하지만, 유튜브에서 test로 제공하는 html5 video contents 를 자사 크롬 브라우져에서는 가능하지만 모질라 파이어폭스에서는 볼 수 없는 문제가 있다. 이유는 간단하다. YouTube,Apple 등의 거대 벤더들은 브라우저에서 비디오를 볼 수 있게, 특허 있는 비디오 코덱으로 H.264 를 사용한다. 그렇지만 모질라재단 처럼 자유소프트웨어 진영은 그럴 돈이 없기 때문에 공개된 Vorbis audio and..
Platform: Ubuntu 8.x 이상 Tcl interpreter 설치 $ sudo apt-get install tcl8.3 $ vi hello.tcl #!/usr/bin/tclsh # Hello example puts "Hello, World!" puts "강태 안녕!" $ tclsh hello.tcl or $ chmod u+x helloworld.tcl $ ./hellow.tcl 링크: http://www.thegeekstuff.com/2010/04/tcl-hello-world-example-how-to-write-compile-and-execute-tcl-program-on-linux-os/
firefox 의 숨겨진 페이지 about: (Main page, You can see a logo) about:credits (This page shows the details of people contributing in the FireFox ) about:license (The FireFox browser license) about:buildconfig (Details of build platform and tools used and details) about:config (FireFox settings that you can tweak, Use this very carefully ) about:mozilla (A Firefox easter egg! ) about:robots (A funny com..
우분투에서 Firefox 를 기준으로 웹 페이지의 mailto 태그를 클릭하면 웹-메일로 연결할 수 있다. FF의 편집->설정->프로그램: mailto 선택 윈도우: 도구 -> 설정 -> 프로그램 우분투 기본프로그램 설정 메뉴: 시스템 -> 기본설정 -> 기본프로그램 선택 인터넷 탭에서 사용자설정 선택해 아래를 입력 firefox %s FF의 새탭에 메일쓰기 화면 열기 FF의 주소에 about:config 입력해서 고급설정으로 들어간다. 아래 두 항목을 더블클릭해서 설정을 맞춘다. network.protocol-handler.external.mailto=TRUE network.protocol-handler.warn-external.mailto=false 참조: Set GMail As The Default..