kihei/i-05c3c00ce59015c71
by SadServersMore by SadServers
--key FILE The key file to use when specifying a certificate. --reload / --no-reload Enable or disable the reloader. By default the reloader is active if debug is enabled. --debugger / --no-debugger Enable or disable the debugger. By default the debugger is active if debug is enabled. --with-threads / --without-threads Enable or disable multithreading. --extra-files PATH Extra files that trigger a reload on change. Multiple paths are separated by ':'. --exclude-patterns PATH Files matching these fnmatch patterns will not trigger a reload on change. Multiple patterns are separated by ':'. --help Show this message and exit. admin@i-0a7121b58e7b89b1f:~$ flask run webserver.py
paris/i-0a7121b58e7b89b1f 02:47
by SadServerswrite(2, " [", 2) = 2 write(2, "running", 7) = 7 write(2, "]:\n", 3) = 3 write(2, "main.main", 9) = 9 write(2, "(", 1) = 1 write(2, ")\n", 2) = 2 write(2, "\t", 1) = 1 write(2, "./main.go", 9) = 9 write(2, ":", 1) = 1 write(2, "64", 2) = 2 write(2, " +", 2) = 2 write(2, "0x47d", 5) = 5 write(2, "\n", 1) = 1 +++ exited with 2 +++ admin@i-0719056d023dd5571:~$
kihei/i-0719056d023dd5571 00:49
by SadServers/home/admin admin@i-04d9fdf17ef2b370a:~$ ls -la total 44 drwxr-xr-x 6 admin admin 4096 Sep 24 23:20 . drwxr-xr-x 3 root root 4096 Sep 17 16:44 .. drwx------ 3 admin admin 4096 Sep 20 15:52 .ansible -rw------- 1 admin admin 93 Jan 31 18:51 .bash_history -rw-r--r-- 1 admin admin 220 Aug 4 2021 .bash_logout -rw-r--r-- 1 admin admin 3526 Aug 4 2021 .bashrc drwxr-xr-x 3 admin admin 4096 Sep 20 15:56 .config -rw-r--r-- 1 admin admin 807 Aug 4 2021 .profile drwx------ 2 admin admin 4096 Sep 17 16:44 .ssh drwxr-xr-x 2 admin root 4096 Sep 24 23:20 agent -rwxrwx--- 1 root root 360 Sep 24 23:20 webserver.py admin@i-04d9fdf17ef2b370a:~$ nano webserver.py