randombullet

joined 1 year ago
[–] [email protected] 1 points 1 year ago

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

[–] [email protected] 12 points 1 year ago (3 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
[–] [email protected] 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.

[–] [email protected] 3 points 1 year ago

https://www.yubico.com/

I use it as my 2nd facor authentication.

[–] [email protected] 5 points 1 year ago (2 children)

Bitwarden with YubiKey

[–] [email protected] 2 points 1 year ago (1 children)

NUCs have an iGPU, you should be fine.

[–] [email protected] 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

[–] [email protected] 0 points 1 year ago (3 children)

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

[–] [email protected] 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.

[–] [email protected] 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.

[–] [email protected] 23 points 1 year ago

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

view more: ‹ prev next ›