This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
john@ezri64 ~| zcat ~/irclogs/AfterNET/sindel19-2008-10.log.gz | |
--- Log opened 2008-10-31 10:28:32 +0000 | |
2008-10-31 10:28:32 +0000 -!- Irssi: Starting query in AfterNET with sindel19 | |
2008-10-31 10:28:32 +0000 <sindel19> asl | |
--- Log closed 2008-10-31 10:34:11 +0000 | |
john@ezri64 ~| | |
(how pointless) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
john@ezri64 ~| ssh audrid "uname -a" | |
Linux audrid.nextraweb.com 2.6.27-10-generic #1 SMP Fri Nov 21 12:00:22 UTC 2008 i686 GNU/Linux | |
john@ezri64 ~| ssh little "uname -a" | |
Linux little.nextraweb.com 2.6.27-10-generic #1 SMP Fri Nov 21 12:00:22 UTC 2008 i686 GNU/Linux | |
john@ezri64 ~| ssh ezri "uname -a" | |
Linux ezri64.nextraweb.com 2.6.14-1.1644_FC4 #1 Sun Nov 27 03:24:54 EST 2005 x86_64 x86_64 x86_64 GNU/Linux | |
john@ezri64 ~| ruptime | |
angela-laptodown 16+07:56 | |
yerad down 19+05:35 | |
audrid up 02:27, 2 users, load 0.06, 0.27, 0.43 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
john@ezri64 music| ll | cut -b 51- | cut -d "." -f -2 | sort | uniq -c | grep -v "1\ " | sort -n | |
2 the-veronicas.hook-me-up | |
3 avril-lavigne.vs | |
5 feist.the-reminder | |
6 avril-lavigne.rare | |
6 dj-tiesto.misc | |
6 katie-melua.call-off-the-search | |
7 katie-melua.pictures | |
7 lacuna-coil.halflife | |
8 katie-melua.piece-by-piece |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
john@ezri64 Contacts| ls -1 | xargs -i person {} list email | |
Andrew Drinkwater | |
Email: <andrew@######.plus.com> | |
Andrew Humphries | |
Email: <[email protected]######.co.uk> | |
Email: <me@######.com> | |
… | |
Just something I am playing with, having contacts as vCards | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mini rant about SVG bloat, probably for a blog post | |
I love SVG. | |
I love Wikipedia. | |
I love Inkscape*. | |
But why do these three always work soo hard to fill the Internet with *large* files when such smaller ones could be stored and sent? | |
Why cant people learn to export as a *plain SVG* | |
john@ezri64 Desktop| ll Free* | |
-rw-rw-r-- 1 john john 4542 2009-01-07 01:08 Free-speech-flag.svg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
john@ezri64 person| person ~/code/u-person-testdata/mahriman.vcf list | |
mahriman.vcf | |
Fullname: Magnus Ahriman | |
Name: Ahriman;Magnus;;; | |
Birthday: 22/12/1984 (24) | |
Title: IT Operations & Infrastructure Manager | |
Email: <mailto:[email protected]> | |
Email: <mailto:[email protected]> | |
Email: <mailto:[email protected]> | |
Organisation: Yves Rocher Su\uffffde AB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
john@ezri64 person| person ~/code/u-person-testdata/braddet.vcf list | |
braddet.vcf | |
Name: Detchevery;Bradley;Philip;Mr. | |
Fullname: Bradley Philip Detchevery | |
Nickname: Brad | |
Birthday: 16/05/1976 (32) | |
Title: IT & Quality Consultant | |
Organisation: Brad's Software Productions;Quality Assurance | |
Email: <mailto:[email protected]> | |
Role: IT & Quality Consultant |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It’s finally useful! | |
john@ezri64 Contacts| person Michiel van den Berg export key pgp - | gpg --import | |
gpg: key ED2D8C6E: public key "Michiel van den Berg <[email protected]>" imported | |
gpg: Total number processed: 1 | |
gpg: imported: 1 | |
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model | |
gpg: depth: 0 valid: 1 signed: 4 trust: 0-, 0q, 0n, 0m, 0f, 1u | |
gpg: depth: 1 valid: 4 signed: 1 trust: 0-, 0q, 0n, 0m, 4f, 0u | |
gpg: depth: 2 valid: 1 signed: 0 trust: 1-, 0q, 0n, 0m, 0f, 0u |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
john@ezri64 listento| finger [email protected]@any.io | |
Login: johndrinkwater Name: John Drinkwater | |
Directory: http://identi.ca/johndrinkwaterShell: identi.ca | |
Office: Winchcombe, Great Britain Home Page: http://johndrinkwater.name/ | |
Last login Mon Mar 30 00:52:48 GMT 2009 on xmpp | |
Project: | |
Not the poet, he’s dead. A Web and I.T. Jack | |
Plan: | |
upgrading an Ubuntu 8.04 machine, sipping earl grey and hearing BBC radio… |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
PING="/bin/ping" | |
ADDR="janeway.afternet.org" | |
DATA=`$PING -c10 -s500 $ADDR -q ` | |
LOSS=`echo $DATA | awk '{print $18 }' | tr -d %` | |
echo $LOSS | |
if [ $LOSS = 100 ]; | |
then | |
echo 0 | |
else |
OlderNewer