设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 技术文摘 查看内容

Debian Sid 基本配置

2012-12-21 16:03| 发布者: 红黑魂| 查看: 7491| 评论: 0|来自: 笨兔兔

摘要: 关于 Debian 版本Debian GNU/Linux 包括有三个版本:stable、testing、unstable 三个版本(还有experimental)。目前最新稳定版本为 Debian 6.0(代号:squeeze),2012 年 9 月 30 日发布其第六次更新,即 Debian 6.0 ...

关于 Debian 版本

Debian GNU/Linux 包括有三个版本:stable、testing、unstable 三个版本(还有experimental)。目前最新稳定版本为 Debian 6.0(代号:squeeze),2012 年 9 月 30 日发布其第六次更新,即 Debian 6.0.6。6.0.6 更新主要是对稳定版本的安全更新,相当于 Win7 SP1。

Debian 7.0,代号 Wheezy,目前仍在开发之中,也就是现在的 testing 版本。7.0 是 6.0 的下一个稳定版本,其将使用内核 3.2 版本作为长期支持的内核版本。

Unstable:开发中的版本,更新频繁,代号永为 sid。Ubuntu 每次版本发布,皆是基于 Debian sid。

Debian 开发生命周期:experimental —> unstable(sid) —> testing —> stable

如果您果真勇敢,不怕折腾,则选择 experimental,experimental 并不是一个完整的发行版本。选择 unstable 基本可以,没有什么大问题,更新比 testing 快很多,stable 基本就是安全更新。

下载

目前 debian-cd 最新版本为稳定版本 6.0 的 6.0.6。建议从 Weekly build下载每周生成的 testing CD/DVD。如果 GNOME/KDE 消耗资源太多, Xfce 或 LXDE 则是较好的选择。

更新源配置

Debian Wheezy(testing),文件位置 /etc/apt/sources.list,以网易镜像为例:

deb http://mirrors.163.com/debian wheezy main non-free contrib
deb http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free
deb-src http://mirrors.163.com/debian wheezy main non-free contrib
deb-src http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free

deb http://mirrors.163.com/debian-security wheezy/updates main contrib non-free 
deb-src http://mirrors.163.com/debian-security wheezy/updates main contrib non-free 

deb http://mirrors.163.com/debian wheezy-updates main contrib non-free
deb-src http://mirrors.163.com/debian wheezy-updates main contrib non-free

如果将 testing 改为 Sid,则可将更新列表改为:

deb http://mirrors.163.com/debian sid main contrib non-free
deb-src http://mirrors.163.com/debian sid main contrib non-free

然后,更新软件列表并安装更新:

sudo apt-get update
sudo apt-get upgrade

其他

  • 安装过程中选择简体中文,系统安装完成进入系统,界面乱码
    可安装字体:sudo apt-get install ttf-wqy-microhei

  • 在命令前无法使用 sudo
    ** su #切换到根用户
    ** apt-get install sudo
    ** nano /etc/sudoers #文件的 User privilege specification 部分添加:

     debian ALL=(ALL:ALL) ALL#将 debian 换位您的用户名
    
  • 如何安装 Adobe Flash 插件

    $ sudo apt-get purge gnash # Gnash 是自由的 Flash 播放器
    $ sudo apt-get install flashplugin-nonfree #安装 Adode Flash 插件

  • 中文输入法 Fcitx(IBus可选)

    $ sudo apt-get install ibus #安装 IBUS(可选)
    $ sudo apt-get install fcitx fcitx-rime #安装 Fcitx 和中州韵输入法


酷毙
1

雷人

鲜花

鸡蛋

漂亮

刚表态过的朋友 (1 人)

  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部