• 0 Posts
  • 34 Comments
Joined 1 year ago
cake
Cake day: June 28th, 2023

help-circle
  • the idea is that: all your applications work under the same user. or at least under the same group. because this is exactly how the differentiation of rights is applied.

    A good plan is to create some kind of user in all three containers and run qbittorrent, samba and the third application under it.

    A bad plan is to run everything under a random user with 777 rights, but this is a really bad plan.

    Create a user in all three containers and work under it. That is not hard. Run qbittorent with that user. Config will be there: /home/user/.config . Then set that user for samba. I don’t know third app , but I think you can find how change user in manual.



  • Her argument for being vocal is that her and her generation will have to live with the consequences of our fuckups the longest and hardest.

    Surprise, but if you stop generate energy by oil you can’t have hard industry. It is quite difficult to cast steel without huge energy consumption. And aluminum is even more difficult. But for some reason, no one wants to ride horses and abandon airplanes. Them can stop buy industrial products. And problem will gone.

    And no, strangling heavy industry in your country until it is evacuated to China is not a fight for the global environment.

    It is convenient, of course, to tell what idiots everyone around is without having worked a single day in heavy industry. And in Greta’s case, without having worked a day at all, apparently. I suggest she work at the factory for a couple of years and then repeat her statements.

    And it is better to live for a couple of years in a country with a less mild climate. Let’s say where it is -30 in winter. Surely she doesn’t hope that all 9 billion people will fit into the warm bosom of the Gulf Stream? Pollution from heating is also very significant. We don’t even turn off cars here in some cities because then we just won’t start them.







  • You need to create an MX record in the DNS zone of your domain. Something like:

    @ IN MX 10 my.zome.
    @ IN MX 20 server1.my.zome.
    

    You can create 1 MX record or more. 10 and 20 server priority for input mails.

    Then you need to create an spf record. There are several options here. For example

    @ IN TXT "v=spf1 +a +mx -all"

    allows you to send emails from A domain records, then from MX domain records and prohibits from all other hosts.

    Theoretically, you can only create an SPF record with A but without MX and dont create MX DNS records. Although I have not tried this configuration.

    This is the minimum set after which you will get into spam, but at least the letters will reach.

    You also need to make a PTR record to avoid spam folder, but this is not possible on a dynamic IP.


  • interesting facts about LVM:

    1. You can make a volume snapshot of the system before a major change (for example, an update).

    2. You can enable caching and use HDD together with SSD cache

    3. You can build raid 0,1,5 directly on LVM (you still need modules from mdraid)

    4. Even without a raid, you can expand the partition beyond one disk to another or migrate the partition from disk to disk (without even disabling it)

    However, all this is done from the console and I do not know if there is a GUI.


  • I think that in order to solve such a question, we first need to consider something else. Why, if votes are so important to you, can’t you just create a bunch of accounts and vote honestly on any server?

    As soon as we are really sure that 1 person is 1 vote, and not 10, 100, 10000 or any other number, then it is already possible to build trust checks between servers. Although it seems that this has not been solved even by large social networks.

    The answer to your question in general is this: store the votes by servers and then double-check the result randomly.

    S returns: 50 votes for a post from server A, 30 for a post from server B, 10 for a post from server C, etc. Then you can randomly check on these servers whether the amount is correct. However, there is no way to check the voices of server S, so they either have to be thrown out or still trust the server at its word. It is possible to fully verify server S only if registration on all servers goes through a trusted intermediary.