

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
Hopefully this’ll increase their publicity and Rockstar “loses” even more revenue because of this
Sorry if this answer isn’t to your liking, but Steam isn’t always very explicit in what you get for your money. And on SteamDB it’s instantly very clear, so maybe someone else might find it useful 🤷♂️
SteamDB can tell you pretty much anything you’d ever like to know:
Anno 1800, Gold Edition, Annoversary, Franchise Packages, Franchise Apps
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
I have an rtx 3060, i don’t think that counts as old
Huh, that just makes everything weirder
I feel you, should have gone with AMD
Yeah, this is definitely my last Nvidia card
It’s mostly people on older cards with those problems I guess
Me for example on my GTX 1080 can’t use G-Sync (monitor blacks out in specific fps ranges). Nvidia “fixed” this like 5 times already. Newer cards work correctly I guess?
I also get graphical bugs in Wayland after Nvidias final Wayland “fix”. Other people somehow do not experience this so I guess newer cards work correctly (again)
Imo Nvidia just didn’t bother fixing this on their old cards so there is a minority left with those problems which can be ghosted safely by Nvidia because “those bugs got fixed”
It’s not uncommon for Nvidia to ignore their normal users since the most money comes from other companies purchasing their GPUs anyway
Should work out of the box according to ProtonDB
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 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
Mostly nothing, but it’s enough to stop fully automated patching/modding the Playstore like Lucky Patcher does
Is there any difference between the native shell and Termux’s? I just installed fish and chsh’ed it to default: after syncing over all my dotfiles it looks and acts as expected.
I did the same, but that’s not what I’m talking about.
I don’t know for sure, but if I hat to guess I’d say that Termux uses chroot to emulate a more Linuxy experience by changing your root to /data/data/com.termux/files/ with it’s own bin, etc, lib and so on directories
Using su you escape that chroot and start using your roms root directory at /
I might be totally wrong with this, but that should hopefully clarify the way it behaves
nmap works great for this
traceroute might also be usable vith the -p switch I guess?
You can totally use sudo if you’re rooted. Using su also allows you to acces your native shell instead of Termuxs
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.