blob: eb2e23df2c39d207857c723eea7e265a2cf447ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
~/p/krebscode/painload/infest/home
aggressive
cooperative
-- currently it is aggressive and stupid
~/p/krebscode/painload/infest/etc
aggressive
cooperative
-- currently it is aggressive and stupid
- node install script
===
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
===
- conflicting ~/.profile
- morse: beep not found wegen rc.local
- /etc/.vimrc legacy compat
~/p/krebscode/painload/node/Makefile
./configure --prefix=$HOME
and ensure that the resulting bin is in $PATH
which node or build
|