kihei/i-0d3249e29f9ca33c5
by SadServersMore by SadServers
< HTTP/1.1 404 NOT FOUND < Server: Werkzeug/2.3.7 Python/3.9.2 < Date: Fri, 07 Mar 2025 20:33:25 GMT < Content-Type: text/html; charset=utf-8 < Content-Length: 207 < Connection: close < <!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 manualling and try again.</p> * Closing connection 0 admin@i-0f702079919b1d844:~$ curl -v localhost:5000
paris/i-0f702079919b1d844 02:25
by SadServersJan 02 08:42:39 i-06e56fbb61602f300 python3[580]: 127.0.0.1 - - [02/Jan/2025 08:admin@i-06e56fbb61602f300:~$ curl http://127.0.0.1:5000 Unauthorizedadmin@i-06e56fbb61602f300:~$ 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: [2]+ Stopped sudo su admin@i-06e56fbb61602f300:~$
paris/i-06e56fbb61602f300 02:19
by SadServersFirst sector (2048-2097151, default 2048): Last sector, +/-sectors or +/-size{K,M,G,T,P} (2048-2097151, default 2097151): Created a new partition 1 of type 'Linux' and of size 1023 MiB. Command (m for help): w The partition table has been altered. Calling ioctl() to re-read partition table. Syncing disks. admin@i-09f66041f9028dba9:~$ sudo pvcreate /dev/nvme1n1p1 Physical volume "/dev/nvme1n1p1" successfully created. admin@i-09f66041f9028dba9:~$ sudo pvcreate /dev/nvme2n1p1 Physical volume "/dev/nvme2n1p1" successfully created. admin@i-09f66041f9028dba9:~$
kihei/i-09f66041f9028dba9 04:54
by SadServersWARNING: Running as a non-root user. Functionality may be unavailable. /run/lock/lvm/P_global:aux: open failed: Permission denied admin@i-0c12183255fc7984a:~$ sudo pvcreate /dev/nvme1n1 /dev/nvme2n1 Physical volume "/dev/nvme1n1" successfully created. Physical volume "/dev/nvme2n1" successfully created. admin@i-0c12183255fc7984a:~$ sudo vgcreate vg /dev/nvme1n1 /dev/nvme2n1 Volume group "vg" successfully created admin@i-0c12183255fc7984a:~$ lvcreate -n lv -l 100%FREE vg WARNING: Running as a non-root user. Functionality may be unavailable. /dev/mapper/control: open failed: Permission denied Failure to communicate with kernel device-mapper driver. Incompatible libdevmapper 1.02.175 (2021-01-08) and kernel driver (unknown ver striped: Required device-mapper target(s) not detected in your kernel. Run `lvcreate --help' for more information. admin@i-0c12183255fc7984a:~$ lvcreate -n lv -l 100%FREE vg