command-line-murders/i-0ce91fcff25164590
by SadServersMore by SadServers
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: Sorry, try again. [sudo] password for admin: Sorry, try again. [sudo] password for admin: sudo: 2 incorrect password attempts admin@i-0e73febb68bb05c6c:~$ ls
paris/i-0e73febb68bb05c6c 01:13
by SadServerswill not be shown, you would have to be root to see it all.) tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN admin@i-0c165f3a208accd57:~$ sudo netstat -tulnp | grep 5000 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: Sorry, try again. [sudo] password for admin:
paris/i-0c165f3a208accd57 02:26
by SadServersnvme1n1 259:4 0 1G 0 disk nvme2n1 259:5 0 1G 0 disk admin@i-0c9b4f9b00dfdb4e5:~$ sudo mount /dev/vg/lv /home/admin/data , chown -R amount: bad usage Try 'mount --help' for more information. admin@i-0c9b4f9b00dfdb4e5:~$ sudo mount /dev/vg/lv /home/admin/data mount: /home/admin/data: special device /dev/vg/lv does not exist. admin@i-0c9b4f9b00dfdb4e5:~$ vgcreate vg /dev/nvme1n1 /dev/nvme2n1 WARNING: Running as a non-root user. Functionality may be unavailable. /run/lock/lvm/P_global:aux: open failed: Permission denied admin@i-0c9b4f9b00dfdb4e5:~$ sudo vgcreate vg /dev/nvme1n1 /dev/nvme2n1 Volume group "vg" successfully created admin@i-0c9b4f9b00dfdb4e5:~$ sudo lvcreate -n lv -l 100%FREE vg Logical volume "lv" created. admin@i-0c9b4f9b00dfdb4e5:~$ sudo