03 2025 档案
摘要:
POV vs FPV All In One
FPV 只是 POV 的一种特殊形式 ✅
point-of-view 视点
first-person view 第一人称视角
阅读全文

摘要:
如何使用 ChatGPT 生成一份法院起诉状 All In One
对商家使用以次充好的商品欺诈消费者的问题,帮我生成一份消费者维权的法院起诉状
阅读全文

摘要:
How to use Linux shell echo date to a log file All In One
如何使用 Linux shell 将日期打印输出到日志文件
date 系统时间
echo "`date` \n"
DATE=$(date)
阅读全文

摘要:
Linux rc.local & rc.d All In One
Linux 系统开机/登录自启动配置文件
/etc/rc.local
/etc/rc.d
阅读全文

摘要:
How to turn on Cellular Data via Siri voice command All In One
English Voice Siri
Cellular Network / Cellular Data
Siri,Turn On Cellular Data
Hi Siri,Turn On Cellular Data
激活 Cellular Data / 停用 Cellular Data
Siri,Activate Cellular Data ✅
Hi Siri,Deactivate Cellular Data ✅
开启 Mobile Data / 关闭 Mobile Data
Siri,Turn On Mobile Data ✅
Hi Siri,Turn Off Mobile Data ✅
阅读全文

摘要:
Linux shell su command All In One
su !== sudo
substitute user => su, 替换用户/切换用户
superuser do => sudo, 执行超级管理员用户权限
su - run a command with substitute user and group ID
su - 使用替代用户和组 ID 来运行命令
/etc/rc.local
2>&1 二合一重定向标准错误输出到标准输出
标准输入 stdin
标准输出 stdout
标准错误输出 stderr
阅读全文
