When you go into recovery mode it will only mount the file system as Read Only. What you will need to do is edit the startup boot line to read rw init=/bin/bash at the end.
Friday, June 14, 2013
Monday, June 10, 2013
How to Install Hyper-V Tools using PowerShell
I'm testing Windows 2012 and Hyper-V just to see what it has. I installed the trial version of Hyper-V (no GUI and only the Hyper-V service) on a server and then installed windows Server 2012 on another server to remotely manage it.
I was able to add the Hyper-V server to the Server Manager, however I couldn't get the Hyper-V Manager installed. I was even going in to Roles and Features. I then found the below to get me the Hyper-V Manager.
I was able to add the Hyper-V server to the Server Manager, however I couldn't get the Hyper-V Manager installed. I was even going in to Roles and Features. I then found the below to get me the Hyper-V Manager.
Get-WindowsFeature Hyper-V* Install-WindowsFeature Hyper-V-Tools Install-WindowsFeature Hyper-V-PowerSHell Get-WindowsFeature Hyper-V*
I added the two computers to the same domain so I didn't have to add a local administrator account and then run a bunch of crazy PowerShell scripts to trust
Sunday, June 9, 2013
Edward Snowden: Whistleblower
You are witnessing history. If this isn't some crazy shcheme, what this guy did is amazing. It's like something out of a movie. This guy pretty much said that the government is watching everything we do.
You may ask, "So, we know they do that, whats the big deal?"
The government, legally, should not be watching the people. What they are doing is wrong. They are throwing all our freedom and privacy out the window and saying screw everyone, we will do whatever we want.
I hope this is a wake-up call to everyone. This country is going down a dark road. One that i fear has no U-turn or exit.
You may ask, "So, we know they do that, whats the big deal?"
The government, legally, should not be watching the people. What they are doing is wrong. They are throwing all our freedom and privacy out the window and saying screw everyone, we will do whatever we want.
I hope this is a wake-up call to everyone. This country is going down a dark road. One that i fear has no U-turn or exit.
Subscribe to:
Posts (Atom)
Error 1312 when adding ssl cert
If you get an error when using netsh to add a cert thumbprint, make sure you have a private key attached to the cert. Also, make sure the c...
-
If you get an error when using netsh to add a cert thumbprint, make sure you have a private key attached to the cert. Also, make sure the c...
-
I was trying to connect to the Microsoft store to update my windows from 8.1 Preview to 8.1 and for the whole day i was getting: “We were...
-
Unfortunately we have some programs that require Windows Server 2003. While I hate having old deprecated servers n my environment, sometimes...