EAK Just Debian Guru Page :) Just another Linux weblog

17Feb/091

How to read debian.eakcorp.net on rss reader

hi,

i using liferea rss reader for rss, describes the use of images liferea I hope preparing here is your putting benefits.[ad#ad-1]

Filed under: Desktop 1 Comment
9Feb/090

Debian web site

Debian kullanimi sirasinda faydasini gordugum ve goreceginize inandigim web siteleri.

debian.org
http://www.debianhelp.org/
http://www.debianhelp.co.uk/
http://www.debianadmin.com/
http://www.debian-administration.org/

[ad#ad-1]

Filed under: Uncategorized No Comments
9Feb/090

Blocking a DNS DDOS using the fail2ban package

[ad#ad-1]
Are you tired of getting multi-thousand line emails from the logcheck package that contain multiple reports of denied queries from named? If so this article will show how you can reject these DDOS attempts via the fail2ban package.

apt-get install fail2ban

mkdir /var/log/named
chmod a+w /var/log/named

Next, edit /etc/bind/named.conf.local and add the following lines

logging {
channel security_file {
file "/var/log/named/security.log" versions 3 size 30m;
severity dynamic; print-time yes; };
category security { security_file; };
};

now to set up fail2ban. Edit the /etc/fail2ban/jail.conf file and change from:

[named-refused-udp]
enabled  = false to:true
[named-refused-tcp]
enabled  = false to true

Then restart fail2ban in the usual manner,

/etc/init.d/fail2ban restart

read more article for click
2Feb/090

Using Backports on Debian System

Add this line
deb http://www.backports.org/debian etch-backports main contrib non-free
to your /etc/apt/sources.list.
apt-get update
then
apt-get install debian-backports-keyring and try again apt-get update :)

[ad#ad-1]

Filed under: Uncategorized No Comments
1Feb/090

Creating LiveCD with LiveMagic

Hi,

install debian system when some times  livecd or minimal cd not working , therefore i think how to create my debian live cd:) and find  how to make. Create livecd for install  livemagic program. and starting create livecd.
sudo apt-get install live-magic
then starting livemagic
[ad#ad-1]


[ad#ad-1]


[ad#ad-1]

[ad#ad-1]



and then writing livecd image to cd:)

Filed under: Desktop No Comments