一、安装系统

系统版本: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. java邮件发送 qq与163邮箱互发和qq和163邮箱发送其他邮箱实例

    研究了近一天的时间,通过查阅相关资料,终于对java发送邮件的机制,原理有了一点点的理解,希望能够帮到大家! 1.首先要向你的项目里导入1个jar包:mail-1.4.4.jar即可(实现qq和163 ...

  2. SpringMvc多文件上传简单实现

    public ResponseItem uploadFile(MultipartHttpServletRequest request,FileItem fileItem,PageData pd) { ...

  3. Android 高级UI设计笔记15:HorizontalScrollView之 实现画廊式图片浏览器

    1. HorizontalScrollView 本来,画廊式的图片浏览器,使用Android中的Gallery就能轻松完成,但是Google说Gallery每次切换图片时都要新建视图,造成太多的资源浪 ...

  4. 【HTML5 4】《HTML5与CSS3权威指南》 step1 导读

    一.教程重点:以 HTML5和CSS3的新功能和新特性 为导向,辅之以 实战型实例页面 二.内容概况: 第1部分:详细讲解HTML5相关知识,包括 各主流浏览器对HTML5的支持情况. HTML5与H ...

  5. Oracle基础(九) Oracle的体系结构

    一.Oracle体系结构概述: Oracle的体系结构是指数据库的组成.工作过程与原理,以及数据在数据库中的组织与管理机制.要了解Oracle数据库的体系结构,必须理解Oracle系统的重要概念和主要 ...

  6. nginx 反向代理设置

    假设对本机80端口的访问为一台服务器,对本机8000端口的访问为另一台服务器,下面这样写一个nginx的反向代理配置,就可以实现所有请求都转移 server {listen 0.0.0.0:80;se ...

  7. DWZ框架Ajax无刷新表单提交处理流程

    DWZ框架Ajax无刷新表单提交处理流程是: 1.       ajax表单提交给服务器 2.       服务器返回一个固定格式json结构 3.       js会调函数根据这个json数据做相应 ...

  8. 在centos7中添加一个新用户并授权

    参考地址:http://www.cnblogs.com/woshimrf/p/5906084.html 创建新用户 创建一个用户名为:zhangbiao [root@localhost ~]# add ...

  9. [转]如何编译tizen源码(图文教程)?

    http://blog.csdn.net/flydream0/article/details/9004746 前一篇文章已经介绍了如何下载tizen源码(http://blog.csdn.net/fl ...

  10. 包装BufferedReader的readLine()输出行号

    定义一个类,实现与被增强对象相同的接口,或继承这个类,视情况而定 定义一个变量,记住被增强的对象 定义一个构造函数,接收被增强的对象 覆盖要增强的方法 对于不需要增强的方法,调用被增强对象原有的方法 ...