David Pochobradský
42c6557c5f
Update README.md
...
To install qemu `apt-get update` has been needed
2024-09-05 20:14:32 +02:00
sickcodes
b653f292a5
Merge pull request #792 from eltociear/patch-1
2024-09-03 16:39:43 +00:00
Alexis Lefebvre
1c10fc4301
README: add version numbers
2024-08-14 19:16:43 +02:00
Ikko Eltociear Ashimine
0c8e5f3923
docs: update README.md
...
passsword -> password
2024-08-02 03:35:43 +09:00
sickcodes
42263d90fc
config-custom-sonoma.plist & config-nopicker-sonoma.plist
2024-04-08 13:20:18 +00:00
sickcodes
37aad0460d
Add sonoma to README with special flags
2024-04-08 13:12:35 +00:00
sickcodes
b09155a612
Add another version specific field
2023-11-16 15:32:50 +00:00
sickcodes
669bea269d
Add sonoma to README and build script. Plist changes shall be made via 422bb3b713
and then update submodule sickcodes/osx-serial-generator
2023-11-16 14:28:51 +00:00
Lucas Rueda
bc0be6b6c7
Find by name instead of using grep on results
2023-05-22 17:04:39 -03:00
sickcodes
bb1e992916
Merge pull request #616 from raeldev/add-kvm-install-to-readme
...
Add kvm and dependencies install to readme
2023-01-23 18:11:32 +00:00
Israel Augusto Moreira
ac3fe529a8
fix wrong parameter
2023-01-21 02:06:20 +00:00
Israel Augusto Moreira
0daf0ff5d4
add kvm and dependencies install to readme
2023-01-21 01:54:20 +00:00
Agnieszka Stec
8f555f085d
fixing typos in Readme
...
Found a few minor typos in Readme
2023-01-16 08:59:16 -10:00
sickcodes
671c46046a
Merge pull request #566 from sickcodes/ventura
...
Add latest OS, Ventura
2022-11-16 13:05:35 +00:00
sickcodes
ed5e50da7c
Add ventura to Docker-OSX README
2022-11-14 19:03:18 +00:00
sickcodes
917e091798
Merge pull request #545 from Sondro/master
...
README: 'mac_hdd_ng_auto_monterey' to 'mac_hdd_ng_auto_monterey.img'
2022-11-14 17:16:30 +00:00
Sondro
ab54b75ab8
README: 'mac_hdd_ng_auto_monterey' to 'mac_hdd_ng_auto_monterey.img'
2022-10-02 20:22:13 -07:00
Ariful Islam
e6763761c0
Typing mistake correction
...
it's should be "experience" not "experiencem"
2022-08-20 22:30:44 +06:00
sickcodes
1103007c8d
Merge pull request #495 from jonathanweinberg/patch-1
...
Additional information about .wslconfig
2022-05-14 16:08:11 +00:00
sickcodes
41b07267b2
Share files, shared folder, mount folder
...
# 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
```
2022-05-14 16:07:27 +00:00
Jonathan Weinberg
fa0e336c7d
Additional information about .wslconfig
...
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".
2022-05-09 17:46:21 -04:00
sickcodes
4501c6a854
Fix #440
...
> 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'
> ```
2022-04-14 22:49:35 +00:00
sickcodes
2d6d4b670a
Update via @Error996 https://github.com/Error996
...
Thanks @Error996!
https://github.com/sickcodes/Docker-OSX/discussions/458
2022-03-19 20:04:30 +00:00
sickcodes
3188252da4
Update README.md
2022-02-11 05:59:07 +00:00
Dulat
727a1dc95c
Update README.md
2022-02-11 06:50:27 +04:00
routmoute
142dad2593
README: add PulseAudio with WSLg
2022-02-01 11:19:08 +01:00
KimJammer
d435c06455
Update README
...
Fix typo in command to check available wsl linux distros.
2022-01-15 19:57:38 -05:00
KimJammer
918f209175
Add suggested changes to Windows Section
2022-01-15 19:53:55 -05:00
kimjammer
c9521ca6b7
Update Windows Installation section
...
Fix typos, more professional language, fix incorrect information.
2022-01-14 18:30:09 -05:00
Michele Bencardino
7947f5a3b6
Update README.md with WSL how to
2021-12-28 11:26:09 +01:00
sickcodes
f3c2c332aa
Merge pull request #396 from martinmullins/patch-2
...
NFS mount documentation, locking issue
2021-12-15 21:30:34 +00:00
sickcodes
e8a81fb8d9
Add usbfluxd video link: https://www.youtube.com/watch?v=kTk5fGjK_PM
2021-12-07 12:35:54 +00:00
Martin Mullins
029cd7a46d
NFS mount documentation, locking issue
...
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.
2021-11-30 00:14:10 +00:00
sickcodes
21b17535b5
Fix hyperlink. Add missing legends from credits: @kaoudis, @chirag350, @TheHackerCoding, @cameronsteele, @martinmullins.
2021-11-29 23:13:15 +00:00
sickcodes
d028bd341b
Add Windows Instructions Link at the tippity top.
...
Add Windows Instructions Link at the tippity top.
2021-11-29 22:55:29 +00:00
sickcodes
c6c6c69851
Update README.md
...
Move to top
2021-11-29 22:52:06 +00:00
KimJammer
8ae71a36d1
readme - update windows information
2021-11-29 16:58:23 -05:00
KimJammer
8dc03683e1
readme - Instructions to use WSLg's built-in X11 server
...
Add instructions for using correct DISPLAY value and X-11 socket mount point to use WSLg's built-in X11 server on Windows 11.
2021-11-28 21:42:37 -05:00
sickcodes
d2e2604cfc
NFS drive easy-share edits
...
Thank you @martinmullins!
2021-11-28 22:22:23 +00:00
Martin Mullins
3f7256e145
Notes for mounting an NFS folder from a linux host
2021-11-26 14:27:02 +00:00
sickcodes
cc4303b5f3
Add High Sierra & Mojave examples
2021-11-14 12:50:12 +00:00
sickcodes
1d8682403f
Merge pull request #366 from eggplants/master
...
Fix command to launch sickcodes/docker-osx:auto
2021-10-30 05:49:35 +00:00
TheHackerCoding
5a159c19e9
Typo in README
2021-10-28 13:35:36 -04:00
haruna
1d6168dfed
fix: command to launch sickcodes/docker-osx:auto
...
add option `-e GENERATE_UNIQUE=true`
2021-10-28 08:12:11 +09:00
Filip Kinský
fcfba30086
readme - improve instructions for running on windows
2021-10-19 08:48:24 +02:00
sickcodes
e265065e31
Fix weird image
2021-10-06 00:29:08 +00:00
sickcodes
beef908d4c
Add YouTube tutorial video
2021-10-06 00:26:41 +00:00
sickcodes
022b7b5864
Add docker: unknown server OS: .
See 'docker run --help'.
2021-09-14 00:09:58 +00:00
sickcodes
423d6697c3
Add sickcodes/docker-osx:monterey
!
2021-09-09 23:00:20 +00:00
sickcodes
15fa5d3ef7
Add USB hot plug instructions, good for making bootable installers (Monterey).
2021-09-09 10:55:07 +00:00