프로그램 사용/coLinux2009. 4. 10. 14:01
colinux는 User-level kernel로 완전한 시스템을 운영할 수 있게 합니다.
일단 colinux는 kernel와 linux 배포판 이미지로 나누어져 다운로드 받을 수 있으며
아래의 coLinux-stable은 colinux kernel 및 실행 프로그램
그리고 아래의 Images는 각 linux 배포판 root filesystem 입니다.
FC10 기준 인스톨러는 150M 정도이지만, RAR 압축을 해제 하고 나면 4기가 정도의 용량을 차지 합니다.
(이런 놀라운 압축력!)



Package Release Date Notes / Monitor Downloads

coLinux-stable 0.7.3-linux-2.6.22.18 June 8, 2008 Release notes     Monitor this package Download
Images 2.6.x ArchLinux ArchLinux 2007.08-2 February 7, 2008 Release notes     Monitor this package Download
Images 2.6.x Debian Debian 4.0 Etch May 8, 2007 Release notes     Monitor this package Download
Images 2.6.x Fedora Fedora 10 February 28, 2009 Release notes     Monitor this package Download
Images 2.6.x Gentoo Gentoo 2006.1 March 2, 2007 Release notes     Monitor this package Download
Images 2.6.x Ubuntu Ubuntu 7.10 March 14, 2008 Release notes     Monitor this package Download
[colinux : http://colinux.org/]
[colinux down : http://sourceforge.net/project/showfiles.php?group_id=98788]


인스톨러를 실행하면 나오는 화면입니다(이 앞에는 GNU 동의하냐는 것이 있어서 패스 입니다)

coLinux와 RootFS image를 받았다면 아래의 Root Filesystem image Download는 체크 해제 하시면 됩니다.

coLinux 세부내용 입니다. 귀찮으니 기본 값으로 넘어갑니다.

혹시 RootFS를 받지 않으셨다면, Root Filesystem image Download를 체크하시고 다음을 누르면
위와 같은 선택화면이 나옵니다. 여기에는 아쉽게도 FC7로 표기가 되어 있습니다.

설치를 진행하면 WinPCAP을 사용한다는 말이 나옵니다. 일단 귀찮으니 여전히 패스 -ㅁ-

설치가 진행되다가 이 부분에서 멈춥니다. 그리고 아래의 창이 뜹니다.

설치하면 무슨 Adaptor가 설치됩니다. 모르니 일단 계속 해주고 넘어 갑니다 -ㅁ-

Adaptor가 네트워크였나 봅니다 -ㅁ- 생각치도 못하게 로컬 영역 연결 3이 생겼습니다

일단은 설치가 완료 되었습니다! 그렇다고 해서 바로 실행할수는 없습니다.
아직 RootFS를 설치하지 않았기 때문이죠~!

따로 받은 RootFS를 압축해제 합니다. 용량이 4기가 정도 되어서 생각보다 오래 걸립니다.

기본 설치 위치는 C:\Program Files\coLinux 이고, 그 하위에 압축 해제된 FC10 RootFS 디렉토리를 이동시켜 줍니다.

"c:\Program Files\coLinux\colinux-daemon.exe" kernel="C:/Program Files/coLinux/vmlinux" initrd="C:/Program Files/coLinux/initrd.gz" mem=256 cobd0="C:/Program Files/coLinux/FC10/Fedora-10.img" cobd1="C:/Program Files/coLinux/FC10/swap.img" root=/dev/cobd0 eth0=slirp,,tcp:5901:5900 ro
start-Fedora-10.bat 파일의 내용을 위와 같이 수정해 줍니다.

수정된 start-Fedora-10.bat 을 실행시키면 저렇게 리눅스 커널이 부팅됩니다.

리눅스가 실행되면 저렇게 나옵니다.
친절하게도 kde나 gnome을 실행하라는군요!
그래서 gnome을 실행하려니 설치 하랍니다.
installgnome을 치면 설치가 시작됩니다

Posted by 구차니
cvs2svn 이라는 유틸리티를 사용하면 된다고 한다.

[발견 : http://sam.zoy.org/writings/programming/svn2cvs.html]
[공식 : http://cvs2svn.tigris.org/]

'프로그램 사용 > Version Control' 카테고리의 다른 글

SVN의 단점  (0) 2009.05.08
svn 저장소의 위치  (0) 2009.05.08
TortoiseSVN 내장 Diff 사용시 주의사항 및 프로그램 소개  (2) 2009.03.10
CVS / SVN 차이점?  (2) 2009.03.06
SVN 사용기  (0) 2009.03.05
Posted by 구차니
(gdb) c
Continuing.
X connection to localhost:11.0 broken (explicit kill or server shutdown).

혹은

xterm Xt error: Can't open display:

라는 에러가 gdb를 기동할때 발생을 한다.
그래서 머하는 넘이지 하고 고심을 하다가
Xming을 설치 하고 X11 forwarding을 설정하고 실행해보았더니 아래와 같은 창이 생긴다.

머하는 놈이지?



이녀석 창이름으로 검색을 해보니 희한한게 걸려 나온다.

CROSSWORKS for MAXQ 라는 것과
debug_printf is an extension provided by CrossWorks C. 라는 내용

[출처 : http://www.rowley.co.uk/documentation/maxq_1_1/hcc_libc_debug_printf.htm]

'프로그램 사용 > gdb & insight' 카테고리의 다른 글

GDB Insight FAQ - support target list  (0) 2009.06.26
insight - GDB GUI frontend  (0) 2009.06.26
gdb야 좀 대충 속아라~ 응?! 아 쫌!  (6) 2009.06.18
gdb 한글 문서  (0) 2009.06.18
sh4-linux-gdb 의 load 명령어  (0) 2009.02.16
Posted by 구차니
프로그램 사용/GIMP2009. 4. 9. 13:07
토막이라고 하니.. 웬지 토막살인 같지만..
웹페이지나 각종 UI에서 많이 쓰이는 작업으로 전문용어로 Slice를 낸다고 한다.
(전혀 전문스럽지 않지만 대충 패~~~쓰)

사용방법은 안내선으로 찍찍 끌어 놓고
이미지 - 변형 - Guillotine 을 실행하면 알아서 토막내준다.



추가 정보

1. 생각보다 느리게 토막낸다.
2. 안내선을 한 만큼 창이 무지많이 열리니 닫을때 스트레스 받지 말 것!
3. 토막낸다 -> (목을) 자른다 -> 길로틴 = 단두대 !!

[발견 : http://gimp4you.wordpress.com/2008/05/14/guillotine-the-gimp-way-to-slice-images/]



2010.09.23 추가
GIMP2 2.6.8 버전의 길로틴을 실행하면, 자동으로 자르고 다른 이름으로 적절하게 꼬리에 붙여준다.
저장을 하지 않은 상태로 이름만 붙어 있으므로, 저장을 원하는 부분만 저장을 해주면 된다.
Posted by 구차니
i18n은 Internationalization
l10n은 Localization이다.

[참고 : http://www.gnome.or.kr/web/default/88]

i18n은 다국어를 지원하기 위한 방법적인 내용이라면
l10n은 현지에 맞도록 번역하거나 수정하는 방법이라고 생각이 된다.

그래도 l10n보다는 i18n이 웬지 익숙한건 18 때문?



리눅스/유닉스 기반에서는 gettext()를 이용하며 poedit 등을 사용하여 적용가능함.
(여러가지로 이러한 것에 있다느 것을 알게 해준 UFO:AI 번역 작업에 대해서 감사!)
Posted by 구차니
kscope 를 컴파일 하면서 겪은 경우인데..
Makefile.cvs 혹은 Makefile.am 이라는 정체 불명의 녀석들이 있었다.
당근 make하면 될 줄 알았는데 rule 이 없다고 꾸시렁 꾸시렁 ㄱ-


CVS

  1. Check out the source code.
  2. Change to the KScope directory.
  3. Create the configuration script:

    make -f Makefile.cvs

  4. Configure, compile and install as in the previous section.

[출처 : http://kscope.sourceforge.net/install.shtml]

그래서 찾아 봤더니 이런 -f 옵션이라는것이 존재한다.

+-f file, --file=file, --makefile=FILE
Use file as a makefile.

[링크 : http://linux.die.net/man/1/make]
Posted by 구차니
프로그램 사용2009. 4. 6. 13:30
ctrl - 1
ctrl - 2
ctrl - 3
...
ctrl - 8
ctrl - 9

탭별로 선택이 되는 단축키 입니다!! 짜잔~
총 8개 까지 가능하고 ctrl-9는 마지막 탭으로 이동하는군요!
Posted by 구차니
XDMCP uses TCP, UDP port 177 and TCP port 6000 to 6005

Setup X. Do not setup with a resolution higher than what the remote users are able to use for their display. The newer version is now capable of probing the video chipset and determine that for you. Some older (X) version may not! Test the X Server by typing either startx or telinit 5. Make sure X is running properly.

[출처 : http://tldp.org/HOWTO/XDMCP-HOWTO/procedure.html]


일단은 방화벽 부터 처치하고, 한번 다시 시도해 봐야겠다.
그나저나.. 이미 실행되어 있는 Xwindow를 끌어 올 방법은 없나..
Posted by 구차니
프로그램 사용/meld2009. 4. 6. 00:50

cygwin/x + putty로 띄운 모습.
일단 이녀석을 컴파일 하려면은 python기반으로 작동하므로  python과 KDE 하위 프로그램인
intl-merge 머시기라는 프로그램이 필요하다. 간단하게 말하자면 이녀석도 KDE 기반이다 라고 볼수 있다.
검색을 해보니 intl-merge는 KDE 기반이라고 하기 보다는 i18n 지원도구 중에 하나로
http://ftp.gnome.org/pub/gnome/sources/intltool/0.35/intltool-0.35.5.tar.bz2 에서 다운 받을 수 있다.
gnome의 하위 지원 프로그램중 하나인가 보다.

$ make
python tools/install_paths \
                libdir=/usr/local/lib/meld \
                localedir=/usr/local/share/locale \
                helpdir=/usr/local/share/gnome/help/meld \
                sharedir=/usr/local/share/meld \
                < meld > meld.install
python tools/install_paths \
                libdir=/usr/local/lib/meld \
                localedir=/usr/local/share/locale \
                helpdir=/usr/local/share/gnome/help/meld \
                sharedir=/usr/local/share/meld \
                < paths.py > paths.py.install
intltool-merge -d po meld.desktop.in meld.desktop
make: intltool-merge: Command not found
make: *** [meld.desktop] Error 127


공식 홈페이지 말로는
Meld is written with the excellent pygtk toolkit. Python + Glade + Gtk+ is the most productive gui programming environment I've ever used. (And I've used quite a few).
라고 되어 있긴한데, 다국어 지원쪽으로 인해서 KDE에 깔려 있는 유틸리티를 사용 하는 것으로 보인다.

아무튼.. 이녀석은 성공이지만. Kscope를 아직 못해서(KDE 버전 충돌) 좌절중..

[공식 : http://meld.sourceforge.net/]

'프로그램 사용 > meld' 카테고리의 다른 글

meld 자동 줄 바꿈  (0) 2024.07.19
meld for windows 비교 내용이 안나오는 문제  (0) 2014.03.31
meld for windows  (0) 2014.03.31
meld 에서 문법강조 켜기(syntax highlighter on Meld)  (0) 2011.10.15
GUI diff tool - meld  (6) 2009.02.13
Posted by 구차니
프로그램 사용/VNC2009. 4. 2. 15:37
tight VNC 서버를 설치해서 사용해보았다.

장점 : 솔찍히 realVNC 대비 딱히 좋은건 모르겠다.
단점 : Mirage 드라이버 설치 하기 전에는 VNC 보다 화면 갱신이 좋지 않아 보인다.
        (리스트의 경우 상/하단 3~4개만 갱신되고 화면을 클릭해야 전체가 갱신된다.)
        한글 키가 안 먹힌다.



결론 : 그냥 realVNC personal Edition을 쓰는게 낫겠다는 생각이 든다.

'프로그램 사용 > VNC' 카테고리의 다른 글

tsclient에 VNC 추가하기  (0) 2011.12.31
UVNC - Ultra VNC  (2) 2010.11.26
우분투 9.10 원격설정하기(vino server on Ubuntu 9.10)  (0) 2009.12.30
Fedora Core 6에 VNC 설치하기  (0) 2009.07.22
tightVNC / realVNC  (0) 2009.03.13
Posted by 구차니