摘要:
#!/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 阅读全文
该文被密码保护。 阅读全文
摘要:
# 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/../... 阅读全文
摘要:
#查看banner信息配置文件 root@redis04:~# cat /etc/motd < zyjsuper > \ \ .::!!!!!!!:. .!!!!!:. .:!!!!!!!!!!!! ~~~~!!!!!!. .:!!!!!!!!!UWWW$$$ :$$NWX!!: .:!!!!!!X 阅读全文
摘要:
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 阅读全文
摘要:
[root@redis05 ~]# cat /etc/keepalived/keepalived.conf global_defs { router_id lb_cip script_user root enable_script_security } vrrp_script chk_apiserv 阅读全文
摘要:
global_defs 全局配置vrrpd 1. vrrp_script添加一个周期性执行的脚本。脚本的退出状态码会被调用它的所有的VRRP Instance记录。 2. vrrp_sync_group将所有相关的VRRP实例定义在一起,作为一个VRRP Group,如果组内的任意一个实例出现问题, 阅读全文
摘要:
#!/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: 阅读全文
该文被密码保护。 阅读全文