摘要: 目的:2 个地方有同名文件,一处修改时,另一处也要同步修改。 使用教程 1 保存脚本 界面右边有 2 个大框,表示 2 个文件夹。选择好 2 个文件夹,(配置过滤器),点击 Compare,(下方的勾选对于后面的脚本是没有用的),点击 Synchronise。去左侧找到“Save as batch 阅读全文
posted @ 2025-09-29 05:35 cliter 阅读(72) 评论(0) 推荐(0)
摘要: 环境:debian apt install msmtp chmod 600 ~/.msmtprc .msmtprc内容如下: # Gmail account account default host smtp.gmail.com port 587 from <你的邮箱> auth on user < 阅读全文
posted @ 2024-07-15 14:13 cliter 阅读(27) 评论(0) 推荐(0)
摘要: ctrl+k ctrl+s 打开快捷键列表,标签页最右边可打开自定义快捷键的文件。 内容可参考 Key Bindings for Visual Studio Code 例如: // Place your key bindings in this file to override the defaul 阅读全文
posted @ 2024-06-28 18:58 cliter 阅读(346) 评论(0) 推荐(0)
摘要: 编辑下载目录的 desktop.ini,可复制 restore-desktop-ini.md 中的内容。 注意:desktop.ini 为隐藏文件,除了在“文件夹选项”需要显示隐藏文件外,还要取消勾选“隐藏受保护的操作系统文件(推荐)”。 删除 win+r 的 %localappdata% 下的 I 阅读全文
posted @ 2024-06-28 18:40 cliter 阅读(143) 评论(0) 推荐(0)
摘要: 上方选择排序 - 分组依据 - 无 右边三个点 - 选项(即文件夹选项) - 查看 - 应用到文件夹 来自: Disable Grouping in Windows 11 Explorer 阅读全文
posted @ 2024-06-28 18:37 cliter 阅读(11942) 评论(0) 推荐(2)
摘要: syncthing 的作用:多平台文件同步 客户端:win、安卓、Linux(docker) 环境:手机、linux 服务器、pc linux 的 ip 地址为:123.123.123.123 目的:做笔记,受不了 remotely-save 丢失的风险。仅让这几台设备互联,实现文件同步,不希望被其 阅读全文
posted @ 2024-06-12 09:18 cliter 阅读(1021) 评论(0) 推荐(0)
摘要: youtube 视频下载 下载 yt-dlp # python 虚拟环境 apt install python3.11-venv python3-virtualenv python3 -m venv env #创建虚拟环境 source env/bin/activate #进入虚拟环境 deacti 阅读全文
posted @ 2023-08-16 04:38 cliter 阅读(370) 评论(0) 推荐(0)
摘要: 环境:debian、win10 双系统 启动 win10 后,grub 不显示。 通过 debian.iso 文件进入 advanced - rescue mode,在选择分区的一步选择 linux 分区(不清楚就一个个选过去),选择重新安装 grub。 阅读全文
posted @ 2023-08-14 19:54 cliter 阅读(369) 评论(0) 推荐(0)
摘要: [toc] 环境:debian 查看 [unicodes](https://unicodes.jessetane.com/) ## [手动安装](https://wiki.debian.org/Fonts#Manually) 1. 安装目录 - /usr/local/share/fonts (sys 阅读全文
posted @ 2023-08-04 01:49 cliter 阅读(56) 评论(0) 推荐(0)
摘要: 需求:因 linux 分区不够大,需要 linux 开机自动挂载 win 分区。 环境:Debian 12 mount 命令可以挂载分区,通过 [mount man部分中文#The files /etc/fstab, /etc/mtab and /proc/mounts](https://www.c 阅读全文
posted @ 2023-07-21 05:43 cliter 阅读(110) 评论(0) 推荐(0)