• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » code
Trace:

code

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
@50_dialy:2024:12
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

2024.12.24 UbuntuのDNSサーバ
6 Hits, Last modified: 8 months ago
4 UbuntuのDNSサーバ ====== UbuntuのDNSサーバは下記で確認できる。 <code> # resolvectl status enp6s0 Link 3 (enp6s0) ... DNS Server: 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 search . </code> ===== Ether指定しない場合 ===== Ether指定しない場合は、全部のEth
2024.12.02 PHP-FPMの umask
4 Hits, Last modified: 9 months ago
mctl のサービスファイルでも変更できる: [[50_dialy:2024:07:10]] <code> # tail -1 /etc/php-fpm.d/www.conf php_admin_value[umask] = 002 </code> ちなみにユーザグループは、こちら <code> $ grep '^user\|^group' /etc/php-fpm.d/www.conf user = apache group = apache </code> {{tag>日記 PHP-FPM}}
2024.12.03 MainWP Child
4 Hits, Last modified: 9 months ago
じようにエラーが出る。 結局php-fpmのエラーログを見ると下記のエラーが出力されていた。 <code> tail /var/log/php-fpm/www-error.log PHP Fatal er... udes/class-wp-filesystem-ftpext.php on line 438 </code> ===== 対応 ===== 対応方法は、wp-config.phpに下記を追加すると治りま... ある所の間に書いてあげる。 \\ 一番下とか書くと読み込まれなかったりします。</color> <code|wp-config.php> /* Add any custom values between t... 'FS_METHOD', 'direct'); /* That's all, stop editing! Happy publishing. */ </code> {{tag>日記 Wordpress}}
2024.12.11 Cockpitディスク追加エラー
2 Hits, Last modified: 9 months ago
するとPermission deniedエラーになります。 ===== エラー ===== <code> internal error: process exited while connecting ... /libvirt/images/testvm_data': Permission denied </code> ===== 対応 ===== 権限とかは問題ないので、virtsh edit で直接xmlを
2024.12.25 PKCS7形式証明書
2 Hits, Last modified: 9 months ago
4.12.25 PKCS7形式証明書 ====== PKCS7形式証明書を、pem形式に変換 <code> openssl pkcs7 -print_certs -in cert.p7b -out cert.pem </code> この方法でcert.pem内から、証明書と中間証明書を取り出して [[01_linux:02
2024.12.26 Unboundのローカルゾーン
2 Hits, Last modified: 9 months ago
===== 192.168.10.0/24から名前解決が来たときだけ返すローカルゾーンを用意 <code|unbound.conf> server: access-control-view: 19... ogehoge.com." static local-data: "aaa.hogehoge.com. IN A 192.168.10.100" </code> {{tag>日記 unbound}}

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