it all depends on how you define a person. Most likely, you think that a person’s consciousness is something inside the brain, and in this case, the “external” body really influences your decisions. But that’s not how it really works. The body is also a part of you, so everything that happens inside it, including “the hormone levels”, is a part of you. And your experience is a part of you too. It’s just that you can’t control it, but that doesn’t mean it’s not your decisions. Otherwise, we will come to the conclusion that muscle memory is also not a part of you, but some kind of external factor. In general, if you are interested in my answer: yes, we always make decisions on our own.
nitrolife
- 0 Posts
- 28 Comments
nitrolife@rekabu.ruto Selfhosted@lemmy.world•I don't get the love for Nextcloud - alternative for just files?English4·2 months agoI think you Just need nginx with one module: https://nginx.org/en/docs/http/ngx_http_dav_module.html That is filestorage only. WebDAV client exists for all platforms.
UPD: if you need web client you can use something like https://github.com/mgoltzsche/file-service/
nitrolife@rekabu.ruto Selfhosted@lemmy.world•pi-hole and pi-vpn with own domain nameEnglish5·3 months agoIn general, this is of course 100% based on speculation, but I assume that you can connect to a VPN but you cannot access any resource inside the local network. Just because this is the most basic mistake that beginners usually make. And it’s related to the fact that your pi is not your default gateway. To solve this, you need to enable SNAT on the local Pi interface. There are many guides on the Internet on how to do this.
P.S. Unfortunately, I have a poor telepathy skill, so it would be good to get a little more background. At least an accurate description of the problem. =)
nitrolife@rekabu.ruto Selfhosted@lemmy.world•which softwares can I self host without public IP?English41·4 months agoLook:
- you can buy any VPS server or use free VM in Amazon cloud
- then connect your home PC to this VPS with VPN tunnel After that you have public IP address (on VPS) linked with you home server.
- configure VPS for pass through incoming ports to you home server After that you can host anything for anyone in v4 or v6 internet.
nitrolife@rekabu.ruto Selfhosted@lemmy.world•Recommendations: Internal Certificate Authority w/ CRL and/or OCSPEnglish3·5 months agoI think you search that: https://developer.hashicorp.com/vault/tutorials/pki/pki-engine
It all depends on the writing time. if you have about a year, it will be difficult to make something truly breakthrough.
For example, we can question the modified Harvard architecture of modern processors. But creating an alternative architecture based on a modern set of hardware may be a bit of a difficult choice for a thesis.
nitrolife@rekabu.ruto World News@beehaw.org•"Putin doesn't want peace:" An Interview with Ukrainian human rights lawyer and Nobel Peace Laureate Oleksandra Matviichuk2·6 months agoAt that time, literally no serious analyst believed Russia’s statement. Even if we forget about the goals of creating NATO, Russia is not only a country, but also a part of the CIS. This means that if Russia joins NATO, it will not be able to provide military support to the CIS members. There are also many unresolved issues like general pension funds. which, by the way, included Ukraine, which was quite ridiculous since the “seceded” Ukraine paid pensions to its pensioners from the budget of the Russian Federation. If you are interested, this is an agreement on guarantees of the rights of citizens of the CIS member states in the field of pension provision. In general, this is a rather complicated topic of how to leave one alliance and join another.
nitrolife@rekabu.ruto homeassistant@lemmy.world•Home Assistant compatibility questionsEnglish4·7 months agoThe industry has not acquired a single standard by now. In this regard, there are many different devices on different protocols. Many manufacturers generally link their devices only to their own cloud.
Of the popular open standards, I would recommend zigbee. But in order for the device to be correctly identified, its sensors and parameters must be supported by the server. Zigbee2MQTT is a good choice. I use it myself. But the compatibility is not complete and you need to check the support on the developer’s website ( https://www.zigbee2mqtt.io/supported-devices/ ) or buy one device for the test.
I recommend Tuya company. I have about 12 switches from this company and they work pretty well with zigbee2mqtt.
The complete scheme is as follows: zigbee device <-> radio channel <-> zigbee coordimator <-> zigbee2mqtt <-> mqtt <-> homeassistant. For connect devices to zigbee2mqtt you need coordinator. SONOFF ZBDongle-E for example. Add zigbee routers if you have big square. If you server not in good place you can use wifi2zigbee coordinator. HamGeek poe zigbee 3.0 for example.
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
Russian, English and some Japanese.
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
nitrolife@rekabu.ruto Selfhosted@lemmy.world•I need help with my first home server. Permission/ownership and samba issues.English21·1 year agoTopic 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.
nitrolife@rekabu.ruto Selfhosted@lemmy.world•I need help with my first home server. Permission/ownership and samba issues.English2·1 year agothe 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.
nitrolife@rekabu.ruto Selfhosted@lemmy.world•Selfhosted messenger/community software like discordEnglish2·1 year agoYou can use Revolt. Literaly Discord clone. https://github.com/revoltchat
nitrolife@rekabu.ruto Selfhosted@lemmy.world•Can i use mailcow on a dynamic IP with DDNS-updater for my usecase?English1·2 years agoYou 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.
-
nitrolife@rekabu.ruto Self Hosted - Self-hosting your services.@lemmy.ml•It is always a struggle configuring a cronjob to run certain scripts; there is always a mis configuration, a PATH, an environment variable that is different from when you use it in interactive mode, e6·2 years agoYou 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.
nitrolife@rekabu.ruto Selfhosted@lemmy.world•Looking for shared storage with access without loging inEnglish1·2 years agoIf you need fast online share you can use nginx + WebDAV module . You can use ip filters or auth. Or disable any auth.
I’ll finish my house, clear out the old tree debris, and complete all the physical work I’ve planned for years to come.