Joey reported that websec failed him for reading modifications in web pages when reading the generated mails in a text mail agent. I wanted to point out that websec has ASCII marker support to highlight changes in text for this purpose exactly. This feature was implemented by Javier M. Mora.
Baruch Even's blog
Tue, 26 Jun 2007
WebSec ASCII MarkersCategory: Dev
Tue, 19 Jun 2007
The Easy Way to have ATI in DebianCategory: Debian
Unfortunately I have an ATI display card in my laptop, it is a wide screen laptop and so far I used the 1024x768 resolution instead of the native 1280x768. Some girl (sorry, forgot your name and you're not in mugshots) prodded me to fix that since my screen looked pretty warped. Today I finally got to do it and install fglrx to get my native resolution working and boy, is it a change!
The ingredients for this recipe:
- A computer with ATI display driver
- Debian unstable (though testing and etch should work as well)
- A network connection
Instructions:
- su -
- aptitude install fglrx-control fglrx-driver fglrx-driver-dev fglrx-kernel-src modula-assistant linux-headers-2.6-686
- m-a -t auto-install fglrx
- aticonfig -f --install
- Restart X, you can do it with Ctrl-Alt-Backspace, or just restart the computer
- Enjoy the beautiful new look of your desktop!
If you are using an AMD machine replace the linux-headers-2.6-686 with linux-headers-2.6-k7.

