kihei/i-021bbefa1dfaf5891
by SadServersMore by SadServers
nvme0n1p15 259:5 0 124M 0 part /boot/efi admin@i-0df4f112bd047117f:~$ sudo pvcreate /dev/nvme1n1 /dev/nvme2n1 Physical volume "/dev/nvme1n1" successfully created. Physical volume "/dev/nvme2n1" successfully created. admin@i-0df4f112bd047117f:~$ vgcreate vg /dev/nvme1n1 /dev/nvme2n1, lvcreate -n WARNING: Running as a non-root user. Functionality may be unavailable. vgcreate: invalid option -- 'n' Error during parsing of command line. admin@i-0df4f112bd047117f:~$ sudo !! sudo vgcreate vg /dev/nvme1n1 /dev/nvme2n1, lvcreate -n lv -l 100%FREE vg vgcreate: invalid option -- 'n' Error during parsing of command line. admin@i-0df4f112bd047117f:~$ sudo vgcreate vg /dev/nvme1n1 /dev/nvme2n1 Volume group "vg" successfully created admin@i-0df4f112bd047117f:~$ sudo
kihei/i-0df4f112bd047117f 03:26
by SadServersudev 217M 0 217M 0% /dev tmpfs 46M 368K 46M 1% /run /dev/nvme0n1p1 7.7G 6.1G 1.2G 84% / tmpfs 228M 12K 228M 1% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock /dev/nvme0n1p15 124M 5.9M 118M 5% /boot/efi admin@i-07917131998840ecb:~$ df -i Filesystem Inodes IUsed IFree IUse% Mounted on udev 55457 307 55150 1% /dev tmpfs 58292 441 57851 1% /run /dev/nvme0n1p1 516096 32800 483296 7% / tmpfs 58292 4 58288 1% /dev/shm tmpfs 58292 3 58289 1% /run/lock /dev/nvme0n1p15 0 0 0 - /boot/efi admin@i-07917131998840ecb:~$ strace -e open,openat,creat,wr
kihei/i-07917131998840ecb 02:21
by SadServersadmin@i-0ce34773b1621d3d7:~$ sudo cat webserver.py 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: sudo: a password is required admin@i-0ce34773b1621d3d7:~$ curl localhost:5000 Unauthorizedadmin@i-0ce34773b1621d3d7:~$ git status bash: git: command not found admin@i-0ce34773b1621d3d7:~$