If you using a OEM Windows installation often there will be a wallpaper set when you login from the console or with Remote Desktop services. For me this is annoying when using RDP session as it is slow to render the wallpaper bitmaps over the internet connection or WAN.
I prefer the disable this.
Example
Open RegEdit and navigate to HKEY_USERS\.DEFAULT\Control Panel\Desktop and check Wallpaper key. To disable the wallpaper just delete this or use a script.
reg delete "HKEY_USERS\.DEFAULT\Control Panel\Desktop" /v Wallpaper /f
If you are managing Dell servers with OEM installation than there is also the large bitmap wallpaper and using the script above will disable it.



Veeam released latest version of their “Veeam Monitor 4.0 Free Edition for VMware” which is free monitoring tool for ESXi hosts.



I needed to install mutt on my JeOS virtual appliance without having an internet connection because the machine is sitting behind firewall. Mutt is handy in scripts and you can attach your files. The files can be mysql database dumps for example.