全文検索:
- 2021.08.03 KVM IOPS limit @50_dialy:2021:08
- _IOPS_SEC> <code> update vm_pool set body='<VM><ID>300</ID><UID>0</UID><GID>0</GID><UNAME>oneadmin</UNAME><GNAME>oneadmin</GNAME><NAME>matsuitest</NAME><PERMISSIONS>
- 2023.12.14 React-adminとDjangoの連携 @50_dialy:2023:12
- 'Product', fields=[ ('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), ('name', models.CharField(max... ------+------+-----+---------+----------------+ | id | bigint | NO | PRI | NULL | auto_i... n_product; +----+--------------------+--------+ | id | name | price | +----+-----------
- 2015.08.20 Megacli @50_dialy:2015:08
- saa.net/article/366113400.html]] ==== Enclosure ID がN/Aになっている場合 ==== <code bash> [root@localhost Meg... Adapter #0 Enclosure Device ID: N/A Slot Number: 0 Device Id: 0 Sequence Number: 0 Media Error Count: 0 Other Error Count: 0 Predict... s Media Type: Hard Disk Device Enclosure Device ID: N/A Slot Number: 2 Device Id: 2 Sequence Number:
- 2021.06.19 Ceph HEALTH_WARN mon is allowing insecure global_id reclaim @50_dialy:2021:06
- Ceph HEALTH_WARN mon is allowing insecure global_id reclaim ====== Cephのバージョンアップ時に出るエラー ===== エラー =... ail HEALTH_WARN mon is allowing insecure global_id reclaim AUTH_INSECURE_GLOBAL_ID_RECLAIM_ALLOWED mon is allowing insecure global_id reclaim mon.ceph004 has auth_allow_insecure_
- 2021.09.25 PCS NFS @50_dialy:2021:09
- s \ clientspec=192.168.0.0/24 directory=/home fsid=root \ options=rw,async,no_root_squash \ op m... t order rbd_testimage01-clone \ then zfs_pool01 id=order-rbd_testimage01-clone-zfs_pool01-mandatory ... top zfs_pool01 \ then rbd_testimage01-clone \ id=order-zfs_pool01-rbd_testimage01-clone-mandatory ... .deltasrc </code> ==== NFSv4 NFSv3混在 ==== ここのfsid が重要で、fsid=rootにするとNFSv4では、そのディレクトリを/(root)として扱います
- 2025.07.27 IPv6 DSR @50_dialy:2025:07
- 168.128.255 scope global dynamic enp2s0 valid_lft 83701sec preferred_lft 83701sec inet6 2408:a1c0:1ad:1fff::1110/64 scope global valid_lft forever preferred_lft forever inet6 2408:a1c0:1ad:1fff::1111/64 scope global valid_lft forever preferred_lft forever inet6 fe80::f816:3eff:fecb:c53a/64 scope link valid_lft forever preferred_lft forever </code> RS <co
- 2024.03.05 VBA Selenium ログイン @50_dialy:2024:03
- enium.WebDriver Dim HTMLDoc As Object Dim ID As String Dim Pass As String ID = "hogehogeID" Pass = "hogehogePass" 'ログインページを開く Driver.Start "chrome" Driver.Get "h... 'ユーザ名とパスワードを入れてログインボタンを押す .FindElementById("user_login").SendKeys ID .FindElementByI
- 2017.11.13 GlusterFS 3.12 @50_dialy:2017:11
- glusterd.log [2017-11-13 00:46:03.282729] W [MSGID: 101095] [xlator.c:213:xlator_dynload] 0-xlator: ... or directory [2017-11-13 00:46:03.569566] W [MSGID: 101095] [xlator.c:162:xlator_volopt_dynload] 0-x... or directory [2017-11-13 00:46:03.608432] I [MSGID: 106600] [glusterd-nfs-svc.c:163:glusterd_nfssvc_... TCP Port RDMA Port Online Pid -------------------------------------------------
- 2021.04.15 GAS hangoutLinkを取得 @50_dialy:2021:04
- === <code> function myFunction() { var calendarId = "primary"; var now = new Date(); var twoHou... i++){ var event = events[i]; var eventId = event.getId().split("@")[0]; Logger.log(eventId); var eventSummary = event.getTitle() var hango
- 2022.07.29 WSLのubuntuで apt update失敗 @50_dialy:2022:07
- om/ubuntu/dists/focal-updates/InRelease is not valid yet (invalid for another 16h 48min 29s). Updates for this repository will not be applied. E: Release ... /ubuntu/dists/focal-backports/InRelease is not valid yet (invalid for another 16h 49min 50s). Updates for this repository will not be applied. E: Release
- 2023.05.30 chatgpt-clone @50_dialy:2023:05
- nopl xtopology nonstop_tsc aperfmperf eagerfpu cpuid_faulting pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadlin... rdrand lahf_lm abm 3dnowprefetch epb cat_l3 invpcid_single intel_pt ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms
- 2025.07.15 AMIバックアップ @50_dialy:2025:07
- ===== aws ec2 create-store-image-task --image-id [AMI ID] --bucket [S3 Bucket] 例: ami-0ea610cffffffffffを、ami-backupバケットに保存 <code> aws ec2 create-store-image-task --image-id ami-0ea610cffffffffff --bucket ami-backup </code... ode> $ aws ec2 describe-store-image-tasks --image-id ami-0ea610cffffffffff { "StoreImageTaskResult
- 2024.04.12 MySQL bitフィールド @50_dialy:2024:04
- ------+------+-----+---------+----------------+ | id | int(11) | NO | PRI | NULL | auto_incr... ql> select * from test; +----+------+---------+ | id | name | enabled | +----+------+---------+ | 1 |... code> ===== 表示を見るには ===== <code> mysql> select id,name, cast(enabled as UNSIGNED) as enabled from test; +----+------+---------+ | id | name | enabled | +----+------+---------+ | 1 |
- 2024.10.02 rclone @50_dialy:2024:10
- ext step \ "false" env_auth> 1 AWS Access Key ID. Leave blank for anonymous access or runtime cred... lue. Press Enter for the default (""). access_key_id> fbXXXXXXXXXXXXXX7QF AWS Secret Access Key (pass... [s3] provider = Other env_auth = false access_key_id = fbXXXXXXXXXXXXXX7QF secret_access_key = auVaS6X... = s3 provider = Other env_auth = false access_key_id = fbXXXXXXXXXXXXXX7QF secret_access_key = auVaS6X
- 2021.04.29 Docker dokuwiki linuxserver @50_dialy:2021:04
- ntainer_name: dokuwiki environment: - PUID=1000 - PGID=1000 - TZ=Asia/Tokyo volumes: - ./config:/config # - /tmpfs:/v... astcgi_cache cache-zone; fastcgi_cache_valid 200 60m; add_header X-F-Cache $upstream_c