全文検索:
- 2021.08.03 KVM IOPS limit @50_dialy:2021:08
- ISK_ID><![CDATA[1]]></DISK_ID><ETH0_CONTEXT_FORCE_IPV4><![CDATA[]]></ETH0_CONTEXT_FORCE_IPV4><ETH0_DNS><![CDATA[8.8.8.8]]></ETH0_DNS><ETH0_EXTERNAL><![CDA... ><ETH0_GATEWAY6><![CDATA[]]></ETH0_GATEWAY6><ETH0_IP><![CDATA[10.10.111.121]]></ETH0_IP><ETH0_IP6><![CDATA[]]></ETH0_IP6><ETH0_IP6_PREFIX_LENGTH><![CDATA[
- 2025.02.06 Cloudflare CF-Connecting-IP @50_dialy:2025:02
- ====== 2025.02.06 Cloudflare CF-Connecting-IP ====== CF-Connecting-IP でリモートIPを取得 remoteip_moduleを利用 ※Aache 2.4 ===== module有効化 ===== <code> sudo a2enmod remoteip sudo systemctl
- 2025.02.18 mod_remoteip Apache2.2 @50_dialy:2025:02
- ====== 2025.02.18 mod_remoteip Apache2.2 ====== 古いOSでApache2.2が動いている場合、mod_remoteipは利用できない。 ※mod_remoteipは、Apache2.4以降 ===== ソースから ===== <code> cd /usr/local/src/ git clone https://github.com/ttkzw/mod_remoteip-httpd22.git cd mod_remoteip-httpd22 </code> ====
- 2024.02.21 WireguardクライアントをGatewayにする @50_dialy:2024:02
- dから出ていくことになります。 <color #ed1c24>PostUpで、sysctl net.ipv4.ip_forward=1 と、iptablesを入れていく。</color> <code> [Interface] Address = 10.10.10.1/24 ListenPort = 51820 Pr... XXXXXXXXXXXXXXXXXXXXXXXXXXX= PostUp = sysctl net.ipv4.ip_forward=1 PostUp = iptables -A FORWARD -i wg
- 2020.10.28 pyenv でエラー @50_dialy:2020:10
- ild.20201029141641.553612/Python-3.6.8/Lib/ensurepip/__main__.py", line 5, in <module> sys.exit(ensurepip._main()) File "/tmp/python-build.20201029141641.553612/Python-3.6.8/Lib/ensurepip/__init__.py", line 204, in _main default_pip=args.default_pip, File "/tmp/python-build.20201029
- 2017.10.31 Windows7 ネットワークが遅い時 @50_dialy:2017:10
- Windows7 ネットワークが遅い時 ====== [[http://www.windows-tips.info/2013/05/10/windows-7-netwoek-snp-offload/]]... > アダプタ設定の変更 -> ローカルエリア接続のプロパティ -> 構成 -> 詳細設定 IPSec オフロード IPv4 Checksum Offload Large Send Offload Version 2 ( IPv4 ) Large Send Offload Version 2 ( IPv6 )
- 2022.05.26 Kubernetes Podで名前解決できない @50_dialy:2022:05
- failed to set bridge addr: "cni0" already has an IP address different from 10.224.0.1/24 Warning F... failed to set bridge addr: "cni0" already has an IP address different from 10.224.0.1/24 Warning F... failed to set bridge addr: "cni0" already has an IP address different from 10.224.0.1/24 Warning F... failed to set bridge addr: "cni0" already has an IP address different from 10.224.0.1/24 Warning F
- 2023.11.30 Apache脆弱性対応 @50_dialy:2023:11
- = 2023.11.30 Apache脆弱性対応 ====== Apacheにて暗号強度が弱いchiper suite(暗号スイート)を無効化 <code> # SSL/TLSプロトコルバージョンと暗号種類の制御 SSLProtocol all -SSLv2 -SSLv3 SSLCipherSuite HIGH:!aNULL:!MD5:!ADH SSLHonorCipherOrder on </code> SSLHonorCipherOrderはクライアントのCipher Suiteの提案順序ではなく、サーバー側のCipher Suiteの設定順序を優先する(on)
- 2025.03.14 Zed Editor Windowsでビルド @50_dialy:2025:03
- ガ、リンカなどが含まれます。 <code> rustup target add wasm32-wasip1 </code> ===== 4.ソースClone ===== <code> git clon... nu", "x86_64-pc-windows-msvc", "wasm32-wasip1", # extensions "x86_64-unknown-linux-musl", ... elease\build\aws-lc-sys-e3261c7b861cf150\build-script-main` (exit code: 101) --- stdout cargo:reru... : could not compile windows_x86_64_msvc (build script) due to 1 previous error warning: build failed,
- 2019.08.01 Python paramikoエラー @50_dialy:2019:08
- onWarning: encode_point has been deprecated on EllipticCurvePublicNumbers and will be removed in a future version. Please use EllipticCurvePublicKey.public_bytes to obtain both comp... ill be removed in a future version. Please use EllipticCurvePublicKey.from_encoded_point self.curve,... onWarning: encode_point has been deprecated on EllipticCurvePublicNumbers and will be removed in a fut
- 2021.03.16 古いSSH @50_dialy:2021:03
- tching mac found: client hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96 server hmac-sha2-512-etm@openssh.com,hmac-s... tching mac found: client hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96 server hmac-sha2-512-etm@openssh.com,hmac-s
- 2021.04.29 Docker dokuwiki linuxserver @50_dialy:2021:04
- https-portalからforwardされてくるので、X-Forwared-Forからアクセス元IPを取得し、real_ipとしてセットする。 <code|config/nginx/nginx.conf> set_real_ip_from 172.18.0.0/16; real_ip_header X-Forwarded-For; </code> このX-Forwared-Forを入れないと、dockerの場合[
- 2023.05.25 docker-compose.ymlでhosts追加 @50_dialy:2023:05
- _default: external: true </code> ===== コンテナのIP確認方法 ===== <code> # docker inspect mail | grep IPAddress "SecondaryIPAddresses": null, "IPAddress": "", "IPAddress": "192.168.0.2", </code
- 2016.04.13 Kip Moore – Somethin' 'Bout a Truck @50_dialy:2016:04
- ====== 2016.04.13 Kip Moore – Somethin' 'Bout a Truck ====== あまり歌詞の意味もわからないのに、なぜか好きでよく聞いてました。 ラジオ 95.... dress With an ice cold beer pressed against her lips In that farmer's field, will make a boy a man Th... l in a red sundress with an ice cold beer to her lips Begging for another kiss And there's somethin' ... l in a red sundress with an ice cold beer to her lips Begging for another kiss And there's somethin' '
- 2016.09.20 AhrefsBot @50_dialy:2016:09
- 。 <code> -A INPUT -s 151.80.0.0/16 -p tcp -m multiport --dports 80,443 -j DROP -A INPUT -s 164.132.0.0/16 -p tcp -m multiport --dports 80,443 -j DROP -A INPUT -s 163.172.0.0/16 -p tcp -m multiport --dports 80,443 -j DROP -A INPUT -s 51.254.0.0/15 -p tcp -m multiport --dports 80,443 -j DROP </code> {{tag>日記}}