出典: https://note.com/kksk/n/n735fcd6b7c35
- 1. バルガス・リョサ『悪い娘の悪戯』(2006, ペルー)
- 2. アゴタ・クリストフ『悪童日記』3部作(1986-91, ハンガリー)
- 3. ミラン・クンデラ『不滅』(1990, フランス)
- 4. マシャード・ジ・アシス『ブラス・クーバスの死後の回想』(1881, ブラジル)
出典: https://note.com/kksk/n/n735fcd6b7c35
| Format: Log Type - Time(microsec) - Message - Optional Info | |
| Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic | |
| S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.3.1-00163 | |
| S - IMAGE_VARIANT_STRING=HAABANAZA | |
| S - OEM_IMAGE_VERSION_STRING=CRM | |
| S - Boot Config, 0x000002e1 | |
| B - 201 - PBL, Start | |
| B - 2736 - bootable_media_detect_entry, Start | |
| B - 2882 - bootable_media_detect_success, Start |
| [ 0.000000] Linux version 3.18.29 (buildbot@catfish) (gcc version 4.6.4 (Realtek RSDK-4.6.4 Build 2002) ) #2 Wed Jun 12 10:35:41 EEST 2019 | |
| [ 0.000000] bootconsole [early0] enabled | |
| [ 0.000000] CPU revision is: 0000dc02 | |
| [ 0.000000] Determined physical RAM map: | |
| [ 0.000000] memory: 03400000 @ 00000000 (usable) | |
| [ 0.000000] memory: 00bc0000 @ 03440000 (usable) | |
| [ 0.000000] Zone ranges: | |
| [ 0.000000] Normal [mem 0x00000000-0x03ffffff] | |
| [ 0.000000] Movable zone start for each node | |
| [ 0.000000] Early memory node ranges |
| メーカー | 型番 (チップ) | 個数 | チップメーカー | バス | 規格 | バンド | ストリーム数 | 備考 |
|---|---|---|---|---|---|---|---|---|
| intel | AX200 (AX200) | 1 | intel | PCIe x1 | 802.11ax/ac | 2.4/5 | 2x2 | |
| intel | Wireless-AC 8265 (8265NGW) | 1 | intel | m.2 | 802.11ac | 2.4/5 | 2x2 | |
| intel | Wireless-AC 9260 | 1 | intel | m.2 | 802.11ac | 2.4/5 | 2x2 | |
| intel | Wireless-AC 7260 | 1 | intel | mpcie | 802.11ac | 2.4/5 | 2x2 | |
| intel | Wireless-N 7260 | 1 | intel | mpcie | 802.11agn | 2.4/5 | 2x2 | |
| intel | WIFi Link 5300 533AN_HMW | 1 | intel | mpcie | 802.11agn | 2.4/5 | 3x3 |
| # | |
| # 外側の真正のネットワーク vrf-out vrf-in ホストBが持ってる余計なルート | |
| # (AAA.AAA.0.0.0/16) -- GE0(AAA.AAA.0.XX) __ NEC-IX __ GE1(BBB.BBB.0.1) --UTPケーブルで直結-- GE2:1(BBB.BBB.0.2) __ NEC-IX __ GE2:2(10.20.10.1) -- eth0(10.20.10.100) HostB eth1 (AAA.AAA.0.0/16) | |
| # | |
| ip route vrf vrf-in AAAA.AAAA.0.0/16 BBB.BBB.0.1 | |
| ip route vrf vrf-out default ${AAA.AAA.0.0/16のデフォゲ} | |
| ip route vrf vrf-out 10.20.10.0/24 BBB.BBB.0.2 | |
| ip dhcp enable | |
| ! | |
| ! |
| #!/usr/bin/env python3 | |
| import openai | |
| import pit | |
| import sys | |
| openai.api_key = pit.Pit.get("openai")['api_key'] | |
| roles = ["assistant", "user"] |