James Bachini

server

  • Scalling Prosper202

    An excellent article from prosper202 on how to scale out to multiple servers efficiently: http://prosper.tracking202.com/blog/tutorial-how-your-current-server-setup-is-costing-you-big-time?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+prosper202+%28Prosper202+Development+Blog%29

  • Installing Prosper202 for Affiliate Marketing

    Things you’ll need to get setup with Prosper202 and affiliate marketing: > A webhost or VPS or Dedicated server (web host is cheapest, Dedi’s are most expensive, VPS is a good compromise) > A domain name, just use a .com in case you want to run international in the future. Godaddy are pretty good. >…

  • Prosper202 Mod – Set preferences before crashing server

    Had a bit of an issue with Prosper crashing once the database got too big. I would log out and leave the analysis preferences set to my biggest traffic source and when I logged back in the server would crash as it tries to pull a report before you can modify the search critieria. I…

  • Apache Logs – Disk Space Ubuntu Plesk

    One of my servers started groaning early last week and it turned out I had log files accumulating to nearly 1TB. Log rotation was switched on but it still wasn’t ideal. I solved this by ssh’ing into a root shell and running the following command: du -a /var | sort -n -r | head -n…