Johbo's Notes - Working on the Web
  • About Me
  • Archives

Using Emacs batch mode in Spacemacs

Fri 12 April 2024 by Johannes Bornhold in tools Tags spacemacs / emacs / batch

Generating presentations from Org files is very useful, this note lists how to use Emacs' batch mode to render the presentation from the command line.

more ...

Loading a text dump into PostgreSQL

Fri 02 June 2017 by Johannes Bornhold in tools Tags postgresql / database

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 ...

Presentations with Org-mode

Mon 15 May 2017 by Johannes Bornhold in tools Tags org / revealjs

Notes from first experiments using org-reveal to create presentations from Org files. The rendered presentations are based on reveal.js.

more ...

First steps using GPGSuite

Fri 14 April 2017 by Johannes Bornhold in tools Tags gpg / osx

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 ...

On demand Redis service for your development environment

Mon 30 January 2017 by Johannes Bornhold in tools Tags redis / nix

Howto start a Redis service ad-hoc thanks to nix-shell.

more ...

On demand PostgreSQL for your development environment

Sat 14 January 2017 by Johannes Bornhold in tools Tags postgresql / nix

A quick way how to run PostgreSQL in your development environment without any upfront setup work.

more ...

Archive multiple headlines in Org Mode

Mon 02 January 2017 by Johannes Bornhold in tools Tags spacemacs / emacs / org

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 ...

How to revert a merge commit in Git

Fri 09 December 2016 by Johannes Bornhold in tools Tags git

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 ...

Spacemacs layer: elfeed

Tue 22 November 2016 by Johannes Bornhold in tools Tags spacemacs / emacs / blog

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 ...

Dump HTTP headers via cURL

Sat 12 November 2016 by Johannes Bornhold in tools Tags http / curl

Useful command line examples to inspect the headers in HTTP responses, using the command line utility cURL.

more ...

  • «
  • 1
  • 2
  • »
  • Social

    • mastodon
    • matrix
    • github
  • Categories

    • cloud
    • develop
    • event
    • hello
    • macos
    • nixos
    • tools

© 2024 Johannes Bornhold

Back to top