從ubuntu server如何灌x-window?? - Linux

Dorothy avatar
By Dorothy
at 2009-08-02T23:32

Table of Contents

之前抓了ubuntu 8.04 server版的來裝
以為會有gnome
結果一開機 直接到terminal
打了startx
他說要去裝什麼什麼的

反正試了一下 什麼東西都沒裝起來 最後放棄
就再燒一塊 ubuntu desktop的

不過想請問下次再遇到這樣只有terminal的話
我該怎麼開始呢???

--
Tags: Linux

All Comments

Eartha avatar
By Eartha
at 2009-08-05T16:07
apt-get install gnome?
Joseph avatar
By Joseph
at 2009-08-07T02:22
裝gnome-desktop-environment這個meta package
Audriana avatar
By Audriana
at 2009-08-11T18:45
sudo apt-get install ubuntu-desktop

debian

Olivia avatar
By Olivia
at 2009-08-02T22:02
您是用 Xterm 之類的的終端機嗎? 如果用滑鼠將整個視窗反白看的到內容嗎? 可能是終端機顏色配置的問題? ※ 引述《msde (糜)》之銘言: : 灌好debian 用x-window進入 : 開啟vi 卻都黑色的畫面 : 開起檔案畫面黑的 : 但離開x-window : 在用vi開檔就看的到內容並 ...

FC4視窗下中文正常,putty登入中文變亂碼?

Anonymous avatar
By Anonymous
at 2009-08-02T22:00
嗯! mount -t smbfs -o username=,password=,iocharset=utf8,codepage=cp950, /遠端 /本地 更改成 mount -t smbfs -o username=,password=,iocharset=Big5,codepage=cp950, ...

Grub Hard Disk Error

Carolina Franco avatar
By Carolina Franco
at 2009-08-02T21:51
方法一 用 DOS/win98 CD 開機 fdisk /mbr 方法二 這個動作有點危險喔~自己決定要不要作 主要是把GRUB從MBR移除 用Live CD開機後 dd if=/dev/zero of=/dev/sda bs=400 count=1 sata 第一顆 /dev/sda ide ...

FC4視窗下中文正常,putty登入中文變亂碼?

Christine avatar
By Christine
at 2009-08-02T21:44
我猜應該是編碼的錯誤 請先測試 ls | cat 看看能不能顯示中文字? 如果可以表示是 ls 之類指令的問題 如果一樣看是亂碼 建議您改用 UTF-8測試看看 ^^ step 1. putty 設定-andgt; Translation -andgt; 編碼選 UTF-8 step 2. 然後你 ...

FC4視窗下中文正常,putty登入中文變亂碼?

Edward Lewis avatar
By Edward Lewis
at 2009-08-02T21:38
各位好.. 小弟想請教一下FC4中...視窗操作時,中文目錄正常顯示! 但是換到putty登入時,中文目錄卻變成亂碼了? /etc/sysconfig/i18n LANG=and#34;zh_TW.Big5and#34; ...