GnutonLogo

Archive for January, 2007

My Logo for Kde-Italia logo contest

Monday, January 29th, 2007

mafia.png

KDevelop 3.4.0 is out! :)

Monday, January 29th, 2007

Now you can Develop with QT4… with KDevelop 3.4.0. See this for many info!:)

OPIE (one time password)

Sunday, January 14th, 2007

OPIE is a free implementation of the S/KEY (one time password) specifications (RFC 1760 and RFC 2289). The idea is that each password is only usable once so it doesn’t matter if anyone grabs it as it’ll be useless when they try to use it.

Setting it up was quite simple:

(more…)

What is Martian Source in my logs?

Sunday, January 14th, 2007

Martian errors are usually generated when anyone is trying to connect to you from the internet with private_range_of_ip_addresses.


[17179910.136000] martian source 192.168.1.2 from 192.168.1.1, on dev wlan0
[17179910.136000] ll header: ff:ff:ff:ff:ff:ff:00:12:5a:b5:53:e9:08:06

Packets such as these which are impossible to route are labelled as Martian. I’d classify these as “mostly harmless” — if you have security problems
that are remotely exploitable, chances are good the attacker already
knows about them. If you don’t have any remotely exploitable security
problems, these are really nothing to be afraid of.

How to Update Beryl to 0.1.4 on K/Ubuntu edgy…

Wednesday, January 10th, 2007

E’ stato aggiornato il repository per beryl;
Aggiornate /etc/apt/source.list con:
deb http://ubuntu.beryl-project.org/ edgy main
#deb-src http://ubuntu.beryl-project.org/ edgy main

Scaricate ed inserite la chiave pubblica nelle chiavi di apt:
wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -

Date un apt-get update ed un apt-get upgrade e godetevi il nuovo beril 0.1.4! :)

Scrivere su una partizione NTFS con Linux.

Wednesday, January 10th, 2007

Il kernel di Linux al momento non dispone di moduli per i filesystem di tipo NTFS che supportino operazioni di scrittura.. o meglio volendo si può ricompilare il modulo ntfs, abilitandolo in scrittura, con alcune limitazioni.
(more…)