Category: Uncategorized
-
How to display only glyphs actually present in font
Simply use FontMatrix tool
-
Disabling bitmap fonts in X
To disable bitmap fonts in X create symbolic link to ../conf.avail/70-no-bitmaps.conf in /usr/local/etc/fonts/conf.d # cd /usr/local/etc/fonts/conf.d# ln -s ../conf.avail/70-no-bitmaps.conf
-
Installing FreeBSD with ZFS on UEFI enabled machine
Some instructions can be found at FreeBSD wiki and FreeBSD forums
-
Reseting dconf database
In case it gets corrupted some applications might be unable to start at all – to clean it simply delete directory ~/.config/dconf
-
FreeBSD 11, X and UEFI
If X doesn’t start with message similar to Cannot run in framebuffer mode. Please specify busIDs and you are booting your system using UEFI you should install package drm-kmod, and make sure to load appropriate module before starting X (for example i915kms.ko), but beware that after installing package modules with same names will be present…
-
Tools for calculating various code complexity metrics
In no particular order