Skip Navigation
Compact-ish NAS cases?
  • Try this in your SMB settings in OMV.

    socket options = TCP_NODELAY SO_RCVBUF=65536
    SO_SNDBUF=65536
    read raw = yes
    write raw = yes
    max xmit = 65535
    dead time = 15
    min receivefile size = 16384
    write cache size = 524288
    getwd cache = yes
    max connections = 65535
    max open files = 65535
    min protocol = smb3
    max protocol = smb3
    
  • What backup service do you use?
  • I have a hot storage NAS that backups to a warm storage NAS.

    I backup every week and scrub every month.

    I have 2 x ZFS1 pools that contains 3 x 20TB disks each.

    With ECC ram, scrubbing, and independent pools, it'll take a house fire to kill my local storage.

    I also have a constant backing to Backblaze and yearly encrypted backup that I ship to a friend across the world.

  • Setting up your own VPN
  • 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
    
  • How do computers make any color using red/green/blue, when paints make every clor using red/yellow/blue?o
  • 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.

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)RA
    randombullet @lemmy.world
    Posts 0
    Comments 29