【原创】全面记录硬盘安装Debian GNU/Linux 4.0 (etch)过程
准备工作源文件
http://mirrors.cn99.com/debian-cd/etch/
启动文件
http://people.debian.org/~joeyh/d-i/images/daily/hd-media/vmlinuz
http://people.debian.org/~joeyh/d-i/images/daily/hd-media/initrd.gz
TNND,上面文件是错误的
见下面
http://debian.cn99.com/debian/dists/etch/main/installer-i386/current/images/hd-media/
Grub4dos
http://grub4dos.jot.com/WikiHome/
想玩玩debian,所以再来骗NB
在etch中包含一些没有版本标记的Firefox 2.0.0.3(被称作Iceweasel)
deb http://debian.cn99.com/debian/ testing main contrib non-free
deb-src http://debian.cn99.com/debian/ testing main contrib non-free
[ 本帖最后由 gulch 于 2007-5-4 20:41 编辑 ] Debian 安装资源
http://www.debsir.org/main/?q=node/92
debian etch 简要安装指南
http://www.linuxsir.org/bbs/showthread.php?t=287473
[ 本帖最后由 gulch 于 2007-4-28 21:25 编辑 ] Debian GNU/Linux 安装手册
http://www.debian.org/releases/stable/i386/index.html.zh_CN
[ 本帖最后由 gulch 于 2007-4-28 21:26 编辑 ] 总结3种最最基本的d-i网络安装方式(Tuesday, 28 February 2006更新)
http://www.linuxsir.org/bbs/showthread.php?t=154676
[ 本帖最后由 gulch 于 2007-4-28 21:26 编辑 ] 在IBM X31笔记本上安装Debian(支持ACPI及SpeedStep)
http://www.linuxsir.org/bbs/showthread.php?t=131771
[ 本帖最后由 gulch 于 2007-4-28 21:27 编辑 ] mount /media/hda7/etch/debian-40r0-i386-CD-1.iso /cdrom -t iso9660 -o loop apt-get install mozilla-firefox mozilla-firefox-locale-zh-cn
apt-get insatll mozilla-firefox flashplugin nonfree
http://www.songzi.org/blog/article.asp?id=170
apt-get install kernel-source-2.6.8
[ 本帖最后由 gulch 于 2007-4-29 04:50 编辑 ] Install Realplayer 10 in debian etch
First you need to edit you /etc/apt/sources.list file
#vi /etc/apt/sources.list
add the following source list and save the file.
deb http://www.debian-multimedia.org etch main
or
deb http://www.debian-multimedia.org testing main
Now you need to run the following command for update your source list
#apt-get update
Install Realplayer 10
#apt-get install realplayer
This will install all the required packages and after installation you need to logout and login back with your login to access mplayer.Mplayer is located under Applications—>sound&video—>Realplayer 10 deb http://www.debian-multimedia.org etch main
may install adobe reader also.
sudo apt-get install acroread mozilla-acroread acroread-plugins realplayer
[ 本帖最后由 gulch 于 2007-5-1 19:08 编辑 ] opera jre config
/usr/lib/jvm/java-6-sun-1.6.0.00/jre/lib/i386
[ 本帖最后由 gulch 于 2007-5-3 21:59 编辑 ] 在debian中利用ubuntu源
ubuntu应该算是debian一个分枝,有些软件做得很有特色,可以直接用于debain安装,常用wget获取后来安装,实际上用apt-get安装更方便。
Ubuntu源的服务器用的是437D05B5密钥,可用如下方法导入:
debian:~# gpg --keyserver wwwkeys.eu.pgp.net --recv-keys437D05B5
debian:~#gpg --armor --export 437D05B5|apt-key add-
debian:~# apt-key list |grep 437D05B5
pub 1024D/437D05B5 2004-09-12
在/etc/apt/sources.lst中加入以下测试源:
#Ubuntu源
deb http://ftp.inf.tu-dresden.de/os/linux/dists/ubuntu warty main restricted universe multiverse
deb-src http://ftp.inf.tu-dresden.de/os/linux/dists/ubuntu warty main restricted universe multiverse
deb http://ftp.inf.tu-dresden.de/os/linux/dists/ubuntu warty-security main restricted multiverse
deb-src http://ftp.inf.tu-dresden.de/os/linux/dists/ubuntu warty-security main restricted universe multiverse
deb http://ftp.inf.tu-dresden.de/os/linux/dists/ubuntu warty-updates main restricted universe multiverse
debian:~# apt-get update 为什么非要用雅黑呢
linux对矢量字体的渲染效果并不好
我觉得还是用点阵字体更好一些 sudo touch /usr/share/fonts/X11
sudo touch /usr/share/fonts/X11/100dpi
sudo touch /usr/share/fonts/X11/75dpi
sudo touch /usr/share/fonts/X11/Type1
sudo touch /usr/share/fonts/X11/encodings
sudo touch /usr/share/fonts/X11/encodings/large
sudo touch /usr/share/fonts/X11/misc
sudo touch /usr/share/fonts/X11/util
sudo touch /usr/share/fonts/truetype
sudo touch /usr/share/fonts/type1
sudo touch /usr/share/fonts/type1/gsfonts
sudo touch /usr/X11R6/lib/X11/fonts
sudo touch /usr/X11R6/lib/X11/fonts/encodings
sudo touch /usr/X11R6/lib/X11/fonts/encodings/large
sudo touch /usr/local/share/fonts
sudo touch /var/lib/defoma/fontconfig.d
sudo touch /var/lib/defoma/fontconfig.d/C
sudo touch /var/lib/defoma/fontconfig.d/D
sudo touch /var/lib/defoma/fontconfig.d/N
sudo touch /var/lib/defoma/fontconfig.d/S
sudo touch /var/lib/defoma/fontconfig.d/U
[ 本帖最后由 gulch 于 2007-5-4 21:32 编辑 ] 很详细的一个帖子。
收藏一下 安装系统,也是路漫漫。。 ^u^ 想装debian 5.0 beta2
ftp://ftp.debian.org/debian/dists/lenny/main/installer-i386/current/images/hd-media/
http://debian.cn99.com/debian/dists/lenny/main/installer-i386/current/images/hd-media/
http://cdimage.debian.org/cdimage/lenny_di_beta2/i386/iso-cd/
[ Edited bygulch on 2008-8-23 18:02 ] 还是安装稳定版本吧。。。
testing出现问题的情况太多了。。。
回复 #17 sice 的帖子
稳定版的软件落后太多了,喜欢追新 http://wiki.debian.org/PPPoE
http://www.debian.org/devel/debian-installer/
硬盘安装debian lenny beta 2
http://oss.lzu.edu.cn/blog/article.php?tid_1869.html
其实硬盘安装debian比硬盘安装ubuntu更容易一些,尤其是在写进入“grub> ”界面后;只是不能直接提取vmlinuz和initrd.gz使用,需要下载。
一、下载 iso文件和initrd.gz和vmlinuz 三个文件
http://www.debian.org/devel/debian-installer/
在“full CD/DVD sets”下
选择自己cpu架构的iso文件,只要下载CD1就可以了。
然后再在“other images (netboot, usb stick, floppy, etc)”下对应的“cpu架构”下hd-media”目录下下载:
initrd.gz和vmlinuz 两个文件。
[ Edited bygulch on 2008-10-27 17:57 ] apt-spy 方式:
`apt-spy'会根据站点回应时间和带宽自动创建`sources.list'。
#apt-get install apt-spy
#mv sources.list sources.list.bak //backup
#man apt-spy //获取详细的使用方法
#apt-spy update //更新您的镜像列表文件 /var/lib/apt-spy/mirrors.txt
# apt-spy -d sid -a Asia
//在亚洲区寻找速度最快的testing版镜像,并生成 sources.list文件,也可使用 -o 参数指定写入文件
# cn99.com
#deb ftp://debian.cn99.com/debian/ sid main contrib non-free
#deb-src ftp://debian.cn99.com/debian/ sid main contrib non-free
# anheng.com.cn
deb ftp://www.anheng.com.cn/debian/ sid main contrib non-free
deb-src ftp://www.anheng.com.cn/debian/ sid main contrib non-free
# ftp.tw.debian.org
#deb http://ftp.tw.debian.org/debian/ sid main contrib non-free
#deb-src http://ftp.tw.debian.org/debian/ sid main contrib non-free
# Opera
# wget -O - http://deb.opera.com/archive.key | apt-key add -
deb http://deb.opera.com/opera/ sid non-free
[ Edited bygulch on 2008-10-26 12:28 ] apt-get update
apt-get dist-upgrade
1. sudo
#apt-get install sudo
2. 配置locales
#dpkg-reconfigure locales
3. 安装localepurge
#apt-get install localepurge
opition#dpkg-reconfigure localepurge
#localepurge
4. 安装Xorg, kde4
#apt-get install xorg kde4-minimal kde-l10n-CN so里也有。
在iso的目录下
sudo mount -o loop ubuntu******.iso /media/cdrom0/
然后
sudo apt-cdrom add
#会叫你插入光盘,先别回车;打开另一个终端输入
sudo mount -o loop ubuntu******.iso /media/cdrom0/
#然后回到原来的终端回车,然后输入
sudo apt-get install build-essential
#会叫你插入光盘,先别回车;打开另一个终端输入
sudo mount -o loop ubuntu******.iso /media/cdrom0/
#然后回到原来的终端回车就好了。
iso安装法
http://forum.ubuntu.org.cn/viewtopic.php?t=113065
由于偶自己用的Hardy是Beta版本,源是中科大的,而此时源还没有与官方源同步,所以不能update了!呵,下了ISO,就直接从ISO更新呗!
先挂截ISO
sudo mount -t iso9660 -o loop ubuntu-8.04-alternate-i386.iso /cdrom
添加cdrom到源(建议先将其它源屏蔽)
sudo apt-cdrom -m -d /cdrom add
更新
sudo apt-get update
sudo apt-get dist-upgrade
Ubuntu标准教程
http://book.csdn.net/bookfiles/710/10071022119.shtml
[ Edited bygulch on 2008-10-28 14:06 ] sudo vi /usr/lib/gtk-2.0/2.10.0/immodule-files.d/libgtk2.0-0.immodules
fcitx Wired Networks are Unmanaged
http://wiki.debian.org/NetworkManager xxx@deb:~$lsof | grep dsp
knotify4 3216 xxx 15w CHR 14,3 5826 /dev/dsp
搞定,原来是
> Just install the next Packages:
> phonon-backend-xine , Version: 4:4.3.1-1
http://www.nabble.com/Bug-524859:-ma...d23200627.html
最后一段
页:
[1]