kihei/i-020dd541aa3bd3dfe
by SadServersMore by SadServers
#2) Think before you type. #3) With great power comes great responsibility. [sudo] password for admin: sudo: a password is required admin@i-0b509c48b21df0a47:~$ 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:
paris/i-0b509c48b21df0a47 00:44
by SadServersadmin@i-0f3bc983127baae64:~$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT nvme0n1 259:0 0 8G 0 disk ├─nvme0n1p1 259:3 0 7.9G 0 part / ├─nvme0n1p14 259:4 0 3M 0 part └─nvme0n1p15 259:5 0 124M 0 part /boot/efi nvme2n1 259:1 0 1G 0 disk nvme1n1 259:2 0 1G 0 disk admin@i-0f3bc983127baae64:~$ lvm vgcreate myvg nvme1n1 nvme2n1 WARNING: Running as a non-root user. Functionality may be unavailable. /run/lock/lvm/P_global:aux: open failed: Permission denied admin@i-0f3bc983127baae64:~$ sudo lvm vgcreate myvg nvme1n1 nvme2n1 No device found for nvme1n1. No device found for nvme2n1. admin@i-0f3bc983127baae64:~$ sudo lvm vgcreate myvg /dev/nvme1n1 /dev/nvme2n1
kihei/i-0f3bc983127baae64 09:42
by SadServersAct PV 2 VG Size 1.99 GiB PE Size 4.00 MiB Total PE 510 Alloc PE / Size 0 / 0 Free PE / Size 510 / 1.99 GiB VG UUID 8eQBqp-a4S4-P72L-yXy0-zP0x-J39R-HhIosi root@i-0dd9288132a4e4c44:/home/admin# lvcreate -n homeadmin -l 2g VG0 Invalid argument for --extents: 2g Error during parsing of command line. root@i-0dd9288132a4e4c44:/home/admin# lvcreate -n homeadmin -l 2g VG0 Invalid argument for --extents: 2g Error during parsing of command line. root@i-0dd9288132a4e4c44:/home/admin# lvcreate -n homeadmin -l 1.99G
kihei/i-0dd9288132a4e4c44 05:47
by SadServersagent webserver.py admin@i-0360c0d51a2cc6a1e:~$ ss -lnt4p State Recv-Q Send-Q Local Address:Port Peer AddreLISTEN 0 128 127.0.0.1:5000 0.0.0LISTEN 0 128 0.0.0.0:22 0.0.0admin@i-0360c0d51a2cc6a1e:~$ curl localhost:5000 Unauthorizedadmin@i-0360c0d51a2cc6a1e:~$ ls agent webserver.py admin@i-0360c0d51a2cc6a1e:~$ string webserver.py bash: string: command not found admin@i-0360c0d51a2cc6a1e:~$ python webserver.py bash: python: command not found admin@i-0360c0d51a2cc6a1e:~$ python3 webserver.py python3: can't open file '/home/admin/webserver.py': [Errno 13] Permission denieadmin@i-0360c0d51a2cc6a1e:~$ c