paris/i-050cad83ab4faeb81
by SadServersMore by SadServers
Physical volume "/dev/nvme2n1" successfully created. Volume group "data-vg" successfully extended admin@i-0979fd02169b64a92:~$ sudo vgs VG #PV #LV #SN Attr VSize VFree data-vg 2 0 0 wz--n- 1.99g 1.99g admin@i-0979fd02169b64a92:~$ sudo lvcreate --size 1.99g --type linear -n datalv1 data-vg Rounding up size to full physical extent 1.99 GiB Logical volume "datalv1" created. admin@i-0979fd02169b64a92:~$ sudo lvs LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert datalv1 data-vg -wi-a----- 1.99g admin@i-0979fd02169b64a92:~$ sudo mkfs -t ext
kihei/i-0979fd02169b64a92 02:43
by SadServersudev 217M 0 217M 0% /dev tmpfs 46M 368K 46M 1% /run /dev/nvme0n1p1 7.7G 6.1G 1.2G 84% / tmpfs 228M 12K 228M 1% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock /dev/nvme0n1p15 124M 5.9M 118M 5% /boot/efi admin@i-07917131998840ecb:~$ df -i Filesystem Inodes IUsed IFree IUse% Mounted on udev 55457 307 55150 1% /dev tmpfs 58292 441 57851 1% /run /dev/nvme0n1p1 516096 32800 483296 7% / tmpfs 58292 4 58288 1% /dev/shm tmpfs 58292 3 58289 1% /run/lock /dev/nvme0n1p15 0 0 0 - /boot/efi admin@i-07917131998840ecb:~$ strace -e open,openat,creat,wr
kihei/i-07917131998840ecb 02:21
by SadServersadmin@i-06e417f4b5d603c82:~$ ls -l total 8 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-06e417f4b5d603c82:~$ chown admin webserver.py chown: changing ownership of 'webserver.py': Operation not permitted admin@i-06e417f4b5d603c82:~$ chmod 777 webserver.py chmod: changing permissions of 'webserver.py': Operation not permitted admin@i-06e417f4b5d603c82:~$ nc localhost 5000 GET / Welcome! Password is FDZPmh5AX3oiJt admin@i-06e417f4b5d603c82:~$ admin@i-06e417f4b5d603c82:~$ admin@i-06e417f4b5d603c82:~$ curl