`
jeekchen
  • 浏览: 17833 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

UBUNTU8.04 SERVER安装配置

阅读更多

 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 8.04 Server

    通过以上步骤,我们已经在VirtualBox中成功安装并配置了Ubuntu Server 8.04,可以开始搭建各种服务器应用和服务了。需要注意的是,由于Ubuntu 8.04已经是较旧的版本,可能不再获得官方的安全更新和技术支持,因此在...

    Ubuntu8.04_server安装oracle10g

    【Ubuntu 8.04 Server 安装 Oracle 10g 知识点详解】 在 Ubuntu 8.04 Server 上安装 Oracle 10g 是一项技术性较强的任务,需要遵循一系列详细的步骤。以下是安装过程中的关键知识点: 1. **环境准备**: - Ubuntu...

    ubuntu 8.04上安装和设置samba服务

    完成以上步骤后,Ubuntu 8.04上的Samba服务已经安装并配置好,可以与Windows或其他支持SMB协议的系统进行文件共享。请注意,为了系统安全,最好限制不必要的访问权限,并定期更新Samba软件以获取最新的安全补丁。

    Ubuntu8.04常用服务器配置

    在Ubuntu 8.04上,我们首先安装`nfs-kernel-server`: ```bash sudo apt-get install nfs-kernel-server ``` 接下来,在`/etc/exports`文件中定义要共享的目录和权限。例如,要将`/home/share`目录共享给192.168....

    Ubuntu8.04下drcom配置

    在Ubuntu 8.04上设置drcom可能涉及若干步骤,包括软件安装、配置和测试。 首先,我们需要获取必要的软件包。从提供的压缩包子文件的文件名称列表来看,我们有以下组件: 1. drcomsuite-0.1.12.tar.bz2:这可能是一...

    ubuntu8.04服务器配置

    ### Ubuntu 8.04 服务器配置与优化 本文旨在详细介绍如何在 Ubuntu 8.04 服务器上进行有效的配置和优化,特别是针对 J2EE 应用环境下的 Apache2、Tomcat5.5、MySQL、LDAP 和 mod-jk 等软件。这些配置将有助于提高...

    Ubuntu 8.04_邮件服务器.doc

    安装Ubuntu 8.04 Server** 确保在安装过程中,如果DNS的PTR记录正确,系统会自动发现主机名和域名。 **2. 安装Postfix** 使用命令`sudo apt-get install postfix`进行安装。安装过程中,系统会提示你进行一些基础...

    ubuntu8.04速成手册1.0

    ### Ubuntu 8.04速成手册...通过上述内容,我们可以了解到Ubuntu 8.04 Hardy Heron系统的安装方法及其进阶技巧。无论是初学者还是有经验的用户,都能从中获取到实用的信息,帮助他们更好地掌握Ubuntu系统的使用和管理。

    在 Ubuntu 8.04 LTS (Hardy Heron) 上安装 Oracle 11g翻译.pdf

    总之,安装 Oracle 11g 在 Ubuntu 8.04 LTS 上是一个涉及多个步骤的过程,包括操作系统安装、X server 配置、系统更新、权限设置、数据库安装及配置。由于这是一个较老的版本,可能会遇到一些兼容性问题,所以建议在...

    ubuntu8.04

    ### Ubuntu 8.04 入门与系统安装详解 #### 一、Ubuntu 8.04 概述 Ubuntu 8.04 LTS (Hardy Heron) 是一款基于 Linux 的操作系统,由 Ubuntu 社区开发和支持。该版本于 2008 年 4 月 24 日发布,并提供了长达三年的...

    Oracle 11g for ubuntu 安装教程

    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 * 下载 ...

    Ubuntu使用点滴.rar

    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 安装配置apache2+tomcat6+mysql5 全功略.pdf

    本文详细介绍了如何在 Ubuntu 8.04 Server 版本中安装和配置 Apache2、Tomcat6 和 Mysql5。整个过程可以分为准备工作、安装 Ubuntu、安装 Apache2、安装 Tomcat6、安装 Mysql5 和配置环境变量几个步骤。 准备工作 -...

    ubuntu 安装配置apache2+tomcat6+mysql5 全功略.docx

    本文将详细介绍如何在 Ubuntu 8.04 Server 版本上安装和配置 Apache2、Tomcat6 和 Mysql5。该配置能够提供一个稳定的 Web 服务器环境,支持中文和 Linux 下的中文读写。 准备工作 在安装之前,需要准备以下几个...

    在Ubuntu Server(804,904)上安装Oracle 10g企业版

    本指南旨在为希望在Ubuntu Server 8.04或9.04版本上安装Oracle 10g企业版数据库的用户提供了详细的步骤和注意事项。Ubuntu Server作为一款流行的Linux发行版,以其稳定性、安全性以及开源社区的强大支持而闻名。而...

    Ubuntu Server Administration(2009).pdf

    通过本书的学习,读者不仅可以掌握Ubuntu Server的安装和配置方法,还能学会如何管理和维护各种关键的服务器服务。此外,书中关于内核配置和虚拟化技术的内容也为高级用户提供了一个深入探索Linux系统的途径。无论您...

    安装Ubuntu.docx

    本文档将指导用户安装 Ubuntu 8.04 操作系统,并进行基本配置。包括安装 Ubuntu、设置语言和时钟、分区和格式化磁盘、设置主机名和用户名、安装 OpenSSH 服务器、配置网络代理、安装 GRUB 引导器等步骤。 一、安装 ...

    ubuntu安装使用教程.rar

    "ubuntu安装详解.txt"和"Ubuntu 8.04安装教程"则是更全面的安装指南,涵盖了从准备安装环境、创建启动媒体、启动安装程序到完成安装的全过程。这些教程可能详细解释了各种安装选项,如最小化安装、桌面安装、双系统...

    hadoop安装最终版.doc

    在Windows XP操作系统上,使用VMware虚拟机安装Hadoop的最终版本需要经过以下几个步骤,首先我们需要在虚拟机上安装Ubuntu 8.04 LTS Server版,并可选地安装Xubuntu桌面环境。 1. **下载Ubuntu Server和Xubuntu ISO...

Global site tag (gtag.js) - Google Analytics