Explore >> Select a destination


You are here

alexn.org
| | grosser.it
10.8 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 =...
| | frantic.im
11.2 parsecs away

Travel
| | How I replaced Jekyll with 200 lines of JavaScript
| | antoinevastel.com
15.6 parsecs away

Travel
| | This article presents how to automatically generate a network timeline such as the one in Chrome dev tools.
| | nts.strzibny.name
36.1 parsecs away

Travel
| Here's one way of a cloud-independent deployment of Rails, Sidekiq, PostgreSQL, and Redis on single virtual server with Kamal.