全文検索:
- 2024.02.21 WireguardクライアントをGatewayにする @50_dialy:2024:02
- のWireGuard02の設定 ===== <code> [Interface] # client01 PrivateKey = EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE= #~/client01/privkey の値 Address = 10.10.10.2/24 #client01のIP... BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB= #~/client01/preshared の値 AllowedIPs = 10.10.10.0/24 #WireGu... wで行う場合の設定方法です。</color> [[https://dokuwiki.fl8.jp/01_linux/30_ubuntu/08_ubuntu_nat]] <code> # FORWARD
- 2023.12.14 React-adminとDjangoの連携 @50_dialy:2023:12
- レーションファイルが出来上がります。 <code|testproject/migrations/0001_initial.py> # Generated by Django 5.0 on 2023-12-14 13:01 from django.db import migrations, models class... ----+---------+----------------+ 3 rows in set (0.01 sec) </code> ==== 3. 管理画面での確認 ==== === 管理ユーザを作... -+--------------------+--------+ 5 rows in set (0.01 sec) </code> ==== 4. Serializersクラスを作成 ==== API
- 2024.01.18 RailsでSSLエラー @50_dialy:2024:01
- ====== 2024.01.18 RailsでSSLエラー ====== ===== エラー ===== <code> OpenSSL::SSL::SSLError in RecruitsCon... expiration check: 0:29:05 ago on Thu Jan 18 14:57:01 2024. Dependencies resolved. ====================
- 2024.03.02 VBA Selenium @50_dialy:2024:03
- ry」にチェックを入れてOK {{:50_dialy:2024:03:2024-03-03_22h01_11.png?400|}} {{:50_dialy:2024:03:2024-03-03_22h01_25.png?400|}} {{tag>日記 VBA}}
- 2024.04.12 MySQL bitフィールド @50_dialy:2024:04
- ) VALUES('AAA',b'1'); Query OK, 1 row affected (0.01 sec) mysql> insert into test (name,enabled) VALU... 1 | | 2 | BBB | 0 | +----+------+---------+ 2 rows in set (0.01 sec) </code> {{tag>日記 mysql}}
- 2024.05.01 blocked using sbl.spamhaus.org @50_dialy:2024:05
- ====== 2024.05.01 blocked using sbl.spamhaus.org ====== sbl.spamhaus.orgを利用していると、下記のようなエラーで全部メールが配送され... no issueになっている。 {{:50_dialy:2024:05:pasted:20240501-002240.png}} [[https://support.plesk.com/hc/en-u
- 2017.07.18 伯方の塩 クリーム大福(日無) @50_dialy:2017:07
- ====== 2017.07.18 伯方の塩 クリーム大福(日無) ====== {{:50_dialy:2017:07:ふく塩日和_01.jpg?250 |}} {{ :50_dialy:2017:07:ふく塩日和_02.jpg?250 |}} [[https://poemehonpo.co.jp/confectionery/daifu
- 2023.05.26 鳥椿(日無) @50_dialy:2023:05
- 十分。 チューリップも美味しいです。 https://www.hotpepper.jp/strJ001128565/ {{:50_dialy:2023:05:鳥椿01.jpg?400|}} {{:50_dialy:2023:05:鳥椿02.jpg?400|}} {{tag>日記 美味いもの お土産(
- 2023.11.27 U.2 U.3 @50_dialy:2023:11
- CIe 4.0 x8)| | コネクタ型 | SFF-8639 コネクタ | SFF-TA-1001 (GEN-Z) コネクタ| | 易用性 | U.2 SSDやNVMe SATA
- 2024.01.04 Nextcloudサムネイル削除 @50_dialy:2024:01
- ====== 2024.01.04 Nextcloudサムネイル削除 ====== Nextcloudのサムネイルを削除 枚数にもよるけど、予想外に大きかったりする。 <code> # du -h
- 2024.01.05 iPhone共有アルバムの制限 @50_dialy:2024:01
- ====== 2024.01.05 iPhone共有アルバムの制限 ====== 共有アルバムについては、次のような制限も追加で設けられています。 * 1 人のオーナーが共有できる共有アルバムの最
- 2024.01.10 シェル再読み込み @50_dialy:2024:01
- ====== 2024.01.10 シェル再読み込み ====== ログアウトしてログインするのと同じ exec $SHELL -l {{tag>日記 bash}}
- 2024.01.15 Chrome Driverのパス @50_dialy:2024:01
- ====== 2024.01.15 Chrome Driverのパス ====== Chrome DriverのPathを下記のように明示的に指定してない場合、どうなるのか。 driver = we
- 2024.01.16 openssl.soのLoadError @50_dialy:2024:01
- ====== 2024.01.16 openssl.soのLoadError ====== AlmaLinux 9.0だと、opnesslが新しくなっていてopenssl 1.1.1をロードできない。
- 2024.01.24 Rubyで簡単なメール送信スクリプト @50_dialy:2024:01
- ====== 2024.01.24 Rubyで簡単なメール送信スクリプト ====== <code> require 'net/smtp' # メールサーバーの設定 smtp_server = '[M