Sunday, March 29, 2009

Parent Pager Blank Screen


If you're using Parent Pager, here's a 1024x768 "blank".

(If you want to customize Parent Pager background, you simply change C:\Program Files\Acink Corp\Parent Pager\ParentPager.ini and edit the Background= line to point to your new background. )

Wednesday, March 25, 2009

Dansguardian schedule an exception during the day.

So, you're using dansguardian and would like to schedule an exception...

I created two scripts:
_start_.sh

cp /etc/dansguardian/exceptionsitenoon.noon /etc/dansguardian/exceptionsitenoon
/usr/sbin/dansguardian -g


_stop_.sh

cp /etc/dansguardian/exceptionsitenoon.normal /etc/dansguardian/exceptionsitenoon
/usr/sbin/dansguardian -g


And added this line in /etc/dansguardian/exceptionsitelist:

.Include </etc/dansguardian/exceptionsitenoon>


Then, crontab -e

min hr * * * /path/to/_start_.sh
min hr * * * /path/to/_stop_.sh


And, of course, made a file /etc/dansguardian/exceptionsitenoon.noon that had a list of the domains I wanted to allow (for my case, at noon) and another /etc/dansguardian/exceptionsitenoon.normal that was empty. The reason I used the .Include option was that I wanted to keep the permanent exceptions separate and manageable from the temporary exceptions -- If not, I'd have to make updates to both "noon" and "normal" lists every time I needed to make a permanent exclusion.

Sunday, March 8, 2009

Sort GMAIL FREE with mail2web.com

You'll kick yourself how easy this is: www.mail2web.com
Login: youremail@gmail.com
Pass: yourgmailpassword
It'll give you sort (From, To, Size, Subject) without hassle. Plus you can delete.

ETA: On second thought, maybe it's not so special. It's incredibly slow. Well, at least it's an online option. I got it up and then it stopped working for me when I started sorting. I tried IMAP4, and it is sluggishly moving.

Blog Archive