paris/i-0ce4088ffc36025b0
by SadServersMore by SadServers
Free PE 0 Allocated PE 0 PV UUID z0uOTP-FI8t-j3rA-HUHk-2sFf-x3hO-BiYzAc admin@i-026cdc6f98b7dc57b:~$ sudo lg lg-data /dev/sdb /dev/sdc sudo: lg: command not found admin@i-026cdc6f98b7dc57b:~$ sudo lgcreate lg-data /dev/sdb /dev/sdc sudo: lgcreate: command not found admin@i-026cdc6f98b7dc57b:~$ sudo lgcreate lg-data /dev/sdb^Cdev/sdc admin@i-026cdc6f98b7dc57b:~$ sudo lgs sudo: lgs: command not found admin@i-026cdc6f98b7dc57b:~$ sudo vgs admin@i-026cdc6f98b7dc57b:~$ sudo vgcreate vg-data /dev/sdb^Cdev/sdc No device found for /dev/sdb^Cdev/sdc. admin@i-026cdc6f98b7dc57b:~$ sudo vgcreate vg-data /dev/sdb
kihei/i-026cdc6f98b7dc57b 05:49
by SadServers[Unit] Description=Flask Application After=network.target [Service] ExecStart=/usr/bin/python3 /home/admin/webserver.py [Install] WantedBy=multi-user.target admin@i-031b3c138eab9863b:~$ ls -la/etc/systemd/system/flaskapp.service ls: invalid option -- '/' Try 'ls --help' for more information. admin@i-031b3c138eab9863b:~$ ls -la /etc/systemd/system/flaskapp.service -rw-r--r-- 1 root root 159 Sep 24 2023 /etc/systemd/system/flaskapp.service admin@i-031b3c138eab9863b:~$
paris/i-031b3c138eab9863b 03:41
by SadServersadmin@i-01938499a23dd6d8b:~$ curl http://localhost:5000 Unauthorizedadmin@i-01938499a23dd6d8b:~$ curl https://localhost:5000 curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number admin@i-01938499a23dd6d8b:~$ strace -p 573 strace: attach: ptrace(PTRACE_SEIZE, 573): Operation not permitted admin@i-01938499a23dd6d8b:~$ sudo strace -p 573 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: