command-line-murders/i-0c7b9289fcd88fd1f
by SadServersMore by SadServers
-rw-r--r-- 1 admin admin 1024 Feb 29 07:33 .webserver.py.swp 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-03d33c47959abc794:~$ file webserver.py webserver.py: regular file, no read permission admin@i-03d33c47959abc794:~$ curl localhost:5000 Unauthorizedadmin@i-03d33c47959abc794:~$ curl -I localhost:5000 HTTP/1.1 200 OK Server: Werkzeug/2.3.7 Python/3.9.2 Date: Thu, 29 Feb 2024 07:34:11 GMT Content-Type: text/html; charset=utf-8 Content-Length: 12 Connection: close admin@i-03d33c47959abc794:~$
paris/i-03d33c47959abc794 03:10
by SadServersCan't parse size argument. Invalid argument for --size: 100% Error during parsing of command line. admin@i-0999a44d263ea34e9:~$ sudo lvcreate -L 2G -n lv_linear LVM Volume group "LVM" has insufficient free space (510 extents): 512 required. admin@i-0999a44d263ea34e9:~$ sudo lvcreate -L 1.8G -n lv_linear LVM Rounding up size to full physical extent 1.80 GiB Logical volume "lv_linear" created. admin@i-0999a44d263ea34e9:~$ lvs WARNING: Running as a non-root user. Functionality may be unavailable. /run/lock/lvm/P_global:aux: open failed: Permission denied admin@i-0999a44d263ea34e9:~$ sudo lvs LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Con lv_linear LVM -wi-a----- 1.80g admin@i-0999a44d263ea34e9:~$ mkdir /mnt/
kihei/i-0999a44d263ea34e9 07:01
by SadServers/dev/nvme0n1p15 126678 6016 120662 5% /boot/efi admin@i-0d8b005e606433f01:~$ lsblk -l NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT nvme1n1 259:0 0 1G 0 disk nvme0n1 259:1 0 8G 0 disk nvme2n1 259:2 0 1G 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 admin@i-0d8b005e606433f01:~$ sudo pvcreate /dev/nvme1n1 /dev/nvme2n1 Physical volume "/dev/nvme1n1" successfully created. Physical volume "/dev/nvme2n1" successfully created. admin@i-0d8b005e606433f01:~$ vgvreate vg /dev/nvme1n1 /dev/nvme2n1 bash: vgvreate: command not found admin@i-0d8b005e606433f01:~$ vgreate vg /dev/nvme1n1 /dev/nvme2n1