jenkins 添加节点问题
摘要:没有 Launch agent via Java Web Start 选项 Manage Jenkins > Configure Global Security > TCP port for JNLP agents 选random
阅读全文
kibana test
摘要:https://www.cnblogs.com/yiwangzhibujian/p/7137546.html
阅读全文
elasticsearch 问题
摘要:elasticsearch 的端口默认绑定到 127.0.0.1 上,对外开放 http 端口就配置 http.host,对外开放 tcp 端口就配置 network.host [1]: max file descriptors [65535] for elasticsearch process i
阅读全文
elasticsearch 测试
摘要:https://www.yiibai.com/elasticsearch/elasticsearch-getting-start.html # curl -XPUT "http://localhost:9200/movies/movie/1" -d'> {> "title": "The Godfat
阅读全文
centos7升级内核
摘要:载入elrepo源,搜索内核更新资源,并进行更新操作。 具体实验步骤:# 载入公钥rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org# 安装ELReporpm -Uvh http://www.elrepo.org/elrepo-rel
阅读全文
nginx编译安装
摘要:centos7 nginx-1.13.7 yum install gcc gcc-c++ automake pcre pcre-devel zlip zlib-devel openssl openssl-devel ./configure make make install configure 时:
阅读全文
nginx 相关
摘要:查看默认配置路径以及检验配置 # ./sbin/nginx -tnginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is oknginx: configuration file /usr/local/nginx/
阅读全文
centos7 安装redis
摘要:第一步:下载redis安装包 wget http://download.redis.io/releases/redis-4.0.6.tar.gz 第二步:解压压缩包 tar -zxvf redis-4.0.6.tar.gz 第三步:yum安装gcc依赖 yum install gcc -y 第四步:
阅读全文
基于docker的wekan部署
摘要:镜像地址: https://hub.docker.com/r/wekanteam/wekan/ wiki: https://github.com/wekan/wekan/wiki#Development github: https://github.com/wekan/wekan 版本: v1.75
阅读全文
解压.bz2失败
摘要:报错: # tar -jxf geos-3.6.2.tar.bz2 tar (child): bzip2:无法 exec: 没有那个文件或目录tar (child): Error is not recoverable: exiting nowtar: Child returned status 2t
阅读全文
supervisord 进程管家
摘要:s supervisor supervisor管理进程,是通过fork/exec的方式将这些被管理的进程当作supervisor的子进程来启动,所以我们只需要将要管理进程的可执行文件的路径添加到supervisor的配置文件中就好了。此时被管理进程被视为supervisor的子进程,若该子进程异常中
阅读全文
graphviz
摘要:https://graphviz.gitlab.io/_pages/Download/Download_windows.html apt-get install graphviz python shell.py get_graph_dot create_sg --show_args |dot -Tp
阅读全文
辅助测试工具xip.io
摘要:http://xip.io/ https://github.com/basecamp/xip-pdns
阅读全文
elastastic search
摘要:curl -X PUT "10.97.184.40:9200/logstash-2015.05.18" -H 'Content-Type: application/json' -d'{ "mappings": { "log": { "properties": { "geo": { "properti
阅读全文
jenkins 1
摘要:https://jenkins.io/doc/pipeline/tour/getting-started/ 下载jenkins 保证本地时间与网络同步 ntpdate cn.pool.ntp.org 启动jenkins java -jar jenkins.war
阅读全文
Alpine Linux 使用简介
摘要:https://blog.csdn.net/csdn_duomaomao/article/details/76152416
阅读全文
nvm 安装
摘要:curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.1/install.sh | bash nvm install 8.9.0 nvm use 8.9.0 wget https://dl.yarnpkg.com/rpm/ya
阅读全文
web访问命令行
摘要:https://github.com/yudai/gotty go get github.com/yudai/gotty gotty -p 8000 -w kubectl exec -it mysql-5fc8fb5766-vsw9s bash
阅读全文