This commit is contained in:
Christian Zufferey
2019-10-28 19:19:39 +01:00
parent 524254d3b6
commit d05e8fae79
2 changed files with 14 additions and 4 deletions

View File

@@ -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()

View File

@@ -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()