본문 바로가기

OldStory/Home Linux101

Foursquare check-ins in Google Maps 크게 보기 foursquare rss피드 중 kml 링크를 google map의 서치 창에 붙여 넣으면 만들 수 있다. 2010. 9. 27.
foursquare API Foursquare API를 php로 구현한 예제 사이트가 있어 테스트 해 보았다. 참고 사이트 : http://www.joesiewert.com/2010/04/how-to-use-the-foursquare-api-with-oauth-and-php/ 먼저 foursquare-asyc library ( jmathai-foursquare-async-4a09f5d.tar.gz) 를 받아 서버에 압축을 풀어 준다. 본 예제에서는 서버의 /var/www/trace 에 압축을 풀었다. /var/www/trace 폴더에 압축파일에 포함된 EpiCurl.php, EpiFoursquare.php, EpiOAuth.php 파일이 있어야 한다. 추가로 index.php와 callback.php를 코드를 참조하여 같은 /va.. 2010. 9. 17.
SSH 에서 파일 전송 윈도우에서 SSH 터미널 프로그램으로 Tera Term를 사용한다. 쓰다 보니 윈도우 파일을 SSH 터미널 서버로 전송해야 할 일이 생겨 고민 하던중 해결 책을 찾았다. Tera Term의 파일 메뉴 중 SSH SCP 를 사용하면 서버와 윈도우간 파일 전송을 할 수 있다. 참고로 Tera Term버전은 4.66 이다. 2010. 8. 23.
풍차 http://cp.c-ij.com/en/contents/3154/03361/index.html 2010. 1. 12.
ubuntu server에 KDE Desktop설치 sudo apt-get install kubuntu-desktop 2009. 12. 19.
Qt-embedded framebuffer setting qt -embedded 설치 후 "/dev/fb0" device 문제가 발생하는 경우 부팅 옵션에 'vga=791'을 추가 하면 해결된다. 우분투의 경우 옵션은 /boot/grub/menu.lst 파일에서 수정한다. title Ubuntu 8.04.2, kernel 2.6.24-24-generic root (hd0,0) kernel /vmlinuz-2.6.24-24-generic root=UUID=88.....ea4e42 ro quiet splash vga=791 initrd /initrd.img-2.6.24-24-generic quiet 2009. 12. 13.
MEDAN ALTA'ALEEM - AL MIDNAB 25° 50' 30.78" N 44° 14' 8.29" E 2009. 12. 4.
Google Maps Plugin Anyang City wordpress에서 googlemap 지도를 올릴 수 있는 plugin이다. 자세한 내용은 여기에 -> Google Maps Plugin 1. Google Maps Plugin에서 google-maps-advanced.zip 을 다운받아 wordpress/wp-content/plugins폴더에 압축을 푼다. 2. Google Maps API key signup page 에서 API key를 받는다. 3. 관리자 계정으로 wordpress 에 로그인 하여 plugin를 활성화 한후, wordpress 설정 에서 받아온 API key를 입력한다. 4. Google Maps 사이트에 가서 원하는 지역으로 이동 후 지도 우측상단의 링크를 눌러 링크를 복사한다. 5. wordpress에서 .. 2009. 10. 6.
서버복구 자주 죽던 서버가 마침내 완전히 죽어 버렸다. 하드 디스크가 불안 하더니 fsck 몇번 둘리고 나니 몇 개의 풀더들이 지워져 부팅이 안된다. 다행히 웹 루트 풀더가 남아있어 서버를 다시 갈았다. 일단 다른 하드에 Ubuntu 서버를 다시 설치하고 웹풀더 복사 및 웹 설정을 하였다. 하지만 mysql 를 사용하는wordpress, punbb 와 gallery가 안 되었다. 다시 확인해 보니 다행히 mysql db 데이터가 저장되어 있는 풀더 '/var/lib/mysql'이 살아 있어 mysql db복구를 하여 일단은 wordpress와 punbb는 제대로 동작 하는것 같다. mysql db 복구 1. 기존 하드 마운트 # sudo mount /dev/sdb1 /mnt/sdb 2. wordpress, pun.. 2009. 9. 27.
백산 이름은 없지만 그는 황제다 인물탐구 김상화 백산 회장 세계 최고의 인조가죽 제조 … 나이키·리복 등 글로벌 브랜드에 납품 이석호 기자 lukoo@joongang.co.kr “인조가죽의 세계적 명품은 한국산….” “이름 없는 황제가 있겠습니까, 없겠습니까? 있습니다. 그러나 상당히 고독하지요. 분명히 황제는 황제인데 이름도, 시장에서 차지하는 위치도, 그다지 알려져 있지 않다면 스트레스도 많이 받을 거고요. 그건 황제 제품만 느낄 수 있는 외로움이기도 할 겁니다. 특히 독보적인 기술력과 제품의 우수성을 월등하게 보유하고 있을수록 더 심한 고독감을 느끼겠지요. 국내에서는 품질에 걸맞은 명성을 얻지 못하고 있으니까요. 백산이 아마 그럴 겁니다.” 한국에서 친환경 인조가죽으로는 유일하게 평균 2~3년마다 신제품.. 2009. 9. 10.
Listening Aviator - RUN 1 다락원 무려 MP3파일을 듣고 받아쓰기를 Forums에 올리기로 했다. Listening Aviator - RUN 1 2009. 9. 10.
svn trac SVN & TRAC INSTALL http://howto.homelinux.com/wiki/TracSvn 2009. 8. 5.
HDTV channel scan HDTV의 신호를 스캔하는 유틸리티이다. ubuntu의 dvb-utils 패키지에 포함되어 있다. 설치방법은 sudo apt-get install dvb-utils 사용방법: ( 평촌지역 안테나 입력인 경우 ) $ scan /usr/share/doc/dvb-utils/examples/scan/atsc/us-ATSC-center-frequencies-8VSB > channels.conf 케이블의 경우 방식에 따라 us-ATSC-center-frequencies-8VSB 대신 다른 파일로 한다. $ cat channels.conf MBC DTV�:473028615:8VSB:17:20:1 :479028615:8VSB:33:36:2 :485028615:8VSB:17:20:1 :491028615:8VSB:33:3.. 2009. 7. 3.
Fusion HDTV5 RT Gold 기존의 아날로그 TV카드를 빼고 새로 구입한 Fusion HDTV5 RT Gold를 서버에 설치하였다. 구모델이지만 mythtv 에서 지원하는 모델이다. http://www.fusionhdtv.co.kr/eng/Products/RTGold.aspx 2009. 7. 3.
Open Clip Art Library Open Clip Art Library at http://howto.homelinux.com/openclipart/ Must install SVG Viewer at Internet explorer. 2009. 6. 17.
python post test posting using python script. 2009. 6. 4.
Post using python script $ vi blog_post.py # Import needed libraries: import xmlrpclib; from pprint import pprint; # Define the blog publishing function def blogPost( server, username, password, categories, tags, title, content ): datastruct = {'description':content, 'title':title, 'categories':categories, 'mt_keywords':tags} returncode = server.metaWeblog.newPost('1',username,password,datastruct,1) print returncode ser.. 2009. 6. 4.
XML-RPC servers for Python XML-RPC servers Python also comes with SimpleXMLRPCServer, a module for implementing XML-RPC servers. You can register functions or instances with an instance of the SimpleXMLRPCServer class in the module of the same name, in order to expose XML-RPC services. The most straightforward way is to just write an instance with methods that do what you need, and then register this instance. However, in.. 2009. 6. 4.
[Ubuntu] SCIM 한글 입력 설정 1) scim-hangul 설치 $ sudo apt-get install scim-hangul 2) 한글 언어 팩 설치 $ sudo apt-get install language-pack-ko language-pack-gnome-ko language-pack-gnome-ko-base 3) reboot 기본 언어지원이 영문으로 설정되어 있는 경우 다음을 통하여 scim-hangul을 활성화 시킨다. $ im-switch -c scim-hangul을 선택한다. 2009. 5. 28.
Wandering In The Sky 출처 : http://paperpino.net/paper-automata/wandering-in-the-sky-a-zonzo-tra-le-nuvole/ 2009. 5. 15.
Zebra Paper Toys 출처 : http://cp.c-ij.com/en/contents/2023/f-zebra/index.html 2009. 5. 15.
wiki expand variables 추가 expand variable @PAGENAME@ 를 subpage에 사용하면 "mainpage/subpage" 로 변환된다. subpage만 얻어오는 expand variable @SUBPAGE@를 /usr/lib/python2.5/site-packages/MoinMoin/PageEdit.py 의 def_expand_variables()함수에 추가함. def _expand_variables(self, text): """ Expand @VARIABLE@ in `text`and return the expanded text. @param text: current text of wikipage @rtype: string @return: new text of wikipage, variables replaced ".. 2009. 5. 14.
Wall-E Paper Replika 2009. 4. 7.
Cabo Blanco I (Nouadibou) 사진 : crodenas 20° 46' 17.12" N 17° 2' 47.05" W 2009. 4. 2.