Skip Navigation
Jump
what are .webp files and why has my online experience been plagued by them?
  • 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.

    5
  • Jump
    Why is Linux so frustrating for some people?
  • 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.

    3
  • Jump
    Why is Linux so frustrating for some people?
  • 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.

    1
  • Jump
    Firmware.
  • 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.

    25
  • Jump
    Looking for a recommendation
  • 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.

    2
  • Jump
    Looking for a recommendation
  • 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.

    1
  • Jump
    Looking for a recommendation
  • 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.

    2
  • Jump
    Looking for a recommendation
  • That is a networking issue which is not specific to Hugo. You need to solve this as most of the suggestions also involve SSH.

    One way is to use a VPN like openvpn or wireguard that can use a common port like 80 or 443.

    2
  • Jump
    What are some useful apps that are only found on F-Droid?
  • Many apps that are on F-Droid are also on Google Play, but there are exceptions. Gadgetbridge (smart watch connection app) warns that the Google Play version is unofficial and unaffiliated. An unofficial app might be upstream compiled without modifications, but this opens users to potential supply chain attacks from the uploader and Google.

    2
  • Jump
    A script to find subreddits you subscribed to on reddit, in the lemmyverse.
  • I would recommend making a full git repository and at least adding a license header so that others can expand upon it. Maintaining a useful gist is cumbersome as issues tend to be ignored comments.

    1