System Environment
Category: IT operations
Allowing RDP access to only certain IPs
A very simple fix can take care of this issue. In this repro, the following applies: I have a rule…
HYPER-V添加系统管理员账号
Mound the VHD,将 C:/Windows/System32/osk.exe 做个备份; 将同路径下的cmd.exe重命名为osk.exe; 重启,进入Windows登录界面,选择辅助功能,开启屏幕小键盘; 此时弹出来的是命令提示符,我们新增一个用户,输入 net user 用户名 密码 /add 再将刚才新增的用户添加到管理员组 net localgroup administrators 用户名 /add 重启,使用刚才新增的管理员账户登录吧。
zabbix数据库清理二
【起因】 zabbix 由于监控条目过多,模板套用不当导致历史数据过大, 因此导致磁盘空间暴涨, 现在准备清理数据库。
Zabbix历史数据清理
特别提醒: a、文中测试的Zabbix版本为 3.0.3 。 b、清理数据属于高危操作,请在测试环境中验证后再执行线上操作!!!
如何禁止其他用户域用户登录计算机
gpedit.msc 白名单法: “本地计算机”策略 -> 计算机配置 -> Windows 设置 -> 安全设置 -> 本地策略 -> 用户权利指派 -> 在本地登录 去掉里面所有的用户,只填加你的用户帐号(注:帐号可以是域用户帐号) 这样,这台电脑就只有填加的这个用户能登录了 黑名单法: “本地计算机”策略…
Cluster size for the file system
How can I view the allocation unit size of a NTFS partition in Windows?
Expand a Hard Disk with Ubuntu LVM
Expand a Hard Disk with Ubuntu LVM
GPO to push out local administrators across a domain
This how to will walk you through using Restricted groups to put users in the local admin group on all…
Changing the Default Users and Computers Containers in AD
In Active Directory, the default container for user objects is the Users container and the default container for computer objects is the Computers container.