Author : admin

Here are my notes for deplying Windows 7 machines through Server 2008 Windows Deployment Service. Firstly we need a reference machine. Insert your Windows 7 media into a reference machine and install windows as normal. When you get to the point where it asks you for the computer name, this is the point where you ..

Read more

I use vi a lot on nix machines and there’s a lot of useful tricks you can do to edit files.   A good trick to get rid of those annoying ^M characters from a dos file is –   :%s/(ctrl-v)(ctrl-m)//g   So you want to type :%s/  and then ctrl & v and without ..

Read more