kihei/i-0701de36aa50bd9f8
by SadServersMore by SadServers
bash: lslbk: command not found admin@i-002944c8c98f5382d:~$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT nvme0n1 259:0 0 8G 0 disk ├─nvme0n1p1 259:2 0 7.9G 0 part / ├─nvme0n1p14 259:3 0 3M 0 part └─nvme0n1p15 259:5 0 124M 0 part /boot/efi nvme1n1 259:1 0 1G 0 disk nvme2n1 259:4 0 1G 0 disk admin@i-002944c8c98f5382d:~$ sudo vgcreate big /dev/nvme1n1 /dev/nvme2n1 Volume group "big" successfully created admin@i-002944c8c98f5382d:~$ sudo lvcreate -L 2G -n bigr --type striped --stripe Using default stripesize 64.00 KiB. Volume group "big" has insufficient free space (510 extents): 512 required. admin@i-002944c8c98f5382d:~$
kihei/i-002944c8c98f5382d 03:00
by SadServers└─576 /usr/bin/python3 /home/admin/webserver.py Dec 06 15:26:25 i-0698a665f0c5ecc54 systemd[1]: Started Flask Application. Dec 06 15:26:25 i-0698a665f0c5ecc54 python3[576]: * Serving Flask app 'webserver' Dec 06 15:26:25 i-0698a665f0c5ecc54 python3[576]: * Debug mode: off Dec 06 15:26:26 i-0698a665f0c5ecc54 python3[576]: WARNING: This is a development server. Do not use it in a production deployment. Use a product> Dec 06 15:26:26 i-0698a665f0c5ecc54 python3[576]: * Running on http://127.0.0.1:5000 Dec 06 15:26:26 i-0698a665f0c5ecc54 python3[576]: Press CTRL+C to quit admin@i-0698a665f0c5ecc54:~$
paris/i-0698a665f0c5ecc54 06:06
by SadServers) = 2 write(2, "\t", 1 ) = 1 write(2, "./main.go", 9./main.go) = 9 write(2, ":", 1:) = 1 write(2, "64", 264) = 2 write(2, " +", 2 +) = 2 write(2, "0x47d", 50x47d) = 5 write(2, "\n", 1 ) = 1 exit_group(2) = ? +++ exited with 2 +++ admin@i-0be7818eb46cc4b14:~$ sudo apt update 0% [Connecting to cdn-aws.deb.debian.org (2600:9000:25f5:e800:c:a756:bac0:93a1)]C admin@i-0be7818eb46cc4b14:~$
kihei/i-0be7818eb46cc4b14 03:22
by SadServersadmin@i-0a31e5daa0d7a50e2:~$ ss -tlpn State Recv-Q Send-Q Local Address:Port Peer Address:Port Process LISTEN 0 128 127.0.0.1:5000 0.0.0.0:* LISTEN 0 128 0.0.0.0:22 0.0.0.0:* LISTEN 0 4096 *:6767 *:* users:(("sLISTEN 0 4096 *:8080 *:* users:(("gLISTEN 0 128 [::]:22 [::]:* admin@i-0a31e5daa0d7a50e2:~$ curl 127.0.0.1:5000 Unauthorizedadmin@i-0a31e5daa0d7a50e2:~$ sudo su