Update something

This commit is contained in:
tiff 2025-06-23 05:06:25 -04:00
parent 65b6cca783
commit aafc44f336
3 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,7 @@
--- ---
pubDatetime: 2025-06-03 pubDatetime: 2025-06-03
title: "Creating SOCKS5 proxy server with shadowsocks-rust and a cheap VPS" title: "Creating SOCKS5 proxy server with shadowsocks-rust and a cheap VPS"
draft: true
description: Living in a motel room with dubious internet practices means one has to get creative. description: Living in a motel room with dubious internet practices means one has to get creative.
tags: tags:
- rust - rust

View file

@ -2,6 +2,7 @@
pubDatetime: 2025-06-04 pubDatetime: 2025-06-04
title: "Using a systemd service to automate tasks on your server" title: "Using a systemd service to automate tasks on your server"
description: A couple of my servers don't need to be running 24/7 so I decided to automate the shutdown and restart of the servers at a certain interval. description: A couple of my servers don't need to be running 24/7 so I decided to automate the shutdown and restart of the servers at a certain interval.
draft: true
tags: tags:
- systemd - systemd
- servers - servers

View file

@ -2,6 +2,7 @@
pubDatetime: 2025-06-03 pubDatetime: 2025-06-03
title: "Using Tailscale instead of Wireguard to tunnel into your VPS" title: "Using Tailscale instead of Wireguard to tunnel into your VPS"
description: Tailscale makes ssh'ing into your servers remotely relatively easy, no Wireguard instance needed. description: Tailscale makes ssh'ing into your servers remotely relatively easy, no Wireguard instance needed.
draft: true
tags: tags:
- tailscale - tailscale
- wireguard - wireguard