User contributions for David
From Federal Burro of Information
Jump to navigationJump to search
16 January 2009
- 13:2413:24, 16 January 2009 diff hist +2,002 N Floatingaverage.awk New page: suppose your data looks like this: <pre> 1210258820 13 1210258825 17.4 1210258830 10 1210258835 14 1210258840 8 1210258845 12.4 1210258850 9 1210258855 13.2 1210258860 8.6 1210258865 4.8...
- 13:2313:23, 16 January 2009 diff hist −32 Tcpping.pl No edit summary
- 13:2313:23, 16 January 2009 diff hist +940 N Tcpping.pl New page: A more generic smtpping.pl] <pre> #!/usr/bin/perl -w use strict; use Net::Ping; if (defined($ARGV[1])){ } else { print "Error: wrong number of arguments.\n"; print "...
- 13:2213:22, 16 January 2009 diff hist +65 Computers No edit summary
- 13:1913:19, 16 January 2009 diff hist +1,005 Stupid Shell Tricks No edit summary
- 13:1413:14, 16 January 2009 diff hist +2,031 N Screen Cheet Sheet New page: first thing's first: man screen * [http://www.linuxjournal.com/article/6340 A good essay on screen usage] * [http://aperiodic.net/screen/multiuser Good info on multiuser screen] Do yo...
- 13:1413:14, 16 January 2009 diff hist +25 Computers No edit summary
- 13:1313:13, 16 January 2009 diff hist +6,195 N Perl Notes New page: =What modules are installed?= So many ways of doing it. ==ExtUtils::Installed== <pre> #!/usr/bin/perl use ExtUtils::Installed; my $instmod = ExtUtils::Installed->new(); foreach my $mod...
- 13:0913:09, 16 January 2009 diff hist +48 Computers No edit summary
14 January 2009
- 00:1900:19, 14 January 2009 diff hist +384 Eve SQL of note No edit summary
- 00:1700:17, 14 January 2009 diff hist +927 Eve SQL of note No edit summary
13 January 2009
- 01:1001:10, 13 January 2009 diff hist 0 Main Page No edit summary
12 January 2009
- 14:4414:44, 12 January 2009 diff hist −12 Vi editor No edit summary
- 14:4214:42, 12 January 2009 diff hist +689 N Vi editor New page: ===edit binary file in vi=== :%!xxd ===tai64nlocal file in vi=== :%!tai64nlocal ===set tabs to be the ENGDEV way in vi=== in the file: →ex: set tabstop=4 expandtab:: or in ~/.vim...
- 14:4114:41, 12 January 2009 diff hist −2 Main Page No edit summary
- 14:3914:39, 12 January 2009 diff hist +41 Main Page No edit summary
- 01:0801:08, 12 January 2009 diff hist −2 Random Awk Shit No edit summary
- 01:0801:08, 12 January 2009 diff hist +386 N Random Awk Shit New page: # show total disk space used for all use devices df -k | awk 'BEGIN { one = 0 ; used = 0 ; avail = 0 }/dev/{one = one + $2 ; used = used + $3 ; avail = avail + $4 }END { print "total\ttot...
- 01:0501:05, 12 January 2009 diff hist +547 N Backing up manually with ecrix drive New page: set the block size to 0 so that the ecrix tape drive can do funky variable speed crap: mt -f /dev/st0 setblk 0 rewind the tape: mt rewind Back up (one file system at a time): tar -... current
- 01:0101:01, 12 January 2009 diff hist +48 Openssl No edit summary
- 01:0001:00, 12 January 2009 diff hist +144 N Openssl New page: connect to ssl at the command line: https: openssl s_client -connect server:443 smtp tls: openssl s_client -connect server:25 -starttls smtp
- 00:5800:58, 12 January 2009 diff hist +740 N Stupid Perl Tricks New page: <pre> #foreach my $part ( @dateparts ) { # print "Part: ".$part."\n"; #} #while (my ( $key, $value) = values %data) { # print $key." = ".$value."\n"; #} #!/usr/bin/perl @my...
- 00:5600:56, 12 January 2009 diff hist +15 Stupid Shell Tricks No edit summary
- 00:5600:56, 12 January 2009 diff hist +1,708 N Stupid Shell Tricks New page: du -x --max-depth=1 / | sort -rn NOW=`date +%a.%d.%b.%Y` ARGV="$@" if [ "x$ARGV" = "x" ] ; then echo usage: all start, stop, reload, abort, flush, or check exit fi case...
- 00:5400:54, 12 January 2009 diff hist +2,405 N 500 meg ram disk New page: From: David Thornton<br> Sent: Friday, May 11, 2001 4:07 PM<br> To: 'Peter Scheffler' (E-mail)<br> Subject: config change<br> so the ram went in no problem. The config was changed as foll...
- 00:5000:50, 12 January 2009 diff hist +25 Ajax Notes No edit summary
- 00:5000:50, 12 January 2009 diff hist +5 Ajax Notes →Eve-tool Notes
- 00:4800:48, 12 January 2009 diff hist +2,079 N Ajax Notes New page: =Ready State Go!= State Description 0 The request is not initialized 1 The request has been set up 2 The request has been sent 3 The request is in process ...
- 00:3400:34, 12 January 2009 diff hist +17 N Computers New page: * Ajax Notes
- 00:3100:31, 12 January 2009 diff hist +16 Main Page No edit summary
- 00:3100:31, 12 January 2009 diff hist 0 Eve-online No edit summary
- 00:3000:30, 12 January 2009 diff hist +150 Eve-online No edit summary
- 00:3000:30, 12 January 2009 diff hist +17 Main Page No edit summary
- 00:1600:16, 12 January 2009 diff hist +179 About this wiki No edit summary
- 00:0900:09, 12 January 2009 diff hist +1 Main Page No edit summary
- 00:0800:08, 12 January 2009 diff hist 0 N File:Federal Burro of Information sm.jpg No edit summary current
11 January 2009
- 23:5923:59, 11 January 2009 diff hist +72 N About this wiki New page: Default install plus: * Anonymou edit disabled. * ConfirmAccount added.
- 23:5823:58, 11 January 2009 diff hist +22 Main Page No edit summary
- 23:4823:48, 11 January 2009 diff hist +163 Eve-online No edit summary
- 23:3723:37, 11 January 2009 diff hist −1 Eve-online No edit summary
- 23:3723:37, 11 January 2009 diff hist +106 Eve-online No edit summary
- 23:3623:36, 11 January 2009 diff hist +72 N Category:Eve-online New page: All things Eve-online , see Eve-online and http://www.eve-online.com current
- 23:3523:35, 11 January 2009 diff hist +25 Eve SQL of note No edit summary
- 23:3523:35, 11 January 2009 diff hist +480 Eve SQL of note No edit summary
- 23:3323:33, 11 January 2009 diff hist +515 N Eve SQL of note New page: show Power Grid and Cpu requirements for station bits: <pre> SELECT t.typeName, a30.valueInt AS PG, a50.valueInt AS CPU FROM invTypes t LEFT JOIN dgmTypeAttributes a30 ON t.typeID = a30.t...
- 23:3223:32, 11 January 2009 diff hist +45 N Eve-online New page: * Eve SQL of note Category:eve-online
- 22:4522:45, 11 January 2009 diff hist +675 N Webapp-config Notes New page: upgrade all installs webapp-config --list-installs /var/www/salaam.quadratic.net/htdocs/cacti /var/www/salaam.quadratic.net/htdocs-secure/phpmyadmin 2.11.9.2 > 2.11.9.4 /var/www/sal...
- 22:4422:44, 11 January 2009 diff hist +27 User:David No edit summary
- 22:4322:43, 11 January 2009 diff hist +118 Main Page No edit summary
- 22:4222:42, 11 January 2009 diff hist +5 N User:David New page: Hullo