Home Contact Download

asyd.net

Welcome to Bruno Bonfils's (aka asyd homepage).

This is an old revision of the document!


September, 19th

Small useful applications

  • Brack is a small php application which help to manage rack, it have interesting features (like a Service tag field for Dell hardware), and can be easily hack.
  • Colour Cisco's shapes for Dia (I don't understand why this package is not include in the upstream)

Here a little patch to Brack's CSS to ensure all racks have the same size : (replace td.space with the following one)

td.space {
   font-size: small;
   font-family: sans-serif;
   padding: 0 5px;
   background-color: white;
   border-style: solid none none none; border-width: thin
}

(Very thanks to Cesar for his help)

Comments