SSH through HTTP proxy

These are instructions for allowing SSH access to hosts on an internal network via a public-facing HTTP proxy. Configure Apache2 proxy Here is the fundamental configuration components needed to establish a proxy. This assumes the apache2 proxy modules are already enabled. Additional to this, you should have a normal site definition (for snooping visitors), and […]

Vim-outliner for creating task lists

Vim-Outliner provides the ability to create outlines and task-lists in vim. The checkbox module is particularly useful for the latter. Vim-Outliner defines commands to control its functionality using comma-comma commands, e.g. ,,cb, in command-mode. Installation and Configuration on Debian Installation is straightforward using the vim-addon manager We then instruct vim to use this addon using […]