
工作其他
明明历险记
辽宁人在北京
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
win10上使用cmder替换系统cmd
cmder替换系统cmd原创 2022-06-10 11:51:01 · 765 阅读 · 0 评论 -
Git-2.34.1-64-bit.exe下载代码报错fatal: Could not read from remote repository.
Cloning into 'XXX'...XXX@XXX: Permission denied (publickey).fatal: Could not read from remote repository.Please make sure you have the correct access rightsand the repository exists.解决:修改文件/etc/ssh/ssh_config# $OpenBSD: ssh_config,v 1..原创 2021-12-15 17:39:26 · 1199 阅读 · 0 评论 -
macOS升级到10.15.1开机后CPU温度稳定保持在95度发烫(macs测试)
今天早上手欠,系统升级到最新版本, 升级完后后悔了,发现温度超高、机器发烫,技术人员就是不怕问题。打开活动监视器一看哪个进程占CPU,发现有一个进程特别奇怪“accountsd”,占CPU过高,然后谷歌了一下找到了原因,解决操作:系统偏好设置——》互联网账户——》将左侧账户信息全部删除,关闭了iCloud。“accountsd”进程终于老实了。问题解决, 温度保持在40...原创 2019-11-28 10:23:54 · 8470 阅读 · 2 评论 -
记录一些网址
记录一些网址,免得忘记了,方便使用,做个备份。免得需要的时候到处搜一些常用的sed命令:https://coolshell.cn/articles/9104.htmlawk命令:https://coolshell.cn/articles/9070.htmlRESTful API 设计指南:http://www.ruanyifeng.com/blog/2014原创 2017-09-13 18:24:19 · 286 阅读 · 0 评论 -
Mac平台git出现xcrun: error: invalid active developer path
今天在mac上操作git,出现的一个问题,记录下来:$ git checkout -fxcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun解决原创 2017-11-15 17:21:37 · 1339 阅读 · 0 评论 -
docker要下载镜像的话,需要先修改daemon.json
安装完docker以后,肯定要下载镜像,从默认配置的话基本上不无法使用的,修改:[root@localhost ~]# cat /etc/docker/daemon.json{ "registry-mirrors": ["http://f2d6cb40.m.daocloud.io"]}{}[root@localhost ~]# 下载centos镜像:[root@localhost yum...原创 2018-05-17 16:40:34 · 5899 阅读 · 1 评论