上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 112 下一页
摘要: set ff? #显示当前文件格式 set ff=unix #设置成unix格式 set ff=dos #设置成dos格式 阅读全文
posted @ 2020-09-17 23:40 jiftle 阅读(658) 评论(0) 推荐(0)
摘要: https://developers.redhat.com/products/openjdk/download?onebox=openjdk 阅读全文
posted @ 2020-09-17 09:25 jiftle 阅读(711) 评论(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 阅读(359) 评论(0) 推荐(0)
摘要: 观看地址: https://www.kancloud.cn/jiftle/yunvshenhuangdaoqiushengderizi/1927463 阅读全文
posted @ 2020-09-16 09:46 jiftle 阅读(475) 评论(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 阅读(663) 评论(0) 推荐(0)
摘要: 要点: docker run 是增加如下参数 /usr/sbin/init --privileged -u root 必须使用root用户启动,否则一样报错!!! 阅读全文
posted @ 2020-09-09 15:13 jiftle 阅读(787) 评论(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 阅读(261) 评论(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 阅读(2649) 评论(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 阅读(1861) 评论(0) 推荐(0)
摘要: 参考文章: https://notesail.com/posts/docker-systemctl.html vscode + docker 构建远程开发环境: https://zhuanlan.zhihu.com/p/80099904 How can I use systemctl from wi 阅读全文
posted @ 2020-08-30 11:39 jiftle 阅读(301) 评论(0) 推荐(0)
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 112 下一页