上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 110 下一页
摘要: 1. 背景 每次发现系统变慢时,我们通常做的第一件事,就是执行 top 或者 uptime 命令,来了解系统的负载情况。如下所示我输入uptime image.png 我们会看到 load average: 0.00, 0.04, 0.05。这三个数字,依次则是过去 1 分钟、5 分钟、15 分钟的 阅读全文
posted @ 2020-09-27 10:44 jiftle 阅读(453) 评论(0) 推荐(0) 编辑
摘要: set ff? #显示当前文件格式 set ff=unix #设置成unix格式 set ff=dos #设置成dos格式 阅读全文
posted @ 2020-09-17 23:40 jiftle 阅读(650) 评论(0) 推荐(0) 编辑
摘要: https://developers.redhat.com/products/openjdk/download?onebox=openjdk 阅读全文
posted @ 2020-09-17 09:25 jiftle 阅读(688) 评论(0) 推荐(0) 编辑
摘要: 通过registry-ui删除后,磁盘并没有释放。 执行以下指令,可以释放磁盘空间。 docker registry 2 垃圾回收 docker exec -it registry /bin/registry garbage-collect /etc/docker/registry/config.y 阅读全文
posted @ 2020-09-16 14:53 jiftle 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 观看地址: https://www.kancloud.cn/jiftle/yunvshenhuangdaoqiushengderizi/1927463 阅读全文
posted @ 2020-09-16 09:46 jiftle 阅读(462) 评论(0) 推荐(0) 编辑
摘要: 脚本之家-Linux 添加开机启动 Linux 添加开机启动方法(服务/脚本) ubuntu 18.04 系统启动脚本目录 /etc/init.d ,可以参考 系统启动时需要加载的配置文件 /etc/profile、/root/.bash_profile /etc/bashrc、/root/.bas 阅读全文
posted @ 2020-09-13 10:52 jiftle 阅读(636) 评论(0) 推荐(0) 编辑
摘要: 要点: docker run 是增加如下参数 /usr/sbin/init --privileged -u root 必须使用root用户启动,否则一样报错!!! 阅读全文
posted @ 2020-09-09 15:13 jiftle 阅读(769) 评论(0) 推荐(0) 编辑
摘要: WakaTime for Emacs Emacs The open source plugin for productivity metrics, goals, leaderboards, and automatic time tracking. Installing Follow the inst 阅读全文
posted @ 2020-09-08 18:31 jiftle 阅读(252) 评论(0) 推荐(0) 编辑
摘要: apt-get的卸载相关的命令有remove/purge/autoremove/clean/autoclean等。具体来说: apt-get purge / apt-get --purge remove 删除已安装包(不保留配置文件)。 如软件包a,依赖软件包b,则执行该命令会删除a,而且不保留配置 阅读全文
posted @ 2020-09-08 15:13 jiftle 阅读(2586) 评论(0) 推荐(0) 编辑
摘要: 1、将15.11官方源替换成20官方源(/etc/apt/sources.list) deb [by-hash=force] https://community-packages.deepin.com/deepin/ apricot main contrib non-free [原文](https: 阅读全文
posted @ 2020-08-31 00:21 jiftle 阅读(1827) 评论(0) 推荐(0) 编辑
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 110 下一页