• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » local
Trace: • 97_メールが使えなくなった時 • 14 IMA の情報 • 2023.05.22 たかさご(日有) • 2023.05.30 chatgpt-clone • nrpeで監視 • FUSE • 01 cloudmonkey • 2021.03.01 Composer 2.0 でエラー • SRC.RPMのインストール • 2022.01.24 About SSHD MaxStartups

local

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
@50_dialy:2024
  • Any namespace
  • 50_dialy:2024:01 (2)
  • 50_dialy:2024:02 (1)
  • 50_dialy:2024:04 (1)
  • 50_dialy:2024:05 (1)
  • 50_dialy:2024:07 (1)
  • 50_dialy:2024:08 (1)
  • 50_dialy:2024:11 (1)
  • 50_dialy:2024:12 (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • 2024.11.21 Ubuntu rc.local

Fulltext results:

2024.01.18 RailsでSSLエラー @50_dialy:2024:01
10 Hits, Last modified: 18 months ago
e=error: certificate verify failed (unable to get local issuer certificate) </code> こちらも「unable to get local issuer certifi」になってしまう。 <code> # openssl s_client ... t.org -port 443 Verification error: unable to get local issuer certificate </code> ==== 対応 ==== === rubyが利用しているルート証明書のパス === ruby は、/usr/local/ssl/cert.pem を利用していました。 <code|ssl_path.rb> requir
2024.01.16 openssl.soのLoadError @50_dialy:2024:01
9 Hits, Last modified: 19 months ago
1w # ./Configure # make # make install # ll /usr/local/lib64/libssl.so.1.1 -rwxr-xr-x. 1 root root 689456 Jan 15 22:27 /usr/local/lib64/libssl.so.1.1 </code> ld.so.confに読み込むディレクトリを設定 <code> # cat /etc/ld.so.conf.d/local.conf /usr/local/lib64 </code> 即読み込み <code> # ldconfig </code> === Error === <code> # ./Configure C
2024.11.21 Ubuntu rc.local @50_dialy:2024:11
7 Hits, Last modified: 11 months ago
====== 2024.11.21 Ubuntu rc.local ====== Ubuntuでもrc.localを利用する。 ===== /etc/rc.localを作成 ===== これは例として、適当なrouteを書く場合 <code> # cat __EOM__ >> /etc/rc.local #!/bin/bash ip route add 10.10.10.0/24 via 192.16... e> ===== 実行権限付ける ===== <code> chmod 755 /etc/rc.local </code> ===== テスト実行 ===== 実行は、rc-localというサービスが行っているので、下記でテストできます。 エラーとか出なければ、OK <code> systemctl restart rc-local </code> {{tag>日記 Ubuntu}}
2024.02.21 WireguardクライアントをGatewayにする @50_dialy:2024:02
5 Hits, Last modified: 17 months ago
k| X.X.X.X| | Wireguard network| 10.10.10.0/24| | local networdk|192.168.0.0/24| この環境で、MobileのWireguardから、local WireguardをGatewayとして、local network(192.168.0.0/24)に接続したい場合 ===== Cloud上のWireGuard01の設定 ===== こうする事で、192.168.0.0/24は、local Wireguardから出ていくことになります。 <color #ed1c24>PostUpで、sy
2024.12.26 Unboundのローカルゾーン @50_dialy:2024:12
4 Hits, Last modified: 10 months ago
server: access-control-view: 192.168.10.0/24 "Local-network" view: name: "Local-network" local-zone: "aaa.hogehoge.com." static local-data: "aaa.hogehoge.com. IN A 192.168.10.100" </code> {{tag>
2024.07.27 dovecot Out of Memory @50_dialy:2024:07
3 Hits, Last modified: 15 months ago
] -> #32 mail_deliver[0x7f13b7a0a740] -> #33 lmtp_local_default_deliver[0x559d12bef0e0] -> #34 lmtp_local_data[0x559d12bf06f0] -> #35 client_default_cmd_data[0x... de> # docker exec -it mailserver cat /etc/dovecot/local.conf service lmtp { vsz_limit = 512 MB } serv
2024.08.31 Docker ComposeのCron実行 @50_dialy:2024:08
3 Hits, Last modified: 14 months ago
動作しないので、シェルスクリプトを用意 ※「-T」オプションが重要です。 <code|/usr/local/bin/renew_ssl_certificate.sh> #!/bin/bash echo $... によって実行ログが保存されます。 <code> SHELL=/bin/bash PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin 8 5 * * * renew_ssl_certificate.sh >> /var/log/certbot
2024.04.03 CentOS7 Homebrew @50_dialy:2024:04
2 Hits, Last modified: 19 months ago
url/releases/download/v7.82.0/curl-amd64 -Lo /usr/local/bin/curl $ sudo chmod +x /usr/local/bin/curl $ sudo ln -s /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.
2024.05.02 Amazon Linux 2023 Zabbix @50_dialy:2024:05
1 Hits, Last modified: 15 months ago
abbix </code> ==== conf修正 ==== <code> # cat /usr/local/etc/zabbix_agentd.conf | grep -v -e ^# -e ^$ LogF

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki