paris/i-0f16098192d754ea1
by SadServersMore by SadServers
gzip -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 SadServersudp 0 0 127.0.0.1:323 0.0.0.0:* udp 0 0 0.0.0.0:68 0.0.0.0:* udp6 0 0 fe80::80a:72ff:fe39:546 :::* udp6 0 0 ::1:323 :::* admin@i-0a6259e5e5d577ae2:~$ sudo netstat -tupln We trust you have received the usual lecture from the local System Administrator. 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: q
paris/i-0a6259e5e5d577ae2 00:43
by SadServersdf: invalid option -- 'g' Try 'df --help' for more information. admin@i-01f89dde5a28babd0:~$ 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-01f89dde5a28babd0:~$ sudo lvcreate --name newone --size 2G fileserver Volume group "fileserver" has insufficient free space (510 extents): 512 required. admin@i-01f89dde5a28babd0:~$
kihei/i-01f89dde5a28babd0 10:03
by SadServers<p>Error code: 400</p> <p>Message: Bad request syntax ('GET').</p> <p>Error code explanation: HTTPStatus.BAD_REQUEST - Bad request syntax o </body> </html> Connection closed by foreign host. admin@i-06a33af7aaa6ba9f1:~$ admin@i-06a33af7aaa6ba9f1:~$ telnet localhost 5000 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. ^Cexit Connection closed by foreign host. admin@i-06a33af7aaa6ba9f1:~$ admin@i-06a33af7aaa6ba9f1:~$