Recent Changes - Search:

edit SideBar

CommandLineBingoHistory

25th April 2007

Even though they weren't presented at the time, heres the writeups of the commands we chose:

Reece Arnott: calamaris

11th April 2007

Here are the commands for the first Command Line Bingo. Please choose one of the following commands and be prepared to say something about it at the LUG meeting on the 11th of April. Wow, there's some interesting looking commands in there.

Bob Brown: xbiff chkdupexe gettext

Chris Edwards: skill dpkg-source hpijs

Keith Duthie: make-memtest86+-boot-floppy iceauth hp-makeuri

Reece Arnott: calamaris ntptrace xfce4-session-logout

Later on, come back here and update this page to show which command you picked and put a bit of a blurb in for it.

By the way, here's the PHP script I used to select random commands:

<?php
  $commands = glob('/usr/bin/*');
  echo 'Random command: '.$commands[rand(0,count($commands))]."\n";
?>
Edit - History - Print - Recent Changes - Search
Page last modified on August 10, 2007, at 04:14 PM