블로그 이미지
Guybrush Threepwood

태그목록

공지사항

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

글 보관함

calendar

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
31

'분류 전체보기'에 해당되는 글 17

  1. 2012.03.03 Ubuntu 11.10 설치 후 초기작업
  2. 2011.07.24 Xming Fonts
  3. 2011.07.17 Xming - X-Server for windows
  4. 2011.07.17 Xming with Secure CRT
  5. 2011.05.07 축구화 종류
  6. 2011.05.02 WebKit build 환경 구성
  7. 2009.07.27 Installd Patch 3.0

Ubuntu 11.10 설치 후 초기작업

2012. 3. 3. 00:56 | Posted by Guybrush Threepwood

1. Set root password for root login
   => sudo passwd root

2. Package Update
   => Update Manager

3. Install IME(UIM)

4. Set Graphic Driver
   => NVidia accelerated graphics driver (version 173)

5. Install Applications
   1) Chromium Web Browser
   2) Synaptic Package Manager
   3) Guake Terminal
   4) GParted Partition Editor
   5) CompizConfig Settings Manager
   6) Compiz Fusion Icon
   7) SSH
   8) VIM
   9) VLC Media Player
   10) Ubuntu Restricted Extras
   11) 7 Zip
   12) GIMP Image Editor 
   13) GSmartControl
   14) System Load Indicator
   15) Wireshark
   16) Firewall Configuration
   17) System Profiler and Benchmark
 

'Ubuntu 11.10' 카테고리의 다른 글

Boot Hang  (0) 2012.03.04
UIM  (0) 2012.03.03
XDMCP on lightdm  (0) 2012.03.03

Xming Fonts

2011. 7. 24. 23:19 | Posted by Guybrush Threepwood

'Utilities > Xming' 카테고리의 다른 글

Xming - X-Server for windows  (0) 2011.07.17
Xming with Secure CRT  (0) 2011.07.17

Xming - X-Server for windows

2011. 7. 17. 01:18 | Posted by Guybrush Threepwood

Xming은 Opensource Windows용 X-Server로써 

XDMCP 방식으로 이용할 경우 안정성 및 속도 문제가 있지만 리눅스 데스크탑에서 사용하는 거의 동일한 수준의 그래픽 환경으로 작업이 가능하다.

Xming의 경우 크게 2가지 방법으로 사용할 수 있다.
(Xming 실행 중에 XDMCP 접속을 위해 Display Number를 따로 설정해 보았지만 동작하지 않았음)

1. Xming Server 를 이용한 방법



Display Number의 default value는 0이며 이는 Xming을 실행하는 Window Desktop의 X display number가 된다.
여러개의 Xming을 실행시킨다면 각각 서로 다른 Display Number를 부여해야 하며 하나만 사용한다면 아무번호나 사용해도 상관없다.



1. Start a program
=> X Server(Xming) 를 실행만 한 상태로써, 나중에 ssh X11 forwarding을 이용하여 X Client Application 들을 실행할 수 있다.






2. Start a program
=> X Server(Xming) 를 실행함은 물론 실행이후  ssh X11 forwarding을 이용하여 Start program에 지정된 program을 자동으로 실행해 준다.
program 실행을 위한 ssh terminal tools로써 PuTTY, OpenSSH 사용이 가능하지만 SecureCRT와 같은 Terminal을 이곳에서 사용할 수 없다.

SecureCRT를 사용하기 위해서는 Session Type으로 "Start no client"를 선택해야 한다.

Start program에 PuTTY or SSH를 이용하여 처음에 실행해줄 명령어를 적어준다.

PuTTY의 경우 plink program을 이용함.





1. Clipboard를 체크하면 Window와 X 간에 Clipboard를 공유할 수 있다.
2. Remote font server(in any)
폰트 서버를 지정하는데 보통 리눅스 데스크탑 서버에서 직접 실행할 경우 xfs 데몬을 이용하면 되지만 외부 접속은 막혀 있으므로 Xming을 이용하여 원격 접속하는 경우 xfs 설정을 변경해 주어야 함.
Remote font server를 지정하지 않을 경우 별도로 Xming font package를 설치해 주어야 한다.

* PuTTY나 OpenSSH를 사용할 경우 Port 번호가 default인 22번이 아닌 경우 "Additional parameters for PuTTY or SSH" 에 "-P port_number" 값을 줄 수 있다.


2. XDMCP 를 이용한 방법
이 경우 Xming Server를 반드시 종료해 주어야 한다.





옵션 입력시 screen number, 해상도, 모니터 number를 지정할 수 있는데 다음과 같다.

-screen screen_number WidthxHeight@monitor_number
ex)
-screen 0 1024x768@2

아무것도 입력하지 않는 경우 screen option은 아래와 같이 default option을 지정하게 된다.
-screen 0 @1 => on 1st monitor using its full resolution(the default)












* Save configuration
앞에서 XLauncher를 이용해 설정한 내용을 *.xlaunch 파일에 저장해 준다. 이후에는 다시 configuration을 해줄 필요 없이 xlaunch 파일을 실행하는 것만으로 사용이 가능하다.
PuTTY를 이용할 경우 Include.... 옵션에 체크하면 앞서 지정했던 암호를 저장하여 PuTTY 접속시 암호입력을 할 필요가 없다.



* Xming Homepage
http://www.straightrunning.com/XmingNotes/

* Xming Download
http://sourceforge.net/projects/xming/

* Xming WiKi
http://en.wikipedia.org/wiki/Xming


http://jwmx.tistory.com/909
http://freedesktop.org/wiki/Xming
http://blog.naver.com/PostView.nhn?blogId=pci486&logNo=100040388120 

http://www.novell.com/coolsolutions/tip/18137.html



'Utilities > Xming' 카테고리의 다른 글

Xming Fonts  (0) 2011.07.24
Xming with Secure CRT  (0) 2011.07.17

Xming with Secure CRT

2011. 7. 17. 01:05 | Posted by Guybrush Threepwood

In order to use xming with secure crt, two properties have to be changed in secure crt configuration.

X11 Forwarding has to be enabled, and some SSH 'Key exchange' protocols have to be disabled.

First, Select the 'Remote/X11' category under 'Port Forwarding'. Check 'Forward X11 packets'.

 

And then, Select the 'SSH2' category. Under 'Key exchange' uncheck 'Kerberos' and 'Kerberos w/ Group Exchange'.
Scroll down under 'Key exchange' to uncheck all occurrences with numbers. Make sure that these are all un-checked by scrolling all the way to the bottom and back to the top. Only the 'diffie-*' entries should be checked.
Actually, This is not needed anymore in higher version. I don't uncheck kerberos options. Currently I use Secure CRT v6.5.3, and Xming v6.9.0.31.



Check if X11 works by starting a simple program that uses X11, below linux applications.
gnome-terminal
gedit
xterm






*
http://ocean.stanford.edu/gp141/SecureCRT/
 


 

'Utilities > Xming' 카테고리의 다른 글

Xming Fonts  (0) 2011.07.24
Xming - X-Server for windows  (0) 2011.07.17

축구화 종류

2011. 5. 7. 08:12 | Posted by Guybrush Threepwood
SG(Soft Ground) - 천연잔디용
질퍽질퍽하거나 물기가 많은 잔디, 길이가 긴 잔디에서 사용하는 축구화로 스터드의 길이가 가장 긴 축구화

FG(Firm Ground) - 천연잔디용
중간길이 12개 ~ 15개의 스터드를 사용하여 편안함과 접지력을 높인 천연잔디에서 사용하기 좋은 축구화

HG(Hard Ground) - 맨땅, 인조잔디용
일반운동장에서 사용하기 좋고, 접지력이 넓어 발의 피로도가 적은 스터드 길이가 약 8mm인 축구화

TF(Tough Field) - 맨땅, 인조잔디용 풋살화/축구화
스터드가 있긴하나 일명 잔뽕이라 불리는 짧은 스터드가 30여개 가량 있는 가벼운 런닝이나 트레이닝도 가능한 풋살화/축구화

MG(Multi Ground) - 다양한 구장에서 사용가능한 축구화
다른 축구화에 비해 스터드가 많은편이며, 스터드가 바닥전체에 분포되어 접지력이 우수한 축구화

AG(Artificial Glass) - 인조잔디 전용
아디다스가 개발한 스터드로 2년이상 최고의 전문가와 선수를 통해 개발되고 테스트되어 만들어진 새로운 형태의 축구화

WF(Wide Fit) - 발볼이 넓은 사람들을 위한 축구화
아디다스에서 출시되는 제품에만 붙는 영문으로서 동양인의 체형에 맞는 발볼이 넓은 분을 위한 축구화 

AF(Advanced Fit) - 발볼이 넓은 사람들을 위한 축구화
나이키에서 출시되는 제품에만 붙는 영문으로서 동양인의 체형에 맞는 발볼이 넓은 분을 위한 축구화 

Wide - 발볼이 넓은 사람들을 위한 축구화
푸마에서 출시되는 제품에만 붙는 영문으로서 동양인의 체형에 맞는 발볼이 넓은 분을 위한 축구화

TM(Turf Master) - 인조잔디용 아웃솔이 있는 축구화
미즈노에서 출시된 제품중 긴 스터드의 중간중간 짧은 스터드가 있는 제품으로서 인조잔디에 적합한 축구화 

WebKit build 환경 구성

2011. 5. 2. 14:15 | Posted by Guybrush Threepwood
* Reference
https://trac.webkit.org/wiki/BuildingGtk

Ubuntu distribution version : 11.04(natty)


Following is a list of Debian packages necessary for building WebKitGTK+.

  • autoconf
  • automake
  • autotools-dev
  • bison (>= 2.4.1)
  • flex
  • gperf
  • glib-networking
  • gtk-doc-tools
  • libenchant-dev
  • libgail3-dev
  • libgeoclue-dev
  • libglib2.0-dev (>= 2.27.4)
  • libgstreamer-plugins-base0.10-dev
  • libgtk2.0-dev (>= 2.10)
  • libicu-dev
  • libjpeg62-dev
  • libpango1.0-dev (>= 1.16)
  • libpng12-dev
  • libsoup2.4-dev (>= 2.33.1.20101209)
  • libsqlite3-dev
  • libtool
  • libxslt-dev
  • libxt-dev


* Dependency libraries
1.  autoconf
2.67-2ubuntu1
automatic configure script builder

2. automake
1:1.11.1-1ubuntu1
A tool for generating GNU Standards-compliant Makefiles

3. autotools-dev
20100122.1
Update infrastructure for config.{guess,sub} files
 

4. bison >= 2.4.1
1:2.4.1.dfsg-3
A parser generator that is compatible with YACC
 
-- bison-doc
1:2.4.1-1
Documentation for the Bison parser generator

 
5. flex
2.5.35-10ubuntu1
A fast lexical analyzer generator.

-- flex-doc
2.5.35-10ubuntu1
Documentation for flex (a fast lexical analyzer generator).
 
6. gperf
3.0.3-1build3
Perfect hash function generator

7. glib-networking
2.28.5-0ubuntu1
network-related giomodules for GLib



8.  gtk-doc-tools
1.17-0ubuntu1
the GTK+ documentation tools

9. libenchant-dev
1.6.0-2
a wrapper library for various spell checker engines (development)


10.  libgail-3-dev
3.0.8-0ubuntu1
GNOME Accessibility Implementation Library - development files

-- libgail-3-common
3.0.8-0ubuntu1
GNOME Accessibility Implementation Library - common modules

--  libgail-3-0
3.0.8-0ubuntu1
GNOME Accessibility Implementation Library - shared libraries


-- libgail-3-0-dbg
3.0.8-0ubuntu1
Gail libraries and debugging symbols

 -- libgail-3-doc
3.0.8-0ubuntu1
documentation files of the Gail library

 
11. libgeoclue-dev
0.12.0-1ubuntu8
C API for GenoClue (development files)

-- libgeoclue0
0.12.0-1ubuntu8
C API for GeoClue
 
 
12. libglib2.0-dev >= 2.27.4
2.28.6-0ubuntu1
Development files for the GLib library

-- libglib2.0-0
2.28.6-0ubuntu1
The GLib library of C routines 

13. libgstreamer-plugins-base0.10-dev
0.10.32-1ubuntu5
GStreamer development files for libraries from 


-- libgstreamer-plugins-base0.10-0
0.10.32-1ubuntu5
GStreamer libraries from the "base" set

14. libgtk2.0-dev >= 2.10
2.24.4-0ubuntu2
Development files for the GTK+ library 

-- libgtk2.0-0
2.24.4-0ubuntu2
The GTK+ graphical user interface library

-- libgtk2.0-common
2.24.4-0ubuntu2
Common files for the GTK+ graphical user interface library

-- libgtk2.0-bin
2.24.4-0ubuntu2
The programs for the GTK+ graphical user interface library

-- libgtk2.0-0-dbg
2.24.4-0ubuntu2
The GTK+ libraries and debugging symbols

15. libicu-dev
4.4.2-2
Development files for International Components for Unicode

-- libicu44
4.4.2-2
International Components for Unicode

 
16. libjpeg62-dev
6b1-1ubuntu1
Development files for the IJG JPEG library(version 6.2)

-- libjpeg62
6b1-1ubuntu1
The Independent JPEG Group's JPEG runtime library(version 6.2)

17.  libpango1.0-dev >= 1.16
1.28.4-0ubuntu1
Development files for the Pango

-- libpango1.0-0
1.28.4-0ubuntu1
Layout and rendering of internationalized text 

 
18. libpng12-dev
1.2.44-1ubuntu3
PNG library-development

-- libpng12-0
1.2.44-1ubuntu3
PNG library-runtime

19. libsoup2.4-dev >= 2.33.1.20101209
2.34.0-0ubuntu1
an HTTP library implementation in C - Development files

-- libsoup2.4-1
2.34.0-0ubuntu1
an HTTP library implementation in C - Shared library

-- libsoup2.4-doc
2.34.0-0ubuntu1
an HTTP library implementation in C - API Reference

 
20. libsqlite3-dev
3.7.4-2ubuntu5
SQLite 3 development files

-- libsqlite3-0
3.7.4-2ubuntu5
SQLite 3 shared library

 
 21. libtool
2.2.6b-2ubuntu3
Generic library support script

22.  libxslt1-dev
1.1.26-6build1
XSLT 1.0 processing library - development kit


-- libxslt1.1
1.1.26-6build1
XSLT 1.0 processing library - runtime library
 
23. libxt-dev
1:1.0.9-1ubuntu1
X11 toolkit intrinsics library(development headers)

-- libxt6
1:1.0.9-1ubuntu1
X11 toolkit intrinsics library 

Installd Patch 3.0

2009. 7. 27. 23:59 | Posted by Guybrush Threepwood
Installd Patch 3.0은 cracked application들을 iTunes에서 동기화만으로 사용할 수 있게 해주는

Patch입니다.

(firmware 2.x 버전에서는 MobileInstallation Patch 라고 불리던 것이 3.0에서는 이름이 변경되었네요.)

아래 Installd Patch에 대한 설명을 요약하면 다음과 같습니다.


이전 버전에서는(firmware 2.x) "MobileInstallation Patch"라고 불리던 firmware 3.0 버전부터 "Installd Patch" 로 이름이 변경되었다고 하네요.

그리고 Icy를 지원하지 않는다고 합니다.(전 Icy가 먼지 정확하게 모르겠네요...;;)

암튼 Cydia와 firmware 3.0 전용이라고 합니다.







이 Patch 설치에 실패할 경우 firmware를 복원해야한다는 경고 메시지도 있군요.

firmware 3.0 전용이라는걸 엄청 강조하는군요.



















Patch 설치 후에는 reboot을 해주어야 하는군요.
Spring Board가 설치되어 있다면 간단히 rebooting 해주면 될 거 같군요.




아래에 firmware 2.x 버전 사용자를 위한 MobileInstallation Patch를 설치할 수 있는 링크가 보이네요.




본격적으로 설치에 들어가 보겠습니다.
우선 Cydia를 실행시키고 Search를 선택한 뒤 "Installd Patch"를 입력합니다.


























installd까지만 입력을 하면 아래에 검색결과가 하나만 나오는군요.




























우측 상단에 Install을 선택합니다.




























Confirm을 누르면 설치가 시작됩니다.




























설치가 완료되었네요~
꼭 리눅스 콘솔화면을 보는거 같군요...ㅎ


























설치가 완료되면 Install이 Modify로 변경된 것을 볼 수 있습니다.
Modify를 선택하시면 package를 삭제하거나 재설치를 할 수 있습니다.

rebooting 한 뒤 iTunes에서 application 동기화를 하면 cracked application들이 정상적으로 동작하는 것을 볼 수 있습니다.

firmware 3.0에서 이 Installd Patch가 설치되어 있지 않다면 iTunes를 이용해서 cracked application을 실행할 수 없습니다.






































이전 1 2 다음