taipei/i-0e74c6feeef89a0ae
by SadServersMore by SadServers
(Reading database ... 26694 files and directories currently installed.) Removing python3-docutils (0.16+dfsg-4) ... Removing docutils-common (0.16+dfsg-4) ... Removing python3-s3transfer (0.3.4-1) ... Removing python3-botocore (1.20.0+repack-1) ... Removing python3-colorama (0.4.4-1) ... Removing python3-dateutil (2.8.1-6) ... Removing python3-jmespath (0.10.0-1) ... Removing python3-rsa (4.0-4) ... Removing python3-pyasn1 (0.4.8-1) ... Removing python3-roman (2.0.0-5) ... Removing xml-core (0.18+nmu1) ... Removing sgml-base (1.30) ... Processing triggers for man-db (2.9.4-2) ... admin@i-07e90a9a64bfa8d98:~$
kihei/i-07e90a9a64bfa8d98 02:34
by SadServersDevice Start End Sectors Size Type /dev/nvme0n1p1 262144 16777182 16515039 7.9G Linux filesystem /dev/nvme0n1p14 2048 8191 6144 3M BIOS boot /dev/nvme0n1p15 8192 262143 253952 124M EFI System Partition table entries are not in disk order. Disk /dev/nvme2n1: 1 GiB, 1073741824 bytes, 2097152 sectors Disk model: Amazon Elastic Block Store Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes admin@i-08a1a2ca8738718de:~$
kihei/i-08a1a2ca8738718de 04:10
by SadServers.data.stations.[] | select( .has_kiosk == true ) jq: 1 compile error cat: write error: Broken pipe admin@i-08425b1c710310b14:~$ cat station_information.json | jq ".data.stations |"^C admin@i-08425b1c710310b14:~$ python bash: python: command not found admin@i-08425b1c710310b14:~$ python3 Python 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import json >>> from pathlib import Path >>> p = Path("station_information.json") >>>