上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 117 下一页
摘要: 通过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 阅读(378) 评论(0) 推荐(0)
摘要: 观看地址: https://www.kancloud.cn/jiftle/yunvshenhuangdaoqiushengderizi/1927463 阅读全文
posted @ 2020-09-16 09:46 jiftle 阅读(488) 评论(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 阅读(710) 评论(0) 推荐(0)
摘要: 要点: docker run 是增加如下参数 /usr/sbin/init --privileged -u root 必须使用root用户启动,否则一样报错!!! 阅读全文
posted @ 2020-09-09 15:13 jiftle 阅读(816) 评论(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 阅读(276) 评论(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 阅读(2738) 评论(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 阅读(1909) 评论(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 阅读(319) 评论(0) 推荐(0)
摘要: 原理简介 主机配置 主机系统中安装x11服务 sudo apt-get install x11-xserver-utils 启动容器前执行xhost + 容器配置 容器运行时加入参数,uid和gid两个参数不需要 -v /tmp/.X11-unix:/tmp/.X11-unix `# gui程序需要 阅读全文
posted @ 2020-08-30 11:15 jiftle 阅读(2796) 评论(0) 推荐(0)
摘要: 清理之前的构建 make distclean 配置 ./configure --with-features=huge --enable-python3interp=yes 编译 make 安装 make install $ cd src $ sudo make distclean # 如果您以前构建 阅读全文
posted @ 2020-08-27 17:16 jiftle 阅读(537) 评论(0) 推荐(0)
上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 117 下一页