Windows

Managing WSUS

Block 1: Connect to the WSUS server and set the configuration. We are first going to set the property “Download update files to this server only when updates are appoved”, turn off all update languages,

Read More
IT operations

HYPER-V添加系统管理员账号

Mound the VHD,将 C:/Windows/System32/osk.exe 做个备份; 将同路径下的cmd.exe重命名为osk.exe; 重启,进入Windows登录界面,选择辅助功能,开启屏幕小键盘; 此时弹出来的是命令提示符,我们新增一个用户,输入 net user 用户名 密码 /add 再将刚才新增的用户添加到管理员组 net localgroup administrators 用户名 /add 重启,使用刚才新增的管理员账户登录吧。

Read More
Linux

Zabbix历史数据清理

特别提醒: a、文中测试的Zabbix版本为 3.0.3 。 b、清理数据属于高危操作,请在测试环境中验证后再执行线上操作!!!  

Read More