Cricket support for x86_64

It looks like Cricket, by default, does not support printing the summary information from the RRD files when displaying the graphs. A quick patch to lib/RRD/Format.pm fixes that: — Format.pm.orig 2008-03-24 14:08:28.000000000 -0400 +++ Format.pm 2008-03-24 14:08:59.000000000 -0400 @@ -128,6 +128,16 @@ $self->{‘element’} = “d”; return 1; + } elsif ( $archname =~ /^x86_64-linux/ )

Read more ›

VMWare Linux Guest and Control-ALT-F1

Virtual Consoles are available with most Linux distributions as they provide a valuable resource in managing multiple text-based interfaces to a single Linux system.  You can bring up a virtual console on a linux system by hitting and holding down CONTROL ALT F#, where F# is a function key on the keyboard from F1 to

Read more ›