Spyke

Replies

Comment on

They got us

Sometimes I trick myself into thinking I can overcome the communication barrier by doing things primarily in writing... but who am I fooling? I can apparently only make myself understood by fellow engineers.

Comment on

Microsoft Teams 2.0 to Become Default Client in September

Performance upgrades would be great but am I the only one that routinely has issues with lag in received messages? Teams app works fine on mobile, but I routinely have issues with the desktop app where it doesn't show notifications for new messages for minutes at a time then I get a huge batch update all at once. Extremely annoying if you're relying on it for anything time sensitive.

piracy

Comment on

Why isn't my port forwarding working?

Are you using OpenVPN or Wireguard configs?

For Wireguard I had to slightly modify the commands to open a port to:

natpmpc -g 10.2.0.1 -a 0 0 tcp 60

natpmpc -g 10.2.0.1 -a 0 0 udp 60

while true ; do date ; natpmpc -g 10.2.0.1 -a 0 0 tcp 60 && natpmpc -g 10.2.0.1 -a 0 0 udp 60 || { echo -e "ERROR with natpmpc command \a" ; break ; } ; sleep 45 ; done

Comment on

How do you guys back up your server?

I use Duplicati and backup server to both another PC and the cloud. Unlike a lot of data hoarders I take a pretty minimalist approach to only backing up core (mostly docker) configs and OS installation.

I have media lists but to me all that content is ephemeral and easily re-acquired so I don't include it.