上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页
摘要: 1.过去git版本: git version 2.获取git-completion.bash脚本,注意将下方链接的版本号改为和git版本一致。 https://raw.githubusercontent.com/git/git/v2.7.4/contrib/completion/git-comple 阅读全文
posted @ 2019-10-18 15:30 秒年度 阅读(1557) 评论(0) 推荐(0)
摘要: ubuntu: Cenos: 重新编译: 阅读全文
posted @ 2019-10-18 15:22 秒年度 阅读(2221) 评论(0) 推荐(0)
摘要: 将DEFAULT_INDEX_BASE = 'https://pypi.python.org'改为DEFAULT_INDEX_BASE = 'http://mirrors.aliyun.com/pypi' 阅读全文
posted @ 2019-10-11 12:29 秒年度 阅读(243) 评论(0) 推荐(0)
摘要: #coding:utf-8 ''' @version: python3.6 @author: ‘$USER‘ @license: Apache Licence @contact: steinven@qq.com @software: ${PRODUCT_NAME} @file: ${NAME}.py @time: ${DATE} ${TIME} ''' 阅读全文
posted @ 2019-09-14 03:15 秒年度 阅读(291) 评论(0) 推荐(0)
摘要: ``` echo "\ deb http://mirrors.aliyun.com/ubuntu/ xenial main deb-src http://mirrors.aliyun.com/ubuntu/ xenial main deb http://mirrors.aliyun.com/ubuntu/ xenial-updates main deb-src http://mirrors.ali... 阅读全文
posted @ 2019-08-21 12:52 秒年度 阅读(806) 评论(0) 推荐(1)
摘要: ##旧版 vim /etc/mysql/mysql.conf.d/mysqld.cnf bind-address = 0.0.0.0 use mysql; GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '123456'; flush 阅读全文
posted @ 2019-08-16 13:51 秒年度 阅读(199) 评论(0) 推荐(0)
摘要: ##安装 1.拉取并启动MySQL,最好把数据可目录挂载到宿主机,以便容器被误删后恢复: docker run --name=nextcloud_db \ -e MYSQL_ROOT_PASSWORD=XXXXXX \ -v /nc_mysql/conf:/etc/mysql/conf.d \ -v 阅读全文
posted @ 2019-08-15 12:46 秒年度 阅读(11012) 评论(0) 推荐(1)
摘要: `apt key adv keyserver keyserver.ubuntu.com recv keys 3B4FE6ACC0B21F32` 阅读全文
posted @ 2019-08-13 23:27 秒年度 阅读(1554) 评论(0) 推荐(0)
摘要: 1) 2)`locale gen en_US.UTF 8` 阅读全文
posted @ 2019-08-13 15:30 秒年度 阅读(2789) 评论(0) 推荐(1)
摘要: ###安装&配置(Images) ####1)Ubuntu安装 apt-get install docker.io -y ####2) 更换为国内源:vim /etc/docker/daemon.json(重启docker生效) { "registry-mirrors": [ "https://kf 阅读全文
posted @ 2019-08-12 18:28 秒年度 阅读(302) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页