From 19f04c13790eb9f24d9e1fbe1d0f21fe26ffb407 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sat, 19 Dec 2020 11:06:46 -0500 Subject: [PATCH] pub modpack post, and start some more --- _drafts/2020-01-14-Printer-Tunneling.md | 18 +++++++++++++++ ...ar-wrapup.md => 2020-12-31-Year-wrapup.md} | 0 _drafts/2021-01-28-SoapySDR-RPI.md | 18 +++++++++++++++ .../2020-12-19-Vanilla-plus-mods.md | 2 +- _sass/site/home.scss | 23 +++++++++++++++---- index.html | 1 + 6 files changed, 57 insertions(+), 5 deletions(-) create mode 100644 _drafts/2020-01-14-Printer-Tunneling.md rename _drafts/{2021-12-31-Year-wrapup.md => 2020-12-31-Year-wrapup.md} (100%) create mode 100644 _drafts/2021-01-28-SoapySDR-RPI.md rename _drafts/2020-12-17-Vanilla-plus-mods.md => _posts/2020-12-19-Vanilla-plus-mods.md (99%) diff --git a/_drafts/2020-01-14-Printer-Tunneling.md b/_drafts/2020-01-14-Printer-Tunneling.md new file mode 100644 index 0000000..1dd7480 --- /dev/null +++ b/_drafts/2020-01-14-Printer-Tunneling.md @@ -0,0 +1,18 @@ +--- +layout: page +title: "Tunneling a printer from a home network to a VPN" +description: "Using socat to port-forward between network interfaces" +date: 2021-01-14 10:00:00 +written: 2020-12-19 +tags: projects tutorial snippet +excerpt: >- + I use a self-hosted VPN to access all my devices at all times, and to deal with my school's aggressive firewall. This post explains the process I use for exposing my home printer to the VPN. +redirect_from: + - /post/g494ld99/ + - /g494ld99/ +--- + +For the past few years, I have been using a self-hosted VPN to bring all my personal devices into the same "network" even though many of them are spread across various locations and physical networks. This system never gives me problems, but there was one thing I wished I could do: access non-VPN devices on other networks using one of my VPN devices as a gateway. + +Of course, I could actually grab a RaspberryPI and turn it into a real network gateway for the VPN, allowing me to access anything I want as long as it was attached to that PI's network interface. This setup was not entirely practical though, as I wanted the ability to pull multiple devices from multiple networks into my VPN. + diff --git a/_drafts/2021-12-31-Year-wrapup.md b/_drafts/2020-12-31-Year-wrapup.md similarity index 100% rename from _drafts/2021-12-31-Year-wrapup.md rename to _drafts/2020-12-31-Year-wrapup.md diff --git a/_drafts/2021-01-28-SoapySDR-RPI.md b/_drafts/2021-01-28-SoapySDR-RPI.md new file mode 100644 index 0000000..63ec463 --- /dev/null +++ b/_drafts/2021-01-28-SoapySDR-RPI.md @@ -0,0 +1,18 @@ +--- +layout: page +title: "Setting up a remote SDR using SoapySDR" +description: "" +date: 2021-01-28 10:00:00 +written: 2020-12-19 +tags: writeup review projects +excerpt: >- + 2020 has been my most productive year so far in terms of software development. This post looks back at the year +redirect_from: + - /post/g494l5j3/ + - /g494l5j3/ +--- + + +https://github.com/csete/gqrx/issues/406 + +https://0xfeed.tech/2017/04/remote-access-tools-for-sdr-receivers/ \ No newline at end of file diff --git a/_drafts/2020-12-17-Vanilla-plus-mods.md b/_posts/2020-12-19-Vanilla-plus-mods.md similarity index 99% rename from _drafts/2020-12-17-Vanilla-plus-mods.md rename to _posts/2020-12-19-Vanilla-plus-mods.md index 0304ad9..40c03be 100644 --- a/_drafts/2020-12-17-Vanilla-plus-mods.md +++ b/_posts/2020-12-19-Vanilla-plus-mods.md @@ -2,7 +2,7 @@ layout: page title: "How I have tweaked my Minecraft client to be 'just right'" description: "Pushing the boundaries of a vanilla game, while being able to play on un-modified servers" -date: 2020-12-17 09:00:00 +date: 2020-12-19 11:00:00 written: 2020-12-04 tags: project python short excerpt: >- diff --git a/_sass/site/home.scss b/_sass/site/home.scss index 1b4dbb8..308840e 100644 --- a/_sass/site/home.scss +++ b/_sass/site/home.scss @@ -1,6 +1,6 @@ .color-hero { height: 108vh; - background-color: var(--color-purple)!important; + background-color: var(--color-purple) !important; } .color-hero .hello { @@ -16,13 +16,13 @@ .home-third-panel { transform: translateY(-50px); - background-color: var(--color-dark-blue)!important; + background-color: var(--color-dark-blue) !important; min-height: 500px; color: white; } .home-third-panel a { - color: var(--color-blue)!important; + color: var(--color-blue) !important; } .home-content { @@ -36,5 +36,20 @@ .home-project { /* min-height: 310px; */ - margin-top:1rem; + margin-top: 1rem; +} + +.hello { + #callsign { + color: rgba(255, 255, 255, .75); + + a { + color: rgba(255, 255, 255, .75); + } + + a:hover { + color: white; + text-decoration: none; + } + } } \ No newline at end of file diff --git a/index.html b/index.html index 0ff48f8..45b48cc 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,7 @@ uses:

Hi,

I am Evan Pratten

+

VA3ZZA