This week on twitter 2009-04-26
- I'm set on unfollowing people, it's nothing personal but I want to be fair. Following 400 people is almost like following none #
- qmail-channels: throttle outbound delivery queues by domains [pic] http://ff.im/2m0nx #
Powered by Twitter Tools.
This week on twitter 2009-04-22
- Amazing Perf by 47YO on Britain's Got Talent http://ff.im/25bjj #
- How to write to a Perl variable as if itâs a filehandle http://ff.im/25dOx #
- RT: @missmcj "I want the old Google search engine, not Google Chrome." from the Chrome help forum http://twurl.nl/qe75ip #
- seems like pear.php.net is down #
- just got spammed by someone using google's email servers. Message signed with both DomainKeys and DKIM. Thanks google! #
- @CommentLuv @db I got twitip id to on 2.7 awhile ago but it would be nice if it would work without having to modify the code in comments.php in reply to CommentLuv #
- @JayOatway yeah let's see who's the first to reach 0 followers now in reply to JayOatway #
- RT @JayOatway Now that the "twillion followers" race is over, let's do things a bit different this week: #unfollowfriday @aplusk @cnnbrk #
- @idela not sure what "home categories" are. The module generates a sitemap that includes a list of categories if that's what you are asking in reply to idela #
- @idela I read the message wrong in the first place. The answer is yes, it includes the home and categories in the sitemap in reply to idela #
- @idela cause it's in sitemap-pages : http://tinyurl.com/cmz5lv in reply to idela #
- RT @sethsimonds: Hey #followfriday fanatics! If you list fewer tweeps per tweet & give a reason why you like each one, it improves your #FF #
- @sethsimonds I actually unfollow those that just fill my stream with people they recommend. I call them #followfriday abusers in reply to sethsimonds #
- @sethsimonds of course, I'm selective I don't just unfollow automatically in reply to sethsimonds #
- @oldmanuk can you actually be sure no one will ever encounter it? I don't think so. in reply to oldmanuk #
- @oldmanuk might be good thinking but don't apply it to all of your small hit bugs in reply to oldmanuk #
- @idela actually it has a lot more sitemaps depending on the number of articles you have. in reply to idela #
- @idela but there's an index and you should only submit the index to google http://www.clickncook.fr/sitemapindex.xml in reply to idela #
- @idela it's in the standard spec from http://sitemaps.org and yes google, yahoo, live and ask.com understand it in reply to idela #
- #gnome what's the point of hiding the panels if the rest of the windows can't use the space ? #
- @db I see it's not working anymore. I think I lost it when I enable threaded comments. I'll let you know if I find some time to enable it in reply to db #
Powered by Twitter Tools.
This week on twitter 2009-04-12
- @bobbyvoicu se pare ca se refera doar la trafic direct din PPC daca vine de pe o pagina la care s-a facut PPC e ok. in reply to bobbyvoicu #
- the new friendfeed looks more like twitter http://ff.im/1X90C #
- can I comment on comment and like a like ? dawg! http://ff.im/1X9eX #
- What does better mean? http://ff.im/1XbUv #
- Blog or News Site http://ff.im/1XbUz #
- @GodFodder seems like these days everything has to be EPIC FAIL, ... just FAIL is not enough
# - The first question every web site designer must ask http://ff.im/1ZzlB #
- @lyndoman do you really think any of those following thousands of people actually look at their twitter stream in reply to lyndoman #
- @lyndoman actually you use tweetdeck because it helps you show you "follow" 3k but not actually do it in reply to lyndoman #
- smaz - a small string compression library http://ff.im/20PGs #
Powered by Twitter Tools.
This week on twitter 2009-04-05
- Huawei E160 and Linux http://ff.im/1NudS #
- Is It Time For Kubrick To Retire? http://ff.im/1Op5y #
- Microsoft Encarta Officially Succumbs to Wikipedia http://ff.im/1PDag #
- Just added myself to the http://wefollow.com twitter directory under: #linux #email-marketing #programming #
- funny thing about guy kawasaki http://tinyurl.com/csoncr I realized this months ago and stopped following him and others like him #
- Using Aweber Web Forms to Track Conversions for Email Newsletters http://ff.im/1PSvA #
- First, ten http://ff.im/1SnKC #
- the hdd of my macmini failed. it's most likely the mechanical parts.any way to recover my data? how about running macosx on usb drive? #
- @nonsequitir it sounds like it can't start anymore. I had similar problems with other drives before. in reply to nonsequitir #
- #define #followfriday, a new way to decide who to unfollow
# - @stejules I like the diggbar, I wonder why they didn't do it sooner in reply to stejules #
- RT: @stejules: Google Uses Twitter to Sell Ads http://ow.ly/1Z6x via Broadcast your Tweets via AdSense http://ow.ly/1Z6A #
- sudo rpmbuild -ta maildrop-2.0.4.tar.bz2 , that's the simple/working way to build maildrop on rhel 5.3 , thanks... http://ff.im/1UVYS #
- @poseurtech it's either that or your gmail address just got in the hands of more spammers in reply to poseurtech #
Powered by Twitter Tools.
Fix: ClamAV unrar warning on RHEL
Problem
If you install Clamd and clamav on RHEL 5.3 (and maybe olderversions too ) or Centos the clamav rpms don't contain the unrar library so when you star clamd you will get this warning:
Starting Clam AntiVirus Daemon: LibClamAV Warning: Cannot dlopen: file not found - unrar support unavailable
Solution
The solution is really simple. All you have to do is install clamav-devel
yum install clamav-develand then restart clamd and everything should be ok.
Solution found thanks to this blog post ( yeah it's in Japanese and no I can't read Japanese but It was easy to figure out )
PatchLog
