Modifying a FreeBSD port
Installing software on FreeBSD is made easier by the ports
system; a
collection of Makefiles and patches that contains instructions …
Installing software on FreeBSD is made easier by the ports
system; a
collection of Makefiles and patches that contains instructions …
As an engineer, I often do diverse calculations that I want to save in my
logbooks which I write in LaTeX.
Up to now I’ve either formatted those by hand or used the listings
package
to include calculations made in IPython.
From the release of version 3.2, the py-stl software has been renamed to
stltools
. The reason I made this …
One way of making hard to guess passwords is to take random data and encode it with base64 to make …
Some time ago, my trusty old color laserjet 2550L more or less stopped printing, or at least I thought so …
At work we want to run OpenProject. But since this a ruby-on-rails app and installation on Windows is not supported, I volunteered to set up a dedicated FreeBSD server for it.
Since the previous article on this subject, I’ve updated my workstation to FreeBSD 10.2-STABLE. Compiling asymptot 2 …
Some programs like e.g. Firefox have the annoying habit of creating a
Desktop
directory in your $HOME
directory.
It …
One of the things I liked about the old rcs revision control system was that it supported keyword expansion in …
This article contains a list of things I do to set up a new git
repository.