Speeple » Join Speeple | People | Groups | Blogs | News

Speeple Core

Tagged Linux

Page 1 of 1

  1. Compiling PHP – PHP Performance Optimization

    PHP like any other scripting or programming language can be optimized to improve performance. In this series of blog posts I hope to highlight the areas where PHP can be optimized. I won’t go into details of PHP output caching (which can of course lead to massive performance improvements) – mainly because after the initial cache PHP plays only a minor role. This series of posts will target dynamic PHP scripts where output caching (e.g. due to constantly changing data etc.) isn’t an option.

    Compiling PHP

    The performance of PHP is ultimately determined by the PHP interpreter itself. PHP is open source software written in the C programming language. Taking steps to make sure a fast binary is compiled is the first step to improving overall PHP performance.

    Continue Reading »

  2. ReiserFS Creator Hans Reiser Leads Police to Body of Wife, Nina Reiser

    Hans Reiser Open Source developer, programmer and creator of the ReiserFS file system Hans Reiser has led the Oakland, California police force to the location of his wife’s body which he has been convicted of murdering.

    Hans Reiser had already been convicted of the murder of Nina Reiser before the body had been recovered. Hans Reiser had previously denied any involvement in Nina Reiser’s disappearance, but after conviction and possible promise of a reduced sentence he disclosed the burial location in the 8200 block of Skyline Boulevard in the Redwood Regional Park in the Oakland Hills.

    I remember originally coming across this story on Slashdot, where many of the members supported Hans Reiser’s claims of innocence. I guess that can be put to rest now. Hans Reiser is to be sentenced on Wednesday 9th July.

    Continue Reading »

  3. Short Ubuntu 8.04 (Hardy Heron) Review

    Ubuntu Ubuntu is to many non-technical computer users the face of Linux. From my past use of Ubuntu 7.04 / 7.10 and more recently 8.04 (Hardy Heron) I’d agree with that it certainly is the distribution of choice among many Linux folk, both geeks and non-geeks.

    The latest iteration of Ubuntu brings some improved GUI tweaks with the inclusion of a recent version of GNOME and improves on many other features. One particular thing I like now is the NVIDIA drivers are provided by Canonical Ltd and when new updates are released the system is seamlessly updated. This is a great improvement over the tedious installation required in earlier versions of Ubuntu.

    My Linux usage increased in part due to my visits to Russia. On the Dell Inspiron 1520 Ubuntu is responsive, full of great software (thanks to the open source community) and extremely stable.

    Continue Reading »