08 2020 档案
摘要:1、将15.11官方源替换成20官方源(/etc/apt/sources.list) deb [by-hash=force] https://community-packages.deepin.com/deepin/ apricot main contrib non-free [原文](https:
阅读全文
How can I use systemctl from within a docker container (run on ubuntu 20.04, with ubuntu 18.04 base)
摘要:参考文章: https://notesail.com/posts/docker-systemctl.html vscode + docker 构建远程开发环境: https://zhuanlan.zhihu.com/p/80099904 How can I use systemctl from wi
阅读全文
摘要:原理简介 主机配置 主机系统中安装x11服务 sudo apt-get install x11-xserver-utils 启动容器前执行xhost + 容器配置 容器运行时加入参数,uid和gid两个参数不需要 -v /tmp/.X11-unix:/tmp/.X11-unix `# gui程序需要
阅读全文
摘要:清理之前的构建 make distclean 配置 ./configure --with-features=huge --enable-python3interp=yes 编译 make 安装 make install $ cd src $ sudo make distclean # 如果您以前构建
阅读全文
摘要:在项目迭代的过程中,不可避免需要”上线“。上线对应着部署,或者重新部署;部署对应着修改;修改则意味着风险。 目前有很多用于部署的技术,有的简单,有的复杂;有的得停机,有的不需要停机即可完成部署。本文的目的就是将目前常用的布署方案做一个总结。 一、蓝绿布署 Blue/Green Deployment(
阅读全文
摘要:Hyperledger Fabric join the chat Build Status CII Best Practices Go Report Card GoDoc Documentation Status This project is an Active Hyperledger proje
阅读全文
摘要:https://shrill-pond-3e81.hunsh.workers.dev/ https://raw.staticdn.net/ https://gitclone.com/ (推荐,下载速度450kb/s)
阅读全文
摘要:sed -i "s/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g" /etc/apt/repositories
阅读全文