Technology

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
Technology

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数据库清理二

【起因】 zabbix 由于监控条目过多,模板套用不当导致历史数据过大, 因此导致磁盘空间暴涨, 现在准备清理数据库。

Read More