paris/i-0f6ee434bf2ef1d8a
by SadServersMore by SadServers
8.0K /home/admin/.config/asciinema 12K /home/admin/.config 2.2M /home/admin/kihei 5.1G /home/admin admin@i-03309c8d4e1f22bd4:~$ cd datafile bash: cd: datafile: Not a directory admin@i-03309c8d4e1f22bd4:~$ lsblk- l bash: lsblk-: command not found admin@i-03309c8d4e1f22bd4:~$ lsblk -l NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT nvme0n1 259:0 0 8G 0 disk nvme0n1p1 259:1 0 7.9G 0 part / nvme0n1p14 259:2 0 3M 0 part nvme0n1p15 259:3 0 124M 0 part /boot/efi admin@i-03309c8d4e1f22bd4:~$ pvcreate /dev/
i-03309c8d4e1f22bd4 01:36
by SadServerslvm lvmconfig lvmdiskscan lvmdump lvmpolld lvmsadc lvadmin@i-07643435c20bd9e33:~$ lvm lvm lvmconfig lvmdiskscan lvmdump lvmpolld lvmsadc lvadmin@i-07643435c20bd9e33:~$ which lvm /usr/sbin/lvm admin@i-07643435c20bd9e33:~$ whatis lvm lvm (8) - LVM2 tools admin@i-07643435c20bd9e33:~$ pvcreate /dev/nvme1n1 WARNING: Running as a non-root user. Functionality may be unavailable. /run/lock/lvm/P_global:aux: open failed: Permission denied admin@i-07643435c20bd9e33:~$ sudo pvcreate /dev/nvme1n1 Physical volume "/dev/nvme1n1" successfully created. admin@i-07643435c20bd9e33:~$ sudo pvcreate /dev/nvme2n1 Physical volume "/dev/nvme2n1" successfully created. admin@i-07643435c20bd9e33:~$ sudo vgcreate kiheidata
kihei/i-07643435c20bd9e33 04:44
by SadServers<p>The requested URL was not found on the server. If you entered the URL manualladmin@i-0e78d8c54dffc14fe:~$ curl -XGET localhost:5000/admin <!doctype html> <html lang=en> <title>404 Not Found</title> <h1>Not Found</h1> <p>The requested URL was not found on the server. If you entered the URL manualladmin@i-0e78d8c54dffc14fe:~$ curl -XGET localhost:5000/foob <!doctype html> <html lang=en> <title>404 Not Found</title> <h1>Not Found</h1> <p>The requested URL was not found on the server. If you entered the URL manualladmin@i-0e78d8c54dffc14fe:~$ curl -XGET localhost:5000/../ Unauthorizedadmin@i-0e78d8c54dffc14fe:~$ curl -XGET localhost:5000/../..