close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 26, 2009, 3:23:48 PM (16 years ago)
- Author:
-
rider
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v17
|
v18
|
|
| 109 | 109 | {{{ |
| 110 | 110 | #!sh |
| 111 | | # Desgin for lightweight X support |
| | 111 | # Designed for lightweight X desktop support. |
| 112 | 112 | |
| 113 | 113 | xfonts-base xfonts-100dpi xfonts-75dpi -> fonts support |
| … |
… |
|
| 133 | 133 | ~/vmgl$ sudo ln -sf /usr/bin/make /usr/bin/gmake |
| 134 | 134 | }}} |
| | 135 | * 更換預設 gcc 版本,從 gcc-4.3 換成 gcc-4.1(更換連結). |
| | 136 | {{{ |
| | 137 | $ sudo rm /usr/bin/gcc |
| | 138 | $ sudo ln -sf /usr/bin/gcc-4.1 /usr/bin/gcc |
| | 139 | }}} |
| 135 | 140 | * 建立安裝所需基本目錄. |
| 136 | 141 | {{{ |
| … |
… |
|
| 147 | 152 | ---- |
| 148 | 153 | = 【Step 5: 在 DomU(vg01) 上安裝輕量級桌面環境(LXDE)】 = |
| 149 | | * 切換身份為 Super user. |
| 150 | | {{{ |
| 151 | | $ sudo su |
| 152 | | }}} |
| 153 | | * 加入 LXDE 的 source. |
| 154 | | {{{ |
| 155 | | $ echo "deb http://ppa.launchpad.net/lxde/ubuntu hardy main" >> /etc/apt/sources.list |
| 156 | | $ echo "deb-src http://ppa.launchpad.net/lxde/ubuntu hardy main" >> /etc/apt/sources.list |
| 157 | | $ exit |
| 158 | | }}} |
| 159 | 154 | * 安裝 LXDE. |
| 160 | 155 | {{{ |
| … |
… |
|
| 165 | 160 | $ echo "startlxde &" >> .vnc/xstartup |
| 166 | 161 | }}} |
| 167 | | * 基本桌面環境. |
| 168 | | {{{ |
| 169 | | #!sh |
| 170 | | # Desgin for lightweight X support |
| | 162 | * 說明:輕量級桌面環境相關套件. |
| | 163 | {{{ |
| | 164 | #!sh |
| | 165 | # Designed for lightweight X desktop support. |
| 171 | 166 | |
| 172 | 167 | lxde -> Lightweight X11 Desktop Environment |