Copy with SCP
On the host where the cron job is ssh-keygen -t rsa -b 4096 No password Cd ~/.ssh 760708 -rw-------. ...
Keyboard shortcuts on a RDP session
CTRL+ALT+END : Open the Microsoft Windows NT Security dialog box (CTRL+ALT+DEL)ALT+PAGE UP : Switch between programs from left to right ...
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, ...