Just got a plain SQL dump of a database and in this case pg_restore does not work. This post shows how to use psql to load such a dump into a database in the context of a local development environment.
more ...Just got a plain SQL dump of a database and in this case pg_restore does not work. This post shows how to use psql to load such a dump into a database in the context of a local development environment.
more ...Notes from first experiments using org-reveal to create presentations from Org files. The rendered presentations are based on reveal.js.
more ...Notes about starting out with GPGSuite on OSX to get a working GnuPG integration with Apple's Mail application. Had to tweak things slightly to use the GnuPG installation from Nix.
more ...Howto start a Redis service ad-hoc thanks to nix-shell.
more ...A quick way how to run PostgreSQL in your development environment without any upfront setup work.
more ...Org's agenda view allows to perform bulk actions on a set of nodes from the outline. This post shows how to use it based on the example of bulk archiving a few tasks.
more ...Undoing a merge in Git can be a bit tricky and cause unintended side-effects. This is a small wrap up of the most important bits to keep in mind.
more ...elfeed is an integrated RSS reader for Emacs which also comes as a ready made configuration layer for Spacemacs. The list of feeds can be managed in Org files.
more ...Useful command line examples to inspect the headers in HTTP responses, using the command line utility cURL.
more ...Every now and then I am presenting one layer of Spacemacs which I find useful. This time I am writing about imenu-list which allows to have a nice outline of your current buffer.
more ...