Jump to content

GameMaster2030

Member
  • Posts

    50
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Contact Methods

  • Discord
    GameMaster2030#3358
  • Steam
    GameMaster2030
  • Origin
    GameMaster2030
  • UPlay
    GameMaster2030
  • Battle.net
    GameMaster2030
  • Xbox Live
    GameMaster2030
  • Reddit
    GameMaster2030
  • Twitch.tv
    GameMaster2030
  • Twitter
    GameMaster2030
  • Website URL

Profile Information

  • Gender
    Male
  • Location
    Netherlands
  • Biography
    LTT Floatplane.com pilot
    Software developer

System

  • CPU
    i5-6600k
  • Motherboard
    Asus Z170-P D3
  • RAM
    16GB DDR3 1600Mhz
  • GPU
    Gigabyte 1050Ti
  • Case
    Old OEM case
  • Storage
    250GB 850 evo, 2.3TB total HDD
  • PSU
    650W
  • Display(s)
    2x 1080p@60Hz
  • Cooling
    Air
  • Keyboard
    Corsair K55 RGB
  • Mouse
    Trust vertical mouse
  • Operating System
    Windows 10 Enterprise
  • Laptop
    HP Pavilion x360 14-dh1650nd

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. There are CPU projects for Covid tho? So why should people to remove CPU slot?
  2. Run this command: dig @127.0.0.1 -p 5053 google.com
  3. On all newer versions it's still the same steps. Even Android P, which I have myself.
  4. Hmm, interesting. I'll try that since I do know certain video platforms that require you wait since the player is waiting for the ad domains to timeout.
  5. For anyone who also cares about privacy I would recommend setting up DNS over HTTPS, that way all your requests are encrypted. You can find the official guide here. Also if you want to use your DNS server away from home you can follow this official guide here. But setting it up to have a VPN and DNS server there are some changes that we need to do that don't follow the guide. Under "installation", you can skip the install pi-hole part since you should already have installed pi-hole. (For more experienced linux users: the port of the openvpn server can be anything. But make sure the port isn't already in use or that your ISP blocks it when port forwarding. Can be handy to bypass port blocks by using port 433 or 80) Skip finding the IP under "Setup OpenVPN Server" and change `10.8.0.1` to the ip of your RPi(Raspberry Pi) which you already have if you followed Jake's guide. Before creating an user follow this: Run command: `openvpn --genkey --secret ta.key` Edit the config file and add this line: `tls-auth ta.key 0` (This adds an encryption layer between the client and the server, so some extra security) You can probably skip "Firewall Configuration" since Raspbian doesn't have a firewall pre-installed and you also don't have installed any Follow these parts of "Optional: Dual operation: LAN & VPN at the same time" Add this line to your `/etc/openvpn/server/server.conf`: `push "route 192.168.2.0 255.255.255.0"` but change `192.168.2.0` to your subnet which you can find in your ip, for example if your ip is: `192.168.1.43` you replace `192.168.2.0` with `192.168.1.0` and with `192.167.8.28` you replace it with `192.167.8.0`. But if your IP is for example `10.8.0.7` you'll probably need to replace the whole line with `push "route 10.8.0.0 255.255.0.0"`. Run this command: `pihole -a -i all` After this port forward `1194` or the port you decided to use on your router, you can find guides online. Let me know if you find a mistake in this.
  6. So I flashed LineageOS on my Sony Xperia Tablet Z Wi-Fi and after flashing the os, opengapps and magisk I booted into the os and set everything up and installed some Magisk modules. After that I rebooted and then NFC started to crash around every second so I tried to disable NFC in Settings but when I tried that the system shut down and now it won't start, not to normal, recovery(TWRP) or fastboot mode. Screen black and none of the buttons do something, I can't even charge it. Any ideas how to fix this? This is quite a problem for me.
  7. Got it fixed, my router is just weird. When I changed the windows server local ip to the same as my old esxi server and it just works. Really weird this.
  8. A modem I got from the ISP, it's a experiabox v10.
  9. I don't have an dynamic ip and I just checked it. It's correct.
  10. I sent my ip, I have internet access on my school.
  11. Yeah, that is a vmware horizon vm. It's on my schools network so I tested what you said that I can't connect to my external ip on my local network.
×