While browsing around DeviantArt I found the photoshop shapes category. There's some really cool stuff to be had there, as usual I've been kept out of the loop. So if you didn't already know -- like me, heres the link. Check it out for yourself...
http://browse.deviantart.com/resources/applications/customshape/?order=9...
Logos and Illustrations Portfolio
By Chris Herberte on September 24th, 2007New page added, Logos and Illustrations in the Portfolio section.
Configure sudo without password for a user
By Chris Herberte on September 14th, 2007If you'd prefer not to have to type a password to execute commands as root with sudo
Edit the /etc/sudoers
#visudo
or
#vi /etc/sudoers
add a line for your user in this case mine is "chris"
chris ALL=(root) NOPASSWD: ALL
:qw
#
Cleaning Up After "apt-get remove"
By Chris Herberte on September 13th, 2007By default "apt-get remove package" doesn't purge everything related to the package. This eventually means that a log of configuration files are left scattered around the place with no corresponding packages. A couple of weeks ago, the following solution was proposed on #linux:
dpkg --purge `dpkg --get-selections | grep deinstall | cut -f1`
Bind Module Screenshots
By Chris Herberte on August 29th, 2007Amnon requested the screenshots which i promised but had not yet delivered -- flat out coding. But, heres some images of what I've got working so far. The module is still miles away from any sort of out-of-development release and only sort-of works but it's a start.
I would like to have a functioning version soon as i'm moving my sites to VPS and this module is in-fact how I plan to edit my own zone files.
Anyway, I'll shut-up now, heres the screen-shots. The titles of each dialogue or page should explain what they do, cao!

