paris/i-0f34322039927622b
by SadServersMore by SadServers
Resolving localhost (localhost)... 127.0.0.1 Connecting to localhost (localhost)|127.0.0.1|:5000... connected. HTTP request sent, awaiting response... 200 OK Length: 12 [text/html] Saving to: ‘index.html’ index.html 0%[ index.html 100%[=========================================>] 12 --.-KB/s in 0s 2023-12-11 10:29:33 (119 KB/s) - ‘index.html’ saved [12/12] admin@i-031023b9f4d69a6e7:~$ cat index.html Unauthorizedadmin@i-031023b9f4d69a6e7:~$ ls^C admin@i-031023b9f4d69a6e7:~$ curl -I
paris/i-031023b9f4d69a6e7 03:46
by SadServersWriting inode tables: done Creating journal (8192 blocks): done Writing superblocks and filesystem accounting information: done admin@i-0049035e2f3e403d7:~$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT nvme1n1 259:0 0 1G 0 disk └─mon_vg-mon_lv 254:0 0 2G 0 lvm nvme0n1 259:1 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:2 0 1G 0 disk └─mon_vg-mon_lv 254:0 0 2G 0 lvm admin@i-0049035e2f3e403d7:~$
kihei/i-0049035e2f3e403d7 05:25
by SadServersadmin@i-05a8a4c9958482074:~$ sudo vgs VG #PV #LV #SN Attr VSize VFree vg0 2 0 0 wz--n- 1.99g 1.99g admin@i-05a8a4c9958482074:~$ lvcreate -n pisse -L100%VG vg0 WARNING: Running as a non-root user. Functionality may be unavailable. Can't parse size argument. Invalid argument for --size: 100%VG Error during parsing of command line. admin@i-05a8a4c9958482074:~$ sudo lvcreate -n pisse -L100%VG vg0 Can't parse size argument. Invalid argument for --size: 100%VG Error during parsing of command line. admin@i-05a8a4c9958482074:~$ sudo lvcreate -n pisse -l100%VG vg0 Logical volume "pisse" created. admin@i-05a8a4c9958482074:~$ mkfs