分类 Linux 下的文章

原始文档比较拗口,摘选如下:

--full-diff
Without this flag, git log -p ... shows commits that touch the specified paths, and diffs about the same specified paths. With this, the full diff is shown for commits that touch the specified paths; this means that "…" limits only commits, and doesn’t limit diff for those commits.

说人话,假设你提交了一个 Commit,这个 Commit Z 修改了 文件 A 和 B。

- More -

背景信息

搭建 SQL 审核引擎服务,审核待上线的 SQL 是否有问题。经调研确定使用 GoInception——一个集审核、执行、备份及生成回滚语句于一身的 MySQL 运维工具。

- More -

问题背景

系统的日志、缓存,或程序的输出、结果等文件写入频率很高,随着时间的推移,磁盘空间的占用慢慢增长,这些超过一定时限的数据,比如 3 个月前的数据,可能没有太大的价值(在此假设重要的事件已经收集并上报),那么在系统空间不足时(如剩余 10% 的可用空间),可删除这些文件,以确保系统和服务的正常运转。

- More -

背景

本文介绍了如何在 Linux 和 Windows 操作系统下,使用 sshfs 命令将远程 UNIX 服务器目录挂载到本地机器之后,便可以把远程文件当作本地文件用,这尤其适合服务版操作系统无桌面环境,无显示器,或者云原生的场景。

- More -