Back to top

Blogs

Build Nginx + PHP-FPM + APC + Memcache + Drupal 7 on a bare-bone Ubuntu 10.04 or Debian 5 server

I am not hosting administration expert, nor intent to make this tutorial post as generic as it would work for everybody. Since the stack: Nginx + PHP-FPM + APC + Memcache + Drupal 7 is quite on the cutting edge at the moment (Oct.2010), and there is not many 'master' tutorials available. Therefore, I am writing down my notes here for sharing.

This note is also reviewed and improved by Eric E Moore from Brandorr Inc

I got a bare-bone Debian 5 from linode.com, then, here is how it goes:

From Android Growth: Do We Need to Overhaul MBA Programs for the Era of Open Source?

You need the background of open source, iPhone, Android, Google, Apple before you can understand the point that I am trying to make here.

News: 1.) In April, 2010: AdMob: Android Passes iPhone Web Traffic In U.S.

http://techcrunch.com/2010/04/27/admob-android-passes-iphone-web-traffic...

News: 2.) In May, 2010: Android Surpasses The iPhone In The United States

Union Beer Distributors use Open Atrium for their sign/poster requests

At Union Beer Distributors, sales representatives send out many sign/poster requests to their internal sign shop every day. The sign shop used to ask the sales reps to fill out a paper form in order to start the process. Later on, any issues during the producing process are solved by phone calls, emails, or in-person communication. As you can imagine, this approach can easily get out of control with small problems. Therefore, a centralized, and streamlined system is needed.

Android XML parser

URL url = new URL("http://craftbeerguild.net/mobile.json?barcode="+contents);
//URL url = new URL("http://www.anddev.org/images/tut/basic/parsingxml/example.xml");
/* Get a SAXParser from the SAXPArserFactory */
SAXParserFactory spf = SAXParserFactory.newInstance();
SAXParser sp = spf.newSAXParser();

/* Get the XMLReader of the SAXParser we created. */
XMLReader xr = sp.getXMLReader();

Shell Implementation--Simple Illustration of How Bash Works

/**
* Skyred
* 2006-10-27
* This program creates a shell for a user to execute explicit
* commands. The parent reports the identification numbers of it and the child.
* > < | & are implemented
**/

#include /* file of data types needed for many compilers */
#include /* needed for fork, getpid procedures */
#include /* needed for perror */
#include /* needed for exit */
#include
#include
#include

Pages

Subscribe to RSS - blogs