paris/i-03b7efa56762dad70
by SadServersMore by SadServers
11M agent 4.0K data 0 datafile 2.2M kihei 13M total root@i-06a5b7a418159c2e8:/home/admin# df -h Filesystem Size Used Avail Use% Mounted on udev 217M 0 217M 0% /dev tmpfs 46M 384K 46M 1% /run /dev/nvme0n1p1 7.7G 1.1G 6.2G 15% / 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 tmpfs 46M 0 46M 0% /run/user/0 root@i-06a5b7a418159c2e8:/home/admin#
kihei/i-06a5b7a418159c2e8 02:17
by SadServersroot@i-07cf1d96296b9ba0c:/home/admin/data# root@i-07cf1d96296b9ba0c:/home/admin/data# root@i-07cf1d96296b9ba0c:/home/admin/data# touch newdatafile root@i-07cf1d96296b9ba0c:/home/admin/data# ls newdatafile root@i-07cf1d96296b9ba0c:/home/admin/data# ls -lrt total 0 -rw-r--r-- 1 root root 0 Dec 7 15:15 newdatafile root@i-07cf1d96296b9ba0c:/home/admin/data# chmod 775 newdatafile root@i-07cf1d96296b9ba0c:/home/admin/data# root@i-07cf1d96296b9ba0c:/home/admin/data# ls -lrt total 0 -rwxrwxr-x 1 root root 0 Dec 7 15:15 newdatafile root@i-07cf1d96296b9ba0c:/home/admin/data# cd .. root@i-07cf1d96296b9ba0c:/home/admin#
kihei/i-07cf1d96296b9ba0c 05:19
by SadServers"version": "1.1" } admin@i-0c0cb773e4001bcef:~$ cat station_information.json|jq|head { "data": { "stations": [ { "eightd_has_key_dispenser": false, "rental_methods": [ "KEY", "CREDITCARD" ], "external_id": "c00ef46d-fcde-48e2-afbd-0fb595fe3fa7", Error: writing output failed: Broken pipe admin@i-0c0cb773e4001bcef:~$
unimak/i-0c0cb773e4001bcef 00:59
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)