• 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.

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

Fulltext results:

2024.01.18 SSL Error in Rails @en:50_dialy:2024:01
18 Hits, Last modified: 16 months ago
18 SSL Error in Rails ====== ===== Error ===== <code> OpenSSL::SSL::SSLError in RecruitsController#upd... failed (unable to get local issuer certificate) </code> This also results in "unable to get local issuer certificate". <code> openssl s_client -showcerts -host valid-isrgroo... n error: unable to get local issuer certificate </code> ==== Solution ==== === Path of root certificat
2024.05.02 Amazon Linux 2023 Zabbix @en:50_dialy:2024:05
16 Hits, Last modified: 16 months ago
couldn't do it... ===== Dependency Error ===== <code> # rpm -Uvh https://repo.zabbix.com/zabbix/6.0/rh... ded by zabbix-agent-6.0.21-release2.el9.aarch64 </code> ===== Ultimately Installed from Source ===== ==== User Creation ==== <code> groupadd --system zabbix useradd --system -g zab... in/nologin -c "Zabbix Monitoring System" zabbix </code> ==== Installation of Required Packages for make
21 Set up Wireguard client as Gateway @en:50_dialy:2024:02
4 Hits, Last modified: 19 months ago
8.0.0/24 will exit through the local Wireguard. <code> [Interface] Address = 10.10.10.1/24 ListenPort =... BBBB= AllowedIPs = 10.10.10.3/32,192.168.0.0/24 </code> ===== Configuration on the Mobile Wireguard ===... ined for 192.168.0.0/24 goes through Wireguard. <code> [Interface] PrivateKey = CCCCCCCCCCCCCCCCCCCCCCC... owedIPs = 10.0.1.0/24, 192.168.0.0/24 Endpoint = X.X.X.X:51820 </code> {{tag>日記 Wireguard network VPN}}
2024.04.12 MySQL BIT Field @en:50_dialy:2024:04
4 Hits, Last modified: 16 months ago
GNED allows only positive numbers to be stored. <code> mysql> desc test; +---------+---------+------+--... ----+------+---------+ 2 rows in set (0.00 sec) </code> ===== To See the Display ===== <code> mysql> select id,name, cast(enabled as UNSIGNED) as enabled fr... 1 | | 2 | BBB | 0 | +----+------+---------+ 2 rows in set (0.01 sec) </code> {{tag>日記 mysql}}

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