When performing a "yum update" command on Fedora 19, I would get a stream of "[Errno 14] HTTP Error 404 - Not Found" or "[Errno 14] FTP Error 550 - Given file does not exist" yum clean all did [...] Read more
I needed a quick way of stopping and starting a launch item. Rather than the usual process of launchctl unload /item; launchctl load /item. So I put a function in my .bash_rc: function [...] Read more
When creating a Windows 8 Image, you can remove the Windows Modern Apps with powershell import-module DISM
Get-AppXProvisionedPackage -online | RemoveAppxProvisionedPackage -online [...] Read more
Boot from a Windows 7/8 Boot Disc or Windows PE
Partition the internal disk :::bat
lis dis
sel dis 0
cle
cre par pri
act
for fs=ntfs quick label="VHD Host Disk"
ass letter=C
exi Make a VHDs folder on [...] Read more