Qmail Taps Extended
Problem
You're running qmail and you want to log as in "copy/archive/tap" only the outgoing email messages. Inter7, the creators of vpopmail have a nice solution in a patch named qmailtap.
This patch will actually give you the option to match a message's To and From addresses against a regexp and decide what to do with them, all in an easy to write configuration file but this solution will not differentiate between To and From so if any of them matches the regexp the messages will be copied.
If you would only want to log outgoing mail you could decide to log only the messages which have the From address set to a local account but since there's no way to know which of the From or To addresses matched you can't do this.
Solution
I created another patch that would allow you to specify which address you want to match.
With the original patch to match everything To or From @domain.com and copy to copy@example.com you would need a line like this in the configuration:
.*@domain.com:copy@example.com
With the new patch if you only want to log the messages with the From address @domain.com you would set the configuration like this:
F:.*@domain.com:copy@example.com
If you want to log only those with the To address @domain.com
T:.*@domain.com:copy@example.com
if you want the same behavior as the original patch:
A:.*@domain.com:copy@example.com
Note: When writing multiple rules you have to consider how qmail-queue works after this patch
For each message qmail-queue looks at the From address first and tries to match it against the lines
starting with F: or A:. Â When it finds a match it copies the message and stops.
If it didn't find a match in the F: or A: lines it will try to match the To address against
the T: and A: lines.
Download
If you have not applied qmailtap patch yet here is the new full patch:
Qmail taps Extended-full (10.46 KB)If you have already applied the qmailtap patch here is a patch you have to apply to obtain the new functionality:
Qmail taps Extended-diff (3.54 KB)Got any questions ? Or maybe you have other solutions... hit the comments!
This week on twitter 2009-02-22
- Download Debian Linux 5 Lenny ISO / CD / DVD Images http://ff.im/14vqe #
- @noahkagan isn't bill.com mostly used in the port industry? #
- @hacool I was hoping this would actually show me how to make a real cloud
in reply to hacool # - iBelieve http://ff.im/14XoV #
- RT: @improvingtheweb: RT @NicoleSimon exactly the reason y I only post very selective content & photos 2 facebook http://tinyurl.com/ca4r2l #
- if you're looking to host your own photos gallery2 is a cool script #
- 10 stonking email marketing systems reviewed. http://ff.im/157rY #
- RT: @StephanieSAM: This is pretty good! RT @barbaraling: 10 Tips for Using Twitter And Email Marketing for B2B http://tinyurl.com/7hf86b #
- @ao12 si eu, le iau cu lada de la metro.
in reply to ao12 # - RT @Othella 20 Expert WordPress Tips for Pro-Developers http://bit.ly/19nwI6 #
- have shared hosting ? could you use it as a socks proxy: http://tinyurl.com/bzqtrt #
- 20 Expert WordPress Tips for Pro-Developers | StylizedWeb.com http://ff.im/15wyD #
- Inter7 - http://ff.im/15wyC #
- RT: @denisecox: RT @StephanieSAM: Anyone doing email mrkting in Europe? Please take our survey! Pls RT http://bit.ly/gby6k #
- tied to play with mozilla's cloud editor ( bespin ) but it's just too slow for me #
- The rational marketer (and the irrational customer) http://ff.im/167dn #
- Authenticity http://ff.im/168IC #
- playing with zend Framework, second try... first time I got bored before I managed to actually do something with it #
- @AlexVolocaru CAN-SPAM doesn't require double opt in, that's why many see it as a law that's actually encouraging spam in reply to AlexVolocaru #
- @AnnePMitchell probably not many
in reply to AnnePMitchell # - Mahalo Caught Spamming Google With PageRank Funneling Link Scheme : SEO Book.com http://ff.im/16xOw #
- seems like Zend Tool only works with 1.7.4 not the latest 1.7.5 #
- @wllm it doesn't . It throws an error cause it can't find CodeGenerator in reply to wllm #
- @wllm I gave up. Again! Just too much work to do before I actually get to do the REAL work. Feels like bureaucracy in reply to wllm #
- @wllm yes exactly. But I found no indication about where I could get Zend_CodeGenerator. I ended up using 1.7.4 which worked well in reply to wllm #
- cum poti sa pleci de la Cluj si sa ajungi in Bucuresti in jur de ora 13-14 ? #
- wy did my blog' #
- ok...sloppy fingers ... #
- why did traffic on my blog (http://patchlog.com) double since yesterday ? I did nothing. Is there something wrong with wordpress stats? #
- oh I found out what the problem was. I installed this the wp toolbar : http://tinyurl.com/d9xcms #
- ... and now for every outgoing click I get two extra 'views' #
- The Great Email Debate - Topic #1 - The Opt-In Box: Checked or Un-Checked http://ff.im/17KJ9 #
- Itâs All About You http://ff.im/17KJd #
- thanks for spamming me with twine... good bye
# - I can't believe it ... google using asp ??? check out the link to "online registration form" on this post: http://tinyurl.com/594zeb #
- I got an invitation to try the Zend Server beta. anyone tried it yet? #
- Saki's Ext Examples http://ff.im/18rWU #
- Plugin Authors, Are you making the best of Readme.txt? http://ff.im/18sqd #
- Worst Unsubscribe Practices http://ff.im/18sqe #
- Yahoo Returns to its Roots: Annoying Ads http://ff.im/18sqf #
- I wonder why a lot of blogs still don't have the "Notify me of followup comments via email" on the comment form ... #
- hmmm....what could have changed between firefox 3.0.4 and firefox 3.0.6 that messes up the layout of my Extjs grid ? ... #
- and why isn't Saki's example (http://examples.extjs.eu/gridinbl.html ) messed up ? #
- @mihaibrehar re: "subscribe to comments...", good question. It's very useful. But the plugin is good enough. in reply to mihaibrehar #
- writing a site scrapper ... actually just configuring one I wrote some time some time ago #
- RT: @jowyang: I'm waiting to see examples of baby day car centers providing tweets to anxious parents to monitor. Practical? #
- project on elance.com: Find users talking about a specific topic near a given city and prepare a list of outgoing tweets 2 these users #spam #
- Twitter endorses certain accounts. Is it fair? http://ff.im/1abpH #
Powered by Twitter Tools.
HowTo: Shared Hosting as Socks Proxy
Problem
You need a proxy to connect to a service that would only accept connections from a certain location.
You have a shared hosting account on a server in location that is accepted by the service where you want to connect. Could you use it as a proxy server.?
You could install one of those proxy scripts made in php but that would only let you browse the web, what you want is be able to proxify any application and for that you need a socks server working with one of those proxifier applications (like tsocks on linux/unix ).
So could you use a socks proxy on your shared hosting account?
Solutions
The solutions are listed starting with the most simple working on the most permissive hosting accounts and ending with the most complex suited for the least permissive accounts.
There will be further posts describing the solutions in detail. This post is mostly an introduction.
SSH Tunnel
This is the simplest but it assumes that your hosts allows ssh access to your account and they don't block ssh tunnels.
ssh user@hosting-server.com -D1080This creates a socks server on your local host , then you can use it in the proxifyer app to forward all connections through it.
Custom SSH Tunnel
This is a solution for those hosting accounts that don't allow ssh tunneling, but allow you to connect over ssh and run a program ( antinat - a socks server ) once connected over ssh.
( One might wonder: why create a tunnel when you could just run antinat and connect directly to it? If you can do that then that's the best way to do it but most shared hosting servers would have all ports blocked so you would not be able to connect to any port other then the standard ones ( 80,443,25,110,143, etc ) but those are only available to root and are already busy anyway. )
The idea is to forward the traffic from your computer to the proxy server through the actual ssh connection instead of using the standard tunneling mechanisms which are blocked by server's configuration.
For this you would need a program on your host to act both as a socks server ( sort of ) and as a forwarder through a ssh connection. On the other side ( hosting account ) you would need another program that would receive data from the ssh connection and forward it to antinat. Both programs would actually have to forward data both ways.
Both forwarders would have to multiplex connections and forward them through a single ssh connection because most hosting accounts only allow one connection / user
Callback Socks server
This is a solution in case your hosting account has no ssh access.
It's similar to previous solution but in this case instead of having the local forwarder connect to the remote ( hosting ) forwarder through ssh, you eliminate the remote forwarder and just have the socks server connect back to the local forwarder and then forward everything through that connection.
This would require modification to the socks server as antinat doesn't have this callback feature built in.
Another requirement is that you are able to upload and run antinat on the server. Usually you can do this by just calling it in a php script ( eg.: system('antinat') ) or from a perl script if the host offers cgi access.
Custom script ?
What if for some reason (no cgi or php system() blocked ) you can't run antinat?
Well in this case I'm guessing it would be possible to write a script that you could call over a http connection, and forward through it, but php's socket functions would need to be available and script's max execution time would limit your connection time so don't expect much of this.
I have used solution #1 and I wrote the software and patches required to make #2 and #3 work. In the following weeks I'll write the posts to describe them in more details.
You can subscribe to my RSS feeds or connect with me on one of the social networks listed in the sidebar if you want to be notified when they are posted.
If you know other ways of doing this or ideas about my solutions I'd love to read about them in the comments.
This week on twitter 2009-02-15
- ext3grep rocks. Helping me restore all those pictures deleted by mistake in the morning #
- @RaduCeuca like regexp 'n stuff
in reply to RaduCeuca # - Humor: On Feb, Friday 13, 2009 Unix time Will Be 1234567890 http://ff.im/Z1ZF #
- RT: @divinewrite: Another great koala photo from Aus bushfires (HT @leehopkins) http://twitpic.com/1esri #
- RT: @problogger: thanks to the hundreds of ppl who have retweeted the @bushfires sitepoint offer http://twurl.nl/vl62e1 #
- Which parts are you skipping? http://ff.im/ZZlw #
- WordPress 2.7.1 Released http://ff.im/ZZly #
- @divinewrite seems the press release guys were faster then the admins and the upgrade is not available yet in reply to divinewrite #
- @StephanieSAM when an email address values $20, it seems quite a deal when you get an offer to email 1.800.000 for just $100
in reply to StephanieSAM # - I almost followed a spamer cause he had an avatar with pocoyo ( my son's a big fan
) # - @wpthoughts sure, not all subscribers are fetching your feeds everyday and your stats software may ignore the clients that just fetch feeds in reply to wpthoughts #
- @wpthoughts probably not in reply to wpthoughts #
- @wpthoughts it doesn't work that way. First you create the blog, You make it popular then you get the free hw in reply to wpthoughts #
- the builtin wp upgrade doesn't do anything, I just get a blank page. Trying the automatic upgrade plugin #
- why would your cat want to tweet? what if mice would follow? I'm talking about real cats not apartment cats that can't catch a drunk mouse #
- @MarkEckenrode now I'm the last one to figure the gmail sub-labels thing
in reply to MarkEckenrode # - @jtron9k wow, yeah even worse. Real danger. in reply to jtron9k #
- measure the effectiveness of your user interfaces. http://fivesecondtest.com/ via @dericloh #
- can you really test a user interface in 5 seconds? I barely get a chance to scan it in that time... #
- TwitterRemote Recreates MyBlogLog Using Twitter Accounts http://ff.im/10XKE #
- Testing Your Blog Backup http://ff.im/10ZlT #
- @AndrewWindham I usually click the "unfollow" link attached to auto-dms
in reply to AndrewWindham # - let's just take twitter for what it is : http://tinyurl.com/al4cfm #
- @jasonmbader This should have been done a long time ago, about the time when gmail started offering it
in reply to jasonmbader # - RT: @johnmorgan: Great word-of-mouth about your business is the best advertising money can't buy. #
- @oldmanuk true, but I think most of its users will like it more.I'd rather have users that like it then use it cause they have no choice in reply to oldmanuk #
- RT @garymccaffrey has a crazy idea. 19,530 new twitter followers in 30 days? Check it out http://tweetergetter.com/mihaisecasiu #
- @oldmanuk since when is Microsoft a leader in giving away free stuff ?
in reply to oldmanuk # - SAMBA Blog: Hamster Burial Kits &998 Other Business Ideas http://ff.im/11Id1 #
- WordPress Toolbar Plugin | Abhis Weblog http://ff.im/11MbZ #
- I Am a Failure http://ff.im/125tV #
- @CommentLuv because they can. Too many apps have this "great" feature in reply to CommentLuv #
- it's hard to stop playing the games you can't win #
- wow @jdevalk is so fast at writing wp plugins. http://cli.gs/LuD7gv ( via @divinewrite ) #
- why do they call it "simple network management protocol" it doesn't seem simple at all #
- RT: @mashable: You Can Write in 140 Chars. But Can You Code In 140 Chars? ( http://ping.fm/Ai1dZ ) #
- RT: @chrisgarrett: Twitter Tip: Find people to follow who disagree with - don't make your twitter stream yet another echo chamber #
- wow it's 6 pm and it's the first time I read the feeds
# - just noticed today friendfeed's like is love today http://ff.im/13EDo #
- @ALBsharah yeah it seems like it was invented for "job security"
in reply to ALBsharah # - RT: @codeguy: RT @smalljones: RT @dcagle: This cartoon shows how social networking is destroying the economy! http://tw0.us/Wd. #
Powered by Twitter Tools.
Twitter is just Twitter
The web is amazing. Every once in a while a new service appears that brings together so many people and gets so much popularity that everyone starts to look at it as the solution to everything.
Twitter is one good example of such beast. Started as a microblogging tool, made popular by high profile bloggers like Robert Scooble, seen as the hidden treasure of branding and marketing, twitter currently has about 5 mil users and growing rapidly. ( you know it's growing when you see spam growing
)
One of the greatest things about twitter ( from a developer's point of view ) is that it allows developers access to it's data through a simple API. This allowed a lot of companies and individual developers to write a large variety of web based services and applications from simple clients to power monitoring , pregnancy monitoring and alarm monitoring applications .
All these new apps being created everyday make people think what more can we do with twitter ? How can we make it solve all of our problems? ( can it bail out the banks ?
) .
A few weeks ago this post on Marketing Pilgrim blog suggests twitter could become a payment gateway, three days ago someone wrote a post suggesting twitter search could be a threat to google , I still see tweets about that post.
I see the value in each of those apps, in some there is more in others less, I can see how twitter search can be very useful for certain things, but it could never replace a search engine in the way google, yahoo, live work.
I'm not saying people shouldn't look for innovative ways to use a service, but headlines like "twitter threatens google" seem more like link bait.
I actually think something like friendfeed.com would be more efficient as a search engine then twitter is but would still not match google's power.
Sure people based search is cool but what about most of the people who don't live in twitter, what about the forums, the mailing lists, the blog comments, the pdfs, .doc?
This week on twitter 2009-02-08
- RT: @jdevalk: Anyone have any DATA (not thoughts ) about the influence of website speed on stickiness / average page views? #
- Why does the title on this stubleupon entry shows as "Untitled" . If you look at it in stumbleupon you will see it... http://ff.im/R2i8 #
- @jeresig better start monetizing that traffic
in reply to jeresig # - @problogger I likes the idea about auto following those whom you reply to so I'm implementing it #
- @gapingvoid Real Men don't twitter
or even better... Real Men don't twitter about what Real Men do or don't do
in reply to gapingvoid # - @smmehadi I'm trying on 64 bit. in reply to smmehadi #
- RT: @marcwarnke: I love how there is a no smoking sign ON the ashtray in the bathrooms of airplanes. #
- Does anyone here have any experience with encrypting user's personal data and storing it encrypted in the database (... http://ff.im/S2ZS #
- digg in Real Life: The Bury Brigade [cartoon] http://ff.im/S3mJ #
- @robertbasic if there's a security issue in software, an attacker might be able to gain access to the data without knowing user's password in reply to robertbasic #
- @RobertGonzalez mysql has quite a few methods, but the the issue is not there. The question is what do you do with the encryption key? in reply to RobertGonzalez #
- @smmehadi those instructions seem to be for installing AIR, I had no problem with that. But when I start twhirl It's just doesn't work in reply to smmehadi #
- @smmehadi twhirl just gives me an error cannot retrieve replies, messages, etc. I get this error for twitter, friendfeed, and identica in reply to smmehadi #
- @smmehadi it's the same with tweetdeck and frienddeck. Same problem on two computers, both with ubuntu 9.04 on 64 bit in reply to smmehadi #
- @mihaisecasiu on one of the computers it worked at some point then it stopped working, don't know ... maybe some software update in reply to mihaisecasiu #
- @smmehadi on one of the computers it worked at some point then it stopped working, don't know ... maybe some software update #
- @RobertGonzalez The issue is what do you do with the key after you encrypt take a look at the comment on this: http://tinyurl.com/bx6hyy in reply to RobertGonzalez #
- @robertbasic right it's a web app but where do you store it? if you store/hardcode it in the script a security issue there could reveal it in reply to robertbasic #
- @robertbasic the data should be available only when user is logged in so I could use the password as the key but what if they forget it? in reply to robertbasic #
- @robertbasic it's more of a hypothetical solution for an env. where u cannot trust any app. Well actually most envs. are like that
in reply to robertbasic # - @robertbasic just think for one moment that you're not the only one on the server and others might have access to your sensitive data in reply to robertbasic #
- @robertbasic btw how much do trust your hosting provider? Do you think they could look at your data? in reply to robertbasic #
- @robertbasic an asymmetric solution is the best. I'm concerned about two things: 1) user loses his key 2)keys are long and hard to remember in reply to robertbasic #
- @robertbasic the data would be encrypted with a key stored on server and decrypted with a key that user provides at login time in reply to robertbasic #
- @robertbasic This still has the vuln. that someone on the server can corrupt the data but there are other methods 4 verifying the integrity in reply to robertbasic #
- @robertbasic it's not only shared hosting. How much do you trust the staff at your dedicated server provider. in reply to robertbasic #
- @robertbasic the best would be to host the server yourself but that comes with it's own problems in reply to robertbasic #
- @robertbasic re sniffing, that's why we have SSL in reply to robertbasic #
- @robertbasic you can't make a perfect system but you can die trying
in reply to robertbasic # - @robertbasic it's not too much trouble to make someone's credit card numbers, social security and other sensitive data secure in reply to robertbasic #
- @robertbasic isn't that only for encrypting php scripts? in reply to robertbasic #
- techrepublic just doesn't get it. I wanted an account to comment not to be signed up for 3 newsletters. #noautosubscribe #
- @robertbasic yeah that's almost useless for what I need in reply to robertbasic #
- @graywolf I have windows servers running anything
in reply to graywolf # - @graywolf I don't know how hate transformed into have ... cause I meant hate
in reply to graywolf # - I wonder if the "Here's why" thing is a @scobleizer invention ? #
- @AnnePMitchell it loads but it's slow in reply to AnnePMitchell #
- TweetBeep is back! http://tweetbeep.com ... wow such a long pause. Now they can buzz me again every hour
# - Untitled http://ff.im/SHws #
- http://tinyurl.com/ad4vgq http://ff.im/SHwr #
- friendfeed -> stumbleupon integration sucks. #
- something is very wrong with stumbleupon -> friendfeed postings. I have reviewed a link in stumble and it shows up... http://ff.im/SL1b #
- I just realized I have not checked google reader in almost two days. #
- @psaico no only 80+. I generally subscribe only to 1 post / day max type of blogs. Plus most of it is already on friendfeed or twitter in reply to psaico #
- who the f**k is Jenny and why is her number so expensive on ebay? I thought women would just give you their number if they like you!
# - @smmehadi I'm on ubuntu 9.04 alpha, 64 bit. I'm running twhirl 0.8.8k on air 1.5. Twhirl starts but cannot fetch any messages. in reply to smmehadi #
- @smmehadi your suggestions didn't help. Before when I was on 8.10 and twhirl 0.8.7 it worked , but I don't want to go back to that
in reply to smmehadi # - @smmehadi are you working as tech support for adobe ? Why not reflect that in your profile? Thanks for the help anyway! in reply to smmehadi #
- RT: @alexiskold: RT @codinghorror Design tip: make the right thing easy to do and the wrong thing awkward to do #
- Installing qmail-scanner on linux / plesk | NetWebLogic http://ff.im/TwjI #
- @smmehadi it's good to see a member of the testing team is active on twitter in reply to smmehadi #
- Better URL design for more clicks? http://ff.im/TDZ4 #
- Stop sending emailâ¦â¦. http://ff.im/TIlx #
- RT: @swhitley: Excellent addition to the Twitter API - http://is.gd/in6s - You can now get friends w/o having to page. #
- jQuery: how to tell if you&8217;re scroll to bottom? | Yelotofu http://ff.im/Uj2n #
- RT: @nonsequitir: Bill Gates releases mosquitoes into crowd. Brilliant visual/sensory demonstration http://tinyurl.com/akmsxk #
- @Lt_Draper they are already "unable the query the interwebs" in reply to Lt_Draper #
- @Lt_Draper no actually it might have been my fault ( sort of ) I was looking for my full name instead of my twitter screen name in reply to Lt_Draper #
- @designmeme if you like the charts at jscharts.com you might also like Flotr http://solutoire.com/flotr/ ( and it's really open source ) #
- How To Sleep Better After an Upgrade - Blog Unit Testing http://ff.im/UNLD #
- 10 Free Chart Scripts | WebTecker the latest Web Trends, Resources and News. http://ff.im/VyHF #
- removing plesk / switching to webmin #
- @iuliapopescu scuza-mi ignoranta ( folosesc thunderbird ) dar ce face minunatul X din mail-uri ? in reply to iuliapopescu #
- @iuliapopescu buna strategie
in reply to iuliapopescu # - just finished installing nagios, now setting up centreon, hopefully it will allow me to configure nagios from web #
- @macruise yeah that's a reply in reply to macruise #
- 10 Nagios Web Frontends http://ff.im/WaqP #
- nagios, centreon are no good. I'll just write my own simple script for what I need #
- @macruise slept too much last night
in reply to macruise # - I hate it that I can't send an offline message using gtalk #
Powered by Twitter Tools.
Ip alias with dhcp in ubuntu
Problem
You have a machine running ubuntu, NetworkManager gets the ip from a dhcp server and you want to have another ip that never changes on the same interface (for example if you want to also act as a dhcp server for your local network and both the local and uplink are connected on the same interface).
Dhclient seems to support this through an "alias" statement and NetworkManager seems to use dhclient but I just couldn't make it work like this.
Solution
Create a script in /etc/network/if-up.d/ . Name is as you wish. My choice was "alias" .
#!/bin/sh -e [ "$IFACE" != "lo" ] || exit 0 ip a a 172.16.0.149/22 dev $IFACE
Then make sure the script is executable:
chmod 755 /etc/network/if-up.d/alias
You can replace the ip and mask to fit your needs.
NetworkManager will run this script automatically after it brings the interface up.
This worked for me but in the spirit of usability it would have been nice to have this kind of feature directly into NetworkManager's connection configuration gui.
Do you know any other way of doing this? Please share it in the comments.
This week on twitter 2009-02-01
- ] #
- that was my son's first tweet at 2 years and 9 months #
- @vvladescu yeah but those times were more like 1997 not 2007 in reply to vvladescu #
- RT @JackBastide: Don't Waste Time Vacuuming Under Furniture .. It takes Too long and No one looks there. Funny! #
- I'm loving twhirl. Well maybe just liking it and also tweetdeck doesn't seem to work on Linux so... #
- @segdeha why do you even care about that? just ask the server not to send it. #
- @segdeha detect the user agent on the server side and make the server not send gzipped content #
- @chrisbrogan I don't think there are many saying "we MSN" but quite a few saying: "google it" or "I googled it" #
- Post from the Comments - Voices http://ff.im/KTjS #
- Twitter, Chris Brogan, and Black Swans http://ff.im/KTjU #
- RT: @lyndoman: If the Planet's gravitational field is not as strong everywhere, does that mean I can lose weight by moving house? #
- TECH SOURCE FROM BOHOL: Linux Keyboard Shortcuts: Safe Way to Exit During System Freezes http://ff.im/Lbq0 #
- RT: @corymiller303: chris talks about how he uses WordPress as a web app framework http://tinyurl.com/cc2gxe #
- @brentnau I agree. You can see the same tips all over the web but it doesn't mean that's how he got 88k followers in reply to brentnau #
- RT: @jenniev Checklist For Double Checking Your Email Marketing Campaign: http://budurl.com/889q #
- @RetailEmailBlog having a donotreply address in any email message is just rude. If you don't want me to reply don't send me an email. in reply to RetailEmailBlog #
- Worldometers - real time world statistics http://ff.im/LhTg #
- @AlexVolocaru unbelieveble! cum ai dat de link-ul ala? in reply to AlexVolocaru #
- @storming I find Linus's comments moderate compared to when he was picking up on the Gnome devs and started patching it himself in reply to storming #
- @DaivRawks that site is scary
in reply to DaivRawks # - @AlexVolocaru lovely, go spammers go ! in reply to AlexVolocaru #
- The goals you never hear about http://ff.im/Lli7 #
- oh how I hate those sites with videos that automatically start playing when you visit a page #
- why do some services insist on less then 15 character passwords ? I can understand a lower limit but why so small higher limits? #
- RT: @stejules: How Do You 'Follow' 2,500 People on Twitter? http://bit.ly/p4Ra Many Twitter users adopt a "quality not quantity" strategy #
- @homerj79 Email Marketing Done Right != spam in reply to homerj79 #
- Compare Email Marketing Software Providers | Constant Contact | iContact http://ff.im/Me03 #
- @ZaStef still have those chi.mp imvites? Can I have one? #
- @clickio @RaduCeuca caca i-ar preocupa problema ar implementa email authentication si problema nu ar mai fi atat de grava in reply to clickio #
- I wonder who came up with the idea of auto dm on twitter. The perfect example of a BAD viral idea #
- RT: @LorenMcDonald: If U ask 4 my birth date during email opt-in, I expect a B-Day wish every year &/or offers relevant to my age - got it #
- is http://chi.mp trying to be a whitelabel friendfeed ? #
- @al3x I'm actually struggling to be less like that but it's hard. I still host my pictures myself in reply to al3x #
- The Render Rate is Coming! http://ff.im/MD0U #
- @grader could you not suggest I should follow people I already follow ? #
- @teedubya screaming at the kids ti tell them to stop screaming is a good strategy to make yourself heard
in reply to teedubya # - Welcome to OpenVPN http://ff.im/MFum #
- Really bad unsubscribe processes http://ff.im/N6kS #
- @bracco wordpress would be good for all of that in reply to bracco #
- Untitled http://ff.im/Nl0r #
- when looking at a user's profile would be nice to see some bio and subscribed subscribers numbers like on twitter. I... http://ff.im/NmYX #
- @divinewrite the new site looks great in reply to divinewrite #
- @spam @_LisaBarone #
- @LisaBarone just got followed by your fake personality @_LisaBarone #
- FireScope http://ff.im/NIIJ #
- one hundred push ups http://ff.im/NIII #
- SpeedBlogging: How To Write Better Posts In Less Time â Copyblogger http://ff.im/NNCN #
- Google Introduces A New Weapon In The Fight For Net Neutrality: Measurement Labs http://ff.im/O2T6 #
- How to Draw a Manga Dog (with video) - wikiHow http://ff.im/O5bG #
- is there any open source application like adobe AIR ? #
- why doesn't anyone create a firefox extension/plugin that would turn firefox into an AIR like virtual machine? #
- Google Gears seems somehow similar to AIR and is open source #
- if you're a webmin user and you have to add a lot of ip addresses here's a simple way to do that: http://tinyurl.com/ct2lpb #
- RT: @AaronMartirano: In order to succeed you must fail, so that you know what not to do the next time #
- RT: @robertbasic: Thousands of video lectures from the world's top scholars - http://academicearth.org/ #
- @Jimconnolly you're not wrong as long as you don't autofollow and you can handle the stream in reply to Jimconnolly #
- @nonsequitir does moonlight allows you to write a web app with js and html then compile it into a "standalone" app ? in reply to nonsequitir #
- @backtype when I comment on some blog posts ( ex. http://tinyurl.com/b5zus8 ) the entry in backtype shows the title of the blog not the ... #
- I hate when I update from web and twitter just decides to cut everything over 140 chars. It would be a lot better to refuse to update #
- @backtype here's the problem http://www.backtype.com/mihaisecasiu/comment/32961170 it shows the title of the blog not the title of the ... #
- @backtype bog post ... sorry #
- @Erik_James_ there wasn't any counter. Very weird. Also it's harder where there are long urls involved in reply to Erik_James_ #
- @arronlock I find it interesting that some businesses and the public institutions still use it, some don't even have email but have a fax in reply to arronlock #
- Yes, I did click the button!!! (WHAT!!??) #
- if you're wandering what that last tweet was... I was testing clickjacking: http://tinyurl.com/7fh4kp #
- 27 questions for your email marketing in 2009 http://ff.im/OVap #
- @Erik_James_ I post mostly from twitterfox, but at times also from web, and more and more from friendfeed in reply to Erik_James_ #
- I just tried the "Drain Holes" wp plugin for monitoring downloads but I like "Download monitor" a lot more. Any other... http://ff.im/P8Wv #
- RT: @CraigTeich: QikBizTip: If ur looking for xtra $, 99% of time it's best to leverage your current biz than to look for side opportunities #
- ugrading to ubuntu 9.04 alpha #
- @nonsequitir on production. I like leaving on the edge
in reply to nonsequitir # - @nonsequitir you see the empty half of the glass. I like to think of it as "alfa is probably just as ready "
in reply to nonsequitir # - @nonsequitir ah well I'll see in a few minutes. Are you already running it ? in reply to nonsequitir #
- @nonsequitir I have been a die hard gentoo user,but I'm slowly switching to ubuntu. I just don't have the time to compile everything anymore in reply to nonsequitir #
- RT: @migueldeicaza: Linux kernel hacker Robert Love has a tasty cooking blog: http://food.rlove.org I will try the carnitas this weekend #
- RT: @JackBastide: If you have a JOB be thankful BUT don't b complacent. Have a Plan B home based biz on the side theres good ones out there #
- it seems like new ubuntu will use SHA512 instead of MD5 for encrypting system passwords #
- Gustavo Duarte http://ff.im/PHq5 #
- asking me to register to comment on your blog is just crazy #
- is there any way to disable google's Warning - visiting this web site may harm your computer! #
- i seems I get this warning for every link I click in google results #
- @DominiqueGoh clearly something is wrong with it even wikipedia shows up as badware in reply to DominiqueGoh #
- Install Flash 10 Under Ubuntu Linux 64 bit Edition http://ff.im/Q5iY #
- @stejules I experienced the problem too. very frustrating
in reply to stejules # - Untitled http://ff.im/Ql3g #
- I wonder what #
- what's the percentage of 32 bit cpus still being sold ? #
- and what's the percentage of 32 bit cpus estimated to still be in usage? anyone got any stats ? #
- Harvesting Energy From Humans | Popular Science http://ff.im/QpBc #
- TECH SOURCE FROM BOHOL: Free/Open-source Television Software http://ff.im/QqB2 #
- @nonsequitir you can have something close to that.A coop search engine and tell it to search only in your social bookmarking profiles in reply to nonsequitir #
- anyone have air + twhirl running on ubuntu 9.04 ? http://ff.im/QOYv #
- RT: @chrisbrogan: Want to hear about online customer service? @avenuez has a guest post on my site about it: http://is.gd/hYZC #
- Email campaign case studies (one good, one bad) http://ff.im/QQHK #
Powered by Twitter Tools.
Bttv Kworld tv tunner setup
Problem
Can't get a Kworld KW-TV878RF ( bt878 chipset ) to work, tvtime-scanner doesn't detect any channel, dmesg shows the module as loaded ( running the 2.6.28-6-generic kernel on Ubuntu 9.04 alpha , but that's not the issue as it turned out ), but still no channel available.
Solution
Edit /etc/modprobe.d/bttv and add the following lines:
alias char-major-81 videodev alias char-major-81-0 bttv options bttv card=78 tuner=5 radio=1
The first two lines might not be needed but that's how I had them on gentoo, before I decided to install ubuntu.
The last line is actually telling the bttv drive the exact type of card you have.
For other cards the card number might be different.
PatchLog
