Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
linux:debian [2007/06/04 21:40]
a
linux:debian [2008/12/05 12:25]
greebo
Line 7: Line 7:
   * [[http://wiki.debian.org/SecureApt|Secure APT]]   * [[http://wiki.debian.org/SecureApt|Secure APT]]
   * [[http://openchemist.net/linux/howto.php|A Collection of Debian Linux Howto 's]]   * [[http://openchemist.net/linux/howto.php|A Collection of Debian Linux Howto 's]]
 +  * [[http://www.debian-hardened.org/Debian Hardeded]]
 +  * [[http://wiki.debian.org/SELinux/Setup|SELinux Setup]]
 +  * [[http://www.gentoo.org/proj/en/hardened/|Hardened Gentoo - other linux security tips]]
  
 == HP & Debian == == HP & Debian ==
Line 112: Line 115:
    127.0.0.1       localhost.localdomain   localhost       server1    127.0.0.1       localhost.localdomain   localhost       server1
    192.168.0.100   server1.example.com     server1    192.168.0.100   server1.example.com     server1
 +
 +
 +
  
  
Line 157: Line 163:
 \\ \\
  dpkg-query -W --showformat='${Installed-Size} ${Status} ${Package}\n' | sort -n  dpkg-query -W --showformat='${Installed-Size} ${Status} ${Package}\n' | sort -n
 +
 +
 +   dpkg --get-selections | awk '{ print $1; }'| tr "\n" " "
 +
 +
 +== How to disable IPv6 in debian linux ==
 +/etc/modprobe.d/aliases\\
 +net ipv-10 off\\
 +net ipv6 off\\
 +
 +===== Tips & troubleshooting =====
 +==== 'apt-get' (Debian) says "E: Dynamic MMap ran out of room" and bails out ====
 +
 +Create a file **/etc/apt/apt.conf** and put something like:
 +
 +   Apt::Cache-Limit 67108864;
 +
 +in it. If it still fails, make that number higher.
 +
 +==== apt-get (from Debian) suddenly segfaults ====
 +
 +Delete the file '**/var/cache/apt/pkgcache.bin**' and re-run '**apt-get update**'.
  
linux/debian.txt ยท Last modified: 2010/03/04 13:49 by a
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready