command-line-murders/i-092d2fd9d0279fb15
by SadServersMore by SadServers
-h, --help <category> Get help for commands -i, --include Include protocol response headers in the output -o, --output <file> Write to file instead of stdout -O, --remote-name Write output to a file named as the remote file -s, --silent Silent mode -T, --upload-file <file> Transfer local FILE to destination -u, --user <user:password> Server user and password -A, --user-agent <name> Send User-Agent <name> to server -v, --verbose Make the operation more talkative -V, --version Show version number and quit This is not the full help, this menu is stripped into categories. Use "--help category" to get an overview of all categories. For all options use the manual or "--help all". admin@i-0bed7ad43768ade6d:~$ man ue
paris/i-0bed7ad43768ade6d 04:06
by SadServersdrwxr-xr-x 3 admin admin 4096 Dec 16 08:29 .config -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 17 17:28 agent drwxr-xr-x 2 admin root 4096 Dec 16 08:30 data -rw-r--r-- 1 root root 5368709120 Sep 17 17:28 datafile -rwxr-xr-x 1 admin root 2207109 Sep 17 17:28 kihei admin@i-0f9414763a585db14:~$ cd data admin@i-0f9414763a585db14:~/data$ ls admin@i-0f9414763a585db14:~/data$ cd .. admin@i-0f9414763a585db14:~$ free total used free shared buff/cache availableMem: 466340 81352 125120 380 259868 372312Swap: 0 0 0 admin@i-0f9414763a585db14:~$ c
kihei/i-0f9414763a585db14 02:17
by SadServersadmin@i-026a7204a456f2350:~$ pvcreate /dev/nv nvme0 nvme0n1p1 nvme0n1p15 nvme1n1 nvme2 nvme2n1p1 nvme0n1 nvme0n1p14 nvme1 nvme1n1p1 nvme2n1 nvram admin@i-026a7204a456f2350:~$ 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-026a7204a456f2350:~$ sudo pvcreate /dev/nvme1n1 WARNING: dos signature detected on /dev/nvme1n1 at offset 510. Wipe it? [y/n]: y Wiping dos signature on /dev/nvme1n1. Physical volume "/dev/nvme1n1" successfully created. admin@i-026a7204a456f2350:~$ sudo pvcreate /dev/nvme2n1 WARNING: dos signature detected on /dev/nvme2n1 at offset 510. Wipe it? [y/n]: y Wiping dos signature on /dev/nvme2n1. Physical volume "/dev/nvme2n1" successfully created. admin@i-026a7204a456f2350:~$ vgcreate datavg /dev/nvme1n1 /dev/nv