summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* randline: reimplementedmakefu2011-07-311-10/+3
|
* randline: initial committv2011-07-311-0/+12
|
* my-global-ipv4-addr: initial committv2011-07-301-0/+51
|
* Kübelwagen: initial importtv2011-07-264-0/+262
|
* rm kvutils and move anonbox.net to proper placetv2011-07-243-8/+0
|
* anonbox: add --checktv2011-07-241-3/+15
|
* Initial commit: anonbox, kvutilstv2011-07-243-0/+53
|
* Merge branch 'toaster'tv2011-07-223-2/+11
|\
| * add mission critical stufftv2011-07-221-0/+1
| |
| * mv tempfile mktemptv2011-07-221-2/+2
| |
| * util google.suggest: initial importtv2011-07-221-0/+8
| |
* | fixedLassulus2011-07-221-1/+1
| |
* | multiplayer now through input/output filesLassulus2011-07-221-5/+9
|/
* cholerab live.sh: shasmfuftw!tv2011-07-211-50/+62
|
* 1st try of cholerabLassulus2011-07-211-0/+98
|
* cholerab live.sh: initial committv2011-07-211-0/+76
|
* util make-data-uri: rm legacy codetv2011-07-201-7/+0
|
* util krebsdate: initial committv2011-07-201-0/+10
|
* util make-data-url: initial committv2011-07-192-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NAME make-data-url - create a "data" URL scheme item SYNOPSIS make-data-url [file...] DESCRIPTION The make-data-url is a best efforts generator of "data" URL scheme compatible items as described by RFC 2397. Each file is read, analyzed, and printed as single-lined "data" URL to stdout. OPERANDS The following operands shall be supported: file A pathname of a file. The content of each file is printed as single-lined "data" URL to the standard output. The mime-type of the file's content gets guessed by the file utility. STDIN None INPUT FILES Input files can be any file type. ENVIRONMENT VARIABLES The following environment variables shall affect the execution of make-data-url: None. ASYNCHRONOUS EVENTS Default. STDOUT Each line shall contain a "data" URL item for the respective file operand. STDERR The standard error shall be used only for diagnostic messages. OUTPUT FILES None. EXTENDED DESCRIPTION None. EXIT STATUS The following exit values shall be returned: 0 The program has terminated. CONSEQUENCES OF ERRORS Default. The following sections are informative APPLICATION USAGE Default. EXAMPLES Test your backup scheme: sudo rm -fR /home RATIONALE None. FUTURE DIRECTIONS None. SEE ALSO RFC 2397, file BUGS None, this is enterprise-grade software and behaves exactly as specified. AUTHOR KREBS COPYTIGHT Copytight (c) 2011, KREBS. This program is free software. It comes without any warranty, to the extent permitted by applicable law. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more details. COPYRIGHT Portions of this text are reprinted and reproduced in electronic form from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology -- Portable Operatingg Systems Interface (POSIX), The Open Group Base Specification Issue 6, Copyright (C) 2001-2003 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between this version and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html . Deal with it!
* Merge branch 'master' of github.com:krebscode/painloadmakefu2011-07-144-36/+5
|\
| * Monitoring: fixed buggy config,Makefilemakefu2011-07-113-5/+5
| |
| * Monitoring: deleted dupe configmakefu2011-07-111-31/+0
| |
* | renewed chinamanmakefu2011-07-141-3/+4
|/
* added config for nagios for speed/temp scriptsmakefu2011-07-114-27/+85
| | | | | plugins/*: fixed some usability issues, Warning -> !! , Info -> ** , Stupid -> ?? conf/shack_guests: contains config for miner
* Monitoring: added temper and speed filesmakefu2011-07-112-0/+63
| | | | | | | | these scripts need to be consolidatet somehow, added TODO to check_speed scripts provide a way to monitor speed and temperature which is replied by a web-server. This web server collected the informations before of that and tidies up the output
* Merge of github.com:krebscode/painload newlinemakefu2011-07-119-13/+156
|\ | | | | | | | | Conflicts: temper/Makefile: stupid newline
| * Merge branch 'master' of https://github.com/krebscode/painloaduser2011-07-115-31/+39
| |\
| | * noise espeak: make louder; use default deviceroot2011-07-111-2/+2
| | |
| | * Merge branch 'master' of github.com:krebscode/painloadChinaman2011-07-102-13/+21
| | |\
| | * | updated cruise control, now incompatible with linucCoin!Chinaman2011-07-104-29/+37
| | | | | | | | | | | | | | | | | | | | | | | | mining/bin/newkey.sh: unused because slime is now in place mining/user/startup.sh: edited paths to miner, NOW INCOMPATIBLE with linucCoin (sucked anyway) temper/Makefile: fixed issue when installing temper (lose suid bit)
| * | | kill fuckers with even more hateuser2011-07-091-5/+3
| | | |
| * | | ensure-wlan0: try harderuser2011-07-091-6/+9
| | |/ | |/|
| * | enable-wlan0: handle the nightmare appletuser2011-07-091-12/+20
| | |
| * | mining Makefile: enable auto-configureuser2011-07-091-1/+1
| |/
| * mining/bin/archlinux-cruise-control addedChinaman2011-07-083-37/+47
| | | | | | | | | | script is pulled out from the original Makefile. added TODO file(because every project needs one
| * mining: added archlinux cruise controlroot2011-07-086-1/+54
| | | | | | | | | | | | | | mining/Makefile: added archlinux cruise control (auto installer) which always does the right thing. loosely after http://rubyists.github.com/2011/06/08/how-to-build-a-namecoin-or-bitcoin-miner-in98-easy-steps.html mining/{user/,}/bin:renamed mining/bin/newkey.sh: add policy Xorg keygen
| * masquerade wlan0, eth2root2011-07-081-0/+2
| |
| * add mining/user/bin/ensure-routeruser2011-07-081-0/+25
| |
| * add mining/user/bin/cleanup_tmpuser2011-07-031-0/+4
| | | | | | | | | | | | | | usage: combine this with cron to clean miner's .so-files from /tmp this was required @bergwerk to prevent filling up the tmpfs what stopped the miner...
| * add mining/user/bin/ensure-wlan0user2011-07-031-0/+32
| | | | | | | | usage: combine this with cron to ensure wlan0
* | updated temper Makefilemakefu2011-07-111-4/+5
|/
* added git pull to monitoring makefile for conveniencemakefu2011-07-011-0/+1
|
* removed leechi from monitoringmakefu2011-07-011-12/+0
|
* tweaked alarm in chinaman btcguildmakefu2011-07-011-1/+1
|
* check_btcguild_miner: added Exception evaluationFelix Richter2011-07-011-5/+8
|
* updated Monitoring makefilemakefu2011-06-301-0/+1
| | | | checks for python and if not available installs both, python and simplejson for debian
* merged fixes from testing on monitoring.shackmakefu2011-06-301-3/+9
| | | | check_btcguild_miner: tries json and then simplejson to import, fixes try-except block
* Merge branch 'master' of github.com:krebscode/painloadmakefu2011-06-309-10/+57
|\ | | | | | | | | Conflicts: mining/Makefile: now installs tmux and configures
| * Merge branch 'master' of github.com:krebscode/painloadFelix Richter2011-06-306-4/+128
| |\
| | * updated people scriptroot2011-06-302-4/+8
| | | | | | | | | | | | mac_names updated with more names