一、安装系统

系统版本:Debian7

参考资料:http://www.myhack58.com/Article/48/66/2013/39802.htm

二、配置源

vi /etc/apt/sources.list

 #163源

 #####################主要,开源,闭源
 deb http://mirrors.163.com/debian wheezy main non-free contrib
 deb-src http://mirrors.163.com/debian wheezy main non-free contrib

 ###################wheezy-proposed-updates建议更新
 deb http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free
 deb-src http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free

 #wheezy-updates推荐更新
 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

 #wheezy/updates安全更新
 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://http.us.debian.org/debian wheezy main contrib non-free
 deb http://security.debian.org wheezy/updates main contrib non-free

 #上海交大
 deb http://ftp.sjtu.edu.cn/debian wheezy main non-free contrib
 deb http://ftp.sjtu.edu.cn/debian wheezy-proposed-updates main non-free contrib
 deb http://ftp.sjtu.edu.cn/debian-security wheezy/updates main non-free contrib
 deb-src http://ftp.sjtu.edu.cn/debian wheezy main non-free contrib
 deb-src http://ftp.sjtu.edu.cn/debian wheezy-proposed-updates main non-free contrib
 deb-src http://ftp.sjtu.edu.cn/debian-security wheezy/updates main non-free contrib

 #上海交大 ipv6
 deb http://ftp6.sjtu.edu.cn/debian wheezy main non-free contrib
 deb http://ftp6.sjtu.edu.cn/debian wheezy-proposed-updates main non-free contrib
 deb http://ftp6.sjtu.edu.cn/debian-security wheezy/updates main non-free contrib
 deb-src http://ftp6.sjtu.edu.cn/debian wheezy main non-free contrib
 deb-src http://ftp6.sjtu.edu.cn/debian wheezy-proposed-updates main non-free contrib
 deb-src http://ftp6.sjtu.edu.cn/debian-security wheezy/updates main non-free contrib

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

 #搜狐
 deb http://mirrors.sohu.com/debian/ wheezy main non-free contrib
 deb http://mirrors.sohu.com/debian/ wheezy-proposed-updates main non-free contrib
 deb-src http://mirrors.sohu.com/debian/ wheezy main non-free contrib
 deb-src http://mirrors.sohu.com/debian/ wheezy-proposed-updates main non-free contrib

 #中国科技大学
 deb http://mirrors.ustc.edu.cn/debian/ wheezy main non-free contrib
 deb http://mirrors.ustc.edu.cn/debian/ wheezy-proposed-updates main non-free contrib
 deb-src http://mirrors.ustc.edu.cn/debian/ wheezy main non-free contrib
 deb-src http://mirrors.ustc.edu.cn/debian/ wheezy-proposed-updates main non-free contrib

 #清华大学 不是很稳定
 deb http://mirrors.tuna.tsinghua.edu.cn/debian/ wheezy main non-free contrib
 deb http://mirrors.tuna.tsinghua.edu.cn/ wheezy-proposed-updates main non-free contrib
 deb-src http://mirrors.tuna.tsinghua.edu.cn/ wheezy main non-free contrib
 deb-src http://mirrors.tuna.tsinghua.edu.cn/ wheezy-proposed-updates main non-free contrib

 #北京理工
 deb http://mirrors.bit.edu.cn/debian/ wheezy main non-free contrib
 deb http://mirrors.bit.edu.cn/ wheezy-proposed-updates main non-free contrib
 deb-src http://mirrors.bit.edu.cn/ wheezy main non-free contrib
 deb-src http://mirrors.bit.edu.cn/ wheezy-proposed-updates main non-free contrib

 #北京理工(Ipv6)
 deb http://mirrors.bit6.edu.cn/debian/ wheezy main non-free contrib
 deb http://mirrors.bit6.edu.cn/ wheezy-proposed-updates main non-free contrib
 deb-src http://mirrors.bit6.edu.cn/ wheezy main non-free contrib
 deb-src http://mirrors.bit6.edu.cn/ wheezy-proposed-updates main non-free contrib

 #清华大学(Ipv6)
 deb http://mirrors.6.tuna.tsinghua.edu.cn/debian/ wheezy main non-free contrib
 deb http://mirrors.6.tuna.tsinghua.edu.cn/ wheezy-proposed-updates main non-free contrib
 deb-src http://mirrors.6.tuna.tsinghua.edu.cn/ wheezy main non-free contrib
 deb-src http://mirrors.6.tuna.tsinghua.edu.cn/ wheezy-proposed-updates main non-free contrib

三、安装浏览器

sudo apt-get update
sudo apt-get install chromium chromium-l10n

四、安装flash

安装flashplugins
下载http://get.adobe.com/flashplayer,选择.tar.gz包。

tar xvf install_flash_player_11_linux.i386.tar.gz
cp –rv usr /usr
mkdir –v /usr/lib/iceweasel/plugins
cp libflashplayer.so /usr/lib/iceweasel/plugins
cp libflashplayer.so /usr/lib/chromium/plugins

Debian7系统安装配置手册的更多相关文章

  1. CentOS 6.5系统安装配置图解教程

    说明: 截止目前CentOS 6.x最新版本为CentOS 6.5,下面介绍CentOS 6.5的具体安装配置过程 服务器相关设置如下: 操作系统:CentOS 6.5 64位 IP地址:192.16 ...

  2. CentOS 7.0系统安装配置图解教程

    转自:http://www.osyunwei.com/archives/7829.html 操作系统:CentOS 7.0 64位 IP地址:192.168.21.128 网关:192.168.21. ...

  3. Ubuntu系统安装配置Pintos和Bochs

    Ubuntu系统安装配置 Pintos 和 Bochs 安装过程 首先是UEFI启动模式下Win8.1安装Ubuntu14.04双系统,由于篇幅过长,就不在这里详写.可见博主的另一篇博客http:// ...

  4. Varnish缓存服务器的搭建配置手册

    Varnish缓存服务器的搭建配置手册 1.Varnish官方环境依赖提示 Installing Varnish Cache is as simple as enabling our package ...

  5. 阿里云服务器 ECS Ubuntu系统安装配置

    1. 登陆服务器 系统开通成功后手机会收到阿里云发来的短信,包含公网IP及root登录密码. WEB管理后台方式 可通过阿里云管理后台选择“连接管理终端…”进行登录 提示输入VNC密码 登录成功后显示 ...

  6. Ubuntu_10.04下Hadoop-0.20.2集群配置手册

    Ubuntu_10.04下Hadoop-0.20.2集群配置手册 一.软硬件环境的准备 下面的文章来自hadoopor.com,我先交待一下我自己的环境: 两台机器,每台机器上面两个虚机(vmware ...

  7. nginx1.9.4 +php 5.5.29+yii2.0配置手册

    nginx1.9.4 +php 5.5.29+yii2.0配置手册 目录 一.    php5.5.29安装配置    2 二.    nginx1.9.4安装配置    2 三.    yii2.0 ...

  8. QC邮件转发工具Mail Direct安装配置手册

    QC邮件转发工具Mail Direct安装配置手册 2010-06-11 10:00:56| 分类: 软件测试 | 标签: |举报 |字号大中小 订阅 QC邮件转发工具安装配置手册 由于公司没有独立的 ...

  9. Nginx+Tomcat+MemCached 集群配置手册

    系统实施文档 Nginx+Tomcat+MemCached 集群配置手册 目    录 第1章   概述 1.1   目标 互联网的快速发展带来了互联网系统的高负载和高可用性, 这要求我们在设计系统架 ...

随机推荐

  1. iOS10 资料汇总:值得回看的 10 篇 iOS 热文

    本文精选了 iOS大全 9月份的10篇热门文章.其中有软件推荐.技术分享及iOS10.Xcode8新特性等. 注:以下文章,点击标题即可阅读 <兼容iOS 10 资料整理笔记> 本文整理i ...

  2. 通过布赛尔曲线以及CAShapeLayer的strokeStart 、strokeEnd 属性来实现一个圆形进度条

    #import <UIKit/UIKit.h> @interface CircleProgressView : UIView /**起始值(0-1)*/ @property(nonatom ...

  3. TFS 2010 使用手册(一)安装与配置

    本文转自cnblogs 大辉狼 的文章: http://www.cnblogs.com/wph1129/archive/2010/11/10/1873348.html http://www.cnblo ...

  4. 程序员新人怎样在复杂代码中找 bug?

    分享下我的debug的经验 1. 优先解决那些可重现的,可重现的bug特别好找,反复调试测试就好了,先把好解决的干掉,这样最节约时间. 2. 对于某些bug没有头绪或者现象古怪不知道从哪里下手,找有经 ...

  5. MySQL中/*!40100注释

    MySQL中的注释 MySQL中的注释有三种: # 注释内容 -- 注释内容 /* 注释内容*/ 但是,在导出的SQL文件中,也会看到类似如下内容的注释: CREATE DATABASE `blog` ...

  6. 转:关于视频H264编解码的应用实现

    转:http://blog.csdn.net/scalerzhangjie/article/details/8273410 项目要用到视频编解码,最近半个月都在搞,说实话真是走了很多弯路,浪费了很多时 ...

  7. asp.net MVC dropList 绑定

    废话我就不多说了..上个图.给自己备忘一下

  8. bind() to 0.0.0.0:80 failed (98: Address already in use)

    You can kill it using: sudo fuser -k 80/tcp And then try restarting nginx again: service nginx start

  9. JAVA(int...i)问题

    第一次看到这种写法,弄不明白到底会是神马结果,运行后才发现是这么的神奇. 无论你调用的方法中带几位参数,“hello”一直可以被输出.

  10. JS源码(条件的判定,循环,数组,函数,对象)整理摘录

    --- title: JS学习笔记-从条件判断语句到对象创建 date: 2016-04-28 21:31:13 tags: [javascript,front-end] ---JS学习笔记——整理自 ...