上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 23 下一页
摘要: https://www.cnblogs.com/Hyber/archive/2017/02/04/6362916.htmlhttps://www.cnblogs.com/ichunqiu/p/7300432.htmlhttps://www.2cto.com/article/201409/331564 阅读全文
posted @ 2018-01-20 12:06 FlyBack 阅读(136) 评论(0) 推荐(0) 编辑
摘要: <script language="javascript" type="text/javascript"> var hostname = location.hostname; window.location.href="https://" + hostname + "/merchant/"; </s 阅读全文
posted @ 2018-01-19 16:32 FlyBack 阅读(338) 评论(0) 推荐(1) 编辑
摘要: #!/bin/shexport LANG="zh.CN.GBK" echo -n "********************************************" if [ "\$#" -ne "1" ] then echo "Error ,you should give the fil 阅读全文
posted @ 2018-01-17 15:49 FlyBack 阅读(201) 评论(0) 推荐(0) 编辑
摘要: rhel7.3smb安装配置 1.安装 yum -y install samba samba-client cifs-utils 2.配置开机自启动,覆盖原配置文件 systemctl enable smb ###如果主机网段不在172.16.26.0/24、172.16.36.0/24这两个网段内 阅读全文
posted @ 2018-01-17 10:47 FlyBack 阅读(193) 评论(0) 推荐(0) 编辑
摘要: shell脚本调试打印日志问题 1. 需求 我们在编写脚本的时候,有时候需要做调试,便于我们定位问题,有时候等脚本上线之后,我们需要保留脚本执行过程中的记录。便于我们在出问题的时候,定位问题。 2. 如下脚本实现将脚本执行记录打印至日志文件 2.1脚本内容 [root@@@@]# vi cat_te 阅读全文
posted @ 2018-01-11 09:16 FlyBack 阅读(729) 评论(0) 推荐(0) 编辑
摘要: Nginx代理tcp端口实现负载均衡 1.修改配置文件 vi /etc/nginx/nginx.conf 添加如下配置: stream { ###XXX upstream notify { hash $remote_addr consistent; server 172.16.16.24:22268 阅读全文
posted @ 2018-01-10 15:24 FlyBack 阅读(516) 评论(0) 推荐(0) 编辑
摘要: KVM 重命名虚机 1. 查看虚机列表 [root@bjape01-kvm1 ~]# virsh list --all Id 名称 状态 1 bjape01-ads1 running 5 bjape01-ngx1 running 8 bjape01-ngx2 running 9 bjape01-ng 阅读全文
posted @ 2018-01-05 13:13 FlyBack 阅读(200) 评论(0) 推荐(0) 编辑
摘要: ###https://xxx.zhihu.com/question/21684628 阅读全文
posted @ 2017-12-12 11:12 FlyBack 阅读(111) 评论(0) 推荐(0) 编辑
摘要: https://xx.wosign.com/FAQ/Windows2003_server_sha256_support_problem.html 补丁地址: https://xx.wosign.com/download/WindowsServer2003-KB968730-x86-CHS.exe 阅读全文
posted @ 2017-12-11 13:51 FlyBack 阅读(1017) 评论(0) 推荐(0) 编辑
摘要: Shell脚本中时间处理 1.脚本内容 #!/bin/bash #环境变量 #设置环境变量和sql文件格式相符 source /etc/profileexport LD_LIBRARY_PATH="/usr/lib/oracle/12.1/client64/lib" export NLS_LANG= 阅读全文
posted @ 2017-12-08 13:18 FlyBack 阅读(982) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 23 下一页