| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add mkdir -p, add ventura elsewhereventura | sickcodes | 2022-11-15 | 2 | -2/+4 |
| | | |||||
| * | Add ventura to Docker-OSX README | sickcodes | 2022-11-14 | 1 | -0/+19 |
| | | |||||
| * | Add ventura to Docker-OSX | sickcodes | 2022-11-14 | 1 | -18/+14 |
| | | |||||
| * | Fix keyserver issues, cherry pick aaronjamt/patch-1 | sickcodes | 2022-11-10 | 1 | -1/+6 |
| | | |||||
| * | Fix qemu build | sickcodes | 2022-11-09 | 1 | -1/+1 |
| | | |||||
| * | Add ventura | sickcodes | 2022-11-09 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #538 from TartanLeGrand/master | sickcodes | 2022-09-12 | 4 | -6/+12 |
| |\ | | | | | sshpass install and label | ||||
| | * | fix: sshpass install and label | Ugo Mignon | 2022-09-01 | 4 | -6/+12 |
| |/ | |||||
| * | Fixes #510 missing keyservers | sickcodes | 2022-07-04 | 1 | -0/+4 |
| | | |||||
| * | Fixes #485 | sickcodes | 2022-05-14 | 1 | -2/+2 |
| | | |||||
| * | 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 ``` | ||||
| * | Fixes #495 | sickcodes | 2022-04-21 | 1 | -2/+2 |
| | | |||||
| * | Recognize. Add new legends to credits. | sickcodes | 2022-04-17 | 1 | -1/+9 |
| | | | | | | | | | | | | [@kimjammer](https://github.com/kimjammer) Update Windows Installation section #422 [@Mhartig](https://github.com/Mhartig) - Worked out issue `Enter a number (default=1): error: invalid number: y` [@felipestt](https://github.com/felipestt) Use more CPU Cores/SMP' broken #440 [@routmoute](https://github.com/routmoute) README: add PulseAudio with WSLg #442 [@dulatello08](https://github.com/dulatello08) Update README.md #452 | ||||
| * | 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' > ``` | ||||
| * | Merge pull request #472 from sickcodes/naked-vnc-legacy-patch | sickcodes | 2022-04-07 | 1 | -19/+0 |
| |\ | | | | | Fixes #470 TEMP-FIX is breaking Dockerfile.nakedvnc build #470 | ||||
| | * | Fixes #470naked-vnc-legacy-patch | sickcodes | 2022-03-27 | 1 | -19/+0 |
| |/ | | | TEMP-FIX is breaking Dockerfile.nakedvnc build #470 | ||||
| * | Update via @Error996 https://github.com/Error996 | sickcodes | 2022-03-19 | 1 | -1/+9 |
| | | | | | | Thanks @Error996! https://github.com/sickcodes/Docker-OSX/discussions/458 | ||||
| * | Add warning to test.sh that it's for internal use only | sickcodes | 2022-03-11 | 1 | -0/+21 |
| | | | | Add warning to test.sh that it's for internal use only | ||||
| * | Merge pull request #452 from dulatello08/patch-1 | sickcodes | 2022-02-11 | 1 | -0/+35 |
| |\ | | | | | Update README.md | ||||
| | * | Update README.md | sickcodes | 2022-02-11 | 1 | -4/+32 |
| | | | |||||
| | * | Update README.md | Dulat | 2022-02-11 | 1 | -0/+7 |
| |/ | |||||
| * | Merge pull request #442 from routmoute/master | sickcodes | 2022-02-08 | 1 | -0/+11 |
| |\ | | | | | README: add PulseAudio with WSLg | ||||
| | * | README: add PulseAudio with WSLg | routmoute | 2022-02-01 | 1 | -0/+11 |
| |/ | |||||
| * | Fix jack | sickcodes | 2022-01-21 | 1 | -1/+1 |
| | | |||||
| * | Fix `Enter a number (default=1): error: invalid number: y` by pegging ↵ | sickcodes | 2022-01-21 | 2 | -1/+9 |
| | | | | | `extra/jack` over `jack` | ||||
| * | Merge pull request #422 from kimjammer/patch-2 | sickcodes | 2022-01-19 | 1 | -18/+25 |
| |\ | |||||
| | * | 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. | ||||
| * | Merge pull request #420 from aslafy-z/patch-1 | sickcodes | 2022-01-13 | 1 | -6/+6 |
| |\ | |||||
| | * | chore(docs): update helm requirements list style | Zadkiel Aharonian | 2022-01-12 | 1 | -6/+6 |
| | | | |||||
| * | | Merge pull request #412 from MikeCoder96/master | sickcodes | 2022-01-13 | 1 | -11/+36 |
| |\ \ | |/ |/| | |||||
| | * | Update README.md with WSL how to | Michele Bencardino | 2021-12-28 | 1 | -11/+36 |
| |/ | |||||
| * | Remove fails from /custom | sickcodes | 2021-12-19 | 6 | -40/+3186 |
| | | |||||
| * | Submodule update a9e2b126db742e0681b9b22e7b9c9b685b4825f0 | sickcodes | 2021-12-19 | 1 | -0/+0 |
| | | |||||
| * | 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. | ||||
| * | | Merge pull request #408 from jk2K/patch-1 | sickcodes | 2021-12-14 | 2 | -2/+4 |
| |\ \ | |||||
| | * | | fix: vnc version support arg BASE_IMAGE. support dynamic change of Base Image | Meng Ye | 2021-12-14 | 2 | -2/+4 |
| |/ / | |||||
| * | | Add usbfluxd video link: https://www.youtube.com/watch?v=kTk5fGjK_PM | sickcodes | 2021-12-07 | 2 | -0/+9 |
| | | | |||||
| * | | Merge pull request #397 from sickcodes/rollback-naked | sickcodes | 2021-12-02 | 1 | -223/+26 |
| |\ \ | | | | | | | Rollback naked | ||||
| | * | | Rollback nakedrollback-naked | sickcodes | 2021-12-02 | 1 | -223/+26 |
| |/ / | |||||
| * | | Revert normal Dockerfile to have a picker. Massively increase build speed. ↵ | sickcodes | 2021-11-30 | 2 | -3/+7 |
| | | | | | | | | | 4G RAM minimum | ||||
| * | | Add default BASESYSTEM_FORMAT variables | sickcodes | 2021-11-30 | 2 | -4/+9 |
| |/ | |||||
| * | Fix hyperlink. Add missing legends from credits: @kaoudis, @chirag350, ↵ | sickcodes | 2021-11-29 | 2 | -4/+18 |
| | | | | | @TheHackerCoding, @cameronsteele, @martinmullins. | ||||
| * | Merge pull request #395 from kimjammer/patch-1 | sickcodes | 2021-11-29 | 2 | -14/+30 |
| |\ | | | | | Readme - Update information regarding using Windows | ||||
| | * | 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 | ||||