Posts

sqlite odbc libreoffice
Putting this here so I can find it again… On Ubuntu 16.04, libsqliteodbc installs dynamic library files to the wrong directory. Instead of putting libsqlite3odbc.so in /usr/lib/x86_64-linux-gnu, it pu...

docker
Well that’s neat — there’s a quick-and-dirty trick for accessing the filesystem of a running Docker container from your host machine. Not especially safe, but much quicker than messing around with ssh...

haskell ghcjs stack development
… make sure you don’t have cabal in your path. Otherwise you’ll get odd build errors, and ghcjs will never install: see this issue on the ghcjs issue tracker....