摘要:
windows 下 运行 jar 包 windows 后台运行 jar 包 1、cmd 下执行方式: 2、bat 批处理方式: Jar 添加为windows service 服务 阅读全文
摘要:
zabbix 添加端口监控 连接数: zabbix 配置 添加 监控项: 其他检测 方式也是 示例: zabbix 客户端配置文件添加: 编辑 zabbix_agentd.conf 添加 端口监控 然后添加 图像。选择。 注: 在添加项目 配置键值 就是在 客户端配置的 UserParameter= 阅读全文
摘要:
提取 linux 文件的目录结构 find /home/user1/ -type d |while read line ;do ls $line;done 阅读全文
摘要:
示例: cmd 命令行可以执行。但是 写成 bat 却不能执行, 如果需要写成 f.bat 批处理, 因为批处理的变量是两个%,如%%a 这样写。do 后面的命令行最好用英文的括号括起来。 阅读全文
摘要:
Windows 查找文件 并且复制目录 阅读全文
摘要:
整理一下 windows 下的 rsync 文件同步。 Rsync下载地址; 链接:https://pan.baidu.com/s/1nL0Ee_u76ytWKUFMeiKDIw 提取码:52in 一、Server 端 172.16.2.36 1、安装 cwRsyncServer_4.0.5_Ins 阅读全文
摘要:
Linux 系统下文件编码转换格式工具 ICONV 下载 https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.15.tar.gz 源码安装: 使用: 列出当前支持的字符编码: 将文件 file1 转码,转后文件输出到 fil2 中: CONVMV 转码工具 阅读全文
摘要:
Nginx 站点目录列表显示。 可以编辑添加在 server { } 模块 或者 location { } 模块下。 阅读全文
摘要:
windows dos 命令添加防火墙端口。 示例 123 端口: 阅读全文
摘要:
linux 远程 telnet [ root@test1 ~]# yum install telnet* (安装的三个包 xinetd 、 telnet-server、telnet) [ root@test1 ~]# /etc/init.d/xinetd start 配置文件的更改; [ root@ 阅读全文