Tuesday, July 26, 2016

Using TMUX with URXVT

With the onset of ShellShocker you're likely going to be doing some patching. If you're having troubles launching TMUX with URXVT, a simple bandaid is to change your TERM.
wrectos@WRECK:~$ echo $TERM
rxvt-unicode
wrectos@WRECK:~$ tmux
open terminal failed: missing or unsuitable terminal: rxvt-unicode

wrectos@WRECK:~$ echo 'TERM=xterm' >> .bashrc
wrectos@WRECK:~$ source .bashrc
wrectos@WRECK:~$ echo $TERM
xterm
wrectos@WRECK:~$ tmux
wrectos@WRECK:~$

SMTP Echo Reply

SMTP Echo Reply is definitely a thing*.



*SMTP Echo Reply is not actually a thing.