TechnologyClassroom

joined 1 year ago

You cannot rename a file from webp to jpg, but you can change the URL to .jpg and it will likely serve you the jpeg version. You can also convert webp to another format with dwebp or MS Paint.

threads.net is the domain. You can get a head start and block any IP addresses associated with it using the firewall of your choice.

Oh, more meetings will fix it! /s

There are many ways to run code at startup. cronjobs and systemd are common ways to handle this. I have also had things start automatically with my desktop environment which comes later in the boot process.

You may be accustomed to the process, but fixing issues in the registry is not intuitive. It is simple enough if you find a guide that tells you exactly which item you need to work on and exactly what the default is and what you need to change it to, but what if the guide isn't exactly what you want?

In the GNU/Linux ecosystem, nearly every program has a config file. Sometimes each line has detailed comments in plain text around it you what the option does with examples of what it could be. If the documentation doesn't exist, you can dig deeper and see what that option does in the source which is usually documented as well. Programming experience is not required to search for text and read comments. Such documentation is not equivalent in Windows.

This is a common result of firm firmware and tinkering.

[–] TechnologyClassroom@partizle.com 26 points 1 year ago (4 children)

Extra firmware cannot be modified.

Firm firmware might be able to be modified, but documentation is largely unknown.

Silken firmware is easily modified by the user.

These names are taken from tofu packaging.

[–] TechnologyClassroom@partizle.com 5 points 1 year ago (1 children)

You were hacked by the manufacturer.

[–] TechnologyClassroom@partizle.com 2 points 1 year ago (1 children)

DD might be using something like that. I have heard they block TOR as well. I have used a VPN with ports 80 and 443 on their WiFi years ago.

[–] TechnologyClassroom@partizle.com 1 points 1 year ago (3 children)

Deep packet inspection is unlikely the culprit in my experience. SSH and SFTP use port 22 by default which is probably blocked. I log in to my work VPN through common ports 80 and 443 on public WiFi.

You could also have your back end pull from a git repo every minute. A cron job could check a GitLab repo for changes and update the site if any changes are found.

view more: next ›