kihei/i-01dd8e02d8dccb16e
by SadServersMore by SadServers
admin@i-0e451c002a3c0bc96:~$ docker cp table_tableau11.csv pg:/tmp Successfully copied 49.2kB to pg:/tmp admin@i-0e451c002a3c0bc96:~$ docker exec -u postgres -ti pg bash postgres@97a2fa8cfff4:/$ cd /tmp/ postgres@97a2fa8cfff4:/tmp$ psql psql (16.0 (Debian 16.0-1.pgdg120+1)) Type "help" for help. postgres=# \q postgres@97a2fa8cfff4:/tmp$ psql psql (16.0 (Debian 16.0-1.pgdg120+1)) Type "help" for help. postgres=# create table
ivujivik/i-0e451c002a3c0bc96 10:23
by SadServers#1) Respect the privacy of others. #2) Think before you type. #3) With great power comes great responsibility. [sudo] password for admin: sudo: a password is required admin@i-033b6c6ec40e2452e:~$ lsof -i :5000 admin@i-033b6c6ec40e2452e:~$ netstat -ano | findstr :5000 bash: findstr: command not found admin@i-033b6c6ec40e2452e:~$ ls agent webserver.py admin@i-033b6c6ec40e2452e:~$ cat webserver.py cat: webserver.py: Permission denied admin@i-033b6c6ec40e2452e:~$ cat webserver.py
paris/i-033b6c6ec40e2452e 01:56
by SadServersbash: py: command not found admin@i-0121b4e734c6ef16e:~$ python3 webserver.py python3: can't open file '/home/admin/webserver.py': [Errno 13] Permission denieadmin@i-0121b4e734c6ef16e:~$ sudo su We trust you have received the usual lecture from the local System Administrator. It usually boils down to these three things: #1) Respect the privacy of others. #2) Think before you type. #3) With great power comes great responsibility. [sudo] password for admin: sudo: a password is required admin@i-0121b4e734c6ef16e:~$
paris/i-0121b4e734c6ef16e 02:34
by SadServers<title>Error response</title> </head> <body> <h1>Error response</h1> <p>Error code: 400</p> <p>Message: Bad request version ('1.1').</p> <p>Error code explanation: HTTPStatus.BAD_REQUEST - Bad request syntax o </body> </html> Connection closed by foreign host. admin@i-0c02c2509333a676e:~$ telnet localhost 5000 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'.