|
You are here |
davidbieber.com | ||
| | | | |
koaning.io
|
|
| | | | | ||
| | | | |
www.pmatiello.me
|
|
| | | | | In which I give my own half-baked workaround to the lack of tail call optimization in Python | |
| | | | |
pymotw.com
|
|
| | | | | ||
| | | | |
grosser.it
|
|
| | | No more going into the file and deleting the entry manually. To remove line 123 from ~/.ssh/known_hosts: Usage rmknownhost 123 Code Put this it into a file called rmknownhost inside a folder that is in your PATH and chmod +x the file. #! /usr/bin/env ruby line = ARGV[0] || raise("gimme line to remove") hosts =... | ||