Ubuntu的发展真是迅猛, 继Dell之后,Acer也将发布预装ubuntu的PC, 而且不单在桌面市场, Server市场也是成绩不菲, 就连wikipedia都投入了它的怀抱,将所有服务器由Redhat和Fedora换成清一色的Ubuntu.
我想这和它的易用性和强大的社区支持有很大关系, 当然, 它本身所投入的推广力度也是巨大的.
因为要带实习生, 而他又完全没接触过Linux, 所以我推荐他试试Ubuntu了. 我抽点时间重新搭了一次LAMP, 并记录下来, 希望对新手有所帮助. 其实我也是新手,哈哈
(»阅读全文…)
安裝ubuntu server 8.10后,覺得有時候需要用一下桌面,打算試試xfce了。
xfce是一個相對於Gnome和KDE來說非常輕量的GUI。
首先我改了源,不知為什麽,cn99現在不能用了,找了個台灣大學的,感覺也還挺快的:
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-updates main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-updates main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-backports main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-backports main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-security main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-security main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-proposed main multiverse restricted universe
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ intrepid-proposed main restricted universe multiverse
修改源后需要更新一下:
sudo apt-get update
sudo apt-get upgrade
安裝xfce,很簡單:
(»阅读全文…)
最近對電腦中的軟件進行了一次大清理,把商業軟件儘量用開源軟件代替了。
如Office換成了OpenOffice,EditPlus換成了PsPad,winrar換成了7z,VmWare換成了VirtualBox。。。
昨天折騰了大半天硬是沒把VirtualBox的橋接建成,虛擬機一直不能上網(如果用NAT模式則更本不用做任何設置就能上網,但這不合我的開發要求)。
今天又搗鼓了一下,成功了!
環境是這樣的:xp做Host OS,Ubuntu Server 8.10(今天剛正式發布)做Guest OS。
步驟記錄如下:
(»阅读全文…)