上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页
摘要: 转自:http://www.luyixian.cn/news_show_395768.aspx 记一次 Centos7 postgresql v11 安装时序数据库 TimescaleDB 2020/5/26 16:27:32 0 人评论 83 次浏览 分类:学习教程 一、数据库安装 根据自身环境需 阅读全文
posted @ 2020-08-20 02:47 JeromePowell 阅读(772) 评论(0) 推荐(0)
摘要: https://bbs.sangfor.com.cn/plugin.php?id=service:download 阅读全文
posted @ 2020-08-20 02:42 JeromePowell 阅读(76) 评论(0) 推荐(0)
摘要: 在线安装: yum install -y nginx 离线安装 下载Nginx RPM:Index of /packages/centos/7/x86_64/RPMS/ http://nginx.org/packages/centos/7/x86_64/RPMS/ wget http://nginx 阅读全文
posted @ 2020-08-20 02:38 JeromePowell 阅读(251) 评论(0) 推荐(0)
摘要: 官方参考文档: https://docs.docker.com/engine/reference/commandline/dockerd/ --iptables Enable addition of iptables rules (default true) --iptables=true Enab 阅读全文
posted @ 2020-08-20 02:14 JeromePowell 阅读(300) 评论(0) 推荐(0)
摘要: 解压a.tar.gz压缩包中以one开头的文件或目录到/tmp目录中 tar -xzv -C /tmp -f a.tar.gz one* tar -xjvf a.tar.bz2 -C /tmp one* 阅读全文
posted @ 2020-08-20 02:03 JeromePowell 阅读(86) 评论(0) 推荐(0)
摘要: https://tools.ietf.org/rfc/rfc7239.txt 阅读全文
posted @ 2020-08-18 14:09 JeromePowell 阅读(234) 评论(0) 推荐(0)
摘要: https://ebtables.netfilter.org/documentation/docs.html https://ebtables.netfilter.org/misc/ebtables-man.html 阅读全文
posted @ 2020-08-18 14:06 JeromePowell 阅读(127) 评论(0) 推荐(0)
摘要: from:https://mirror.tuna.tsinghua.edu.cn/help/centos/ 清华CentOS 镜像使用帮助建议先备份 CentOS-Base.repo sudo cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d 阅读全文
posted @ 2020-08-18 13:55 JeromePowell 阅读(1431) 评论(0) 推荐(0)
摘要: from:https://www.cnblogs.com/hellojesson/p/10037315.html 执行DROP DATABASE testdb;的时候提示: ERROR: database "testdb" is being accessed by other users DETAI 阅读全文
posted @ 2020-08-18 13:47 JeromePowell 阅读(822) 评论(0) 推荐(0)
摘要: 1、ceontos bash: ip command not found yum install -y initscripts或者yum install -y iproute2 iproute2-doc bash: lsof: command not found yum install -y lso 阅读全文
posted @ 2020-08-18 13:40 JeromePowell 阅读(340) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页