• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » etc
Trace: • 21 Set up Wireguard client as Gateway • 2020.06.09 iscsid のtimeout • 2022.03.08 SSH Error no hostkey alg • 2025.05.23 Synchronizing with WinSCP • 2011.05.31 Thunderbirdのアドオン • 2021.08.11 omping マルチキャスト通信確認 • 2024.11.09 Thinkpad X1 nano • 2016.04.13 Kip Moore – Somethin' 'Bout a Truck • 2017.07.22 ぽっぽっ屋 • 2024.01.18 SSL Error in Rails

etc

Search

You can find the results of your search below.

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

Fulltext results:

2024.05.02 Amazon Linux 2023 Zabbix @50_dialy:2024:05
5 Hits, Last modified: 16 months ago
tall cp misc/init.d/fedora/core5/zabbix_agentd /etc/init.d/ chkconfig --add zabbix_agentd chkconfig z... </code> ==== conf修正 ==== <code> # cat /usr/local/etc/zabbix_agentd.conf | grep -v -e ^# -e ^$ LogFile=... code> cp misc/init.d/fedora/core5/zabbix_agentd /etc/init.d/ chkconfig --add zabbix_agentd chkconfig z... on 4:on 5:on 6:off </code> ==== 起動 ==== <code> /etc/init.d/zabbix_agentd start /etc/init.d/zabbix_age
2024.07.10 PHP-FPMのumask変更 @50_dialy:2024:07
4 Hits, Last modified: 13 months ago
024:12:02]] ===== Apache ===== <code> mkdir -p /etc/systemd/system/httpd.service.d cat >> /etc/systemd/system/httpd.service.d/umask.conf << 'EOL' [Service... d </code> ===== PHP-FPM ===== <code> mkdir -p /etc/systemd/system/php-fpm.service.d cat >> /etc/systemd/system/php-fpm.service.d/umask.conf << 'EOL' [Ser
2024.01.18 RailsでSSLエラー @50_dialy:2024:01
3 Hits, Last modified: 20 months ago
irectory </code> これはリンクを張ってあげる <code> # ln -s /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /us... root 49 Jan 18 15:13 /usr/local/ssl/cert.pem -> /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem </co... orlist/9/baseos [error setting certificate file: /etc/pki/tls/certs/ca-bundle.crt] </code> これは下記で実行すると
2024.02.16 Docker Alpine Timezone @50_dialy:2024:02
3 Hits, Last modified: 22 months ago
e add tzdata $ cp /usr/share/zoneinfo/Asia/Tokyo /etc/localtime </code> <code> # date Fri Feb 16 15:1... の感じ docker-compose.ymlで下記のを記述 volumes: - /etc/localtime:/etc/localtime:ro {{tag>日記 Docker Alpine}}
2024.11.21 Ubuntu rc.local @50_dialy:2024:11
3 Hits, Last modified: 13 months ago
u 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 v... _ </code> ===== 実行権限付ける ===== <code> chmod 755 /etc/rc.local </code> ===== テスト実行 ===== 実行は、rc-loca
2024.04.03 CentOS7 Homebrew @50_dialy:2024:04
2 Hits, Last modified: 21 months ago
$ sudo chmod +x /usr/local/bin/curl $ sudo ln -s /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /etc/ssl/certs/ca-certificates.crt </code> {{tag>日記}}
2024.08.22 426 Failure reading network stream. @50_dialy:2024:08
2 Hits, Last modified: 16 months ago
ork stream. </code> ===== 対応 ===== 以下を追加 <code|/etc//etc/vsftpd/vsftpd.conf> strict_ssl_read_eof=NO </code> ===== 参考 ===== [[https://qiita.com/subbbbbb/
2024.10.04 lsyncd @50_dialy:2024:10
2 Hits, Last modified: 15 months ago
</code> ==== 3.lsyncd.conf.lua ==== <code|Aサーバ /etc/lsyncd/lsyncd.conf.lua> settings { logfile ... compress = true, } } </code> <code|Bサーバ /etc/lsyncd/lsyncd.conf.lua> settings { logfile
2024.12.02 PHP-FPMの umask @50_dialy:2024:12
2 Hits, Last modified: 13 months ago
更できる: [[50_dialy:2024:07:10]] <code> # tail -1 /etc/php-fpm.d/www.conf php_admin_value[umask] = 002 <... ちなみにユーザグループは、こちら <code> $ grep '^user\|^group' /etc/php-fpm.d/www.conf user = apache group = apache <
2024.12.24 UbuntuのDNSサーバ @50_dialy:2024:12
2 Hits, Last modified: 11 months ago
er: 8.8.8.8 DNS Servers: 8.8.8.8 </code> /etc/resolv.conf はこんな風になってる。 <code> # cat /etc/resolv.conf nameserver 127.0.0.53 options edns0 trust-ad se
2024.01.16 openssl.soのLoadError @50_dialy:2024:01
1 Hits, Last modified: 21 months ago
1 </code> ld.so.confに読み込むディレクトリを設定 <code> # cat /etc/ld.so.conf.d/local.conf /usr/local/lib64 </code>
2024.05.01 blocked using sbl.spamhaus.org @50_dialy:2024:05
1 Hits, Last modified: 20 months ago
pamhaus.orgを利用しないようにして、postfix reload で対応 <code|/etc/postfix/main.cf> smtpd_client_restrictions = perm
2024.07.27 dovecot Out of Memory @50_dialy:2024:07
1 Hits, Last modified: 17 months ago
確認 ==== <code> # docker exec -it mailserver cat /etc/dovecot/local.conf service lmtp { vsz_limit =
2024.10.02 rclone @50_dialy:2024:10
1 Hits, Last modified: 4 weeks ago
al Ocean, Dreamhost, IBM COS, Minio, Tencent COS, etc) \ "s3" Storage> 4 13 / Any other S3 compatib

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