Posted in旅游
2025清明同笑笑家山西自驾 行程 日期 说明 2025/4/3 下午4点启程去蔚(Yu)县,京蔚高速,用时3个半小时 2025/4/4 早上6点去恒山游客中心排队购买悬空寺登临票(也可在北岳云游小程序购),后游玩悬空寺,风太大,恒山取消,直奔应县木塔,游玩后回大同 2025/4/5 善化寺、开化寺、华严寺,下午酒店休息,晚上游览古城灯会 2025/4/6 云冈石窟(需提前一天购票,当天不售票),返京,检查站堵车严重,用时7个小时 门票 景区 价格(¥) 备注 悬空寺(门票) 15 悬空寺(登临票) 100 恒山景区摆渡车 20 恒山游客中心 - 悬空寺 - 恒山 全程 应县木塔 48…
Posted inWindows
Win 11上运行Debian报错:WslRegisterDistribution failed with error: 0x800701bc
Windows 11 Home Edition 安装完Debian后运行提示: [crayon-68625d174d980332361803/] 搜索后按如下方法解决1: 以管理员身份运行Windows PowerShell Step 1 开启Windows Subsystem for Linux [crayon-68625d174d986867441520/] Step 2 开启虚拟机特性 [crayon-68625d174d988424549701/] Step 3 下载并安装WSL 2 点击下载 Step 4 将WSL2设置成默认 [crayon-68625d174d989708182373/] 完成后重新运行Debian正常…
Posted by
kaoru
Fix for crayon syntax highlighter wordpress plugin and php 7.3 fatal error
Wordpress Markdown插件Crayon Syntax Highlighter在PHP 7.3/7.4版本中出错。 Markdown的文档会显示空白,查看Apache错误日志有下面错误: [crayon-68625d174db00271627118/] 解决方法如下,编辑 [crayon-68625d174db03163374045/] 修改 [crayon-68625d174db05066877916/] 为 [crayon-68625d174db06981366398/] Reference 解决Crayon Syntax Highlighter安装问题 fix-for-crayon-syntax-highlighter-wordpress-plugin-and-php-7-3-fatal-error
Posted by
kaoru
Posted inNAS
transmission-remote useful command line
transmission-remote useful command line 如果只能命令行访问NAS,熟悉transmission-remote命令会非常有用,可以在没有WEB的情况下查看、控制transmission工作。 语法 [crayon-68625d174dc27464567739/] host:port 比如: [crayon-68625d174dc2c822928643/] tr为配置文件中的rpc_url -n --auth 比如: [crayon-68625d174dc2d509412827/] -t --torrent 操作ID是2、4、6、7、8的torrent [crayon-68625d174dc2e965672065/] 操作所有torrent [crayon-68625d174dc2f395478214/] 查看所有的torrent的ID和状态 [crayon-68625d174dc30430350514/] 第一个列是ID,每个ID对应一个torrent,后续可以使用此ID操作对应torrent。 增加torrent 可增加一个或多个torrent,支持通配符 [crayon-68625d174dc32650619526/] 移动torrent的下载目录 [crayon-68625d174dc33688272589/] 停止torrent…
Posted by
kaoru
Posted inOFFICE
如何更换WORD文档模板
打开需要更换模板的WORD文档 点击"文件/File"选项卡 在"文件/File"选项卡,点击"选项"按钮 在弹出的对话框中,选择左边最下面的"加载项" 在最下面的"管理"下拉框选择"模板",点击"转到" 选择新模板,勾选自动更新文档样式 确定 Reference https://www.zhihu.com/question/52958503 https://www.dummies.com/software/microsoft-office/word/how-to-change-a-documents-template-in-word-2016/
Posted by
kaoru
Posted inLinux
Helpful Tutorial for Install(Move) a New Linux
公司的编译环境是debian 8 (jessie)。系统装在一个500GB的HDD上,数据盘是一个2T的希捷监控盘。 由于近期在运行git status的时候巨慢无比,感觉硬盘快到年头了,但是smartctl正常。 同时由于最早安装系统的时候,只给根目录之分了10GB,其余的都mount到/home目录了(其实没用,用户目录被我链接到了数据盘)。 在后续使用的过程中,根目录经常爆满(使用/tftpboot作为交换目录)。 趁着这次清明节假期,正好把编译环境重新整理一下: Boot Disk: Samsung SSD 850 256GB Data Disks: Seagate 3T -> /data Seagate 2T -> /home Seagate 1T -> /data/sdk Seagete 1T…
Posted by
kaoru