wip
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Quelques commandes remote (luatool) à envoyer avec le plugin Atom-IDE-terminal de l'éditeur Atom
|
||||
# zf191026.0913
|
||||
# zf191028.1918
|
||||
|
||||
# si luatool ne marche pas sur le MAC, il faut lire ceci:
|
||||
# https://docs.google.com/document/d/1q64uK3IMOgEDdKaIAttbYuFt4GuLQ06k3FLeyfCsWLg/edit#heading=h.bmefcu67uwj0
|
||||
@@ -53,3 +53,13 @@ cat("boot2.lua")
|
||||
./luatool.py --ip $zIP -l
|
||||
./luatool.py --ip $zIP -f toto.lua -d
|
||||
./luatool.py --ip $zIP --delete toto.lua
|
||||
|
||||
|
||||
# création des tunnels ssh
|
||||
ssh -L 20221:localhost:20221 ubuntu@www.zuzutest.ml
|
||||
sudo ssh -L 23:192.168.1.111:23 ubuntu@localhost -p 20221
|
||||
export zIP="127.0.0.1"
|
||||
telnet -rN $zIP
|
||||
~.
|
||||
node.restart()
|
||||
=node.heap()
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
-- Scripts à charger après le boot pour démarrer son appli
|
||||
|
||||
print("\n boot2.lua zf191020.1840 \n")
|
||||
print("\n boot2.lua zf191028.1900 \n")
|
||||
|
||||
second_chance=nil
|
||||
function heartbeat()
|
||||
@@ -18,5 +18,5 @@ end
|
||||
--f= "0_cron.lua" if file.exists(f) then dofile(f) end
|
||||
|
||||
f=nil
|
||||
--heartbeat=nil
|
||||
heartbeat()
|
||||
heartbeat=nil
|
||||
--heartbeat()
|
||||
|
||||
Reference in New Issue
Block a user