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)

上一篇:如何搞定前端资源服务跨域问题之nginx篇


下一篇:Maven 系列 二 :Maven 常用命令,手动创建第一个 Maven 项目