aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #792 from eltociear/patch-1sickcodes2024-09-031-2/+2
|\
| * docs: update README.mdIkko Eltociear Ashimine2024-08-021-2/+2
| | | | | | passsword -> password
* | README: add version numbersAlexis Lefebvre2024-08-141-12/+14
|/
* config-custom-sonoma.plist & config-nopicker-sonoma.plistsickcodes2024-04-081-1/+1
|
* Add sonoma to README with special flagssonomasickcodes2024-04-081-1/+3
|
* Add another version specific fieldsickcodes2023-11-161-0/+8
|
* Add sonoma to README and build script. Plist changes shall be made via ↵sickcodes2023-11-161-0/+19
| | | | https://github.com/kholia/OSX-KVM/commit/422bb3b7137cd13468aee86de3640835e1d774f9 and then update submodule sickcodes/osx-serial-generator
* Find by name instead of using grep on resultsLucas Rueda2023-05-221-1/+1
|
* Merge pull request #616 from raeldev/add-kvm-install-to-readmesickcodes2023-01-231-0/+2
|\ | | | | Add kvm and dependencies install to readme
| * fix wrong parameterIsrael Augusto Moreira2023-01-211-1/+1
| |
| * add kvm and dependencies install to readmeIsrael Augusto Moreira2023-01-211-0/+2
| |
* | fixing typos in ReadmeAgnieszka Stec2023-01-161-9/+9
|/ | | Found a few minor typos in Readme
* Merge pull request #566 from sickcodes/venturasickcodes2022-11-161-0/+19
|\ | | | | Add latest OS, Ventura
| * Add ventura to Docker-OSX READMEsickcodes2022-11-141-0/+19
| |
* | Merge pull request #545 from Sondro/mastersickcodes2022-11-141-1/+1
|\ \ | | | | | | README: 'mac_hdd_ng_auto_monterey' to 'mac_hdd_ng_auto_monterey.img'
| * | README: 'mac_hdd_ng_auto_monterey' to 'mac_hdd_ng_auto_monterey.img'Sondro2022-10-021-1/+1
| |/
* / Typing mistake correctionAriful Islam2022-08-201-1/+1
|/ | | it's should be "experience" not "experiencem"
* Merge pull request #495 from jonathanweinberg/patch-1sickcodes2022-05-141-2/+1
|\ | | | | Additional information about .wslconfig
| * Additional information about .wslconfigJonathan Weinberg2022-05-091-2/+1
| | | | | | From official MS documentation around `.wslconfig`. Link also has some interesting reading about the `8 second rule` regarding changes not really being made to configs until about 8 seconds after *all* the instance of a distro are shut down. Might be good for some troubleshooting issues with wsl configs not "sticking".
* | Share files, shared folder, mount foldersickcodes2022-05-141-2/+16
|/ | | | | | | | | | | # Share directories, sharing files, shared folder, mount folder The easiest and most secure way is `sshfs` ```bash # on Linux/Windows mkdir ~/mnt/osx sshfs user@localhost:/ -p 50922 ~/mnt/osx # wait a few seconds, and ~/mnt/osx will have full rootfs mounted over ssh, and in userspace # automated: sshpass -p <password> sshfs user@localhost:/ -p 50922 ~/mnt/osx ```
* Fix #440sickcodes2022-04-141-5/+7
| | | | | | | | | > According to [this](https://github.com/foxlet/macOS-Simple-KVM/issues/319#issuecomment-1003775896), macOS only supports power-of-two cores. But you can increase the number of sockets to get the virtual cores you need. > > If you need 6 cores, go with: > > ``` > -e EXTRA='-smp 6,sockets=3,cores=2' > ```
* Update via @Error996 https://github.com/Error996sickcodes2022-03-191-1/+9
| | | | | Thanks @Error996! https://github.com/sickcodes/Docker-OSX/discussions/458
* Update README.mdsickcodes2022-02-111-4/+32
|
* Update README.mdDulat2022-02-111-0/+7
|
* README: add PulseAudio with WSLgroutmoute2022-02-011-0/+11
|
* Update READMEKimJammer2022-01-151-1/+1
| | | Fix typo in command to check available wsl linux distros.
* Add suggested changes to Windows SectionKimJammer2022-01-151-2/+4
|
* Update Windows Installation sectionkimjammer2022-01-141-19/+24
| | | | Fix typos, more professional language, fix incorrect information.
* Update README.md with WSL how toMichele Bencardino2021-12-281-11/+36
|
* Merge pull request #396 from martinmullins/patch-2sickcodes2021-12-151-1/+1
|\ | | | | NFS mount documentation, locking issue
| * NFS mount documentation, locking issueMartin Mullins2021-11-301-1/+1
| | | | | | | | | | I ran into some issues when I ran software that was trying to lock files under the nfs folder. This was on Catalina and looks like this is a common issue with Mac -> Linux nfs. After digging into it, for my use case using the `locallocks` NFS option on the Mac client resolved it. The `locallocks` option means that locking is handled by the client. There would be problems if you actually need server side locking.
* | Add usbfluxd video link: https://www.youtube.com/watch?v=kTk5fGjK_PMsickcodes2021-12-071-0/+9
|/
* Fix hyperlink. Add missing legends from credits: @kaoudis, @chirag350, ↵sickcodes2021-11-291-1/+1
| | | | @TheHackerCoding, @cameronsteele, @martinmullins.
* Add Windows Instructions Link at the tippity top.sickcodes2021-11-291-3/+3
| | | Add Windows Instructions Link at the tippity top.
* Update README.mdsickcodes2021-11-291-22/+26
| | | Move to top
* readme - update windows informationKimJammer2021-11-291-4/+7
|
* readme - Instructions to use WSLg's built-in X11 serverKimJammer2021-11-281-1/+8
| | | Add instructions for using correct DISPLAY value and X-11 socket mount point to use WSLg's built-in X11 server on Windows 11.
* NFS drive easy-share editssickcodes2021-11-281-7/+14
| | | Thank you @martinmullins!
* Notes for mounting an NFS folder from a linux hostMartin Mullins2021-11-261-0/+23
|
* Add High Sierra & Mojave examplessickcodes2021-11-141-31/+84
|
* Merge pull request #366 from eggplants/mastersickcodes2021-10-301-0/+1
|\ | | | | Fix command to launch sickcodes/docker-osx:auto
| * fix: command to launch sickcodes/docker-osx:autoharuna2021-10-281-0/+1
| | | | | | add option `-e GENERATE_UNIQUE=true`
* | Typo in READMETheHackerCoding2021-10-281-3/+0
|/
* readme - improve instructions for running on windowsFilip Kinský2021-10-191-1/+3
|
* Fix weird imagesickcodes2021-10-061-1/+4
|
* Add YouTube tutorial videosickcodes2021-10-061-3/+9
|
* Add `docker: unknown server OS: .` `See 'docker run --help'.`sickcodes2021-09-141-0/+36
|
* Add `sickcodes/docker-osx:monterey`!montereysickcodes2021-09-091-5/+43
|
* Add USB hot plug instructions, good for making bootable installers (Monterey).sickcodes2021-09-091-0/+29
|
* Fix Discord linksickcodes2021-09-071-1/+1
|