免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 10633 | 回复: 8
打印 上一主题 下一主题

[系统安装] Basic Debian Setup as Desktop 对于服务器市场(Debian占有率真高^_^) [复制链接]

论坛徽章:
13
15-16赛季CBA联赛之同曦
日期:2016-01-28 19:52:032015亚冠之北京国安
日期:2015-10-07 14:28:19NBA常规赛纪念章
日期:2015-05-04 22:32:03处女座
日期:2015-01-15 19:45:44卯兔
日期:2014-10-28 16:17:14白羊座
日期:2014-05-24 15:10:46寅虎
日期:2014-05-10 09:50:35白羊座
日期:2014-03-12 20:52:17午马
日期:2014-03-01 08:37:27射手座
日期:2014-02-19 19:26:54子鼠
日期:2013-11-30 09:03:56狮子座
日期:2013-09-08 08:37:52
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2012-06-09 10:20 |只看该作者 |倒序浏览
本帖最后由 ulovko 于 2016-09-03 07:39 编辑

1> 安装镜像和安装介质的选择 (这里使用amd64CD)

官方简体中文教程:http://www.debian.org/doc/manuals/debian-reference/
最新版HTML/PDF格式:http://www.debian.org/doc/user-manuals#quick-reference
Debian6.0.7.zip (8.31 MB, 下载次数: 41)
[上述附件包含:
debian6.0.5-amd64-Installation-Guide_en_US.pdf
debian6.0.5-amd64_Installation-Guide-zh_CN/
debian6.0.5-debian-referenceCard_zh_CN.pdf
debian6.0.5-debian-reference_zh_CN/
debian6.0.5-securing-debian-HowTo.en_US.pdf
]
ubuntu 11.10 官方简体中文桌面入门教程:  http://people.ubuntu.com/~happyaron/udc-cn/
下载地址: http://people.ubuntu.com/~happya ... e-book-lucid-r1.pdf
ubuntu 11.10 官方英文教程: http://ubuntu-manual.org/
下载地址:  http://files.ubuntu-manual.org/m ... 0Ubuntu%2011.10.pdf



FTP/HTTP 下载模式(http://www.debian.org/CD/http-ftp/#mirrors):

  1. netinst.iso: 包含了debian基础安装的镜像文件(169MB)
  2. axel -a 'http://mirrors.163.com/debian-cd/6.0.5/amd64/iso-cd/debian-6.0.5-amd64-netinst.iso'

  3. xfce+lxde-CD-1.iso: 包含了xfce和lxde图形界面的镜像文件(646MB)
  4. axel -a 'http://mirrors.163.com/debian-cd/6.0.5/amd64/iso-cd/debian-6.0.5-amd64-xfce+lxde-CD-1.iso'
复制代码
jigdo下载模式(http://atterer.org/jigdo/):
注意必须用到的两个文件 .jigdo .template (http://www.debian.org/CD/jigdo-cd/)
debianMirror: http://www.debian.org/mirror/list

windows版:
  1. http://atterer.org/sites/atterer/files/2009-08/jigdo/jigdo-win-0.7.2.zip
  2. 下载后运行 jigdo-lite.bat 一路回车,当前目录下会生成文件 jigdo-lite-settings.txt
  3. 修改成下面这样保存即可!
  4. ---------------------------------------
  5. jigdo='http://cdimage.debian.org/debian-cd/6.0.5/amd64/jigdo-cd/debian-6.0.5-amd64-netinst.jigdo'
  6. debianMirror='http://ftp.hk.debian.org/debian/'
  7. nonusMirror='http://ftp.tw.debian.org/debian/'
  8. tmpDir='.'
  9. jigdoOpts='--cache jigdo-file-cache.db'
  10. wgetOpts='--passive-ftp --dot-style=mega --continue --timeout=30'
  11. scanMenu=''
  12. ---------------------------------------
  13. 运行 jigdo-lite.bat 根据提示操作即可!
  14. Files to scan:  Enter
  15. Debian mirror:  Enter
  16. 自动下载 .jigdo .template 文件
  17. 自动下载相关文件 - 自动组成镜像文件...
复制代码
FreeBSD版:
  1. # cd /usr/ports && make quicksearch key=jigdo
  2. Port:   jigdo-0.7.3_5
  3. Path:   /usr/ports/net-p2p/jigdo
  4. Info:   A utility used to retrieve very large files over the Internet

  5. # cd /usr/ports/net-p2p/jigdo
  6. # more pkg-descr
  7. This is a port of Jigsaw Download (AKA jigdo) which is a tool designed to
  8. ease the distribution of very large files over the Internet, for example
  9. CD or DVD images.

  10. Main features:
  11.     - The large images does not need to be stored on the server, instead only
  12.       the small files contained in the images (works with CD, DVD images,
  13.       uncompressed zip files, tar archives...)
  14.     - In spite of the above, jigdo creates a bit-exact copy of the image on the
  15.       user's machine (to achieve this, the directory data, boot block, etc. of
  16.       the image is stored in a special .template file which is distributes
  17.       alongside the .jigdo file)
  18.     - There is full control over where jigdo-lite will download the individual
  19.       parts. It is possible to define mirrors, so users can choose the nearest
  20.       one.
  21.     - jigdo relies on standard HTTP/FTP, no special protocols needed.
  22.     - jigdo-lite supports resuming aborted downloads, or continuing the
  23.       download with another mirror if the current one is slow.
  24.     - It is possible to "upgrade" the CD image, only the changed data will be
  25.       downloaded.
  26. # make BATCH=YES install clean

  27. # vim ~/.jigdo-lite
  28. jigdo='http://cdimage.debian.org/debian-cd/6.0.5/amd64/jigdo-cd/debian-6.0.5-amd64-netinst.jigdo'
  29. debianMirror='http://ftp.hk.debian.org/debian/'
  30. nonusMirror='http://ftp.tw.debian.org/debian/'
  31. tmpDir='.'
  32. jigdoOpts='--cache jigdo-file-cache.db'
  33. wgetOpts='--passive-ftp --dot-style=mega --continue --timeout=30'
  34. scanMenu=''
  35. :wq

  36. # jigdo-lite      (按照提示操作)
  37. 自动下载 .jigdo .template 文件
  38. 自动下载相关文件 - 自动组成镜像文件...
复制代码
2> 开始安装Debian6.0.5(严重建议安装时,使用英文;虽然我选择了中文,切记哦!)





























一些对话框可能会提供额外的帮助信息。如果有帮助信息,它们将在屏幕的最下面一行提示,可以通过 F1 键访问这些帮助信息。
错误信息和日志被重定向到第四个控制台。您可以通过按下 Left Alt+F4 (按住左 Alt 键同时按下 F4 功能键)访问该控制台;返回主安装进程使用 Left Alt+F1。
这些信息还可以在 /var/log/syslog 里找到。完成安装之后,该记录会被复制到您新系统中的 /var/log/debian-installer/syslog。
其它的安装信息安装时可以在 /var/log/ 找到。在系统重新启动后记录的地方是 /var/log/installer/。

3> 进入Debian6.0.5

  1. 网络配置:
  2. ko@debian6:~$ vim /etc/network/interfaces
  3. # To use dhcp:
  4. #
  5. # auto eth0
  6. # iface eth0 inet dhcp

  7. # An example static IP setup: (broadcast and gateway are optional)
  8. #
  9. # auto eth0
  10. # iface eth0 inet static
  11. # address 192.168.0.42
  12. # network 192.168.0.0
  13. # netmask 255.255.255.0
  14. # broadcast 192.168.0.255
  15. # gateway 192.168.0.1
  16. :wq
  17. 更多参照:debian6.0.5-amd64-Installation-Guide_en_US.pdf (D.3.4.4. Configure Networking)

  18. ko@debian6:~$ vim /etc/resolv.conf
  19. search debian.org
  20. nameserver 10.1.1.36
  21. nameserver 192.168.9.100
  22. :wq

  23. ko@debian6:~[        DISCUZ_CODE_13        ]nbsp; pwd
  24. /home/ko
  25. ko@debian6:~[        DISCUZ_CODE_13        ]nbsp; alias
  26. alias ls='ls --color=auto'
  27. ko@debian6:~[        DISCUZ_CODE_13        ]nbsp; vi ~/.bashrc
  28. 第80行
  29. # some more ls aliases
  30. alias ll='ls -l'
  31. alias la='ls -A'
  32. alias l='ls -CF'
  33. :wq
  34. ko@debian6:~[        DISCUZ_CODE_13        ]nbsp; source ~/.bashrc
  35. ko@debian6:~[        DISCUZ_CODE_13        ]nbsp; alias
  36. alias l='ls -CF'
  37. alias la='ls -A'
  38. alias ll='ls -l'
  39. alias ls='ls --color=auto'


  40. 添加locales 多语言支持:
  41. [b](正如安装时所提示,请使用英文安装,那么现在我们来添加中文支持。)[/b]
  42. ko@debian6:~$ aptitude install locales
  43. ko@debian6:~$ dpkg-reconfigure locales
  44. 区域语言选择:zh_CN.UTF-8
  45. 默认语言选择:en_US.UTF-8

  46. [b][color=Yellow]细心的同学会注意到,安装时,instruction明确指出中文会显示成乱码;所以才有此设置![/color][/b]

  47. ko@debian6:~$ more /etc/default/locale
  48. # File generated by update-locale
  49. LANG=en_US.UTF-8

  50. 更多请参看: debian6.0.5-amd64-Installation-Guide_en_US.pdf (D.3.4.6. Configure Locales and Keyboard)
复制代码
4> 配置 sources.list 并安装 VIM
  1. ko@debian6:~$ su -
  2. 密码:
  3. root@debian6:~# cp /etc/apt/sources.list /etc/apt/sources.list.bak
  4. root@debian6:~# vi /etc/apt/sources.list                     (编辑更新服务器列表)
  5. # main
  6. deb http://ftp.hk.debian.org/debian/ jessie main contrib non-free
  7. deb-src http://ftp.hk.debian.org/debian/ jessie main contrib non-free

  8. deb http://debian.bjtu.edu.cn/debian/ jessie main contrib non-free
  9. deb-src http://debian.bjtu.edu.cn/debian/ jessie main contrib non-free

  10. # updates
  11. deb http://security.debian.org/ jessie/updates main contrib
  12. deb-src http://security.debian.org/ jessie/updates main contrib

  13. # jessie-updates, previously known as 'volatile'
  14. deb http://debian.bjtu.edu.cn/debian/ jessie-updates main contrib non-free
  15. deb-src http://debian.bjtu.edu.cn/debian/ jessie-updates main contrib non-free

  16. deb http://ftp.hk.debian.org/debian/ jessie-updates main contrib non-free
  17. deb-src http://ftp.hk.debian.org/debian/ jessie-updates main contrib non-free

  18. :wq

  19. root@debian6:~# aptitude update                                (更新软件包列表)
  20. root@debian6:~# aptitude safe-upgrade                          (更新所有软件)

  21. MORE ABOUT:https://wiki.debian.org/DebianPackageManagement

  22. root@debian6:~# aptitude install vim
  23. root@debian6:~# vim ~/.vimrc
  24. set nomodeline                (这个一定要写,目前有这个安装漏洞)
  25. set nocp
  26. set hls is
  27. set ic
  28. set cindent
  29. set autoindent
  30. set backspace=2
  31. set nobackup
  32. set noswapfile
  33. set shiftwidth=2
  34. set tabstop=2
  35. set softtabstop=2
  36. set expandtab
  37. set ruler
  38. set mouse=v
  39. syntax on
  40. "set bg=dark                (更改背景色调/默认为light, " 为注释!)
  41. :wq               (详情:vimtutor)
复制代码
5> 安装WQY字库/ibus-pinyin输入法/mplayer播放器/chromium浏览器/axel下载利器
  1. root@debian6:~# aptitude install xfonts-wqy ttf-wqy-zenhei tty-wqy-microhei ttf-arphic-uming ttf-dejavu
  2. root@debian6:~# aptitude install ibus-pinyin
  3. root@debian6:~# aptitude install mplayer
  4. root@debian6:~# aptitude install chromium
  5. root@debian6:~# aptitude install axel

复制代码
6> Debian占有率真高^_^



Dia is a GTK+ based diagram creation program for GNU/Linux, MacOS X, Unix, and Windows, and is released under the GPL license.
Dia is roughly inspired by the commercial Windows program 'Visio,' though more geared towards informal diagrams for casual use.
https://live.gnome.org/Dia

https://live.gnome.org/Dia/Examples


  1. root@debian6:~# aptitude search dia|more
  2. root@debian6:~# aptitude install dia
复制代码
7> vsftpd

  1. root@debian6:~# aptitude install vsftpd

  2. root@debian6:~# cd /srv/ftp; mkdir pub
  3. root@debian6:~# chown -R root:ftp /srv/ftp
  4. root@debian6:~# vim /etc/vsftpd.conf
复制代码
There are three simple utilities to manage your startup or init scripts

  1. root@debian6:~# /etc/init.d/vsftpd status
  2. root@debian6:~# invoke-rc.d vsftpd status   (相当于Redhat系列 service vsftpd status)
  3. root@debian6:~# update-rc.d vsftpd enable 2 3 4 5  
  4. root@debian6:~# aptitude install rcconf         (相当于Redhat系列 setup)

  5. root@debian6:~# aptitude install sysv-rc-conf   
  6. root@debian6:~# sysv-rc-conf --level 2345 vsftpd on (相当于Redhat系列 chkconfig --level 2345 vsftpd on)

复制代码
8> sudo

  1. root@debian6:~# adduser ko sudo

  2. root@debian6:~# 注销系统

复制代码
10> Reserved for future use....


Basic FreeBSD Setup as Desktop: http://bbs.chinaunix.net/thread-3751834-1-1.html
Basic NetBSD Setup as Desktop: http://bbs.chinaunix.net/thread-3751787-1-1.html
Basic OpenBSD Setup as Desktop: http://bbs.chinaunix.net/thread-3751016-1-1.html
Basic Debian Setup as Desktop: http://bbs.chinaunix.net/thread-3751791-1-1.html
Basic Ubuntu Setup as Desktop: http://bbs.chinaunix.net/thread-3746337-1-1.html
Basic Fedora Setup as Desktop: http://bbs.chinaunix.net/thread-3761672-1-1.html

评分

参与人数 2可用积分 +8 收起 理由
snow888 + 2 很给力!
chenyx + 6 很给力!

查看全部评分

论坛徽章:
13
15-16赛季CBA联赛之同曦
日期:2016-01-28 19:52:032015亚冠之北京国安
日期:2015-10-07 14:28:19NBA常规赛纪念章
日期:2015-05-04 22:32:03处女座
日期:2015-01-15 19:45:44卯兔
日期:2014-10-28 16:17:14白羊座
日期:2014-05-24 15:10:46寅虎
日期:2014-05-10 09:50:35白羊座
日期:2014-03-12 20:52:17午马
日期:2014-03-01 08:37:27射手座
日期:2014-02-19 19:26:54子鼠
日期:2013-11-30 09:03:56狮子座
日期:2013-09-08 08:37:52
2 [报告]
发表于 2012-06-09 15:33 |只看该作者
centos和debian真的是不相上下!

论坛徽章:
0
3 [报告]
发表于 2012-06-09 19:55 |只看该作者
以前玩过 ubuntu,据我所知debian是ubuntu的长辈{:2_178:}

论坛徽章:
4
CU大牛徽章
日期:2013-03-13 15:29:07CU大牛徽章
日期:2013-03-13 15:29:49CU大牛徽章
日期:2013-03-13 15:30:192015年迎新春徽章
日期:2015-03-04 09:57:09
4 [报告]
发表于 2012-06-10 11:43 |只看该作者
等7.0,6.0的驱动不太给力……

论坛徽章:
154
2022北京冬奥会纪念版徽章
日期:2015-08-07 17:10:5720周年集字徽章-年
日期:2022-10-26 16:44:2015-16赛季CBA联赛之深圳
日期:2022-11-02 14:02:4515-16赛季CBA联赛之八一
日期:2022-11-28 12:07:4820周年集字徽章-20	
日期:2023-07-19 08:49:4515-16赛季CBA联赛之八一
日期:2023-11-04 19:23:5115-16赛季CBA联赛之广夏
日期:2023-12-13 18:09:34
5 [报告]
发表于 2012-06-10 12:32 |只看该作者
obsd178 发表于 2012-06-09 19:55
以前玩过 ubuntu,据我所知debian是ubuntu的长辈


ubuntu有自己的观点,但具我所知
debian testing = ubuntu release

论坛徽章:
0
6 [报告]
发表于 2012-06-10 15:58 |只看该作者
不错,谢谢分享。

论坛徽章:
21
白羊座
日期:2013-08-23 15:49:17金牛座
日期:2013-10-08 17:00:03处女座
日期:2013-10-12 11:54:11CU十二周年纪念徽章
日期:2013-10-24 15:41:34午马
日期:2013-11-27 14:07:21巨蟹座
日期:2013-12-04 10:56:03水瓶座
日期:2013-12-04 15:58:00亥猪
日期:2014-05-24 16:02:3115-16赛季CBA联赛之辽宁
日期:2016-11-07 13:52:53戌狗
日期:2013-08-23 16:15:31白羊座
日期:2013-08-24 21:59:24巨蟹座
日期:2013-08-25 16:34:24
7 [报告]
发表于 2012-06-11 11:44 |只看该作者
不错,我没有用过,只是安装上了看看.听说debian 很厉害.

论坛徽章:
0
8 [报告]
发表于 2012-08-03 12:27 |只看该作者
很久之前玩过debian 呵呵。自从工作一直在用centos。  你内版主没申请下来?

论坛徽章:
0
9 [报告]
发表于 2012-12-06 18:56 |只看该作者
很详细,我也安装了个。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP