paris/i-02d078427a63aaa45
by SadServersMore by SadServers
-l, --lock lock the password of the named account -n, --mindays MIN_DAYS set minimum number of days before password change to MIN_DAYS -q, --quiet quiet mode -r, --repository REPOSITORY change password in REPOSITORY repository -R, --root CHROOT_DIR directory to chroot into -S, --status report password status on the named account -u, --unlock unlock the password of the named account -w, --warndays WARN_DAYS set expiration warning days to WARN_DAYS -x, --maxdays MAX_DAYS set maximum number of days before password change to MAX_DAYS admin@i-05d764fc7a0200ea6:~$ passwd Changing password for admin. Current password:
paris/i-05d764fc7a0200ea6 00:32
by SadServersgzip -c file1 file2 > foo.gz If you want to recompress concatenated files to get better compression, d gzip -cd old.gz | gzip > new.gz If a compressed file consists of several members, the uncompressed size a the --list option applies to the last member only. If you need the unco members, you can use: gzip -cd file.gz | wc -c If you wish to create a single archive file with multiple members so that Manual page gzip(1) line 187 (press h for help or q to quit)
kihei/i-0113674bd4f4e4b50 03:41
by SadServers/run/lock/lvm/P_global:aux: open failed: Permission denied admin@i-022df533b89172e64:~$ sudo pvdisplay "/dev/sdb1" is a new physical volume of "1023.00 MiB" --- NEW Physical volume --- PV Name /dev/sdb1 VG Name PV Size 1023.00 MiB Allocatable NO PE Size 0 Total PE 0 Free PE 0 Allocated PE 0 PV UUID ggP5HQ-CKyL-63m9-4Rkm-4nqc-FRye-9lra0C admin@i-022df533b89172e64:~$ sudo cvt
kihei/i-022df533b89172e64 08:32
by SadServersStarting Nmap 7.80 ( https://nmap.org ) at 2023-10-01 16:44 UTC Couldn't open a raw socket. Error: Operation not permitted (1) admin@i-0563da5eff2bd49c2:~$ echo 1 > /dev/tcp/127.0.0.1/80 bash: connect: Connection refused bash: /dev/tcp/127.0.0.1/80: Connection refused admin@i-0563da5eff2bd49c2:~$ echo 1 > /dev/tcp/127.0.0.1/1 bash: connect: Connection refused bash: /dev/tcp/127.0.0.1/1: Connection refused admin@i-0563da5eff2bd49c2:~$ echo 1 > /dev/tcp/127.0.0.1/2 bash: connect: Connection refused bash: /dev/tcp/127.0.0.1/2: Connection refused admin@i-0563da5eff2bd49c2:~$ echo 1 > /dev/tcp/127.0.0.1/3 bash: connect: Connection refused bash: /dev/tcp/127.0.0.1/3: Connection refused admin@i-0563da5eff2bd49c2:~$ for