Category Archives: Uncategorized
How to Search GIT Commits!
Where STRING is what your want to find in the commits.
Posted in Uncategorized
Leave a comment
FreeBSD 14 CURRENT on Lenovo Legion 5 (15, AMD)
Overall this machine runs really great with FreeBSD 14-CURRENT. Audio The audio needs a bit of work. You want to have in /boot/device.hints This will group together the nid 33 (the jack on the left) with nid 20, the audio … Continue reading
Posted in Uncategorized
Leave a comment
Civilization VI: Void Linux libfontconfig Fix
Trying to launch the great Civilization 6 under Linux Void results in the following on my machine. I solved this issue by adding LD_PRELOAD=/usr/lib/libfreetype.so.6 %command% to the launch options.
Posted in Uncategorized
Leave a comment
How to Run a Command Periodically
Linux: there’s the watch command. FreeBSD: you will need the package gnu-watch.
Posted in Uncategorized
Leave a comment
How to Convert Disk IMG to VMWare’s VMDK Format
First, make sure you have qemu. Then, you can convert the file: Lastly, you can move the file to its VM destination.
Posted in Uncategorized
Leave a comment