Debian Project News – January 23rd, 2012

Filed in Debian Leave a comment

——————————

——————————————
The Debian Project                                http://www.debian.org/
Debian Project News                    debian-publicity@lists.debian.org
January 23rd, 2012            http://www.debian.org/News/weekly/2012/02/
————————————————————————
Welcome to this year’s second issue of DPN, the newsletter for the Debian
community. Topics covered in this issue include:

* Debian ahead on web servers
* Dummy web server in Debian?
* Aptitude strikes back
* About donations to Debian
* Armhf status in Debian
* IGMP denial of service in Linux
* Interviews
* Other news
* Upcoming events
* New Debian Contributors
* Release-Critical bug statistics for the upcoming release
* Status of Debian Installer localisation
* Important Debian Security Advisories
* New and noteworthy packages
* Work-needing packages
* Want to continue reading DPN?

Continue Reading

,

Kako isključiti podršku za ipv6 u Debian distribuciji

Filed in Debian | Poslužitelji Leave a comment

# Kernel
echo net.ipv6.conf.all.disable_ipv6=1 > /etc/sysctl.d/disableipv6.conf

# Uglavno servisi koji koriste ipv6, treba se posebno podesiti, evo par primjera:

# Exim4 - postaviti dc_local_interfaces='127.0.0.1' zatim pokrenuti:
update-exim4.conf
# ssh - dododati u /etc/ssh/sshd_config
echo "AddressFamily inet" >> /etc/ssh/sshd_config

TOP