惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Recorded Future
Recorded Future
C
Cyber Attacks, Cyber Crime and Cyber Security
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Scott Helme
Scott Helme
Cyberwarzone
Cyberwarzone
C
CERT Recently Published Vulnerability Notes
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
P
Palo Alto Networks Blog
Google Online Security Blog
Google Online Security Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
WordPress大学
WordPress大学
博客园 - 聂微东
L
LINUX DO - 最新话题
月光博客
月光博客
小众软件
小众软件
T
Troy Hunt's Blog
A
Arctic Wolf
量子位
I
Intezer
大猫的无限游戏
大猫的无限游戏
T
Tailwind CSS Blog
S
Schneier on Security
Schneier on Security
Schneier on Security
NISL@THU
NISL@THU
T
Threat Research - Cisco Blogs
TaoSecurity Blog
TaoSecurity Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园_首页
有赞技术团队
有赞技术团队
N
News and Events Feed by Topic
美团技术团队
The Cloudflare Blog
P
Privacy International News Feed
S
Security Affairs
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
G
GRAHAM CLULEY
N
News | PayPal Newsroom
Apple Machine Learning Research
Apple Machine Learning Research
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
L
LINUX DO - 热门话题
V
Vulnerabilities – Threatpost
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
C
CXSECURITY Database RSS Feed - CXSecurity.com
宝玉的分享
宝玉的分享
Application and Cybersecurity Blog
Application and Cybersecurity Blog
IT之家
IT之家
Hacker News: Ask HN
Hacker News: Ask HN
雷峰网
雷峰网

博客园 - Huntercat

手机流媒体技术介绍--转载 两个标签:EpiData和Nginx solaris10 网络配置 Ubuntu 8.10 Server Apache + SVN + SSL配置 Ubuntu install process show "dpkg was interrupted,you must manually run dpkg --configure -a to correct the problem" ubuntu8.04做PXE安装服务器 通过PXE安装LINUX操作系统 NX远程连接认证失败的原因及解决方法 Ubuntu使用技巧 Ubuntu下文件移动|复制|打包|解包|挂载iso小结 Ubuntu下Reciteword的安装 SUN SL48磁带库总是离线的解决方案 Ubuntu下配置Telnet服务 Ubuntu下配置SSH服务 Ubuntu启动后死机 Xmanager远程连接Linux的配置 NX访问Ubuntu远程桌面配置 周末终于可以正常休息了 评估倒计时
Ubuntu 8.10 Server Edition桌面系统的安装
Huntercat · 2008-11-09 · via 博客园 - Huntercat

Ubuntu 8.10 Server Edition不像Desktop Edition是没有图形界面的,具有快速安装、所需模块少等特点,能够很好的发挥Server的功能。一般情况下,在Ubuntu 8.10 Server Edition上都可以直接安装Mysql、PostgreSQL等数据库,不需要图形界面,但是如果安装像Oracle这样的大型数据库,就需要图形界面,安装精简版的Oracle XE除外。本文就自己最近一段时间来在Ubuntu 8.10 Server Edition i386和Ubuntu 8.10 Server Edition AMD_64两个系统上安装图形界面已方便安装Oracle之需要摸索和积累的经验做一个总结,仅供大家参考。

一、安装Ubuntu 8.10 Server。

如果没有特殊需要,选择默认安装,建议首次安装是选择英文,避免在后续的安装过程中出现乱码。等Ubuntu-desktop安装好之后,再安装中文包设置成中文系统也不迟。关于磁盘分区的问题,我看过网上的好多资料,如果有特殊需要或者做重要服务应用,建议手动分区,分为/boot、/home、/swap等三个分区,以免日后系统更换或出现问题时造成文件丢失。安装好系统之后重新启动,登录系统,进入命令行。

二、安装Ubuntu-desktop。

进入命令行之后,根据网友提供的系统源文件,执行如下操作:

sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak

sudo wget http://www.023si.com/tools/linux/sources.txt /etc/apt/sources.list

sudo apt-get update

sudo aptitude install ubuntu-desktop

sudo shutdown -r now

重新启动之后,就可以进入Ubuntu 8.10 Server Edition的桌面系统了,然后再进行系统的中文化和Oracle数据库的安装。

安装过程注意事项:确认你的系统能够接入Internet网,如果提示下载文件失败或获取数据源文件失败,请检查您的网络设置。

Ubuntu网络设置: IP设置 sudo vim /etc/network/interfaces

DNS设置 sudo vim /etc/resolv.conf

重新启动网络 sudo /etc/init.d/networking restart