kristain

博客园 首页 新随笔 联系 订阅 管理

2012年7月12日 #

摘要: 说明:Ubuntu在安装过程中没有提示设置root密码,而且必须创建一个普通账号安装才能继续。下面教大家在Ubuntu中启用root账号并设置密码以普通账号登录系统sudo passwd root #启用root账号并设置密码,根据提示输入2次密码su root #从普通用户切换到root用户,根据提示输入root密码sudo passwd -l root #禁用root账号,如果要启用,输入sudo passwd root再次设置root密码 阅读全文
posted @ 2012-07-12 18:04 kristain 阅读(202) 评论(0) 推荐(0) 编辑

摘要: 一、说明:CentOS 6.2的安装镜像文件有两个DVD,安装系统只用到第一个镜像文件,即DVD1,另外一个镜像文件是附带的软件包。附CentOS 6.2系统镜像下载地址:32为:http://centos.ustc.edu.cn/centos/6.2/isos/i386/CentOS-6.2-i386-bin-DVD1to2.torrent64位:http://centos.ustc.edu.cn/centos/6.2/isos/x86_64/CentOS-6.2-x86_64-bin-DVD1to2.torrent友情提示:如果是虚拟机安装,建议在安装前先看下这篇文章解决VMware Wo 阅读全文
posted @ 2012-07-12 17:05 kristain 阅读(1428) 评论(0) 推荐(0) 编辑

摘要: 转自:http://www.osyunwei.com/archives/2474.html一、说明:Ubuntu分为桌面版(desktop)和服务器版(Server),下面为大家介绍服务器版本Ubuntu Server 11.10的详细安装过程。附Ubuntu Server 11.10系统镜像下载地址:32为:http://mirrors.163.com/ubuntu-releases/11.10/ubuntu-11.10-server-i386.iso64位:http://mirrors.163.com/ubuntu-releases/11.10/ubuntu-11.10-server-am 阅读全文
posted @ 2012-07-12 16:29 kristain 阅读(332) 评论(0) 推荐(0) 编辑