自动化运维
梵高告诉弟弟
这个作者很懒,什么都没留下…
展开
-
使用powershell 开启或关闭NLA
关闭NLA`$registryPath = "HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp"$Name1 = "UserAuthentication"$value1 = "00000000"IF(!(Test-Path $registryPath)) { New-Item ...原创 2020-03-12 00:28:01 · 1702 阅读 · 0 评论 -
Docker 部署jira和wiki程序
[root@docker ~]# docker loginLogin with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one.Username: 77585211314...原创 2018-11-29 14:39:17 · 1170 阅读 · 0 评论 -
通过Bash脚本实现手机告警脚本
[root@zabbix alertscripts]# cat sendSMS.sh#!/bin/bash## Filename: sendSMS.sh# Revision: 1.0# Date: 2018/08/07# Author: zhao.yang# Description: zabbix短信告警脚本##SMS平台:http://sms...转载 2018-11-29 15:10:08 · 296 阅读 · 0 评论