Category: Software

  • SugarCRM: issue saving locales

    SugarCRM (community edition; version 6.0.2) has been giving me a bunch of issues like being unable to change the locale settings (“Locales” under “Administration”) as well as “Display module icon as favicon” (“System Settings”). Changing the US format (yyyy/mm/dd) to EU (dd/mm/yyyy) and every other setting on that page wasn’t actually saved/remembered upon hitting save. Editing…

  • iRail presentations #BCA4

    BCA4 presentations are online. Pieter’s: – html Yeri’s: – pdf – slideshare – html – Keynote

  • iRail hacking event @ Hackerspace Ghent

    17 Sept 2010, Ghent. All information here and here. Be sure to come and help around ! Fun guaranteed! 😉

  • iRail @ #BCA4

    Both Pieter Colpaert and myself will hold an iRail presentation at Barcamp Antwerp tomorrow. I’ll be discussing general things about iRail (history, future, vision), and Pieter will discuss everything related to our API. Presentations will be put online tomorrow evening.

  • iRail.git

    iRail source is on Github. To access the iRail source code; Be aware you need to be added as contributor before being able to commit changes. get Git [browse to some folder] mkdir git cd git git clone [email protected]:Tuinslak/iRail.git cd iRail git fetch To edit & commit changes: git add [file] git commit -m ‘edited [file],…

  • US government legalizes iPhone ‘jailbreaking,’ unlocking

    And I quote from AppleInsider; The U.S. government on Monday announced new rules that make it officially legal for iPhone owners to “jailbreak” their device and run unauthorized third-party applications. In addition, it is now acceptable to unlock any cell phone for use on multiple carriers. According to The Associated Press, the government approved a handful of…

  • nginx configs

    Been slacking a bit lately, but here they are: /etc/nginx/nginx.conf // general nginx config /etc/nginx/sites-available/blog // my current (as of posting this) rproxy settings for this blog /etc/nginx/conf.d/proxy.conf // reverse proxy related config

  • iRail slashdot effect

    Only because stats are pretty awesome. The effects of my media attention a few days ago. I’ll give some more info than what can be seen here. And pretty happy I set up my nginx caching up a few weeks ago. MRTG traffic stats on vm1, my nginx caching server, of the first 2 days…

  • nginx cache in tmpfs

    Probably won’t change a lot to my performance, but I’ve mounted the nginx reverse proxy cache in a tmpfs mount. none on /var/cache/nginx/blog type tmpfs (rw,size=512m) none  512M   47M  466M   4% /var/cache/nginx/blog Let’s see what performance boosts this will give. 😛