Archive for February, 2009

Setting Up Your Ubuntu 8.10 VPS with VPS Ville Pt. 2 FTP, Users, Mail

Friday, February 27, 2009 1:12 No Comments

8.  Setting up FTP
To start install the FTP Server:

apt-get -y install vsftpd

Now all we have to do is configure it:

nano /etc/vsftpd.conf

We don’t want people logging in anonymously so change “anonymous_enable=YES” to:

anonymous_enable=NO

You also want to uncomment [remove the # in front] these lines:

#local_enable=YES
#write_enable=YES

Ctrl + O, then Enter to save.  Ctrl + X to exit.  Now restart [...]

This was posted under category: Big Pimping, Ubuntu, VPS Tags: , ,

Setting Up Your Ubuntu 8.10 VPS with VPS Ville Pt. 1 LAMP

Wednesday, February 25, 2009 15:31 No Comments

Based on a request I’m going to take you guys through setting up your own VPS for AM / IM work.  This includes setting up LAMP (Linux, Apache, MySQL, PHP).  We are going to be working with Ubuntu Linux 8.10, as it’s a fairly easy, secure setup.
Make sure you select Ubuntu 8.10 Minimal for installation.
In [...]

This was posted under category: Big Pimping, Ubuntu, VPS Tags: , , ,

Inside info and Bespin

Friday, February 20, 2009 16:22 6 Comments

I grabbed a VPS from VPSVille.ca this week.  Found out that they have a data center in LA now!  I don’t that is supose to be totaly public info, but it’s an option when selecting server location.  Also I e-mailed support because it was taking them a while to set up, and they told me [...]

This was posted under category: Hosting, Rant

Submits: How they work and why they are a pain in the ass

Sunday, February 15, 2009 23:41 4 Comments

Happy day after V-Day.  Hope everyone got a little something, something. *wink* *wink* *nudge*
We are going to take a break from the programing / VPS’s / technical bullshit (and what not) for this article to focus on one of the more volatile type of offers out there that you can run.  There’s been a lot [...]

This was posted under category: Getting Screwed, PPC, Q&A Tags: , ,

Geo-Targeting It Doesn’t Get Any Easier

Tuesday, February 10, 2009 13:22 1 Comment

Geo targeting, we have all seen it:  “Meet Sexy Women From [city] Who Want to Blow Your Balls Tonight!”.  However pulling off that effect is not normally as easy as you’d think.  Luckily someone was thinking about us.
Its called geoPlugin.  It supports both PHP and JavaScript locally, but also can return data via JSON or [...]

This was posted under category: PHP, Software Tags:

On vacation

Sunday, February 1, 2009 22:21 No Comments

I’m on vacation right now, if you happen to be going on a cruise throught Royal Carribian tomorrow,well then good chance we are on the same ship.  Get a-hold of me.  Regual things resume on the 8th.  Thanks!

This was posted under category: Uncategorized