Skip navigation.

exploreopera

| Help

Sign up | Help

鑫毅的Blog

CSS layout in China

Posts tagged with "linux"

ubuntu 源地址

网通: (阿尔贡国家实验室公共软件服务器,基本上都在200K以上,最快可到400K)
##http://os.nchc.org.tw/ubuntu(台湾国家高速网路与计算中心)
#deb http://os.nchc.org.tw/ubuntu/ dapper main restricted universe multiverse
#deb http://os.nchc.org.tw/ubuntu/ dapper-security main restricted universe multiverse
#deb http://os.nchc.org.tw/ubuntu/ dapper-updates main restricted universe multiverse
#deb http://os.nchc.org.tw/ubuntu/ dapper-backports main restricted universe multiverse

##http://apt.nc.hcc.edu.tw/pub/ubuntu(台湾新竹县教育研究发展暨网路中心APT服务器)
#deb http://apt.nc.hcc.edu.tw/pub/ubuntu/ dapper main restricted universe multiverse
#deb http://apt.nc.hcc.edu.tw/pub/ubuntu/ dapper-security main restricted universe multiverse
#deb http://apt.nc.hcc.edu.tw/pub/ubuntu/ dapper-updates main restricted universe multiverse
#deb http://apt.nc.hcc.edu.tw/pub/ubuntu/ dapper-backports main restricted universe multiverse

##http://ftp.ale.org/pub/mirrors/ubuntu(亚特兰大Linux爱好者FTP服务器)
#deb http://ftp.ale.org/pub/mirrors/ubuntu/ dapper main restricted universe multiverse
#deb http://ftp.ale.org/pub/mirrors/ubuntu/ dapper-security main restricted universe multiverse
#deb http://ftp.ale.org/pub/mirrors/ubuntu/ dapper-updates main restricted universe multiverse
#deb http://ftp.ale.org/pub/mirrors/ubuntu/ dapper-backports main restricted universe multiverse

##http://mirror.mcs.anl.gov(阿尔贡国家实验室公共软件服务器)
deb http://mirror.mcs.anl.gov/pub/ubuntu dapper main restricted universe multiverse
deb http://mirror.mcs.anl.gov/pub/ubuntu dapper-security main restricted universe multiverse
deb http://mirror.mcs.anl.gov/pub/ubuntu dapper-updates main restricted universe multiverse
deb http://mirror.mcs.anl.gov/pub/ubuntu/ dapper-backports main restricted universe multiverse

linux忘记密码的问题; 更改root账户密码

1.grub引导下按"e" 进入编辑模式
2.然后选择第二项(一般都是kernel/vmlinuz-2.6。15or.root/dev/******* ) 按"e" 进入编辑模式 然后在后面
输入 “init=bin/bash"回车 然后按b重新启动
3进入编辑bash模式 输入:
mount -no remount,rw / 改为write 否者设置不了
passwd root 更改账户root
******(输入root密码) 设置密码
mount -no remount,ro / 把bash改回默认的模式
reboot(或者init 1) 重新启动
October 2008
SMTWTFS
September 2008November 2008
1234
567891011
12131415161718
19202122232425
262728293031