How to renew RDS grace period on RDS hosts
To renew RDS grace period, you need to find the following registry key and delete it.
“HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod”
Before you can delete the ...
Install Shell in a box
Connect to commandline with SSH on a https connection
Step #1 Update Repositoriessudo apt-get update && upgrade -yStep #2 Install Shell ...
Add Private key to Ubuntu server
Generate key with putty key generatorSave the private keySaving with or whitout Key passphrasecopy the public key from the screenMake ...
Move WSUS Content
You can move the content to another drive/location using the wsusutil.exe, find this utility in C:\Program Files\Update Services\Tools Command: wsusutil.exe movecontent ...
Install MSE on a Windows Server
Download MSE >>>klik hier voor download<<<Set Compatiblity mode on Windows 7Launch file with commandlineC:\Temp\mseinstall.exe /disableoslimit ...
Colorscheme VIM
Instructions
Connecting via SSH to your server
Browse to your user directory with the following command: cd ~
Create a .vimrc ...
Update FOG Image Server
yum install git
sudo -i
git clone https://github.com/FOGProject/fogproject.git /root/fogproject
cd /root/fogproject/
git checkout dev-branch
git pull
cd bin
./installfog.sh
Navigate to http://IPofYourFOGServer/fog/management ...
MDT – Create install.wim from install.esd
Create install.wim from install.esd
Download a fresh ISO using Microsoft’s MediaCreationTool.exe . Download link: https://go.microsoft.com/fwlink/?LinkId=691209
It does not matter which edition is selected, ...
Disk uitbreiden vergroten centos 7
Fdisk /dev/sda
M
(list commandos)
n
p
t
3
(option t ) 8e (voor lvm)
w
Reboot server
Pvcreate /dev/sda3
Vgdisplay
Vgextend centos /dev/sda3
Vgdisplay
Lvdisplay
pvscan
lvextend -L+20G /dev/centos_docker/home
Lvdisplay
Vgdisplay
Df -h
xfs_growfs /dev/centos_docker/home
Df -h
...