Explore >> Select a destination


You are here

davidbieber.com
| | koaning.io
27.8 parsecs away

Travel
| |
| | www.pmatiello.me
20.9 parsecs away

Travel
| | In which I give my own half-baked workaround to the lack of tail call optimization in Python
| | pymotw.com
28.4 parsecs away

Travel
| |
| | grosser.it
91.7 parsecs away

Travel
| 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 =...