全文検索:
- 2024.04.12 MySQL BIT Field @en:50_dialy:2024:04
- t(11) | NO | PRI | NULL | auto_increment | | name | text | YES | | NULL | ... 3 rows in set (0.00 sec) mysql> insert into test (name,enabled) VALUES('AAA',b'1'); Query OK, 1 row affected (0.01 sec) mysql> insert into test (name,enabled) VALUES('BBB',b'0'); Query OK, 1 row affe... elect * from test; +----+------+---------+ | id | name | enabled | +----+------+---------+ | 1 | AAA | |
- 09 SSH in While @en:bash
- is will display only one line. <code> while read NAME HOST CMD do ssh $NAME@$HOST "$CMD" done </code> When you run SSH, stdin is directed at it, so the en... t stdin. ===== OK here ===== <code> while read NAME HOST CMD do ssh -n $NAME@$HOST "$CMD" done </code> {{tag>bash ssh while}}
- Rebuilding the FreeBSD Kernel @en:02_freebsd:99_その他
- efault kernel (GENERIC) and rename it to a custom name of your choice. You can use any name you prefer for your kernel. In this example, we'll be using MYKER
- 71 vsftpd @en:01_linux:01_net
- ce. ↓ Uncomment this line to prevent the software name and version from displaying on login. ftpd_banner
- May 30 2023 chatgpt-clone @en:50_dialy:2023:05
- odb to version 4. <code> mongodb: container_name: chat-mongodb ports: - 27018:27017