MarkH
Line Up and Wait
For most people, you are better off trying to fight for cell signals with antennas and boosters than fighting with satellite internet.
Either way, you are going to have to deal with latency and bandwidth limits.
The most effective first steps are:
Minimum for anyone: Install Adblock on all browsers
Ideal for most, if they are willing to learn a little: pi-hole DNS server (www.pi-hole.net)
This is a local DNS caching server that also blocks know ad network DNS requests. 70% of individual internet requests are DNS, and while they are tiny and pretty minor on a low latency connection, with a high latency connection like cell or sat, they make the internet feel really slow. Also, 40% of the bandwidth used is Ads, blocking those will speed things up and prevent overages and deprioritization.
All out: pi-hole + Squid proxy. Adding a Squid proxy will reduce bandwidth usage by caching repetitive, non-encrypted assets. This is less valuable these days because many websites use SSL encryption (which is good for other reasons), but it limits the benefits of proxy data without SSL interception (which is a more complex implementation that comes with its own issues).
Either way, you are going to have to deal with latency and bandwidth limits.
The most effective first steps are:
Minimum for anyone: Install Adblock on all browsers
Ideal for most, if they are willing to learn a little: pi-hole DNS server (www.pi-hole.net)
This is a local DNS caching server that also blocks know ad network DNS requests. 70% of individual internet requests are DNS, and while they are tiny and pretty minor on a low latency connection, with a high latency connection like cell or sat, they make the internet feel really slow. Also, 40% of the bandwidth used is Ads, blocking those will speed things up and prevent overages and deprioritization.
All out: pi-hole + Squid proxy. Adding a Squid proxy will reduce bandwidth usage by caching repetitive, non-encrypted assets. This is less valuable these days because many websites use SSL encryption (which is good for other reasons), but it limits the benefits of proxy data without SSL interception (which is a more complex implementation that comes with its own issues).