paris/i-018dfd69ffef338fe
by SadServersMore by SadServers
nvme1n1 259:0 0 1G 0 disk nvme0n1 259:1 0 8G 0 disk nvme2n1 259:2 0 1G 0 disk nvme0n1p1 259:3 0 7.9G 0 part / nvme0n1p14 259:4 0 3M 0 part nvme0n1p15 259:5 0 124M 0 part /boot/efi admin@i-04bac25b183a33ff9:~$ lvm2 bash: lvm2: command not found admin@i-04bac25b183a33ff9:~$ sudo pvcreate /dev/nvme1n1 Physical volume "/dev/nvme1n1" successfully created. admin@i-04bac25b183a33ff9:~$ sudo pvcreate /dev/nvme2n1 Physical volume "/dev/nvme2n1" successfully created. admin@i-04bac25b183a33ff9:~$ sudo vgcreate my_volume_group /dev/nvme1n1 /dev/nvm Volume group "my_volume_group" successfully created admin@i-04bac25b183a33ff9:~$ sudo lvcreate -l 100%
kihei/i-04bac25b183a33ff9 05:44
by SadServerslsattr: Permission denied While reading flags on webserver.py admin@i-0c826a6b275be070d:~$ sudo ls 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: sudo: 1 incorrect password attempt admin@i-0c826a6b275be070d:~$
paris/i-0c826a6b275be070d 03:57
by SadServerssynonym for -e inject with default ERRNO set to ENOSYS. Miscellaneous: -d, --debug enable debug output to stderr -h, --help print help message --seccomp-bpf enable seccomp-bpf filtering -V, --version print version admin@i-044591a0589c43c95:~$ strace --help | less admin@i-044591a0589c43c95:~$ strace -o /tmp/trace ./kihei panic: exit status 1 goroutine 1 [running]: main.main() ./main.go:64 +0x47d admin@i-044591a0589c43c95:~$ vim