| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \ |
|
| | | | |
| | | |
| | | | |
it's should be "experience" not "experiencem"
|
| |\ \ \ \
| |_|_|/
|/| | | |
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
Without this, `pacman` gives the following errors when trying to update packages as part of the installation:
* The first error is `error: pambase: key "991F6E3F0765CF6295888586139B09DA5BF0D338" is unknown`
* This is followed by a bunch of errors similar to (but with different filenames): `:: File /var/cache/pacman/pkg/pambase-20221020-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n]`
* These are followed by `error: libvpx: key "95220BE99CE6FF778AE0DC670F65C7D881506130" is unknown`
* Finally, it ends with `error: failed to commit transaction (invalid or corrupted package)` and `Errors occurred, no packages were upgraded.` before exiting with code `1`.
This `RUN` command will update the `archlinux-keyring` package to get the latest keys, then remove and regenerate all gnupg keys inside the container. This allows `pacman` to accept the GPG keys and resolves the above error.
|
| |/ / |
|
| |\ \
| |/
|/| |
sshpass install and label
|
| |/ |
|
| | |
|
| | |
|
| |\
| |
| | |
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".
|
| |/
|
|
|
|
|
|
|
|
|
| |
# 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
```
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
[@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
|
| |
|
|
|
|
|
|
|
| |
> 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'
> ```
|
| |\
| |
| | |
Fixes #470 TEMP-FIX is breaking Dockerfile.nakedvnc build #470
|
| |/
|
| |
TEMP-FIX is breaking Dockerfile.nakedvnc build #470
|
| |
|
|
|
| |
Thanks @Error996!
https://github.com/sickcodes/Docker-OSX/discussions/458
|
| |
|
| |
Add warning to test.sh that it's for internal use only
|
| |\
| |
| | |
Update README.md
|
| | | |
|
| |/ |
|
| |\
| |
| | |
README: add PulseAudio with WSLg
|
| |/ |
|
| | |
|
| |
|
|
| |
`extra/jack` over `jack`
|
| |\ |
|
| | |
| |
| | |
Fix typo in command to check available wsl linux distros.
|
| | | |
|
| |/
|
|
| |
Fix typos, more professional language, fix incorrect information.
|
| |\ |
|
| | | |
|
| |\ \
| |/
|/| |
|
| |/ |
|
| | |
|
| | |
|
| |\
| |
| | |
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.
|
| |\ \ |
|
| |/ / |
|
| | | |
|
| |\ \
| | |
| | | |
Rollback naked
|
| |/ / |
|
| | |
| |
| |
| | |
4G RAM minimum
|
| |/ |
|
| |
|
|
| |
@TheHackerCoding, @cameronsteele, @martinmullins.
|
| |\
| |
| | |
Readme - Update information regarding using Windows
|
| | |
| |
| | |
Add Windows Instructions Link at the tippity top.
|
| | |
| |
| | |
Move to top
|
| | | |
|