Powered by Twitter Tools

 
  • 브레드의 세상보기: 수술 후 http://t.co/F7P1t5E #
  • @springpad I really like springpad. I've been using several notes app for ipad, and this one is the best among them. #

Powered by Twitter Tools

 

Powered by Twitter Tools

 

Powered by Twitter Tools

 
iconv -f euc-kr -t utf-8 EUC-KR.SMI > UTF-8.SMI

Simple? Isn’t it?

 
  • 브레드의 세상보기: 다윗이 시편 57편을 쓸 당시는… http://bit.ly/lknPV3 #
  • 하나님은 어렵고, 힘든 상황에 있는 사람들을 도우시지 않습니다. 하나님은, 어렵고 힘든 상황에서 믿음으로 반응하는 분들에게 응하십니다. -유기성 목사님 설교중에서… #
  • @jcinseol 잘 지내고 있지? 라면과 함께 먹는 밥, 정말 맛있지. 땡기는구나 ㅋㅋㅋ in reply to jcinseol #
  • @jcinseol 그렇구나. 누가 한국에서 선물을 보냈나보네. 사랑많이 받는 재설 목사님~ :) 근데, 미국 라면은 한국라면에 비해 맛은 없어. 한국 라면 먹구 싶다~ in reply to jcinseol #
  • @jcinseol ㅎㅎㅎ 단기선교의 필요성이 여기서 강조 되는구나 ㅎㅎㅎㅎ in reply to jcinseol #
  • @jcinseol 그렇구나. 하나님께서 기회 주시면, 가보고도 싶다. 올해는 인디언 단기선교로 부르시는듯. :) 하나님의 사역에 필요한것,곳이 얼마나 많은지… in reply to jcinseol #
  • @jcinseol 그래 오늘도 좋은 하루~ in reply to jcinseol #

Powered by Twitter Tools

 
  • If you're going to Shanghai, what do you want to do? #

Powered by Twitter Tools

 
  • Just used http://twilk.com to put my Twitter followers on my Twitter background. Check it out! #
  • 유기성 목사님의, "마음을 주님께 드린 사람" 설교. "마음의 묵상이 주께 열납되기를 원하나이다."의 무게는 너무 무거워서, 사실 나는 그럴 수 없는 사람입니다. #
  • @kakaotalk Hey, kakao talk, Do you feel that the iOS5's message will hurt your business? #
  • 유기성 목사님 설교가 어떤 미드, 어떤 드라마 보다 더 중독성이 있는 것 같다. #
  • OK! Celebrating weekend, YAY! #

Powered by Twitter Tools

 

While using git with https, sometimes, in someplace, I encounter like this error:

Initialized empty Git repository in /xxxx/xxxx/.git/
Password:
error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing https://xxxx@xxxx.xxxx/xxxx/xxxx.git/info/refs

fatal: HTTP request failed

It might be a bug from Ubuntu’s git, but I’m not sure at this time.

For workaround of it, set GIT_SSL_NO_VERIFY=1 in environment variables in the shell.

export GIT_SSL_NO_VERIFY=1

* Referred by http://osdir.com/ml/debian-bugs-dist/2010-03/msg09092.html

 

Powered by Twitter Tools

 
  • It's hard to agree with "Top 10 Ways iOS Outdoes Android" (http://lifehac.kr/kVgRsH), but I admit $AAPL's power management and UI is super. #
  • Flipboard for ipad is really cool. I guess ipad is created for flipboard. One thing I want is to show date/time on each article. #
  • 110521 – one leap of faith [explore] http://flpbd.it/3RWm #
  • @mmccue that's cool. Looking forward to the flipboard update. Thanks! in reply to mmccue #
  • @taeuk 커피가 어때서요? in reply to taeuk #
  • RT @Korea_Apple: 美법원 "삼성, 애플사에 신제품 샘플 제출해라" http://bit.ly/j7lY4Q 생각보다 쎄게 나가네, 애플이… #
  • @Narciman 그것은 유독 카카오톡만 그런것은 아니지 않나요? in reply to Narciman #
  • @taeuk 그거 무슨 만화인가요? 급 보고 싶어지네요. in reply to taeuk #
  • iPad2 is not light. 1.33 lbs(0.6kg) is not that easy to hold more than 20 min to me, but it's awesome in that it's handy to carry. #

Powered by Twitter Tools

 

* refer to http://xaviesteve.com/disable-multitasking-in-ios4-no-jailbreaking-needed/

Simply change the property of multitasking as false in /System/Library/CoreServices/SpringBoard.app/NxxAP.plist. The reference web page shows N82AP.plist, but currently it’s N88AP.plist. I didn’t look further, but I could guess its name would be changed in time.

Using ssh/scp, you can copy it from/to Mac and manipulate it.

 

* referred by http://www.karan.org/blog/index.php/2009/08/25/multiple-ssh-private-keys

In .ssh directory, if there is a config file, ssh keys can be controlled by it.

For example, ~/.ssh/config would be

Host *.home.lan
  IdentityFile ~/.ssh/id_dsa.home
  User kbsingh

Host *.vpn
  IdentityFile ~/.ssh/id_rsa.work
  User karanbir
  Port 44787

Host *.d0.karan.org
  IdentityFile ~/.ssh/id_rsa.d0
  User admin
  Port 21871

id_rsa.xx is the private key.

 

FBCMD: Command Line for Facebook and Tweeting from the Command Line with Twyt

 

First, you need to know your http proxy server. You probably have $http_proxy environmental variable in bash. Using this, you can specify the http proxy to git. It’s simple.

git config --global http.proxy $http_proxy

That’s it.

 

February 2012
S M T W T F S
« Jan    
 1234
567891011
12131415161718
19202122232425
26272829  

Follow Me

© 2011 Bread & Cup Suffusion theme by Sayontan Sinha