RSS Feeds
Browsing all articles from January, 2007
Posted in myLinux      No comments

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

Posted in myLinux      No comments

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:

read more

Posted in myLinux      No comments

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.

Posted in myLinux      3 comments

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! :)

Posted in myLinux      No comments

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.
read more