Debian Wheezy Sources

Toy Story: Linux

Basic repo sources for Debian 7.0 Wheezy and Nginx. Posted mostly for my own needs.

nano /etc/apt/sources.list
deb http://debian.mirrors.ovh.net/debian/ wheezy main
deb-src http://debian.mirrors.ovh.net/debian/ wheezy main

deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main

deb http://nginx.org/packages/debian/ wheezy nginx
deb-src http://nginx.org/packages/debian/ wheezy nginx

# Testing purposes only

# deb http://ftp.uk.debian.org/debian testing main contrib non-free
# deb-src http://ftp.uk.debian.org/debian testing main contrib non-free

# deb http://ftp.debian.org/debian/ jessie-updates main contrib non-free
# deb-src http://ftp.debian.org/debian/ jessie-updates main contrib non-free

# deb http://security.debian.org/ jessie/updates main contrib non-free
# deb-src http://security.debian.org/ jessie/updates main contrib non-free

# deb http://nginx.org/packages/debian/ squeeze nginx
# deb-src http://nginx.org/packages/debian/ squeeze nginx

Remember:

apt-get update
Posted on: 2013-06-09 11:11