paris/i-057a22a824cc9eb82
by SadServersMore by SadServers
-l Make bash act as if it had been invoked as a login shell (see I -r If the -r option is present, the shell becomes restricted (see -s If the -s option is present, or if no arguments remain after op the positional parameters to be set when invoking an interactiv -v Print shell input lines as they are read. -x Print commands and their arguments as they are executed. -D A list of all double-quoted strings preceded by $ is printed when the current locale is not C or POSIX. This implies the -n [-+]O [shopt_option] shopt_option is one of the shell options accepted by the shopt value of that option; +O unsets it. If shopt_option is not s standard output. If the invocation option is +O, the output is -- A -- signals the end of options and disables further option pro ment of - is equivalent to --. Manual page bash(1) line 1 (press h for help or q to quit)
kihei/i-077fdacd18ea1b9a8 06:07
by SadServers/dev/nvme0n1p15 126678 6016 120662 5% /boot/efi admin@i-0d8b005e606433f01:~$ lsblk -l NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT 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-0d8b005e606433f01:~$ sudo pvcreate /dev/nvme1n1 /dev/nvme2n1 Physical volume "/dev/nvme1n1" successfully created. Physical volume "/dev/nvme2n1" successfully created. admin@i-0d8b005e606433f01:~$ vgvreate vg /dev/nvme1n1 /dev/nvme2n1 bash: vgvreate: command not found admin@i-0d8b005e606433f01:~$ vgreate vg /dev/nvme1n1 /dev/nvme2n1
kihei/i-0d8b005e606433f01 03:46
by SadServersadmin@i-04dd0f560c951839e:~$ admin@i-04dd0f560c951839e:~$ admin@i-04dd0f560c951839e:~$ curl localhost:5000 Unauthorizedadmin@i-04dd0f560c951839e:~$ admin@i-04dd0f560c951839e:~$ admin@i-04dd0f560c951839e:~$ admin@i-04dd0f560c951839e:~$ ll bash: ll: command not found admin@i-04dd0f560c951839e:~$ ls -lh total 8.0K drwxr-xr-x 2 admin root 4.0K Sep 24 23:20 agent -rwxrwx--- 1 root root 360 Sep 24 23:20 webserver.py admin@i-04dd0f560c951839e:~$ cat webserver.py cat: webserver.py: Permission denied admin@i-04dd0f560c951839e:~$ nc 1