pub modpack post, and start some more
This commit is contained in:
parent
3e99e355c5
commit
19f04c1379
18
_drafts/2020-01-14-Printer-Tunneling.md
Normal file
18
_drafts/2020-01-14-Printer-Tunneling.md
Normal file
@ -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.
|
||||
|
18
_drafts/2021-01-28-SoapySDR-RPI.md
Normal file
18
_drafts/2021-01-28-SoapySDR-RPI.md
Normal file
@ -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/
|
@ -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: >-
|
@ -38,3 +38,18 @@
|
||||
/* min-height: 310px; */
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
@ -16,6 +16,7 @@ uses:
|
||||
<div class="hello container">
|
||||
<h1>Hi,</h1>
|
||||
<h1>I am Evan Pratten</h1>
|
||||
<h3 id="callsign"><a href="https://www.qrz.com/db/VA3ZZA"><em>VA3ZZA</em></a></h3>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user