Explore >> Select a destination


You are here

vninja.net
| | 128bit.io
8.0 parsecs away

Travel
| | SSH is one of my favorite tools on a Linux/Unix system. There is so much you can do from copying files, to tunneling data security. SSH is a great way to get access to your system at home, but also access to your network. Lets go over some things about SSH tunneling and why it's good to use! Basic Idea: The idea of tunneling is to give you a secure way to pass data from one point to another.
| | blog.nightfox.tech
6.9 parsecs away

Travel
| |
| | phil.lavin.me.uk
11.0 parsecs away

Travel
| | What's the beef? It so turns out that most basic WiFi repeaters (i.e. a unit that connects to one WiFi
| | lincolnmullen.com
55.9 parsecs away

Travel
| I often have small snippets of Markdown that I want to copy to the clipboard and then paste as HTML. I thought about writing an extension for Visual Studio Code, or a custom script for Boop. But that seemed like a lot of work for a simple task. And then I remembered: Unix. pbpaste | pandoc | pbcopy There is a one-liner which will work on a Mac to paste Markdown into Pandoc and then copy the resulting HTML back to the clipboard.