The new ones were garbage anyways. Mine is stuck at a polling rate of 10hz, and the acceleration is god awful
Sorry for scaring developers
Norwegian proot with a taste for shitposting Deeply sorry for my photoshop creation
Former account at Kbin
aspe:keyoxide.org:JYRRSWIKLZWX366Y4DONCIEYAE
The new ones were garbage anyways. Mine is stuck at a polling rate of 10hz, and the acceleration is god awful
Oh onlyoffice works great! It’s spreadsheet function is far less buggy than excel and it’s smooth and snappy.
Guess which option will be set to off by users, which youtube will make the default to “on”, and then entirely remove the button when users adapt to turning it off.
Shadow legends?
Anything is python if you use it incorrectly enough
If I remember correctly it switches to this logo during christmas
Wait till they see the vlc logo during christmas …
As a young Norwegian I can say that I’ve saved a bit of money by pirating. I have a nas with 10s of tb of movies disney or Warner bros can’t delete from my library.
Or in physics terms, potential energy.
I switched from duckdns about a year ago as it failed to resolve the addresses for my jellyfin server. I ended up buying a domain from cloudflare for 3 years for about $4, and I self-hosted ddns updater to automatically grab the dynamic ip, and set it to a subdomain.
As for your nginx config, I’d imagine you could make 2 separate config files in sites-enabled
that are nearly identical, but listen for different domains.
Something like this:
#config file 1
server {
listen 80;
server_name example_a.com;
location / {
return 301 http://example_c.com$request_uri;
#or use an ip instead of example_c.com
}
}
#config file 2
server {
listen 80;
server_name example_b.com;
location / {
return 301 http://example_c.com$request_uri;
#or use an ip instead of example_c.com
}
}
#Or use "proxy_pass http://example_c.com;" in the location tag instead of "return 301..." if you want to reverse proxy the traffic
1.5Tb data cap, jeez. I regularly push 6tb of monthly traffic by myself. This feels like mobile internet all over again, but now with wired…
I personally won’t pay for the extra security updates, and will switch to Linux, but like you said, it’ll be very overwhelming at first. I’ve used kubuntu on my laptop for a while now, but it’s hard to rewrite my own software for Linux because it uses native system APIs.
Don’t use sudo to run this command, but do so if it doesn’t work. Using sudo may break your system.
Either that or mitosis
What would tiny core Linux be?
Ah you beat me to it
Will I be detained if I have a device with an emulator installed while visiting the museum
Out of the 60gb/month of traffic my website gets, 20gb is because of bytedance’s webscraper. I haven’t gotten around to blocking them as bandwidth isn’t an issue but damn do they send a lot of requests.
Our roborock robot vacuum runs Ubuntu (I’m not joking)