

RDP clients on Linux are ass.
Remmina is better than windows native remote desktop shit imo
RDP clients on Linux are ass.
Remmina is better than windows native remote desktop shit imo
Many games do this intentionally btw. Make you lose some rounds and then give you an easy one to keep you hooked
No, AllowedIPs should be set to your internal Wireguards IP range to only allow access to your Wireguard peers. You could also add more like your Servers LAN for example (which will need packet forwarding, as I mentioned before)
Here’s an example of one of my client configs:
[Interface]
Address = 10.8.0.2/32
PrivateKey =
[Peer]
PublicKey =
PresharedKey =
Endpoint = 192.168.0.3:51820
AllowedIPs = 10.8.0.0/16
Just be careful to not mess up your subnet masks. For example my [Interface] Address ends with /32 because that only leaves 10.8.0.2 In the [Peer] Section i set it to /16 which will allow the client to connect to 10.8.x.x iirc
Best is to just try it yourself and see if it works, I’m by no means good at networking stuff
Iirc setting AllowedIPs in your clients config should do exactly that. Their respective [Peer] entry in your servers config should also have the same AllowedIPs, otherwise they could easily circumvent this
Further finetuning should be really easy by using any firewall on your Wireguard server
If you want your clients to be able to access other devices in your servers LAN you need to setup additional packet forwarding rules though. Optionally setup NAT aswell
Good, hope they get banned in the EU so people will switch to competitors
Not for me
Youtube uses VP9 for all resolutions most of the time. 1080p and below offer AVC as fallback encoding
That’s because for example Youtube uses a bitrate of 4-7mbps for 1080p. 1440p gets arround 13mbps and 4k something like 46mbps iirc
Other media providers are similiarly bad with their bitrates
Sounds like the HDD is dying, maybe check it’s S.M.A.R.T. status? Most drives have statistics for errors and such
This has nothing to do with respect. I’m just thinking sooner or later someone from a rival gang will see a kid doing this and afterwards shit will hit the fan
why would they get shot? by whom?
By rival gangs
I’m looking forward to 10 year old White boys doing this in broad daylight, and seeing Twitter flip their shit 🍿
I’m not looking forward to the kids being shot doing this shit
I’m sorry, I forgot to mention that you have to press the PS button once after plugging it in. Did you do that?
If that doesn’t work try restarting Steam and look into your controller settings if it works there, if it does you’re good to go
Keep in mind that many games don’t natively support Playstation controllers. You can work arround this by emulating an Xbox controller instead (enabling your PS4 controller in Steam should do just that for Steam games). Or alternatively do this regedit edit in your games Wineprefix to achieve the same in any launcher of your choice
If all else fails it might be worth trying out ds4drv
Good luck my guy and (hopefully) have fun gaming! :)
According to this article on the Arch wiki PS4 controllers should work without doing anything. Just plug them in and start gaming 😉
That’s definitely possible but would make the host OS unusable while the VM is running afaik. Why not dual boot at that point?
With GPU passthrough you can get almost native performance. This requires 2 GPUs though (iGPU as second one should suffice), dunno about the input lag and stability though as I only have one GPU
Without it though? Not even worth trying
This has always been the case when “buying” things on Steam. Almost every digital good you buy is like that
Only thing that changed is legislation is finally catching up and these companies won’t be allowed to use the word purchase/buy anymore in the near future
I absotutely love zram. Makes my 32gb ram feel endless even when splurging it on things no sane person would ever need
Was kinda complicated to use a swapfile as backing device though
I feel like BORE actually seems to lower input latency compared to EEVDF (kernel default). Might be just placebo on my part though
Like others said, disable password auth and setup auth keys instead.
Bonus points for moving the ssh port, using fail2ban and also setting up a tarpit with something like endlessh.
If you wanna go extreme use Wireguard to connect to your server and only allow ssh over wireguard in your firewall.