Nuxified for 10 years
By libervisco on 15 Oct 2006
Here is a nice story by Joe Barr marking his 10th anniversarry of using GNU/Linux. I like the conclusion. 
""Ten years on, Linux is no longer just a blip on the horizon or a cool alternative platform, or a choice made only for cost savings. Instead, it is being chosen by enterprises around the globe for reasons of security and reliability, as well as for cost savings and the freedom it offers from the chains of monopoly lock-in. I believe the course ahead is for more of the same. Even if world domination always remains just over the horizon, Linux is destined to become the dominant platform on server and desktop alike.""









Comments
and in coming years, there
by free-zombie | Sun, 2006-10-15 09:30and in coming years, there will be more and more nuxified decades - until nuxified.org itself grows that old ?
That story is a rather nice read
Vary nice article, I
by dylunio | Sun, 2006-10-15 12:32Vary nice article, I lookforward to when I can write my 10 years...
Oh man, Nuxified.org in 10
by libervisco | Sun, 2006-10-15 21:03Oh man, Nuxified.org in 10 years? That will be something, and so many "decades of GNU/Linux" articles!
<?php $date_of_birth =
by AndrewB | Mon, 2006-10-16 11:47<?php$date_of_birth
= "2005-12-20";$cur_year = date("Y");
$cur_month = date("m");
$cur_day = date("d");
$dob_year = substr($date_of_birth, 0, 4);
$dob_month = substr($date_of_birth, 5, 2);
$dob_day = substr($date_of_birth, 8, 2);
if ($cur_month > $dob_month || $dob_month == $cur_month && $cur_day >= $dob_day) $age = $cur_year-$dob_year;
else $age = $cur_year-$dob_year-1;
print(
"$age");?>