0℃
4℃
2013年10月19日
⁄ Ubuntu
⁄ 被围观 12,154次+
一、Ubuntu Server 13.10系统安装
Ubuntu分为桌面版(desktop)和服务器版(Server),下面为大家介绍服务器版本Ubuntu Server 13.10的详细安装过程。
附Ubuntu Server 13.10系统镜像下载地址:
32位:http://releases.ubuntu.com/13.10/ubuntu-13.10-server-i386.iso
64位:http://releases.ubuntu.com/13.10/ubuntu-13.10-server-amd64.iso
用启动盘成功引导之后,出现下面的界面
选择语言:中文(简体)
默认第一项:安装Ubuntu服务器版
询问是否继续安装所选择的语言版本,选择“yes”
系统运维 www.os...
Ubunbtu, Ubuntu Server 13.10阅读全文
1℃
2013年05月05日
⁄ Ubuntu
⁄ 被围观 19,541次+
Ubuntu分为桌面版(desktop)和服务器版(Server)
下面为大家介绍服务器版本Ubuntu Server 13.04的详细安装过程。
附Ubuntu Server 13.04系统镜像下载地址:
32位:http://mirrors.163.com/ubuntu-releases/13.04/ubuntu-13.04-server-i386.iso
64位:http://mirrors.163.com/ubuntu-releases/13.04/ubuntu-13.04-server-amd64.iso
用启动盘成功引导之后,出现下面的界面
选择语言:中文(简体)
默认第一项:安装Ubuntu服务器版
询问是否继续安装所选择的语言版本,选择“yes”
选择“否”默认键盘模式
...
Ubuntu, Ubuntu 13.04, Ubuntu 系统安装阅读全文
1℃
2013年04月28日
⁄ Ubuntu
⁄ 被围观 15,349次+
一、Ubuntu Server 12.10系统安装
Ubuntu分为桌面版(desktop)和服务器版(Server),下面为大家介绍服务器版本Ubuntu Server 12.10的详细安装过程。
附Ubuntu Server 12.10系统镜像下载地址:
32位:http://mirrors.163.com/ubuntu-releases/12.10/ubuntu-12.10-server-i386.iso
64位:http://mirrors.163.com/ubuntu-releases/12.10/ubuntu-12.10-server-amd64.iso
用启动盘成功引导之后,出现下面的界面
选择语言:中文(简体)
默认第一项:安装Ubuntu服务器版
询问是否继续安装所选择的语言版本,选择“...
Ubuntu, Ubuntu Server阅读全文
2℃
2012年12月27日
⁄ Ubuntu
⁄ 被围观 21,991次+
说明:
服务器操作系统:Ubuntu Servwr 12.10
服务器IP地址:192.168.21.152
1、挂载系统光盘(需要先准备好系统安装盘放入光驱)
系统运维 www.osyunwei.com 温馨提醒:qihang01原创内容©版权所有,转载请注明出处及原文链接
/dev/cdrom /media/cdrom #把光盘挂载到/media/cdrom目录下
扩展阅读:服务器如果没有光驱,可以把系统镜像文件上传到服务器,然后通过下面的命令挂载镜像文件
mount -o loop -t iso9660 /home/ubuntu-12.10-server-i386.iso /media/cdrom
#把系统镜像文件/home/ubuntu-12.10-serve...
apt-get, Ubuntu, 本地源阅读全文
2℃
2012年05月09日
⁄ Ubuntu
⁄ 被围观 9,729次+
操作系统:Ubuntu Server 11.10
1、安装配置snmp
apt-get install snmp snmpd #安装,根据提示输入y即可
mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.confbak #备份原有配置文件
nano /etc/snmp/snmpd.conf #新建配置文件,添加以下内容
com2sec notConfigUser default public
group notConfigGroup v1 notConfigUser
group notConfigGroup v2c notConfigUser
view systemview included .1
access notConfigGroup "" any noauth exact systemview none none
syslocation w...
SNMP, Ubuntu阅读全文
10℃
2012年04月27日
⁄ Ubuntu
⁄ 被围观 28,027次+
一、说明:
Ubuntu分为桌面版(desktop)和服务器版(Server),下面为大家介绍服务器版本Ubuntu Server 12.04的详细安装过程。
附Ubuntu Server 12.04系统镜像下载地址:
32位:http://gb.releases.ubuntu.com//precise/ubuntu-12.04-server-i386.iso
64位:http://mirror.ox.ac.uk/sites/releases.ubuntu.com/releases//precise/ubuntu-12.04-server-amd64.iso
二、安装系统:用启动盘成功引导之后,出现下面的界面
系统运维 www.osyunwei.com 温馨提醒:qihang01原创内容©版权所有,转载请注明出处及原文链接
...
Ubuntu, Ubuntu Server 12.04, Ubuntu Server 安装阅读全文
0℃
2012年02月18日
⁄ Ubuntu
⁄ 被围观 29,289次+
说明:
Ubuntu默认安装下没有配置国内apt-get源、这样使用apt-get在线安装软件会很慢,下面教大家配置apt-get国内镜像源,在线安装SSH服务(最小话安装的Ubuntu默认没有安装SSH)
1、配置apt-get源
cp /etc/apt/sources.list /etc/apt/sources.listbak #备份原有配置文件
nano /etc/apt/sources.list #编辑,添加以下代码:
系统运维 www.osyunwei.com 温馨提醒:qihang01原创内容©版权所有,转载请注明出处及原文链接
deb http://mirrors.163.com/ubuntu/ oneiric main restricted universe multiv...
apt-get, ssh, Ubuntu, Ubuntu配置apt-get阅读全文
1℃
2012年02月18日
⁄ Ubuntu
⁄ 被围观 18,738次+
说明:
系统:Ubuntu Server 11.10
IP地址:192.168.21.168
子网掩码:255.255.255.0
网关:192.168.21.2
DNS:8.8.8.8
8.8.4.4
操作:
系统运维 www.osyunwei.com 温馨提醒:qihang01原创内容©版权所有,转载请注明出处及原文链接
1、设置IP地址、网关
nano /etc/network/interfaces /etc/network/interfacesbak #备份原有配置文件
nano /etc/network/interfaces #编辑网网卡配置文件
auto lo
iface lo inet loopback
auto eth0 #开机自动连接网络
iface eth0 inet static #static表示使用固...
DNS, IP, Ubuntu, Ubuntu设置IP, 网关阅读全文
0℃
2012年02月18日
⁄ Ubuntu
⁄ 被围观 8,855次+
说明:
Ubuntu在安装过程中没有提示设置root密码,而且必须创建一个普通账号安装才能继续。
下面教大家在Ubuntu中启用root账号并设置密码
系统运维 www.osyunwei.com 温馨提醒:qihang01原创内容©版权所有,转载请注明出处及原文链接
以普通账号登录系统
sudo passwd root #启用root账号并设置密码,根据提示输入2次密码
su root #从普通用户切换到root用户,根据提示输入root密码
sudo passwd -l root #禁用root账号,如果要启用,输入sudo passwd root再次设置root密码
root, Ubuntu, Ubuntu root阅读全文
2℃
2012年02月17日
⁄ Ubuntu
⁄ 被围观 12,364次+
一、说明:
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.iso
64位:http://mirrors.163.com/ubuntu-releases/11.10/ubuntu-11.10-server-amd64.iso
二、安装系统:用启动盘成功引导之后,出现下面的界面
系统运维 www.osyunwei.com 温馨提醒:qihang01原创内容©版权所有,转载请注明出处及原文链接
选择语言:中文...
Ubuntu, Ubuntu Server, Ubuntu Server 11.10, Ubuntu Server 安装, 安装图解教程阅读全文