Blog

  • Installing fcgi on IIS 6.0 with PHP 5.2.8

    Choose fcgi iis
    Choose IIS FastCGI
    Be sure to install extensions needed for WordPress
    Be sure to install extensions needed for WordPress

    Select these extensions:
    GD2
    Gettext
    Multi-Byte String
    Mimetypec
    MySQL
    MySQLi
    PDO/MySQL
    SQLite (in case MySQL fails)
    XML-RPC (WordPress needs this)

    Be sure to install Pear and the PHP Manual, too.

    Next step: Install FastCGI with the installer.

    For more info check out this page

    Also check out info how to install FastCGI on IIS 6.0.

    Install eAccelerator.

    My php.ini is below:

    [PHP]
    cgi.force_redirect=0
    extension_dir=”C:\Program Files\PHP\ext”
    [PHP_GD2]
    extension=php_gd2.dll
    [PHP_GETTEXT]
    extension=php_gettext.dll
    [PHP_MBSTRING]
    extension=php_mbstring.dll
    [PHP_MIME_MAGIC]
    extension=php_mime_magic.dll
    [PHP_MYSQL]
    extension=php_mysql.dll
    [PHP_MYSQLI]
    extension=php_mysqli.dll
    [PHP_PDO]
    extension=php_pdo.dll
    [PHP_PDO_MYSQL]
    extension=php_pdo_mysql.dll
    [PHP_SQLITE]
    extension=php_sqlite.dll
    [PHP_XMLRPC]
    extension=php_xmlrpc.dll

    ;eAccelerator
    extension=”eAccelerator.dll”
    eaccelerator.shm_size=”150″
    eaccelerator.cache_dir=”C:\cache”
    eaccelerator.enable=”1″
    eaccelerator.optimizer=”1″
    eaccelerator.check_mtime=”1″
    eaccelerator.debug=”0″
    eaccelerator.filter=””
    eaccelerator.shm_max=”0″
    eaccelerator.shm_ttl=”3600″
    eaccelerator.shm_prune_period=”1800″
    eaccelerator.shm_only=”1″
    eaccelerator.compress=”0″
    eaccelerator.compress_level=”9″
    eaccelerator.keys = “shm_only”
    eaccelerator.sessions = “shm_only”
    eaccelerator.content = “shm_only”

    My fcgiext.ini in %WINDOWS%/system32/inetsrv is below:

    [Types]
    php=C:\PROGRA~1\PHP\php-cgi.exe

    [C:\PROGRA~1\PHP\php-cgi.exe]
    QueueLength=999
    MaxInstances=20
    InstanceMaxRequests=500
    IdleTimeout=200
    RequestTimeout=60

    The performance you get on a 2GhZ processor with 1GiB of RAM is decent:

    Transactions:                     662 hits
    Availability:                 100.00 %
    Elapsed time:                 123.15 secs
    Data transferred:              21.96 MB
    Response time:                  8.29 secs
    Transaction rate:               5.38 trans/sec
    Throughput:                     0.18 MB/sec
    Concurrency:                   44.55
    Successful transactions:         662
    Failed transactions:               0
    Longest transaction:           13.25
    Shortest transaction:           4.23
    

    5.38 transactions per second is 464832 hits per day.

  • Apps That Seem to Crash WoW on OS X 10.5.5

    I wrote this quick script to take care of apps that seem to Crash OS X 10.5.5 on my Macbook Pro. I have just 1GiB of RAM instead of the recommended 2GiB, but ever since killing the processes in the script below, I haven’t had a crash.

    The bad guys are:

    • Google Updater
    • Cross Over
    • HPEventHandler
    • HP IO Classic Proxy
    • HP IO Classic Proxy 2

    I killed privoxy in my script below just to get more memory to run Warcraft.

    #!/bin/bash

    C1=`ps ax | grep Cross | grep -v grep | cut -c3-6`
    echo “C1: $C1”
    kill -9 $C1
    C1=`ps ax | grep “Google Updater” | grep -v grep | cut -c3-6`
    echo “C1: $C1”
    kill -9 $C1
    C1=`ps ax | grep “HPEventHandler” | grep -v grep | cut -c3-6`
    echo “C1: $C1”
    kill -9 $C1
    C1=`ps ax | grep “HP IO Classic Proxy 2” | grep -v grep | cut -c3-6`
    echo “C1: $C1”
    kill -9 $C1
    C1=`ps ax | grep “HP IO Classic Proxy \-” | grep -v grep | cut -c3-6`
    echo “C1: $C1”
    kill -9 $C1
    C1=`ps ax | grep “privoxy” | grep -v grep | cut -c3-6`
    echo “C1: $C1”
    kill -9 $C1

  • What I Whitelist in my Spam Filter

    This is a list of domains that I have to whitelist because my spam filter either at the ISP end or on my laptop thinks you are a spammer.

    My Whitelist

    Notable on this list are:

    • facebookmail.com
    • Mavericks — the surfer email list. wtf?
    • match.com — no, it’s not okay to look. 😉

    I really think pbwiki.com doesn’t belong on this list. I also don’t think levi.com belongs on this list, so it’s really interesting what gets filtered as spam and what doesn’t.

    What strategies do you use so that your emails don’t end up in the spam box?

    What do you whitelist but think you shouldn’t have to?

  • Intego Security Barrier: The lightest protection for OS X

    You can imagine the amount of glee I had when I found out that Intego Security Barrier for OS X has a small memory footprint of 18MB which is about a 10th of the footprint of other anti-virus software, I was totally elated!

    With Intego Security Barrier, you can:

    • define custom rules for a firewall
    • quickly switch between a “Fort Knox” setting for your computer to a client only setting.
    • define custom anti-spam rules
    • be notified by the IT support St. Louis experts the moment someone attempts to connect to your computer
    • be notified the moment software tries to send data outside of your computer

    I learned a few interesting things thanks to Intego Security Barrier.

    1. Microsft products send data back to Microsoft.
    2. The Google Updater sends some info back to Google.
    3. Colloquy, which is an IRC client for OS X, sends data back to Colloquy over HTTP. WTF?

    This piece of security software is so light that I can play World of Warcraft without a problem on my laptop which has 1GiB of RAM.

    At $89.95, I am glad I made the purchase and feel pretty secure.

  • The Funny Video of You Malware linked on Facebook

    If you don’t already know, there’s malware going around through Facebook.

    It starts off with the subject of:

    i found a video with you in my camera.

    You click on the link and you are led to a bunch of domains. One controlled by some ISP in Colorado, and then very-funny-webs.com . Do an nslookup on that one. Then you’re led to a server in Beijing and then finally to some poor computer that’s been hacked on port 7777.

    Whatever you do, do not click that link!

    Where was I? That computer automatically downloads a payload called: flash_update.exe

    This is where things get interesting.

    0000040: 0e1f ba0e 00b4 09cd 21b8 014c cd21 5468 ……..!..L.!Th
    0000050: 6973 2070 726f 6772 616d 2063 616e 6e6f is program canno
    0000060: 7420 6265 2072 756e 2069 6e20 444f 5320 t be run in DOS
    0000070: 6d6f 6465 2e0d 0d0a 2400 0000 0000 0000 mode….$…….

    Also, the dirty work of ruining your day is done here:

    0003470: 0000 0000 08f1 0000 0000 0000 4b45 524e …………KERN
    0003480: 454c 3332 2e44 4c4c 0041 4456 4150 4933 EL32.DLL.ADVAPI3
    0003490: 322e 646c 6c00 5553 4552 3332 2e64 6c6c 2.dll.USER32.dll
    00034a0: 0000 4c6f 6164 4c69 6272 6172 7941 0000 ..LoadLibraryA..
    00034b0: 4765 7450 726f 6341 6464 7265 7373 0000 GetProcAddress..
    00034c0: 5669 7274 7561 6c50 726f 7465 6374 0000 VirtualProtect..
    00034d0: 5669 7274 7561 6c41 6c6c 6f63 0000 5669 VirtualAlloc..Vi
    00034e0: 7274 7561 6c46 7265 6500 0000 4578 6974 rtualFree…Exit
    00034f0: 5072 6f63 6573 7300 0000 5265 674f 7065 Process…RegOpe
    0003500: 6e4b 6579 4578 4100 0000 4973 5769 6e64 nKeyExA…IsWind
    0003510: 6f77 0000 0000 0000 0000 0000 0000 0000 ow…………..

    The code seems to be messing around with your DLL’s in Windows which is bad. I’m on OS X, so I lucked out.

    Anyway, I hope this piece of Malware didn’t get you and I hope those assholes burn in hell.

    If anybody can add more details about how this malware works, please let me know.

  • File Upload Configuration with PHP and IIS

    In php.ini it’s important that these two variables are set right:
    upload_max_filesize = 2M
    post_max_size = 8M

    Very often people will up the upload_max_filesize to something like 20M without updating the post_max_size.

    Then if you’re on IIS, there is one more gotcha.

    There’s an upload setting in C:\WINNT\system32\inetsrv\MetaBase.xml — the default is 200KB. Up that to what you think is necessary for your web app.

  • Business and Pleasure: networking the happy hour

    This is now my fourth blog post on Codebelay, and I’ve already given you the tools to open yourself up to social networking online, via your cell phone, and through the old fashioned (but not yet extinct) newspaper and magazine, so you may now be asking yourself how to obtain the monies to fund the new social you. Social networking is a great start to getting out there, meeting new people, and making new connections, but when it’s a new job you want, simple social networking isn’t always enough. You need a more focused kind of networking, but you needn’t sacrifice your social life. Why not mix a little business with pleasure?

    The key to any kind of networking is to be constantly aware, always looking. People can (and do) get job tips going to the dentist office or while shopping at the grocery store, they just need to keep an ear out and keep themselves open. So why not put yourself where the right people are clustered together in order to raise your chances?

    So where do we find these places? I did say we are mixing business with pleasure, so here’s my suggestion: the local happy hour. You can easily do a search with Yelp or Citysearch for bars located in the same area as the place you would like to be working. Across the street and around the corner are good bets for places people like to head to after a hard day’s work.

    In San Francisco, one bar that was given four out of five stars on Yelp and scored number ten on Unthirsty’s Top Ten Happy Hours in San Francisco is the Irish Bank Bar & Restaurant, located near the city’s Financial District in the Nob Hill neighborhood. With moderate prices and a boastfully authentic Irish atmosphere, the Irish Bank is sure to offer an enjoyable evening.

    Mars Bar & Restaurant, which made number four on Unthirsty’s Top Ten list, is located in the South of Market district and touts itself as “the perfect place to end your workday.” A lot of reviewers on Yelp, where it averages another four out of five stars, would seem to agree. Their happy hours runs from three in the afternoon to seven in the evening, Monday through Friday. Happy hour dining is offered from five in the evening until eight Monday through Thursday, and four to nine PM on Fridays.

    Another San Francisco bar that scored highly on Yelp and Citysearch is Jade Bar. Citysearch awarded Jade Bar best happy hour in both 2007 and 2008, and lists its specialty as an after-work bar. And as more than one reviewer pointed out, it is difficult to beat a two dollar drink special here in the city. Happy hour is Tuesday through Thursday, five in the evening to seven-thirty, and runs all night on Sunday. (What a way to start the week!)

    The tech types might want to head down to South Bay and Pedro’s Restaurant and Cantina located in Santa Clara not far off US 101. One happy customer described it as having “free food, cheap drinks, and is an after-work place for the tech types.” Go on, make friends. Pedro’s scored four and a half stars out of five over at Citysearch. Pedro’s happy hour runs from four in the afternoon to seven at night, and features one dollar off margaritas (they won best margarita in Silicon Valley in 2005 on Citysearch) among other drink specials.

    Also found not too far from US 101 in Sunnyvale is another bar that has been described as being full of “tech-professional types,” the Faultline Brewing Company Restaurant. Moderately priced, Faultline offers something I have yet to see in other bars out here in California: a duck pond. (And if you know of any, please comment and tell me how to find them. Many thanks!) In 2006 and 2007, Faultline was voted as having the Best Beer Selection in Silicon Valley on Citysearch. The wine list also seems more than adequate, which you can look over for yourself on their website. You may also check out their full food menu and a listing of their ales and lagers, as well as “meet” the brewmaster.

    Now, I’m not saying that it is a good idea to go pester people in their downtime for a job, but it certainly can’t hurt to make yourself a familiar face while enjoying a nice, relaxing, inexpensive drink, can it? Make some conversation, meet some new friends, listen in one the latest gossip, and who knows? You just might find that one diamond in the rough tidbit of information that could lead you to the next job of your dreams. Good luck! And happy drinking.

  • Honorius, Lifestream and kPicasa

    We are all like the Roman emperor, Honorius, who watched hoards of barbarians approach the gates of Rome. He knew that whatever Rome was was coming to an end.

    The same thing can be said about Web 2.0.

    If I look at the permanent hires happening right now they are happening in the iPhone app world. Zynga is still hiring like gangbusters if you got the LAMP stack and/or iPhone app experience.

    As of today, looking at the TechCrunch Layoffs ticker there are about 78,000 techies out of work.

    What’s a techie to do?

    Yesterday, I looked at two WordPress plug-ins: Lifestream and kPicasa. I am currently helping out Conscious Fashionistas with their WordPress site.

    Here’s the skinny.

    Lifestream is perfect if you want to get any of these social networks onto your WordPress:

    For me, having twitter and flickr is plenty.

    If you know PHP, then you have the additional flexibility of being able to insert this piece of code to make your lifestream show up wherever you want:

    lifestream();

    kPicasa doesn’t have the flexibility and focuses solely on Picasa, Google’s photo service, but it’s great if you don’t want to bother with PHP and just want to get pictures from Picasa up on the web.

    Anyway, as the holidays near, and you want to share pictures or microblog, these two WordPress plugins are great.

  • Dirty Little Secret or a Chat Over Coffee? The Tech Industry on Drugs.

    “We are all on drugs,” Weezer declared in 2005 with their second single off the Make Believe album. The LA Times seems to agree, proclaiming five years prior in an October article that “drug use is rampant in the high-tech work force” and calling it “the dirty little secret of the dot-com world.” The questions now posed are as follows: who cares and is this a problem?

    California became the first state to legalize the medical use of marijuana in 1996 with the passing of Proposition 215, and, as everyone knows, California is home to one of the major hubs of the tech industry, Silicon Valley. It seems an easy correlation to make between a tolerant state and a high-stress job industry. (Though for the record, and to be fair, the other “cyberstates” Texas, New York, Florida, and Virginia do not have medical or any kind of marijuana legalized.)

    One source I spoke to who works in the computer gaming industry said that almost everyone he has met in the industry “smokes (or otherwise consumes) marijuana occasionally. Usually socially but some use it as a crutch due to the stressful nature of the work.”

    Several have mentioned using party drugs like cocaine, ecstasy and speed recreationally but I haven’t seen it myself–definitely rarer, like on a wild night out (e.g. during conventions out of town). A lot of people have tried LSD. I’ve also met a few in the industry who have experimented with harder or more unusual drugs, including ketamine and mescaline (off the top of my head).

    Two other sources felt that the usage of marijuana among coders is no different than among non-coders, one going on to say “as people age, the percentage of pot smokers lessens, as does the use of other drugs.” Another source who has never tried illegal substances himself said he did not see smoking marijuana as a “big problem.”

    We often work long hours on difficult problems and you simply can’t do the work if you’re heavily under the influence. Several heavy pot smokers I’ve known have also been some of the smartest and most productive I’ve worked with. People seem to use these drugs to unwind, to blow off steam, and I’ve never seen anyone have trouble keeping it out of the workplace. If people have substance problems it’s more likely alcoholism.

    With regards to “harder” substances, one of my sources told me that he’s “seen a number of coders experiment with psychedelics; maybe moreso than coke/hard drugs.” Another added that “it’s really only higher management types I’ve run in to that use cocaine, not coders.” All sources seemed to agree on this point, one phrasing it like this: “In terms of coke, I think some people may have tried it, but I don’t know any people using it on a regular basis. Seems more of a financial/biz/exec thing.” And another went on to say that he is “[n]ot sure why cocaine isn’t a bit more prevalent. Stimulants are a coder’s friend. I would imagine that speed would be more tempting. But it seems that caffeine manages to fill the need for most.”

    According to TestCountry.com, drug abuse in the high tech industry is not terribly common. They put “current illicit drug use” at 3.6% among computer programmers/operators, and “current heavy alcohol use” among the same group at 2.7%. Among computer and data processors, they state 6.1% for “current illicit drug use,” and a whopping 16.2% for “current heavy alcohol use,” which would seem to back up my source in the computer gaming industry.

    If some of our brightest minds are getting high, and it doesn’t seem to be affecting their work, then is this truly a problem? I would say it depends more on the individual and less on the drug. In the words of P. J. O’Rourke, “no drug, not even alcohol, causes the fundamental ills of society. “ People can become addicted to anything, after all, especially legal substances, like alcohol, or activities, like sex or video games.

    So are drugs a problem for people in the tech industry more so than in any other industry? Statistics would seem to say no, not really. TestCountry scored it less than manufacturing and retail (which comes as small surprise to me, having spent the last ten years of my life in that industry). After speaking with my sources, I’d have to say that, on the whole, not a lot of people really do seem to care, as long as it doesn’t interfere with work. And can’t the same be said for anything?

  • CSS Based Web Design — 5 Years of Saving Lots of Money

    In 2003, a website launched that opened the eyes up of web developers everywhere. That site is css Zen Garden.

    If you go to the site, you can click on different links on the left and get a different design. The beauty of this is that the re-design for a website can be just the time it takes to do the CSS.

    This has saved folks LOTS of money.

    How can you save money as a biz dev person or a non-techie?

    1. Send your design team to css Zen Garden. Do they understand what’s going on that would save you so much time and money.
    2. Can you swap out the CSS in my current design in under 5 minutes?
    3. Use CSS / HTML mockups and not photoshop as a standard for judging how close to done the site is.

    If they set your expectations with a photoshop document or can’t swap in the design in less than 5 minutes, you are being ripped off and will be sorely disappointed.

    The last two parts are so important because it is the difference between going over budget 2x versus having a little in the budget for unforeseen extras.