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

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 阅读(256) 评论(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 阅读(212) 评论(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 阅读(309) 评论(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 阅读(181) 评论(0) 推荐(0)

Web终端SSH功能

摘要: http://www.laozuo.org/10703.html CentOS安装配置GateOne实现Web终端SSH功能 阅读全文
posted @ 2018-03-17 17:43 szllq2000 阅读(172) 评论(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 阅读(833) 评论(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 阅读(514) 评论(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 阅读(371) 评论(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 阅读(133) 评论(0) 推荐(0)

df and du

摘要: 1、若有进程在占用某个文件,而其他进程把这文件删掉,只会删除其在磁盘中的标记,而不会释放其占用的磁盘空间;直到所有访问该文件的进程退出为止; 2、df 是从内核中获取磁盘占用情况数据的,而du是统计当前磁盘文件大小的结果,由于磁盘标记已被删掉,因此du 不会计算上述被删除文件的空间,导致df 与 d 阅读全文
posted @ 2018-03-07 08:50 szllq2000 阅读(176) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 56 下一页