command-line-murders/i-07d538eee7430ac8f
by SadServersMore by SadServers
admin@i-0990a16ca6f06cf40:~$ chmod 777 web.py chmod: changing permissions of 'web.py': Operation not permitted admin@i-0990a16ca6f06cf40:~$ ls agent mysolution web.py admin@i-0990a16ca6f06cf40:~$ mv web.py we^C admin@i-0990a16ca6f06cf40:~$ cp web.py webserver.py cp: cannot open 'web.py' for reading: Permission denied admin@i-0990a16ca6f06cf40:~$ ls agent mysolution web.py admin@i-0990a16ca6f06cf40:~$ ls agent mysolution web.py admin@i-0990a16ca6f06cf40:~$ curl localhost:50000 curl: (7) Failed to connect to localhost port 50000: Connection refused admin@i-0990a16ca6f06cf40:~$ curl localhost:5000 Unauthorizedadmin@i-0990a16ca6f06cf40:~$ curl localhost:5000
paris/i-0990a16ca6f06cf40 03:53
by SadServers-rwxr-xr-x 1 admin root 2.2M Sep 17 2023 kihei drwxr-xr-x 2 admin root 4.0K Sep 17 2023 agent admin@i-0d07cfa4ea2ead235:~$ admin@i-0d07cfa4ea2ead235:~$ admin@i-0d07cfa4ea2ead235:~$ df -h Filesystem Size Used Avail Use% Mounted on udev 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-0d07cfa4ea2ead235:~$ admin@i-0d07cfa4ea2ead235:~$ admin@i-0d07cfa4ea2ead235:~$
kihei/i-0d07cfa4ea2ead235 00:18
by SadServersPhysical 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