• 0 posts
  • 34 comments
Joined 3 years ago
Cake day: June 30th, 2023
  • He’s not entirely wrong:

    BSD, Lunix, Debian and Mandrake are all versions of an illegal hacker operation system, invented by a Soviet computer hacker named Linyos Torovoltos, before the Russians lost the Cold War. It is based on a program called " xenix", which was written by Microsoft for the US government. These programs are used by hackers to break into other people’s computer systems to steal credit card numbers. They may also be used to break into people’s stereos to steal their music, using the “mp3” program. Torovoltos is a notorious hacker, responsible for writing many hacker programs, such as “telnet”, which is used by hackers to connect to machines on the internet without using a telephone.

    You can learn more here.

  • I flew from Jermany to Tanzania and saw some jeriatric jiraffes.

    I say it “Jif” because:

    • That’s what the format’s creator named it.
    • It’s weird, but “soft G” is a thing and acronyms and the only “rule” for pronouncing acronyms is “it’s easy to say”.
    • It annoys people that are way too invested in it. Sure, it’s immature – but it’s low stakes and not particularly “shitty”. I enjoy it and you only YOLO once.
  • Normally when you’re on a VPN all the network traffic to and from your device is going through the connection to the VPN server, e.g. browsing the internet, online games, etc. It can cause issues with other online services and uses bandwidth (cheap as it is) many VPS provider charges for.

    A split tunnel tells the VPN client to only send certain traffic through the tunnel. My wireguard setup assigns IP addresses for the VPN interfaces in the subnet 192.168.2.x, so only traffic addressed to IPs on that subnet get sent through the tunnel. In wireguard it’s a single line in the config file:

    AllowedIPs = 192.168.2.0/24
    
  • I’m in the same situation.

    Fortunately there’s a million companies that offer VPS with a static IP address for only few bucks a month. I set one up to run a wireguard VPN server which all my devices and home servers connect to as clients. I also configured everything to use a split tunnel to save bandwidth.

    It’s an added layer of security too.