
havoc
havoc
About
- Username
- havoc
- Joined
- Visits
- 315
- Last Active
- Roles
- Member, OG
- Thanked
- 895
Comments
-
@Not_Oles - generally seems well intentioned in all things which seems key for a mod
-
NFS is easier in my experience. I'd suggest something like this: 1) First check if serving anything works. i.e. all your VPN and portforwarding works. I usually do this via python 3's http.server sudo apt install python3 python3-pip -y mkdir test…
-
OK finally got port forwarding to work...took a bit of trial & error auto loiface lo inet loopbackauto eth0iface eth0 inet static address 148.XXX.XXX.XX2/24gateway 148.XXX.XXX.XX2#Till here is defaults per proxmoxauto vmbr0iface vmbr0 in…
-
(Quote) Thanks Camo. I shall give that a shot tonight after work. Must admit iptables is still a mystery to me
-
(Quote) Gotta keep your users on their toes with the element of surprise!
-
I guess they didn't know about the overselling trick
-
Moving cash into crypto via coinbase/binance is a pain in the ass so that's welcome Trying my luck with some of the newer coins instead. Conflux in particular looks interesting
-
Signal for 90% of messages. On all the other ones too though cause people have different preferences
-
(Quote) Interesting definition of "dedicated" then... Port forwarding isn't gonna work if it's shared
-
Another option - get a domain from a provider that has built in DynDNS type API. And then just have that repointed on IP change ...only gotcha is that if you're behind a NAT then that won't fly. If you need that then you'll need a VPN to a server y…
-
(Quote) Unless I'm mistaken debian comes with apparmour...so you'd need to chuck that out before adding selinux. Containers, yes but not ideal for security. You need to VM it for that.
-
(Image)
-
(Quote) What's happening over there?
-
All good. Won’t need it till at least Saturday Thanks for upgrade
-
PSA - looks like form defaults to 0 ipv6 so make sure to edit that field if applicable Sweet. Been looking for something with that type of port #4221814881
-
(Quote) The Pi4 is fussy AF. Not just the power supply but cable too. If uncertain try to get the official charger. Most Anker ones seem to work too though. Official one is 5.1V 3.0A 15.3W
-
(Quote) Arduino is apparently making a wifi version. Will wait for that
-
Lack of wifi is a killer though :/
-
(Quote) Really? What brand SD card? I'm losing at least one a year to failing SD cards over the past 3 years. (Samsung EVO Plus mostly but also sandisk). It's a known issue...software like pihole is specifically coded to minimize writes to SD to pr…
-
(Quote) The concept of SD card as storage in a dedi is somewhat terrifying though lol
-
(Quote) Traefik works well in a docker context - said magic is geared towards that. Outside of that less so
-
tbh my bookmark points to new discussions & that's pretty much the only part of the interface I use (except when creating a thread).
-
(Quote) That's mega overkill imo. A cron job doing a git pull should be enough to create a local copy - which contains the git and thus all version history. Gitlab on a VPS is also gonna be quite expensive because it's so memory hungry.