Debian

一、简介

二、下载

三、配置

1)挂载iso镜像

mount /dev/cdrom /media/cdrom

2)更新软件源

deb http://mirrors.163.com/debian wheezy main non-free contrib
deb-src http://mirrors.163.com/debian wheezy main non-free contrib

3)安装基本开发工具

apt-get install build-essential vim openssh zsh cgdb git curl java-package sqlite lrzsz dh-autoreconf pkg-config javacc libpcre3-dev libzip-dev libbz2-dev libapr1-dev libaprutil1-dev python-pip exuberant-ctags indent bison flex silversearcher-ag

4)安装

apt-get install nginx tomcat7 lighttpd

四、常见问题

1)

W: GPG error: http://mirrors.163.com squeeze-proposed-updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8B48AD6246925553

解决方法

http://blog.sina.com.cn/s/blog_9b60e6a50102xfvm.html

2)

原文地址:https://www.cnblogs.com/274914765qq/p/6032079.html