一、安装系统

系统版本: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. CALayer实现遮罩效果

    #import "ViewController.h" @interface ViewController () @property(nonatomic,strong)CALayer ...

  2. Redis缓存、MemCached和.Net内部缓存的切换使用

    接口文件:IDataCache.cs using System; using System.Collections.Generic; using System.Linq; using System.T ...

  3. 递归删除指定目录下的 .git 文件

    转载自:http://my.oschina.net/armsky/blog/34447 find . -name .git | xargs rm -fr 其中对 xargs 的介绍,可以参照以下内容: ...

  4. 控制HTML元素的显示与隐藏——display和visibility

    有些时候我们需要根据某些条件来控制Web页面中的HTML元素显示还是隐藏,可以通过display或visibility来实现.通过下面的例子了解display和visibility的区别,简单的例子代 ...

  5. hdu-5692 Snacks(dfs序+线段树)

    题目链接: Snacks Problem Description   百度科技园内有n个零食机,零食机之间通过n−1条路相互连通.每个零食机都有一个值v,表示为小度熊提供零食的价值. 由于零食被频繁的 ...

  6. a标签中使用img后的高度多了4px

    前两天,在做一个网站的时候,发现a标签中使用img后的高度多了4px,各种纠结. 最后,仔细分析,终于找到原因了,因为img是行内元素,默认display: inline; 它与文本的默认行为类似,下 ...

  7. JavaScript--模块化编程(笔记)

    一直对JS都是一知半解,最近遇到这方面问题,所以在网上学习了一下,现在还没有完全明白,先贴出笔记; 第一章 JavaScript模块化编程(一):模块的写法 一 原始写法 // 模块就是实现特定功能的 ...

  8. part 2 Angular modules and controllers

    What is a module in AngularJS? A module is a container for different parts of your application i.e c ...

  9. vs怎么创建MVC及理解其含义

    怎么创建MVC项目 一·1.点击 文件à新建à项目à模板àVisua C#(选择 .NET Framework 4.0或以上版本) à选择 MVC 3 Web应用程序 或者MVC 4 Web应用程序à ...

  10. QtPropertyBrowser+vs2010的安装与配置(转)

    这一篇文章有些问题,后又写了一篇,地址是http://www.cnblogs.com/aminxu/p/4552410.html 转自http://blog.csdn.net/jingwenlai_s ...