多年前因为一些原因,买了一个新加坡的低配服务器(ecs.t5-lc2m1.nano)。本来上面只是跑个 nginx 和脚本,近期需要弄点新东西,发现连 yum
We’ve created a script that will change any commits that previously had the old email address in its author or committer fields to use the correct name and email address. Note: Running this script rewrites history for all repository collaborators. After completing these steps, any person with forks or clones must fetch the rewritten history and rebase any local changes into the rewritten history. Before running this script, you’ll need:
现象近期遇到了一个非常诡异的事情,在MacOS上打的tar包,在linux上解压多出了一些 ._ 开头的隐藏文件。 问题排查我们来看下这个目录的内容
异常信息 shell Error: An exception occurred within a child process: NoMethodError: undefined method `path' for nil:NilClass Did you mean? paths 解决方案 shell sudo rm -rf /Library/Developer/CommandLineTools sudo xcode-select --install brew update-reset 参考文章:https://discourse.brew.sh/t/
写在前面archlinux安装搜狗输入法本不是新闻,AUR上早有大神打好了包,网上安装的文章也已经烂大街了。 这里主要为了解决从今年1月左右A
用过阿里云服务器(ECS、轻量应用服务器)的人应该都知道,阿里云提供的系统镜像里预装了它的各种监控服务。 这些监控服务的存在使得人们可以直接在
LinuxLinux系统直接用现成的工具,没有什么花头。推荐几个好用的工具: Etcher直接下载安装使用,UI操作就不详细介绍了 下载地址:h
背景现象这里就不再多说了,国行的iPhone只能使用FaceTime Video,无法使用FaceTime Audio。通俗的来说,就是国内买的
Formula 索引 (brew update) 替换为国内镜像仓库 bash git -C "$(brew --repo)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git git -C "$(brew --repo homebrew/core)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git git -C "$(brew --repo homebrew/cask)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-cask.git brew update 还原官方仓库 bash git -C "$(brew --repo)" remote set-url origin https://github.com/Homebrew/brew.git git -C "$(brew --repo homebrew/core)" remote set-url origin https://github.com/Homebrew/homebrew-core.git git -C "$(brew
Docker默认使用的网桥 docker0 的网段是 172.17.0.1,正好和公司网络冲突。 网上的资料也一如既往的狗血,在这里记录下自己的配置。 以下步骤自