• Switching Java versions on a Debian/Ubuntu system

    July 26, 2010

    I recently found some issues with the openjdk Ubuntu/Debian default Java implementation. Specifically I had issues with their web start support (javaws). I found that the Sun implementation of Java did not have such a deficiency and the Sun implementation is available through the regular Ubuntu/Debian package sources. I installed the Sun implementation and wanted [...]

  • Using “noatime” on a running Linux system

    July 24, 2010

    When upgrading my Ubuntu system my /etc/fstab got overwritten by the upgrade process. It seems that the new /etc/fstab file did not keep my old preferences for file systems. I didn’t notice this for some time but what I did notice was that my system was sluggish. After some time I recalled that I had [...]

  • Producing MySQL dates on the command line

    July 21, 2010

    I often find myself in need of inserting data manually into a MySQL database using some kind of database editor. In a database editor you find yourself manually inserting values into cells of a table and in most of them you are not allowed to enter an SQL expression (the MySQL Query Browser is a [...]

  • על מייק טייסון, הישרדות ועקידת אהוד

    July 21, 2010
    מאמר ישן שכתבתי בבלוג של התנועה לדמוקרטיה ישירה… פעם סבתי שניפטרה ואני שמענו פיסת חדשות בקשר לכך שמייק טייסון, אלוף העולם לשעבר באיגרוף, נאשם באונס ובחבלה. סבתי שאלה אותי בהפתעה: “הוא יודע להרביץ?” “בטח סבתא”, עניתי, “ככה מגיעים להיות אלוף העולם באיגרוף: לומדים להרביץ יותר טוב מכולם!” ואז התחלתי לחשוב על העובדה הזו ומה היא [...]
  • חוץ וביטחון: יותר ביצים משכל?

    July 21, 2010
    זהו מאמר ישן שפירסמתי בזמנו באתר אימאגו… מחלוקת עתיקת יומין בקרב פילוסופים למדעי המדינה נטועה בדילמה: מה חשוב יותר בשליט או שיטת שלטון – האומץ והיכולת לקבל החלטות או השכל להבין לעומקן בעיות קשות ולדעת את ההחלטה שיש לקבל. מכיון שלא ניתן לקבל הכל בחיים הרי שנרצה לקבל תשובה לשאלה זו על מנת שנוכל לבחור [...]
  • WordPress and UNIX security (part 2)

    July 9, 2010

    In an effort to secure my blog I once again did battle with the mighty Word press. It seems that you can run a perfectly healthy blog with no write permissions by the HTTP server (usually www-data) to your service directory. What do I suggest? Change owner ship to root on your blog area. When [...]

  • Git and signing

    July 3, 2010

    I’m now using git heavily for configuration management and wanted to sign my objects. There were no complete guides out there that I found so here is the list of instructions that I finally arrived at: If you have a key that you are already using to sign things (email, code, whatever) then you can [...]

  • Grep is broken – use perl instead

    July 2, 2010

    In the course of running various grep(1) combination to find various defects in source files I ran into inherent grep(1) difficulties. It seems that the regular expression syntax in grep(1) is very limited and so it’s better to use perl to solve these issues as it’s regular expression support is fantastic. A small script can [...]

 
Powered by Wordpress and MySQL. Theme by Mark Veltzer derived from Shlomi Noachs openark theme