Insert logs in pastebin.com and attach links and you can open ticket on git.
Insert logs in pastebin.com and attach links and you can open ticket on git.
You can use postfix + dovecot + roundcube + spamassassin + opendkim + pigeonhole. Maximum stability. Roundcube have aliases plugin.
You can start from here: https://wiki.archlinux.org/title/Virtual_user_mail_system_with_Postfix,_Dovecot_and_Roundcube
Topic starter don’t use docker containers. He use lxc containers. LXC is virtual machines on host kernel. Case is that: He have 3 virtual machines with shared disk. In 3 VMs have 3 different applications. Applications work under different users and can’t rewrite data on shared disk. That is user permissions problem.
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.
You can use Revolt. Literaly Discord clone. https://github.com/revoltchat
At the beginning of the article, it is mentioned that only the use of uranium-238, which is now not used, will expand the reserves of nuclear fuel by about 200 times.
UPD: also in another article I read that not all uranium is completely destroyed in the reactor cycle, the rest turns into radioactive waste, which in a few years can be cooled and recycled into new rods for the reactor. in France, for example, they have been doing this for a long time. Here: https://habr.com/ru/articles/588877/
Oh, if only the reactors worked exclusively on uranium. Of course, I can quote Rosatom’s articles, but unfortunately they are only in Russian. A closed fuel cycle was developed there back in 2015. If you want you can use Google translate: https://habr.com/ru/articles/388533/
P.S. It is very specific to get scientific knowledge from a book called GREEN POLITICAL THOUGHT
Some countries successfully dismantle the remnants of the rods. Residues are extracted from spent nuclear fuel and rods are made not on uranium but on plutonium. The remmans of this rods is even more enriched than before reaktor starting work. as a result, it is possible to burn unenriched uranium and other heavy nuclei, so that the fuel will definitely last for a long time.
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
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:
You can make a volume snapshot of the system before a major change (for example, an update).
You can enable caching and use HDD together with SSD cache
You can build raid 0,1,5 directly on LVM (you still need modules from mdraid)
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.
You can use crontab -e
from user. That set user environment to usual state. Or you can use systems timers instead crontab.
Or you can set all environment variables inside cron file.
If you need fast online share you can use nginx + WebDAV module . You can use ip filters or auth. Or disable any auth.
Show all instances subscribers technically impossible. Or all instanses must go to all another instances (with banned too) and calculate total number. See local subscribers better then nothing.
That number show local subscribers. I think that not a bug.
You can create graph on the UI and then export to json. To be honest, it’s hard for me to imagine a situation where graphs need to be edited so often. After all, there are excellent template engines in Grafana itself. For quick look anyone can use Explore panel. Maybe I don’t have so much data…
Grafana sends an email screenshot of the graph when an event is triggered on the graph. You can see alerts part on any graph for understand.
You can configure grafana without gui. That explain in https://grafana.com/docs/grafana/latest/administration/provisioning/
prometheus use own time series database. you can connect influxdb to grafana and send alarms from grafana, but alertmanager better i think. node-explorer can collect all this data (sensors, VM/PC load etc.)
I used lvm with SSD cache few years, but time to time I have problems with loads after reboot. If forgot about reboots all work great with LVM raid + LVM cache. Cache can be configured without raid. And you can add or remove cache in any time. Docs: https://man.archlinux.org/man/lvmcache.7