Howto Turn Off Auto-Play of CDs,DVDs and iPods in Ubuntu

September 28th, 2007


View original post


Ubuntu automatically starts playing audio or video discs when you insert them into CD/DVD drive.If you want to turnoff this use the following tip.

Go to System—>Preferences—>Removable Drives and Media

Once it Opens You should see the following screen

Now you need to click on Multimedia tab you can just uncheck the box for the disc type you don’t want to autoplay

Once you unselect all the options you should see similar to the following screen now you need to click on close

If you are using Feisty by default this is unchecked.

Tags: , , , , , , , , , ,

View source post

Preventing Brute Force Attacks With BlockHosts On Debian Etch

September 28th, 2007


View original post


Preventing Brute Force Attacks With BlockHosts On Debian Etch

In this article I will show how to install and configure BlockHosts
on a Debian Etch system. BlockHosts is a Python tool that observes
login attempts to various services, e.g. SSH, FTP, etc., and if it
finds failed login attempts again and again from the same IP address or
host, it stops further login attempts from that IP address/host. By
default, BlockHosts supports services that use TCP_WRAPPERS, such as
SSH, i.e. services, that use /etc/hosts.allow or /etc/hosts.deny, but it can also block other services using iproute or iptables.

Read more…

View source post