随笔分类 - CentOS
摘要:首先是pull image,这里我拉取的是5.6.35: 拉下来以后大可以按照官方的说明无脑启动,但是外部无法访问,所以绑定端口: 试着用客户端连接,成功了,查询mysql.user表发现允许从任何地方用root访问,这特么也太不安全了! 果断连接到bash: 运行mysql,竟然有! 下面就是基本
阅读全文
摘要:1.安装最新版JDK(作为JENKINS运行环境)# mount -t cifs //192.168.8.1/share /mnt -o username=share,password=share,nounix,sec=ntlmssp 其中nounix,sec=ntlmssp两个参数是因为我连的是O
阅读全文
摘要:今天研究GitLab+Jenkins自动集成时,出现Failed to connect to repository : Command "git config --local credential.helper store --file=/tmp/git2956041026506359040.cre
阅读全文