Posted on 2012/01/19 00:41
Filed Under 분류없음

미국에서는 온라인불법복제금지법안 (SOPA)과 지적재산보호법안 (PIPA)에 대한 저지 싸움으로 wikipedia의 경우 영문판 wikipedia의 화면을 검게 변화시켰다.


사용자 삽입 이미지

검게 변한 wikipedia 영문판 홈페이지


크리에이티브 커먼즈 라이센스
Creative Commons License
2012/01/19 00:41 2012/01/19 00:41

Posted on 2012/01/17 10:05
Filed Under 분류없음

ubuntu에서 패키지 설치는 apt-get 명령으로 간편하게 설치할 수 있다.

$ sudo apt-get install openvpn
크리에이티브 커먼즈 라이센스
Creative Commons License
2012/01/17 10:05 2012/01/17 10:05
TAG : , ,

Posted on 2012/01/09 18:00
Filed Under 분류없음

페이스북에서 최근에 변경된 레이아웃을 적용할 수 있다. 타임라인형태의 룩앤필을 보여주는 것으로 바꾸어보니 상당히 좋은 느낌이 보인다.

크리에이티브 커먼즈 라이센스
Creative Commons License
2012/01/09 18:00 2012/01/09 18:00

Posted on 2012/01/08 21:20
Filed Under 분류없음

블로그의 레이아웃 변경을 생각해보다가  SKIN을 변경하기로 결정하였다.

선택한 SKIN은 "설치형 텍스트큐브/서비스형 텍스트큐브닷컴용 Bluum:fx 스킨"이다.

스킨에 대한 설명은 http://xenosium.com/200 에서 보시면 되겠다.
크리에이티브 커먼즈 라이센스
Creative Commons License
2012/01/08 21:20 2012/01/08 21:20
TAG : ,

Posted on 2012/01/08 20:46
Filed Under 분류없음

맥에서 사용하기 위한 widget으로 맥의 상태를 보여주는 istat를 사용중이다. 이 프로그램은 무료 프로그램으로 꽤 괜찮은 퀄리티를 자랑한다. 여기에 추가하여 linux 서버, solaris, 맥의 상태를 아이폰으로 확인할 수 있는 APP이 있어서 설치하여 사용하게 되었다.

이 프로그램을 사용하기 위해서는 먼저 istatd를 설치하여야 한다. 여기에서는 리눅스 서버에서 설치하는 방법에 대해서 작성한다.
 
1. 다운로드
$ wget https://github.com/downloads/tiwilliam/istatd/istatd-0.5.8.tar.gz



2. 압축파일의 압축해제
$ tar -xfv istatd-0.5.8.tar.gz


3. 설정하기
$ ./configure --prefix=/ --sysconfdir=/etc 



4. 컴파일하기
$ make


5. 설치하기
$ sudo make install


6. 사용자 추가하기
$ sudo useradd istat


6. 추가 디렉토리 작성 & 소유권 설정
$ sudo mkdir -p /var/{run,cache}/istat
$ sudo chown istat.istat /var/{run,cache}/istat


7. 설정 변경하기
서버 코드를 변경하여 접속할 때의 암호를 설정한다. 서버코드는 5개의 숫자로 이루어져 있다.
$ sudo vim /etc/istat.conf


8. 데몬 시작하기
$ /bin/istatd -d
크리에이티브 커먼즈 라이센스
Creative Commons License
2012/01/08 20:46 2012/01/08 20:46

Posted on 2012/01/08 11:42
Filed Under 분류없음

port 내용의 업데이트

wondoui-MacBook-Air:android yarang$ sudo port selfupdate --->  Updating MacPorts base sources using rsync MacPorts base version 2.0.3 installed, MacPorts base version 2.0.3 downloaded. --->  Updating the ports tree --->  MacPorts base is already the latest version The ports tree has been updated. To upgrade your installed ports, you should run   port upgrade outdated wondoui-MacBook-Air:android yarang$


port sync하기
wondoui-MacBook-Air:android yarang$ sudo port sync

크리에이티브 커먼즈 라이센스
Creative Commons License
2012/01/08 11:42 2012/01/08 11:42
TAG : ,

Posted on 2012/01/07 08:54
Filed Under 분류없음

mercurial은 소스의 버전을 컨트롤하기 위한 SCM의 하나이다.

official site : http://mercurial.selenic.com/downloads/

여기에서 자신에게 맞는 플랫폼을 선택하여 다운로드하면 된다. 다운로드가 완료되면 mac의 터미널을 사용하여 사용할 수 있다.
크리에이티브 커먼즈 라이센스
Creative Commons License
2012/01/07 08:54 2012/01/07 08:54
TAG : ,

Posted on 2012/01/07 08:47
Filed Under 분류없음

mac에 mercurial이 설치되어 있어야 한다.


설치 명령은 다음과 같다. 기본적인 저장소인 ns-3-allinone 이다.
wondoui-MacBook-Air:ns3 yarang$ hg clone http://code.nsnam.org/ns-3-allinone destination directory: ns-3-allinone requesting all changes adding changesets adding manifests adding file changes added 49 changesets with 69 changes to 7 files updating to branch default 7 files updated, 0 files merged, 0 files removed, 0 files unresolved wondoui-MacBook-Air:ns3 yarang$


기본 저장소에서 ns-3를 다운로드받은 후에 전체 파일의 다운로드를 실행한다.


wondoui-MacBook-Air:ns-3-allinone yarang$ ls
README		constants.py	download.py
build.py	dist.py		util.py
wondoui-MacBook-Air:ns-3-allinone yarang$ ./download.py 

    #
    # Get NS-3
    #
    
Cloning ns-3 branch
 =>  hg clone http://code.nsnam.org/ns-3-dev ns-3-dev
requesting all changes
adding changesets
adding manifests
adding file changes
added 7678 changesets with 35905 changes to 6040 files
updating to branch default
2086 files updated, 0 files merged, 0 files removed, 0 files unresolved

    #
    # Get PyBindGen
    #
    
Required pybindgen version:  0.15.0.795
Trying to fetch pybindgen; this will fail if no network connection is available.  Hit Ctrl-C to skip.
 =>  bzr checkout -rrevno:795 https://launchpad.net/pybindgen pybindgen
 *** Did not fetch pybindgen; python bindings will not be available.

    #
    # Get NSC
    #
    
Architecture (darwin) does not support NSC... skipping
 *** Did not fetch NSC; NSC will not be available.
wondoui-MacBook-Air:ns-3-allinone yarang$ 


다운로드받은 파일을 확인하는 것은 ls명령으로 확인한다. 실제 ns-3용 소스들은 ns-3-dev 디렉토리에 다운로드가 완료되어있다.
wondoui-MacBook-Air:ns-3-allinone yarang$ ls README constants.py dist.py ns-3-dev util.pyc build.py constants.pyc download.py util.py wondoui-MacBook-Air:ns-3-allinone yarang$ ls ns-3-dev/ AUTHORS VERSION scratch utils.py wutils.py CHANGES.html bindings src waf LICENSE doc test.py waf-tools README examples testpy.supp waf.bat RELEASE_NOTES ns3 utils wscript wondoui-MacBook-Air:ns-3-allinone yarang$
크리에이티브 커먼즈 라이센스
Creative Commons License
2012/01/07 08:47 2012/01/07 08:47
TAG :

Posted on 2012/01/05 00:27
Filed Under 분류없음

iPad에서 blogger+를 이용하여 블로그 작성 테스트중입니다.

크리에이티브 커먼즈 라이센스
Creative Commons License
2012/01/05 00:27 2012/01/05 00:27
TAG : ,

Posted on 2012/01/04 18:50
Filed Under 분류없음

Android 플랫폼을 빌드할 수 있는 PDK의 ICS 버전이 다운로드 가능하다.
Android PDK 다운로드 방법은 다음과 같다.

$ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > repo


$ chmod +x repo
$ ./repo init -u https://android.googlesource.com/platform/manifest ... <생략> ... Your Name  [______]:         <== 이름 입력 Your Email [yarang@local]:      <== Email입력 Your identity is: ______ <________> is this correct [y/N]? y        <== 확인 끝나면 y/다시하려면 n 입력 Testing colorized output (for 'repo diff', 'repo status'):   black    red      green    yellow   blue     magenta   cyan     white   bold     dim      ul       reverse Enable color display in this user account (y/N)? y repo initialized in /Users/yarang/repos $ ./repo init -u https://android.googlesource.com/platform/manifest -b android-4.0.1_r1


자신이 원하는 버전에 따라서 branch 이름을 바꿀 수 있다. 위 작업이 끝나면 저장소를 초기화하는 작업이 끝나고 다운로드를 받기 위해서는 다음의 명령으로 다운로드를 시작한다.

$ ./repo sync



Android의 소스크기가 상당히 크기 때문에 전부 다운로드받는 시간은 상당히 오래 걸린다는 것을 염두에 두자.
크리에이티브 커먼즈 라이센스
Creative Commons License
2012/01/04 18:50 2012/01/04 18:50
TAG : ,
◀ PREV 1 2 NEXT ▶

About

by 야랑이

Counter

· Total
: 1340
· Today
: 7
· Yesterday
: 43