一、安装系统

系统版本: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. #maven解决乱码问题

    <build>        <plugins>        <plugin>        <groupId>org.apache.maven.pl ...

  2. Cache的原理、设计及实现

    Cache的原理.设计及实现 前言 虽然CPU主频的提升会带动系统性能的改善,但系统性能的提高不仅仅取决于CPU,还与系统架构.指令结构.信息在各个部件之间的传送速度及存储部件的存取速度等因素有关,特 ...

  3. [Arduino] Arduino Uno R3 中文介绍

    Arduino UNO是Arduino USB接口系列的最新版本,作为Arduino平台的参考标准模板.UNO的处理器核心是ATmega328,同时具有14路数字输入/输出口(其中6路可作为PWM输出 ...

  4. 【Android Studio使用教程2】Android Studio创建项目

    创建项目 首先,先指出Android Studio中的两个概念. Project 和 Module .在Android Studio中, Project 的真实含义是工作空间, Module 为一个具 ...

  5. 基本java类-In.java

    package com.algorithm.api; /************************************************************************ ...

  6. hihocoder 1082 然而沼跃鱼早就看穿了一切(字符串替换)

    时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描述 fjxmlhx每天都在被沼跃鱼刷屏,因此他急切的找到了你希望你写一个程序屏蔽所有句子中的沼跃鱼(“marshtomp”,不区 ...

  7. android chrome 不支持 audio/video的autoplay 属性

    在chrome 浏览器中输入:chrome://flags,找到"播放媒体时的手势要求",停用就可以了.

  8. .NET DLL 保护措施详解(四)各操作系统运行情况

    我准备了WEB应用程序及WinForm应用程序,分别在WIN SERVER 2012/2008/2003.Win7/10上实测,以下为实测结果截图: 2012 2008 2003 WIN7 WIN10 ...

  9. Part 10 AngularJS sort rows by table header

    Here is what we want to do 1. The data should be sorted when the table column header is clicked 2. T ...

  10. MVC System.Web.Mvc.ModelClientValidationRule”同时存在

    错误 2280 类型“System.Web.Mvc.ModelClientValidationRule”同时存在于“C:\Program Files\Microsoft ASP.NET\ASP.NET ...