1、安装UBUNTU8.04 SERVER
详细安装就不仔细说了,从www.ubuntu.org.cn下载最新版本的iso,刻盘,安装。
2、备份源列表。
sudo mv /etc/apt/sources.list /etc/apt/sources.list_backup
3、编辑源列表
sudo vi /etc/apt/sources.list
照着下面的源来写,为了加快速度,都拷上:
deb http://ubuntu.cn99.com/ubuntu gutsy main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu gutsy main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu gutsy-backports main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu gutsy-backports main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu gutsy-proposed main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu gutsy-proposed main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu gutsy-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu gutsy-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu gutsy-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu gutsy-updates main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu gutsy main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu gutsy main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu gutsy-backports main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu gutsy-backports main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu gutsy-proposed main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu gutsy-proposed main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu gutsy-security main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu gutsy-security main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu gutsy-updates main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu gutsy-updates main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ gutsy main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ gutsy main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ gutsy-updates main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ gutsy-updates main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ gutsy-backports main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ gutsy-backports main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ gutsy-security main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ gutsy-security main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu gutsy-proposed main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu gutsy-proposed main restricted universe multiverse
4、更新索引信息。
sudo aptitude update
5、安装轻量级的桌面。 注意一定要在本机安装,我就在远程安装,结果重新搞了几回才成功。
sudo aptitude install xubuntu-desktop
6、配置mysql远程访问
mysql默认是只能使用本机访问,修改方法
sudo mysql -uroot -p123456 use mysql GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '123456';
默认绑定的IP是127.0.0.1,要注释掉
sudo vi /etc/mysql/my.cnf
注释掉:
#bind-address = 127.0.0.1
7、重启
sudo reboot
分享到:
相关推荐
通过以上步骤,我们已经在VirtualBox中成功安装并配置了Ubuntu Server 8.04,可以开始搭建各种服务器应用和服务了。需要注意的是,由于Ubuntu 8.04已经是较旧的版本,可能不再获得官方的安全更新和技术支持,因此在...
【Ubuntu 8.04 Server 安装 Oracle 10g 知识点详解】 在 Ubuntu 8.04 Server 上安装 Oracle 10g 是一项技术性较强的任务,需要遵循一系列详细的步骤。以下是安装过程中的关键知识点: 1. **环境准备**: - Ubuntu...
完成以上步骤后,Ubuntu 8.04上的Samba服务已经安装并配置好,可以与Windows或其他支持SMB协议的系统进行文件共享。请注意,为了系统安全,最好限制不必要的访问权限,并定期更新Samba软件以获取最新的安全补丁。
在Ubuntu 8.04上,我们首先安装`nfs-kernel-server`: ```bash sudo apt-get install nfs-kernel-server ``` 接下来,在`/etc/exports`文件中定义要共享的目录和权限。例如,要将`/home/share`目录共享给192.168....
在Ubuntu 8.04上设置drcom可能涉及若干步骤,包括软件安装、配置和测试。 首先,我们需要获取必要的软件包。从提供的压缩包子文件的文件名称列表来看,我们有以下组件: 1. drcomsuite-0.1.12.tar.bz2:这可能是一...
### Ubuntu 8.04 服务器配置与优化 本文旨在详细介绍如何在 Ubuntu 8.04 服务器上进行有效的配置和优化,特别是针对 J2EE 应用环境下的 Apache2、Tomcat5.5、MySQL、LDAP 和 mod-jk 等软件。这些配置将有助于提高...
安装Ubuntu 8.04 Server** 确保在安装过程中,如果DNS的PTR记录正确,系统会自动发现主机名和域名。 **2. 安装Postfix** 使用命令`sudo apt-get install postfix`进行安装。安装过程中,系统会提示你进行一些基础...
### Ubuntu 8.04速成手册...通过上述内容,我们可以了解到Ubuntu 8.04 Hardy Heron系统的安装方法及其进阶技巧。无论是初学者还是有经验的用户,都能从中获取到实用的信息,帮助他们更好地掌握Ubuntu系统的使用和管理。
总之,安装 Oracle 11g 在 Ubuntu 8.04 LTS 上是一个涉及多个步骤的过程,包括操作系统安装、X server 配置、系统更新、权限设置、数据库安装及配置。由于这是一个较老的版本,可能会遇到一些兼容性问题,所以建议在...
### Ubuntu 8.04 入门与系统安装详解 #### 一、Ubuntu 8.04 概述 Ubuntu 8.04 LTS (Hardy Heron) 是一款基于 Linux 的操作系统,由 Ubuntu 社区开发和支持。该版本于 2008 年 4 月 24 日发布,并提供了长达三年的...
Step 1:下载和安装 Ubuntu 8.04 Hardy Heron (x86-32 位) 版 * 下载 Ubuntu 8.04 Hardy Heron (x86-32 位) 版操作系统 * 安装 Ubuntu 8.04 Hardy Heron (x86-32 位) 版操作系统 Step 2:下载 Oracle 11g * 下载 ...
Ubuntu8.04 硬盘安装心得分享 28 Ubuntu分区表空表 37 17.Ubuntu 8.10(LiveCD硬盘安装简述) 38 18.ububtu安装wine 41 19.ubuntu下用wine安装2008 42 20.Ubuntu 8.10下安装及使用原版金山词霸 43 Ubuntu 8.10...
本文详细介绍了如何在 Ubuntu 8.04 Server 版本中安装和配置 Apache2、Tomcat6 和 Mysql5。整个过程可以分为准备工作、安装 Ubuntu、安装 Apache2、安装 Tomcat6、安装 Mysql5 和配置环境变量几个步骤。 准备工作 -...
本文将详细介绍如何在 Ubuntu 8.04 Server 版本上安装和配置 Apache2、Tomcat6 和 Mysql5。该配置能够提供一个稳定的 Web 服务器环境,支持中文和 Linux 下的中文读写。 准备工作 在安装之前,需要准备以下几个...
本指南旨在为希望在Ubuntu Server 8.04或9.04版本上安装Oracle 10g企业版数据库的用户提供了详细的步骤和注意事项。Ubuntu Server作为一款流行的Linux发行版,以其稳定性、安全性以及开源社区的强大支持而闻名。而...
通过本书的学习,读者不仅可以掌握Ubuntu Server的安装和配置方法,还能学会如何管理和维护各种关键的服务器服务。此外,书中关于内核配置和虚拟化技术的内容也为高级用户提供了一个深入探索Linux系统的途径。无论您...
本文档将指导用户安装 Ubuntu 8.04 操作系统,并进行基本配置。包括安装 Ubuntu、设置语言和时钟、分区和格式化磁盘、设置主机名和用户名、安装 OpenSSH 服务器、配置网络代理、安装 GRUB 引导器等步骤。 一、安装 ...
"ubuntu安装详解.txt"和"Ubuntu 8.04安装教程"则是更全面的安装指南,涵盖了从准备安装环境、创建启动媒体、启动安装程序到完成安装的全过程。这些教程可能详细解释了各种安装选项,如最小化安装、桌面安装、双系统...
在Windows XP操作系统上,使用VMware虚拟机安装Hadoop的最终版本需要经过以下几个步骤,首先我们需要在虚拟机上安装Ubuntu 8.04 LTS Server版,并可选地安装Xubuntu桌面环境。 1. **下载Ubuntu Server和Xubuntu ISO...