Je ne sais pas d’ou vient ce probleme, mais les polices de gtk sont beaucoup trop petites (voir minuscules) avec des résolutions d’écrans un peu batardes (1360*800 par exemple). Apparemment un mauvais calcul du DPI par X. J’ai eu beau essayer de lui spécifer d’autre valeur via le .Xresources (Xft.dpi), rien n’y fait.
La seule solution est de spécifier un font plus grosse pour gtk. Tout simplement dans le fichier .gtkrc-2.0:
gtk-font-name = "Verdana 16"
Malheureusement, firefox fait un calcul différent pour le DPI et m’affiche des fonts énorme. Du coup, il faut ajouter dans le fichier .mozilla/firefox/<random>/chrome/userChrome.css:
* {
font-size: 8pt !important;
}
Uncategorized
firefox, fonts, gtk+
I wrote gdksetroot because I need this program. And perhaps, this will be useful for you. It only set your X background image with the filename specified. Or an random wallpaper if you give a directory containing your background images.
Uncategorized
background, freebsd, gtk+, netbsd, X
Many changes for this new release. State of connexion have been improved. The module compile and load on NetBSD-current (but is not usable due to problem with rtalloc1()). IPv6 is supported but not tested !
Please forgot the previous release, there is a bug on server deletion.
Uncategorized
drlb, freebsd, load balancer
dspam est un antispam écris en C, assez simple a mettre en place. Il peut s’interfacer avec le serveur mail (postfix, sendmail, qmail…) ou bien avec le serveur imap (dovecot, …). Il existe d’ailleurs un plugin dovecot tres interessant qui permet aux utilisateurs de faire l’apprentisage des spams juste en ajoutant ou retirant des mails du dossier ‘Spam’ en imap..
Pour ma part, je trouve qu’une fois l’apprentissage bien fait, c’est super efficace:
TP True Positives: 3782
TN True Negatives: 98322
FP False Positives: 125
FN False Negatives: 29
SC Spam Corpusfed: 3
NC Nonspam Corpusfed: 252
TL Training Left: 0
SHR Spam Hit Rate 99.24%
HSR Ham Strike Rate: 0.13%
OCA Overall Accuracy: 99.85%
Uncategorized
mail, spam
Hello,
this is the first public release of drlb! drlb stand for Direct Routing Load Balancer. This is a software load balancer that support only direct routing operating mode. It works on FreeBSD. I’m working on the NetBSD version.
Uncategorized
direct routing, drlb, freebsd, load balancer