summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | * updated evanroot2011-06-304-3/+6
| | | | | | | | | | | | | | | fixed Makefil fixed everything else
| * | renamed btcguild script, added command to MonitoringFelix Richter2011-06-302-0/+13
| | | | | | | | | | | | shack_guest now contains the command to check chinaman
| * | added script to check btc guild miner statusFelix Richter2011-06-302-2/+29
| | | | | | | | | | | | seems to be working
* | | Merge branch 'master' of github.com:krebscode/painloadmakefu2011-06-294-0/+117
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of github.com:/krebscode/painloadroot2011-06-2923-40/+422
| |\|
| * | added evan scriptroot2011-06-294-0/+117
| | | | | | | | | | | | | | | | | | | | | evan: espeak sublimal messages, -d for daemonization (in while loop with random delay) evan-startup: startup script for init.d (does the totally right thing on debian satz-liste: contains the list of things to be espeaked Makefile: do make infest for the right thing
* | | merged Makefile, install lmsensors AND tmuxmakefu2011-06-2310-8/+123
|\ \ \ | | |/ | |/|
| * | mining/user/startup.sh: use URL from envuser2011-06-221-1/+1
| | |
| * | Makefile: does more of the right things nowFelix Richter2011-06-221-1/+8
| | | | | | | | | | | | | | | | | | | | | Makefile will patch quirks from the live system: 1. /etc/init.d/live-boot 2. ati_license Makefile will install and configure lm-sensors
| * | added ati_temperFelix Richter2011-06-221-0/+5
| | |
| * | mining/user/mining.o{dv -> vd}rtv2011-06-211-0/+0
| | |
| * | retiolum/bin/install: initial committv2011-06-201-0/+18
| | |
| * | cobra needs no disarmtv2011-06-201-4/+0
| | |
| * | cobra: initial index.shtv2011-06-202-0/+21
| | |
| * | cobra: initial READMEtv2011-06-201-0/+33
| | |
| * | btcguild: initial committv2011-06-191-0/+20
| | |
| * | node: install curluser2011-06-191-4/+20
| | |
| * | Merge branch 'master' of github.com:krebscode/painloadtv2011-06-191-0/+3
| |\ \