More useful Windows Server 2012 CMD commands.

The route PRINT command shows the routing table. This gives some insight into your network connections. C:\Users\Administrator>route PRINT =========================================================================== Interface List 18…1e 0f 6e 5d e1 25 ……Microsoft Wi-Fi Direct Virtual Adapter 13…4c 0f 6e 5d e1 25 ……Qualcomm Atheros AR5B97 Wireless Network Adapter 12…88 ae 1d 6d 09 bc…

Read More

Some useful Windows commands to use in the cmd window. Get information about your user.

This command lists the information about your user. C:\Users\homer>net user Administrator User name Administrator Full Name Comment Built-in account for administering the computer/domain User’s comment Country code 000 (System Default) Account active No Account expires Never   Password last set 11/2/2006 11:08:15 PM Password expires Never Password changeable 11/2/2006 11:08:15…

Read More

Windows XP still used around the world despite the security risks.

Windows XP, the venerable and trusty Windows operating system from Microsoft is still in use around the world. Despite the fact that Munich has switched their computers to the Linux operating system, Windows XP still has a foothold. My local library still runs Windows XP Professional SP3. This is dated…

Read More

Very useful Powershell commands available in Powershell 4.0.

Some very useful Powershell 4.0 cmdlets that are now available. Get-FileHash this gets the SHA256 hash of a file. PS C:\Users\Homer\Desktop> Get-FileHash .\scammers.png   Algorithm Hash Path ——— —- —- SHA256 92E09BFBBAD2DF6E3FD329CB4AE5F15231AA12B869327706854F7DF9D106971B C:\Users\Homer\Desktop\scammers.pngPS C:\Users\Homer\Desktop> Get-FileHash .\scammers.png Algorithm Hash Path ——— —- —- SHA256 92E09BFBBAD2DF6E3FD329CB4AE5F15231AA12B869327706854F7DF9D106971B C:\Users\Homer\Desktop\scammers.png Save-Help This will download help…

Read More

Windows themes for xubuntu 13.10.

Nice Xfce4 themes for Xubuntu 13.10. Lubuntu XP theme: http://xfce-look.org/content/show.php/Lubuntu+XP+three+flavors?content=162880. A Windows XP styled theme for Lubuntu. Windows 8 mouse cursor theme: http://xfce-look.org/content/show.php/Win8E?content=160758. Vista styled Xfce4 theme: http://xfce-look.org/content/show.php/Vista+Royale?content=59665. Matthew Farrell’s Theme 1.0: http://xfce-look.org/content/show.php/Matthew+Farrell%27s+Theme?content=99669. A nice theme that may be used with Xfce4 that looks like Matthew Farrel`s theme from Die…

Read More

Running Windows Vista in Virtualbox with Linux Mint 15.

Vista running in Virtualbox and how to RDP into Windows from Linux. Here I am running Windows Vista in Virtualbox. This is an older version of Windows, but I really wanted to try this out on my laptop. I installed the 32bit Virtualbox Guest Additions in Vista and now I…

Read More

Installing Windows Server 2012 in Virtualbox on Linux Mint 15.

How to setup Windows Server 2012 in Virtualbox. I have just installed Windows Server 2012 in Virtualbox to experiment with and this works very well with the Virtualbox Guest Additions installed. Firstly, type this command to install the required software. homer@eren-titan /usr/share/virtualbox $ sudo apt-get install virtualbox virtualbox-guest-additions-isohomer@eren-titan /usr/share/virtualbox $…

Read More

How to get to safe mode in Windows 8 Pro final release.

This is not really applicable to Linux, but I am running Windows 8 Pro dual booted with Linux Mint 14 and I encountered a bug that stopped Windows 8 from fully starting up. I found out that if you press the F5 key just after booting Windows 8 you will…

Read More