上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 56 下一页

nginx ipv4 ipv6 chrome /firefox remote-address/chrome://net-internals/dns

摘要: nginx access log server {listen 80;listen [::]:80;server_name localhost;location / {proxy_http_version 1.1;proxy_set_header Host $http_host;proxy_set_ 阅读全文
posted @ 2018-03-24 12:50 szllq2000 阅读(265) 评论(0) 推荐(0)

mysql unix domain socket and network socket, ssh key

摘要: 当主机填写为localhost时mysql会采用 unix domain socket连接当主机填写为127.0.0.1时mysql会采用tcp方式连接这是linux套接字网络的特性,win平台不会有这个问题解决方法在my.cnf的[mysql]区段里添加protocol=tcpsocket API 阅读全文
posted @ 2018-03-23 14:30 szllq2000 阅读(247) 评论(0) 推荐(0)

How to disable a plugin when Jenkins is down?

摘要: (different .jpi and bak and restore it ) A plugin is preventing Jenkins to restart A plugin is preventing Jenkins to restart Environment Jenkins Cloud 阅读全文
posted @ 2018-03-23 13:44 szllq2000 阅读(194) 评论(0) 推荐(0)

createrepo local http yum

摘要: https://www.jianshu.com/p/59ca879584a1 repodata作为软件的仓库,其目录下有四个必要文件:filelists.xml.[gz],other.xml.[gz],primary.xml.[gz]和repomd.xml(md意思是metadata),其中最主要的 阅读全文
posted @ 2018-03-21 11:09 szllq2000 阅读(302) 评论(0) 推荐(0)

upower xdisplay--nvidia -vga---cpu info

摘要: grep 'physical id' /proc/cpuinfo | sort -u | wc -l grep 'core id' /proc/cpuinfo | sort -u | wc -l grep 'processor' /proc/cpuinfo | sort -u | wc -l upo 阅读全文
posted @ 2018-03-19 09:11 szllq2000 阅读(164) 评论(0) 推荐(0)

Web终端SSH功能

摘要: http://www.laozuo.org/10703.html CentOS安装配置GateOne实现Web终端SSH功能 阅读全文
posted @ 2018-03-17 17:43 szllq2000 阅读(165) 评论(0) 推荐(0)

https-->http and http-->https bitransfer

摘要: openssl s_client -connect myupload.mysite.net:443/cgi-bin/posupload.cgi -status -cert client.pem -verify 1 -showcertscurl -E my.pem https://some.siteh 阅读全文
posted @ 2018-03-17 17:42 szllq2000 阅读(812) 评论(0) 推荐(0)

socat

摘要: http://blog.csdn.net/koozxcv/article/details/50520057 http://www.oschina.net/p/socat socat端口转发-穿透网络 2016年08月23日 12:13:44 flaming999 阅读数:3910 标签: socat 阅读全文
posted @ 2018-03-17 17:38 szllq2000 阅读(502) 评论(0) 推荐(0)

docker daemon configuration

摘要: 于 Docker的分层镜像,除了 aufs,docker还支持btrfs, devicemapper和vfs,你可以使用 -s 或 –storage-driver= 选项来指定相关的镜像存储。在Ubuntu 14.04下,Docker 默认 Ubuntu的 AUFS。因为 AUFS 还没有进入Lin 阅读全文
posted @ 2018-03-09 14:35 szllq2000 阅读(333) 评论(0) 推荐(0)

centos 7 update to python V3.43 to assure git clone as usual

摘要: vim /usr/bin/yum vim /usr/libexec/urlgrabber-ext-down yum update -y nss curl libcurl 阅读全文
posted @ 2018-03-07 12:01 szllq2000 阅读(111) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 56 下一页