/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

taylorbrazelton.com
| | wiki.gnupg.org
5.2 parsecs away

Travel
| | [AI summary] This article explains how to configure GnuPG to forward its agent over SSH to a remote system, detailing requirements for OpenSSH versions and various workarounds for socket management.
| | www.grepular.com
3.8 parsecs away

Travel
| | Mike Cardwell's Tech Blog. Security, privacy, and technology
| | 128bit.io
4.4 parsecs away

Travel
| | "This was a triumph." If you find your SSH connections dropping or locking up after not being used for some time you may want to try to edit your ssh_config (/etc/ssh/ssh_config) file and uncomment/add in the line ServerAliveInterval 30. The number is in seconds. What this will do is send a small 'keep-alive' packet to the server to ensure you don't get dropped. Why is this happening? It could be settings on the server that drop users after set time of inactive use or due to a firewall/switch rule that drop inactive connections to improve the performance of the network.
| | blog.nobugware.com
26.4 parsecs away

Travel
| I've always developed my own blog system, that's a good way to learn a new langage. But having to maintain a working server or hosting is no fun, there are some solutions like Jekyll or Hugo they generate static web pages based on some Markdown files you wrote. As it's just basic html files, they can be served by Github gh-pages. It opens the door to blogging from anywhere without internet connection or your own laptop, just write some Markdown then publish to github later or event edit your new blog pos...