上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 115 下一页
摘要: 脚本之家-Linux 添加开机启动 Linux 添加开机启动方法(服务/脚本) ubuntu 18.04 系统启动脚本目录 /etc/init.d ,可以参考 系统启动时需要加载的配置文件 /etc/profile、/root/.bash_profile /etc/bashrc、/root/.bas 阅读全文
posted @ 2020-09-13 10:52 jiftle 阅读(681) 评论(0) 推荐(0)
摘要: 要点: docker run 是增加如下参数 /usr/sbin/init --privileged -u root 必须使用root用户启动,否则一样报错!!! 阅读全文
posted @ 2020-09-09 15:13 jiftle 阅读(802) 评论(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 阅读(264) 评论(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 阅读(2700) 评论(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 阅读(1884) 评论(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 阅读(304) 评论(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 阅读(2776) 评论(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 阅读(520) 评论(0) 推荐(0)
摘要: 在项目迭代的过程中,不可避免需要”上线“。上线对应着部署,或者重新部署;部署对应着修改;修改则意味着风险。 目前有很多用于部署的技术,有的简单,有的复杂;有的得停机,有的不需要停机即可完成部署。本文的目的就是将目前常用的布署方案做一个总结。 一、蓝绿布署 Blue/Green Deployment( 阅读全文
posted @ 2020-08-12 16:31 jiftle 阅读(2343) 评论(0) 推荐(0)
摘要: Hyperledger Fabric join the chat Build Status CII Best Practices Go Report Card GoDoc Documentation Status This project is an Active Hyperledger proje 阅读全文
posted @ 2020-08-09 00:39 jiftle 阅读(293) 评论(0) 推荐(0)
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 115 下一页