randombullet

joined 1 year ago
[–] randombullet@lemmy.world 1 points 1 year ago

Running a lot of DoH and DoT within my devices and my network

[–] randombullet@lemmy.world 12 points 1 year ago (4 children)

This is the exact script I use to install tailscale on my VPN server

Installing Tailscale

 curl -fsSL https://tailscale.com/install.sh | sh 

Enable IP forwarding

 echo 'net.ipv4.ip_forward = 1' | sudo tee -a /etc/sysctl.conf 
 echo 'net.ipv6.conf.all.forwarding = 1' | sudo tee -a /etc/sysctl.conf 
 sudo sysctl -p /etc/sysctl.conf 

Advertise subenets and exit node

 tailscale up --advertise-exit-node --advertise-routes=192.168.0.0/24,192.168.2.0/28,192.168.5.0/24,192.168.10.0/24
[–] randombullet@lemmy.world 33 points 1 year ago (2 children)

It's just the concept of additive color mixing vs subtractive color mixing.

Adding pigments together will ultimately create black. While adding more light together will ultimately make white.

With pigments you're taking away from the color space. You paint red to subdue all other colors except for red.

But you use red light to make sure red is better seen.

[–] randombullet@lemmy.world 3 points 1 year ago

https://www.yubico.com/

I use it as my 2nd facor authentication.

[–] randombullet@lemmy.world 5 points 1 year ago (2 children)

Bitwarden with YubiKey

[–] randombullet@lemmy.world 2 points 1 year ago (1 children)

NUCs have an iGPU, you should be fine.

[–] randombullet@lemmy.world 1 points 1 year ago* (last edited 1 year ago) (1 children)

I use OpenMediaVault for my NAS

But if you don't want to be the IT of your family, I'd just go with an easy solution like WDs my cloud or one drive

[–] randombullet@lemmy.world 0 points 1 year ago (3 children)

Encoding uses the iGPU. The iGPU should usually support 4k 60fps if it's a recent CPU.

[–] randombullet@lemmy.world 1 points 1 year ago

I've had this happen when I had ram issues. You can try doing a memory test if you want to take that out of the equation.

[–] randombullet@lemmy.world 40 points 1 year ago (8 children)

I'm assuming they're plain text. There's is no perceivable way they can only use those data points to to figure out which hash it is. Unless of course they're using their own "hashing" function which isn't secure at all since it's probably reversible.

[–] randombullet@lemmy.world 23 points 1 year ago

I have a vote for Python. It's like child's play vs Java.

[–] randombullet@lemmy.world 3 points 1 year ago

Adguard home

OpenMediaVault

JellyFin

view more: ‹ prev next ›