全文検索:
- 21 Set up Wireguard client as Gateway @en:50_dialy:2024:02
- | global network| X.X.X.X| | Wireguard network| 10.10.10.0/24| | local networdk|192.168.0.0/24| In this scenario, if you want to connect the local network... he local Wireguard. <code> [Interface] Address = 10.10.10.1/24 ListenPort = 51820 PrivateKey = XXXXXX
- Mar 8 2023 SSH Error no hostkey alg @en:50_dialy:2022:03
- mplest solution. ===== Error ===== <code> $ ssh 10.10.0.25 no hostkey alg </code> ===== Solution ===== ==== 1. How to create ECDSA keys ==== <code> s... ection will be possible. <code|.ssh/config> Host 10.10.0.25 HostKeyAlgorithms ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521 </code> ==
- 2022.01.24 About SSHD MaxStartups @en:50_dialy:2022:01
- The default setting for systems like CentOS 7 is 10:30:100, where unauthenticated connections exceeding 10 are rejected with a 30% probability, and all connections are rejected once it reaches 100. Default setting method MaxStartups <start>:<co
- Jun 17 2023 Docker logs tail @en:50_dialy:2023:06
- ===== how to ===== With this method, the latest 10 logs are displayed immediately. This is convenient! 😊 docker logs --tail 10 -f [container] docker-compose --tail 10 -f {{tag>Diary Docker}}
- 2025.03.02 Postfix Logging Headers to Log @en:50_dialy:2025:03
- c: ccc@hogehoge.com <code> 2025-03-02T10:41:31.581092+09:00 mail postfix/cleanup[1060]: 75B1DA03B5: warning: header From: "aaa@hogehoge.com" <aaa@hogehog... -03-02T10:41:31.581236+09:00 mail postfix/cleanup[1060]: 75B1DA03B5: warning: header To: =?iso-2022-jp... -03-02T10:41:31.581360+09:00 mail postfix/cleanup[1060]: 75B1DA03B5: warning: header CC: "ccc@hogehoge
- 2025.03.14 Building Zed Editor on Windows @en:50_dialy:2025:03
- s-e3261c7b861cf150\build-script-main` (exit code: 101) --- stdout cargo:rerun-if-env-changed=AWS_L... s-362ba44b58252040\build-script-build (exit code: 101) --- stdout cargo:warning=No spectre-mitigat
- 2025.07.10 Swap Fn and Ctrl on ThinkPad USB Keyboard @en:50_dialy:2025:07
- ====== 2025.07.10 Swap Fn and Ctrl on ThinkPad USB Keyboard ====== How to remap keys on the ThinkPad ... ) Many thanks! {{:50_dialy:2025:07:pasted:20250710-132618.png}} {{:50_dialy:2025:07:pasted:20250710-132551.png}} {{tag>Diary ThinkPad}}