paris/i-0539ff55c188ce054
by SadServersMore by SadServers
drwx------ 3 admin admin 4.0K Sep 17 2023 .ansible drwx------ 2 admin admin 4.0K Sep 17 2023 .ssh drwxr-xr-x 3 root root 4.0K Sep 17 2023 .. -rw-r--r-- 1 admin admin 220 Aug 4 2021 .bash_logout -rw-r--r-- 1 admin admin 3.5K Aug 4 2021 .bashrc -rw-r--r-- 1 admin admin 807 Aug 4 2021 .profile admin@i-014a9a0de6543ced0:~$ df -h Filesystem Size Used Avail Use% Mounted on udev 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-014a9a0de6543ced0:~$ sudo
kihei/i-014a9a0de6543ced0 01:52
by SadServersreturn super().server_bind() File "/usr/lib/python3.9/http/server.py", line 138, in server_bind socketserver.TCPServer.server_bind(self) File "/usr/lib/python3.9/socketserver.py", line 466, in server_bind self.socket.bind(self.server_address) OSError: [Errno 98] Address already in use admin@i-05c1936b123b31b0a:~$ python3 -m http.server 8086 Serving HTTP on 0.0.0.0 port 8086 (http://0.0.0.0:8086/) ... ^C Keyboard interrupt received, exiting. admin@i-05c1936b123b31b0a:~$ ^C admin@i-05c1936b123b31b0a:~$ python3 -m http.server 8086 & [1] 733 admin@i-05c1936b123b31b0a:~$ Serving HTTP on 0.0.0.0 port 8086 (http://0.0.0.0:8
paris/i-05c1936b123b31b0a 00:59
by SadServersAdministrator. 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-0816eeeed08c03529:~$ curl -A "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefoxcurl -A "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" http://example.colocalhost:5000 Welcome! Password is FDZPmh5AX3oiJtadmin@i-0816eeeed08c03529:~$ echo "FDFDZPmh5AX3oiJt" > ~/my_sol
paris/i-0816eeeed08c03529 02:34
by SadServersNAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT nvme1n1 259:0 0 1G 0 disk nvme0n1 259:1 0 8G 0 disk 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-09db637cee5e4851b:~$ sudo su root@i-09db637cee5e4851b:/home/admin# pvcreate nvme1n1 nvme2n1 No device found for nvme1n1. No device found for nvme2n1. root@i-09db637cee5e4851b:/home/admin# pvcreate /dev/nvme1n1 /dev/nvme2n1 Physical volume "/dev/nvme1n1" successfully created. Physical volume "/dev/nvme2n1" successfully created. root@i-09db637cee5e4851b:/home/admin# vgcreate vg /dev/nvme1n1/