/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

developerlife.com
| | rup12.net
4.9 parsecs away

Travel
| | Are you tired of your work being lost due to a broken SSH connection? Do you wish you can look at your code and run commands at the same time? Do you just want to look cool? Let's talk about TMUX - the Terminal Multiplexer.
| | matttproud.com
3.3 parsecs away

Travel
| | Debian Linux has a relatively smart way of configuring keyboard input through the /etc/default/keyboard file (manual page). This file powers both the kernel configuration, the virtual console, and the X Window System. I set the XKBOPTIONS directive in /etc/default/keyboard follows: 1 XKBOPTIONS='compose:ralt,ctrl:nocaps' This has the following meaning: Make the right alt key a compose key. Make the caps lock key another ctrl key. A slew of other rules are available through XKB as described in the /usr/share/X11/xkb/rules/base.
| | neilzone.co.uk
3.5 parsecs away

Travel
| | Neil Brown's personal blog.
| | nickjanetakis.com
11.2 parsecs away

Travel
| tmux allows you to save your terminal sessions and split your terminal into multiple windows. It's one of my favorite tools.