Fedora

by James McDonald | Aug 16, 2020 | 0 comments

Access

Blog History

Docker on Fedora 32

Docker on Fedora 32

Commands to run to get moby-engine running on Fedora 32 # as root or sudo'd dnf install grubby grubby --update-kernel=ALL --args="systemd.unified_cgroup_hierachy=0" # check the output of the above grubby --info=ALL sudo mkdir /sys/fs/cgroup/systemd sudo...

read more...

Wine Fonts are all Squares in Fedora 12

I recently installed my first Wine application in Fedora 12. This was the result: The fix: Download spec file from http://pfrields.fedorapeople.org/packages/SPECS/msttcorefonts-2.0-1.1.spec (don't use the default corefonts spec file. This spec file has been modded to...

read more...