Articles about freebsd
Fixing dependencies after mesa ports consolidation
After the 2017-05-12 mesa port consolidation, there were packages left with missing dependencies. This is how to fix them
Building gphoto2-ffi on FreeBSD
Download
Clone the repository from
https://github.com/jbaiter/gphoto2-cffi
.> cd ~/github > git clone https://github.com/jbaiter/gphoto2-cffi
Build …
Updating python3 to 3.6
This article document how I updated python3 from version 3.5 to 3.6 on FreeBSD.
Replacing openssl with libressl for ports
Since its inception in 2014, I’ve been following the LibreSSL project.
The OpenSSL codebase turns out to have severe problems. See the presentation, and especially sheet 7.
The version in the FreeBSD base system is old, but the version used by the ports I can control. It took a while, but now was the time for me to switch.
Updating Python to 3.5
This article documents the process I followed to update Python 3.4 to 3.5 on my FreeBSD machines.
Python bindings for libmagic
This documents how I installed Python bindings for
libmagic
.There are actually different bindings for
libmagic
. One set is part of the original distribution. It can be found in/usr/src/contrib/file/python/
. But in my opinion it is somewhat cumbersome to use and not very Pythonic.The implementation from ahupp/python-magic in Github feels more natural.
Updating FreeBSD from source
Sometimes I need to update my FreeBSD operating system. I prefer to do that from the source code, so that …
Switching IPython to Python 3
More and more, IPython has become my tool of choice as the ultimate calculator and to try out concepts and …
Automated local backups
These days it is commonplace to have hardware or software RAID1, even in common PCs. In previous machines I’ve …