Getting started:
Related tutorials:
| # -*- coding: utf-8 -*- | |
| #------------------------------------------------------------------------- | |
| # Name: The-Swift-Programming-Language | |
| # Purpose: Web crawler of Swift, Python is slow------- | |
| # | |
| # Author: [email protected] | |
| # | |
| # Created: 10/27/2014 | |
| # Copyright: (c) muxuezi 2014 | |
| # Licence: <All licence> |
| Usage: diskutil coreStorage list | |
| Usage: diskutil coreStorage info[rmation] [-plist] | |
| Usage: diskutil coreStorage convert | |
| Usage: diskutil coreStorage revert | |
| Usage: diskutil coreStorage create lvgName | |
| Usage: diskutil coreStorage delete lvgUUID | |
| Usage: diskutil coreStorage addDisk lvgUUID NewMemberDeviceName | |
| Usage: diskutil coreStorage removeDisk pvUUID | |
| Usage: diskutil coreStorage deleteVolume lvUUID | |
| Usage: diskutil coreStorage resizeVolume lvUUID size |
| # Notes | |
| # Using iCloud Drive, you can sync your Sublime Text 3 | |
| # plugins and prefs so you can always have the same setup | |
| # Prerequisites | |
| # Make sure both machines have the latest version of OSX 10.10.x with | |
| # Yosemite or higher and iCloud Drive turned on | |
| # Quit ST3 |
Getting started:
Related tutorials:
| # | |
| # Reboot into recovery mode (cmd +r ) and in the terminal | |
| # | |
| nvram boot-args="serverperfmode=1 ncl=262144" | |
| #reboot | |
| # | |
| # In regular mode |
| # http://technet.microsoft.com/en-us/library/ee692685.aspx | |
| # F7 = history | |
| # Alt+F7 = history -c | |
| # F8 = Ctrl+R | |
| Set-Location C: | |
| # Easier navigation | |
| Set-Alias o start | |
| function oo {start .} |
Follow the excellent gist here, up to and including step 7 : https://gist.github.com/niw/e4313b9c14e968764a52375da41b4278
I converted my VHDX to qcow2 - I doubt if that's significant, but YMMV:
./qemu-img convert -p -O qcow2 ~/Windows11_InsiderPreview_Client_ARM64_en-us__22454-orig.VHDX Windows11.img
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
| <meta http-equiv="x-ua-compatible" content="ie=edge"> | |
| <title>UNTITLED</title> | |
| <!-- Font Awesome --> | |
| <!-- Bootstrap core CSS --> |