全文検索:
- 2025.03.14 Building Zed Editor on Windows @en:50_dialy:2025:03
- rwin", "aarch64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "wasm32-wasip1", # extensions "x86_64-unknown-linux-musl", # remote server ] ↓ targets = [ ... -- stdout cargo:rerun-if-env-changed=AWS_LC_SYS_NO_PREFIX cargo:rerun-if-env-changed=AWS_LC_SYS_PR... L_BINDGEN cargo:rerun-if-env-changed=AWS_LC_SYS_NO_ASM cargo:rerun-if-env-changed=AWS_LC_SYS_CFLAG
- Rebuilding the FreeBSD Kernel @en:02_freebsd:99_その他
- ssary components that can occupy memory, which is not ideal. It is better to create a customized and e... # device lines is also present in the ../../conf/NOTES and NOTES files. # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1
- 71 vsftpd @en:01_linux:01_net
- === <code console> # vi /etc/vsftpd/vsftpd.conf anonymous_enable=YES ↓ Disable anonymous user login anonymous_enable=NO ascii_upload_enable=NO ascii_download_enable=NO ↓ Allow uploads and downloads in AS
- Operation not permitted Cannot delete file @en:01_linux:99_その他
- ====== Operation not permitted Cannot delete file ====== If an illegal file or similar is placed, there may be cases where the placed file cannot be deleted. This is something that manipulates ... in Linux's ext2 and ext3 file systems. ===== Cannot be deleted normally ===== <code console> # rm -
- 2024.05.02 Amazon Linux 2023 Zabbix @en:50_dialy:2024:05
- zabbix/6.0/rhel/9/x86_64/zabbix-release-6.0-4.el9.noarch.rpm dnf install zabbix-agent Last metadata ex... 55:16 2024. Error: Problem: conflicting requests nothing provides liblber.so.2()(64bit) needed by zabbix-agent-6.0.21-release2.el9.aarch64 nothing provides liblber.so.2(OPENLDAP_2.200)(64bit)... eeded by zabbix-agent-6.0.21-release2.el9.aarch64 nothing provides libldap.so.2()(64bit) needed by zab
- 2024.01.18 SSL Error in Rails @en:50_dialy:2024:01
- cruitsController#update SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable ... CERT_FILE" </code> However, the target path does not have the root certificate. <code> # ll /usr/local/ssl/cert.pem ls: cannot access '/usr/local/ssl/cert.pem': No such file or directory </code> So, we need to create a symlink:
- Dokuwiki.fl8.jp
- This page is the page where the administrator's notes and daily records. transitioning from [[http... 8.net/svt/ejp?a8mat=3T909M+929KAA+50+2HHVNM" rel="nofollow">お名前.com</a> <img border="0" width="1" heig... PST/PDT/JST ====== PST(UTC-8) PST(1st Sunday in November 14:00-2nd Sunday in March) to JST(PST+17)\\... TC-7) PDT(2nd Sunday in March 14:00-1st Sunday in November) to JST(PDT+16)\\ JST 0:00 After that (yell
- May 30 2023 chatgpt-clone @en:50_dialy:2023:05
- PU with AVX support, and your current system does not appear to have that! chat-mongodb | see h... m constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu cpuid_faulting pni pclmulqdq dtes64 monitor ds_cpl vmx sm... ine_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch epb cat_l3 invpcid_single intel_pt ssbd
- 09 SSH in While @en:bash
- ected at it, so the entire file is passed to SSH, not just the one line you read with read. Therefore, after executing SSH, there are no more lines to read, so the while loop will end in... se the -n option to ssh to redirect /dev/null and not redirect stdin. ===== OK here ===== <code> wh
- Mar 8 2023 SSH Error no hostkey alg @en:50_dialy:2022:03
- ====== Mar 8 2023 SSH Error no hostkey alg ====== When connecting via SSH from an older OS, there may be cases where connections cannot be made due to the following error: From RHEL6 t... tion. ===== Error ===== <code> $ ssh 10.10.0.25 no hostkey alg </code> ===== Solution ===== ==== 1
- 2024.04.12 MySQL BIT Field @en:50_dialy:2024:04
- MySQL BIT Field ====== The BIT field values are not displayed in MySQL. It's because BIT values are characters that cannot be printed... To see them, add UNSIGNED. ※ Speci... ---------+----------------+ | id | int(11) | NO | PRI | NULL | auto_increment | | name |
- 2025.01.17 AMD Speculative Return Stack Overflow (SRSO) @en:50_dialy:2025:01
- lities/spec_rstack_overflow Vulnerable: Safe RET, no microcode </code> ===== How to Disable ===== ==... RUB_CMDLINE_LINUX_DEFAULT="console=ttyS0,115200n8 no_timer_check crashkernel=1G-4G:192M,4G-64G:256M,64... RUB_CMDLINE_LINUX_DEFAULT="console=ttyS0,115200n8 no_timer_check crashkernel=1G-4G:192M,4G-64G:256M,64
- 31 CentOS5 TLS1.2 @en:01_linux:02_www
- openssl-0.9.8e-34.el5_11. Since this version does not support TLS1.2, you may encounter the following ... 014:01:29]] <code> # /opt/wget-1.16.1/bin/wget --no-check-certificate http://curl.haxx.se/ca/cacert.
- translation @en:dokuwiki:plugin
- e to the indexmenu, the mouseover overlaps and cannot be clicked, so you need to adjust it with a line... plugin:pasted:20230621-014444.png}} ===== Hiding non-main language pages in the index menu ===== By
- Jun 17 2023 Docker logs tail @en:50_dialy:2023:06
- === Jun 17 2023 Docker logs tail ====== Up until now, when looking at logs in Docker, I did it like t