Debian: Difference between revisions

From DWIKI
No edit summary
No edit summary
Line 1: Line 1:
===Sites===
=Sites=
*[http://www.debian.org/ Homepage]
*[http://www.debian.org/ Homepage]
*[http://wiki.debian.org/ Wiki]
*[http://wiki.debian.org/ Wiki]
Line 6: Line 6:
*[http://www.debianadmin.com/ http://www.debianadmin.com/]
*[http://www.debianadmin.com/ http://www.debianadmin.com/]


==Security==
=Security=
*http://lists.debian.org/debian-security-announce/
*http://lists.debian.org/debian-security-announce/
*debsecan
*debsecan
*debsum
*debsum


==Links==
=Links=
*[[debconf]]
*[[debconf]]




== Howtos ==
=Documentation=


*[http://www.debian.org/releases/stable/i386/ch08s05.html.en Compiling kernels the Debian way]
*[http://www.debian.org/releases/stable/i386/ch08s05.html.en Compiling kernels the Debian way]
Line 21: Line 21:
*apt-file to find package providing a certain file
*apt-file to find package providing a certain file


===https===
==https==
https on debian testing is a mess, ignore:  
https on debian testing is a mess, ignore:  


Line 30: Line 30:
http://www.eclectica.ca/howto/ssl-cert-howto.php looks promising
http://www.eclectica.ca/howto/ssl-cert-howto.php looks promising


===Handling packages===
==Handling packages==
*[[Compiling Debian Packages]]
===Pinning===
*[http://jaqque.sbih.org/kplug/apt-pinning.html Pinning]
*[http://jaqque.sbih.org/kplug/apt-pinning.html Pinning]
*[http://www.argon.org/~roderick/apt-pinning.html Using APT with more than 2 sources]
*[http://www.argon.org/~roderick/apt-pinning.html Using APT with more than 2 sources]
*[[Compiling Debian Packages]]
*http://wiki.debian.org/AptPinning
*http://wiki.debian.org/AptPinning


==FAQ==
=FAQ=
===kernel===
==kernel==
*kernel-image
*kernel-image
*kernel-source
*kernel-source




===W: GPG error:===
==W: GPG error:==
http://ftp2.de.debian.org etch/volatile Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EC61E0B0BBE55AB3
http://ftp2.de.debian.org etch/volatile Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EC61E0B0BBE55AB3


Line 51: Line 52:
  apt-get --allow-unauthenticated install debian-archive-keyring
  apt-get --allow-unauthenticated install debian-archive-keyring


===show dependency tree===
==show dependency tree==
  apt-cache dotty
  apt-cache dotty
  apt-rdepends
  apt-rdepends

Revision as of 21:14, 7 October 2008

Sites

Security

Links


Documentation

https

https on debian testing is a mess, ignore:

http://www.eclectica.ca/howto/ssl-cert-howto.php looks promising

Handling packages

Pinning

FAQ

kernel

  • kernel-image
  • kernel-source


W: GPG error:

http://ftp2.de.debian.org etch/volatile Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EC61E0B0BBE55AB3

gpg --keyserver wwwkeys.eu.pgp.net --recv-keys EC61E0B0BBE55AB3
#and that other thing

Or just:

apt-get --allow-unauthenticated install debian-archive-keyring

show dependency tree

apt-cache dotty
apt-rdepends