< ^ txt
Wed Jul 29 09:23:58 EDT 2015
Slept really well. Woke up about ten minutes before my alarm went off.
Walk was damn hot today. And humid.
Worked on Zener card-based psionic system for D&D.
Questions:
- Edit a vim file over ssh/sftp with remote ssh server operating on a non-standard port?
The best way is probably to add a record for the host in `~/.ssh/config`. See ssh_config(5).
Host foo
Port 545454
Nice.
- Add a second IP address?
sudo ip addr add 10.90.90.10/24 dev br0
< ^ txt