Outlook blocked access to the following potentially unsave attachments:
Tuesday, November 17, 2009, 09:39 AM - Windows
If you're like me, you've likely received an attachment from someone after spending half an hour talking them through attaching it, only to find that Outlook as blocked access to it. Here's all you need to do to make the ugly warning go away:
1. In the registry, under HKCUSoftwareMicrosoftOffice(VERSION)OutlookSecurity, add a string value "Level1Remove" and set the data to the extension of the file you need access to, like "tmp" or "exe;ini".
2. Restart Outlook and you now have access to these files.
Don't forget to remove this key when you are done!
[ add comment ] | [ 0 trackbacks ] | permalink |




( 2.9 / 540 )DVD Flick is the BOMB!!
Friday, August 28, 2009, 06:52 AM - Windows
Does anyone say that anymore? I guess now it rips, shreds, something? Anyway. I just downloaded DVD Flick, an open source dvd rendering and burning program. Take any video you have, and I mean ANYTHING and this app seems to rip them and spit them out in a nice, standard DVD format. I took a bunch of DIVX standard stuff I found somewhere and threw them into the app, said "make me a basic menu and burn the dvd" and it worked. First time. No fuss, no muss. It just works.
[ add comment ] | [ 0 trackbacks ] | permalink |




( 3 / 717 )log4net comes to Twitter
Tuesday, August 4, 2009, 10:34 AM - .NET
Someone turned me on last week to this cool log4net appender for Twitter. Basically, you configure your app to "log" to twitter for certain events, and it acts just like a normal appender. Very cool. [ add comment ] | [ 0 trackbacks ] | permalink |




( 2.9 / 661 )STUPID CLAMD!!
Friday, July 31, 2009, 05:10 PM - Linux
I ran into an issue where clamd (the clam anti-virus daemon) was using 100% of my CPU time, forcing other programs (like auth!) to fail. After playing with several settings, I finally figured out how to disable clamd:
1. touch /var/qmail/supervise/clamd/down
2. vi /var/qmail/control/simcontrol
3. change :clam=yes to :clam=no
4. save the file and run /var/qmail/bin/simscanmk
5. qmailctl restart
6. qmailctl stat
You should get a message that clamd is down (since we added a file named "down" in the clamd folder for supervise) and it should stay down when we restart qmail.
[ add comment ] | [ 0 trackbacks ] | permalink |




( 3 / 635 )What kind of timestamp is THAT??!
Friday, July 31, 2009, 03:26 PM - Linux
If you're like me and run qmail with multilog to split things out into multiple, readable logs, you end up with some crazy looking log entries, like this one: @400000004a736ed035017b1c tcpserver: status: 26/400. The message is pretty readable, but the timestamp, @400000004a736ed035017b1c, not so much. However, there is a solution. Instead if just issuing a tail -f filename, pipe that output to tai64nlocal, like this: tail -f filename | tai64nlocal. This will convert the output to something much more readable, like this: 2009-07-31 15:25:58.861012500 tcpserver: status: 31/400.
Happy Logging!
[ add comment ] | [ 0 trackbacks ] | permalink |




( 3 / 490 )Back Next






