Category Archives: internet marketing

Adwords Lead Generation

Tweet Google is getting into lead generation apparently.. Here’s the ad: This is the “landing page” that popped out in gmail: Tweet

Ask.com Ad Arbitrage

Tweet Yes, even search engines do it… For example, I was on playlist.com: CPC here? my guess.. anywhere between 25 cents to $1 per click.   Where does it land? Of course.. a page with HIGH CPC ads (probably $5+ CPC)     Is this wrong? Legally, no. Is this ethical? No. There’s a reason [...]

How to Install SSL for Apache2 for Dummies

Tweet Ok this shit is confusing as hell… so here are the commands you need. Not gonna explain what they mean so don’t ask. BTW.. this is on Ubuntu running apache2   0) a2enmod ssl 1) openssl genrsa -out private.key 2048 This generates private.key   2) openssl req -new -key private.key -out <YOUR DOMAIN>.csr Fill in stuff as they ask you. [...]