monaco/i-0c58d5490af9b8429
by SadServersMore by SadServers
admin@i-04c670c6cdcffc314:~$ ls -l total 8 drwxr-xr-x 2 admin root 4096 Sep 24 23:20 agent -rwxrwx--- 1 root root 360 Sep 24 23:20 webserver.py admin@i-04c670c6cdcffc314:~$ cat webserver.py cat: webserver.py: Permission denied admin@i-04c670c6cdcffc314:~$ ./webse
paris/i-04c670c6cdcffc314 03:49
by SadServersdrwx------ 5 root root 4096 Nov 1 12:56 . drwxr-xr-x 18 root root 4096 Nov 1 12:54 .. -rw-r--r-- 1 root root 571 Apr 10 2021 .bashrc drwxr-xr-x 3 root root 4096 Nov 1 12:56 .config drwx------ 5 root root 4096 Nov 1 12:56 .mc -rw-r--r-- 1 root root 161 Jul 9 2019 .profile drwx------ 2 root root 4096 Sep 17 16:44 .ssh --wxrw--wT 1 root root 984 Sep 17 17:16 mc.sh root@i-065b0b4396750e734:~# cat .config/ cat: .config/: Is a directory root@i-065b0b4396750e734:~# cd .config/ root@i-065b0b4396750e734:~/.config# ls asciinema root@i-065b0b4396750e734:~/.config# cat asciinema/install-id a8958cd1-8249-4f60-9b73-4859fccd1f47root@i-065b0b4396750e734:~/.config#
kihei/i-065b0b4396750e734 02:07
by SadServers-rw------- 1 admin admin 718 Oct 1 22:38 .bash_history -rw-r--r-- 1 admin admin 220 Aug 4 2021 .bash_logout -rw-r--r-- 1 admin admin 3526 Aug 4 2021 .bashrc drwxr-xr-x 3 admin admin 4096 Sep 20 15:56 .config drwxr-xr-x 8 admin admin 4096 Sep 30 17:45 .git -rw-r--r-- 1 admin admin 807 Aug 4 2021 .profile drwx------ 2 admin admin 4096 Sep 17 16:44 .ssh drwxr-xr-x 2 admin root 4096 Sep 30 17:45 agent admin@i-0352eb7560afc8ca9:~$ git log commit bcef9dd4e3d8d7df272b9d644548424bff71d58a (HEAD -> master) Author: root <root@i-0d51cf049c4fac95c.us-east-2.compute.internal> Date: Sat Sep 30 17:45:52 2023 +0000 first draft admin@i-0352eb7560afc8ca9:~$ git sh
monaco/i-0352eb7560afc8ca9 03:27
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 -