1

pub modpack post, and start some more

This commit is contained in:
Evan Pratten 2020-12-19 11:06:46 -05:00
parent 3e99e355c5
commit 19f04c1379
No known key found for this signature in database
GPG Key ID: 93AC7B3D071356D3
6 changed files with 57 additions and 5 deletions

View 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.

View 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/

View File

@ -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: >-

View File

@ -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;
}
}
}

View File

@ -16,6 +16,7 @@ uses:
<div class="hello container">
<h1>Hi,</h1>
<h1>I am Evan&nbsp;Pratten</h1>
<h3 id="callsign"><a href="https://www.qrz.com/db/VA3ZZA"><em>VA3ZZA</em></a></h3>
</div>
</div>