diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-06-03 00:05:55 +0200 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-06-03 00:05:55 +0200 |
commit | 88f3ccbcd5b3d9daa6f8066592d8ea8eb0510266 (patch) | |
tree | 9b277e67cffdd66a1c79af93d4b64bfbee77871f /cholerab | |
parent | 1aee8d1bb1cae47262dd9f9983268bc433aec555 (diff) | |
parent | 53831e7260669e8788f75d39b881812a09c756c4 (diff) |
Merge branch 'master' of github.com:krebscode/cholerab
Diffstat (limited to 'cholerab')
-rw-r--r-- | cholerab/README | 42 |
1 files changed, 33 insertions, 9 deletions
diff --git a/cholerab/README b/cholerab/README index eb2e23df..d6149751 100644 --- a/cholerab/README +++ b/cholerab/README @@ -14,15 +14,17 @@ === - -ssh root@pornocauster -p 2222 -git clone https://github.com/krebscode/painload.git /krebs -cd /krebs -apt-get install --yes make -make infest -shutdown -r now - -ssh -i .ssh/krebs/also.id_rsa krebs@pornocauster -p 2222 +# this is the current installation process [by example] +<code> + ssh root@pornocauster -p 2222 + git clone https://github.com/krebscode/painload.git /krebs + cd /krebs + apt-get install --yes make + make infest + shutdown -r now + + ssh -i .ssh/krebs/also.id_rsa krebs@pornocauster -p 2222 +</code> === @@ -37,3 +39,25 @@ ssh -i .ssh/krebs/also.id_rsa krebs@pornocauster -p 2222 which node or build +//krebscode/painload/retiolum/scripts/tinc_setup/install.sh or something + should be called by painload/infest + and should be enterprise enough to be infested multiple times + -- please see how infest/bin/make-patch is generating a patch, that gets + applied by Makefile + +//krebscode/painload/noise + - should be infested host-specifically + - i.e. to start automatically at KREBS + +//krebscode/painload/noise + - NOISE-STREAMS-MODULE + - should have a module to allow switching of the streams + - should have a module to allow managing of streams + - is this mergable with noise/modules/stream [by chris] + - or can we replace noise/modules/stream + +//krebscode/painload/streams + - should be infested host-specifically + - i.e. to start automatically at KREBS + - the last stream should be playbacked + - should be controlable by noise [see NOISE-STREAM-MODULE] |