kihei/i-00ea3683be33c9605
by SadServersMore by SadServers
Jan 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 SadServers. /usr/share/bash-completion/bash_completion elif [ -f /etc/bash_completion ]; then . /etc/bash_completion fi fi admin@i-04af3c553596ddb0f:~$ ^C admin@i-04af3c553596ddb0f:~$ .bashrc^C admin@i-04af3c553596ddb0f:~$ alias ll='ls -lh' admin@i-04af3c553596ddb0f:~$ ll total 8.0K drwxr-xr-x 2 admin root 4.0K Sep 24 23:20 agent -rwxrwx--- 1 root root 360 Sep 24 23:20 webserver.py admin@i-04af3c553596ddb0f:~$ pwd /home/admin admin@i-04af3c553596ddb0f:~$
paris/i-04af3c553596ddb0f 00:47
by SadServers├─nvme0n1p1 259:2 0 7.9G 0 part / ├─nvme0n1p14 259:3 0 3M 0 part └─nvme0n1p15 259:4 0 124M 0 part /boot/efi nvme2n1 259:5 0 1G 0 disk admin@i-0f85d27cf29853e7d:~$ 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-0f85d27cf29853e7d:~$ sudo !! sudo pvcreate /dev/nvme1n1 Physical volume "/dev/nvme1n1" successfully created. admin@i-0f85d27cf29853e7d:~$ sudo pvcreate /dev/nvme2n1 Physical volume "/dev/nvme2n1" successfully created. admin@i-0f85d27cf29853e7d:~$ sudo vgcreate new_vg /dev/nvme2n1 /dev/nvme1n1 Volume group "new_vg" successfully created admin@i-0f85d27cf29853e7d:~$ lvcreate -l 100%FREE -