| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #792 from eltociear/patch-1 | sickcodes | 2024-09-03 | 1 | -2/+2 |
| |\ | |||||
| | * | docs: update README.md | Ikko Eltociear Ashimine | 2024-08-02 | 1 | -2/+2 |
| | | | | | | | passsword -> password | ||||
| * | | README: add version numbers | Alexis Lefebvre | 2024-08-14 | 1 | -12/+14 |
| |/ | |||||
| * | config-custom-sonoma.plist & config-nopicker-sonoma.plist | sickcodes | 2024-04-08 | 1 | -1/+1 |
| | | |||||
| * | Add sonoma to README with special flagssonoma | sickcodes | 2024-04-08 | 1 | -1/+3 |
| | | |||||
| * | Add another version specific field | sickcodes | 2023-11-16 | 1 | -0/+8 |
| | | |||||
| * | Add sonoma to README and build script. Plist changes shall be made via ↵ | sickcodes | 2023-11-16 | 1 | -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 results | Lucas Rueda | 2023-05-22 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #616 from raeldev/add-kvm-install-to-readme | sickcodes | 2023-01-23 | 1 | -0/+2 |
| |\ | | | | | Add kvm and dependencies install to readme | ||||
| | * | fix wrong parameter | Israel Augusto Moreira | 2023-01-21 | 1 | -1/+1 |
| | | | |||||
| | * | add kvm and dependencies install to readme | Israel Augusto Moreira | 2023-01-21 | 1 | -0/+2 |
| | | | |||||
| * | | fixing typos in Readme | Agnieszka Stec | 2023-01-16 | 1 | -9/+9 |
| |/ | | | Found a few minor typos in Readme | ||||
| * | Merge pull request #566 from sickcodes/ventura | sickcodes | 2022-11-16 | 1 | -0/+19 |
| |\ | | | | | Add latest OS, Ventura | ||||
| | * | Add ventura to Docker-OSX README | sickcodes | 2022-11-14 | 1 | -0/+19 |
| | | | |||||
| * | | Merge pull request #545 from Sondro/master | sickcodes | 2022-11-14 | 1 | -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' | Sondro | 2022-10-02 | 1 | -1/+1 |
| | |/ | |||||
| * / | Typing mistake correction | Ariful Islam | 2022-08-20 | 1 | -1/+1 |
| |/ | | | it's should be "experience" not "experiencem" | ||||
| * | Merge pull request #495 from jonathanweinberg/patch-1 | sickcodes | 2022-05-14 | 1 | -2/+1 |
| |\ | | | | | Additional information about .wslconfig | ||||
| | * | Additional information about .wslconfig | Jonathan Weinberg | 2022-05-09 | 1 | -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 folder | sickcodes | 2022-05-14 | 1 | -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 #440 | sickcodes | 2022-04-14 | 1 | -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/Error996 | sickcodes | 2022-03-19 | 1 | -1/+9 |
| | | | | | | Thanks @Error996! https://github.com/sickcodes/Docker-OSX/discussions/458 | ||||
| * | Update README.md | sickcodes | 2022-02-11 | 1 | -4/+32 |
| | | |||||
| * | Update README.md | Dulat | 2022-02-11 | 1 | -0/+7 |
| | | |||||
| * | README: add PulseAudio with WSLg | routmoute | 2022-02-01 | 1 | -0/+11 |
| | | |||||
| * | Update README | KimJammer | 2022-01-15 | 1 | -1/+1 |
| | | | | Fix typo in command to check available wsl linux distros. | ||||
| * | Add suggested changes to Windows Section | KimJammer | 2022-01-15 | 1 | -2/+4 |
| | | |||||
| * | Update Windows Installation section | kimjammer | 2022-01-14 | 1 | -19/+24 |
| | | | | | Fix typos, more professional language, fix incorrect information. | ||||
| * | Update README.md with WSL how to | Michele Bencardino | 2021-12-28 | 1 | -11/+36 |
| | | |||||
| * | Merge pull request #396 from martinmullins/patch-2 | sickcodes | 2021-12-15 | 1 | -1/+1 |
| |\ | | | | | NFS mount documentation, locking issue | ||||
| | * | NFS mount documentation, locking issue | Martin Mullins | 2021-11-30 | 1 | -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_PM | sickcodes | 2021-12-07 | 1 | -0/+9 |
| |/ | |||||
| * | Fix hyperlink. Add missing legends from credits: @kaoudis, @chirag350, ↵ | sickcodes | 2021-11-29 | 1 | -1/+1 |
| | | | | | @TheHackerCoding, @cameronsteele, @martinmullins. | ||||
| * | Add Windows Instructions Link at the tippity top. | sickcodes | 2021-11-29 | 1 | -3/+3 |
| | | | | Add Windows Instructions Link at the tippity top. | ||||
| * | Update README.md | sickcodes | 2021-11-29 | 1 | -22/+26 |
| | | | | Move to top | ||||
| * | readme - update windows information | KimJammer | 2021-11-29 | 1 | -4/+7 |
| | | |||||
| * | readme - Instructions to use WSLg's built-in X11 server | KimJammer | 2021-11-28 | 1 | -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 edits | sickcodes | 2021-11-28 | 1 | -7/+14 |
| | | | | Thank you @martinmullins! | ||||
| * | Notes for mounting an NFS folder from a linux host | Martin Mullins | 2021-11-26 | 1 | -0/+23 |
| | | |||||
| * | Add High Sierra & Mojave examples | sickcodes | 2021-11-14 | 1 | -31/+84 |
| | | |||||
| * | Merge pull request #366 from eggplants/master | sickcodes | 2021-10-30 | 1 | -0/+1 |
| |\ | | | | | Fix command to launch sickcodes/docker-osx:auto | ||||
| | * | fix: command to launch sickcodes/docker-osx:auto | haruna | 2021-10-28 | 1 | -0/+1 |
| | | | | | | | add option `-e GENERATE_UNIQUE=true` | ||||
| * | | Typo in README | TheHackerCoding | 2021-10-28 | 1 | -3/+0 |
| |/ | |||||
| * | readme - improve instructions for running on windows | Filip Kinský | 2021-10-19 | 1 | -1/+3 |
| | | |||||
| * | Fix weird image | sickcodes | 2021-10-06 | 1 | -1/+4 |
| | | |||||
| * | Add YouTube tutorial video | sickcodes | 2021-10-06 | 1 | -3/+9 |
| | | |||||
| * | Add `docker: unknown server OS: .` `See 'docker run --help'.` | sickcodes | 2021-09-14 | 1 | -0/+36 |
| | | |||||
| * | Add `sickcodes/docker-osx:monterey`!monterey | sickcodes | 2021-09-09 | 1 | -5/+43 |
| | | |||||
| * | Add USB hot plug instructions, good for making bootable installers (Monterey). | sickcodes | 2021-09-09 | 1 | -0/+29 |
| | | |||||
| * | Fix Discord link | sickcodes | 2021-09-07 | 1 | -1/+1 |
| | | |||||