上一页 1 2 3 4 5 6 7 ··· 26 下一页
摘要: #!/usr/bin/env python3 # coding=UTF-8 # Created at 2019/11/9 19:52 # 此脚本适用于最新64bit(10.0)版本的010editor from __future__ import print_function import ctyp 阅读全文
posted @ 2020-01-28 07:57 heycomputer 阅读(133) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-01-27 18:56 heycomputer 阅读(10) 评论(0) 推荐(0) 编辑
摘要: # Debian Packages Required:## mingw-w64# provides GCC cross-compiler. GCC 4.9.1 or later required.## mingw-w64-tools# provides pkg-config and other build-time tools used by autoconf## Build:cd tpl/../... 阅读全文
posted @ 2020-01-26 19:44 heycomputer 阅读(131) 评论(0) 推荐(0) 编辑
摘要: #查看banner信息配置文件 root@redis04:~# cat /etc/motd < zyjsuper > \ \ .::!!!!!!!:. .!!!!!:. .:!!!!!!!!!!!! ~~~~!!!!!!. .:!!!!!!!!!UWWW$$$ :$$NWX!!: .:!!!!!!X 阅读全文
posted @ 2020-01-26 11:06 heycomputer 阅读(1949) 评论(0) 推荐(0) 编辑
摘要: ASCII control characters (character code 0-31) The first 32 characters in the ASCII-table are unprintable control codes and are used to control periph 阅读全文
posted @ 2020-01-25 16:00 heycomputer 阅读(409) 评论(0) 推荐(0) 编辑
摘要: [root@redis05 ~]# cat /etc/keepalived/keepalived.conf global_defs { router_id lb_cip script_user root enable_script_security } vrrp_script chk_apiserv 阅读全文
posted @ 2020-01-18 19:36 heycomputer 阅读(47) 评论(0) 推荐(0) 编辑
摘要: global_defs 全局配置vrrpd 1. vrrp_script添加一个周期性执行的脚本。脚本的退出状态码会被调用它的所有的VRRP Instance记录。 2. vrrp_sync_group将所有相关的VRRP实例定义在一起,作为一个VRRP Group,如果组内的任意一个实例出现问题, 阅读全文
posted @ 2020-01-18 19:32 heycomputer 阅读(152) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python3 # coding=GBK # Created at 2019/11/9 19:52 from __future__ import print_function import ctypes, sys import os,time binpath= r"C: 阅读全文
posted @ 2020-01-15 19:04 heycomputer 阅读(510) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-01-11 16:06 heycomputer 阅读(14) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-01-07 20:48 heycomputer 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 26 下一页