nitrolife

joined 2 years ago
[–] nitrolife@rekabu.ru 15 points 2 months ago

What you mean when say "windows only"? You can just set "use proton" in steam client and run windows game on Linux with proton.

ProtonDB link: https://www.protondb.com/app/2747770?device=any

[–] nitrolife@rekabu.ru 4 points 2 months ago* (last edited 2 months ago)

I 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.ru 2 points 2 months ago

My first linux was Ubuntu 10.04. And I swapped to Arch only when Ubuntu added snap.

[–] nitrolife@rekabu.ru 3 points 4 months ago* (last edited 4 months ago) (1 children)

Look:

  1. you can buy any VPS server or use free VM in Amazon cloud
  2. 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.
  3. 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.ru 1 points 5 months ago* (last edited 5 months ago)

Google and Reddit deal, it's not like they are going to promote alternatives forums that much

There is more than one search engine in the sea.

And that would be an argument if it weren't for a completely broken CEO headers in the web interface. I can't attach a screenshot because I changed the web in my copy to the Photon. In general, there are tons of SEO mistakes. At least according to Yandex Webmaster page.

UPD: for example api don't have robots.txt method. As result I generate new pages lists for best search optimization with self written script...

[–] nitrolife@rekabu.ru 5 points 5 months ago (2 children)

Just my opinion: No need to focus on reddit. The world is not focused by that platform, and there are other people on the Internet.

To attract an audience, you need exactly to attract an audience. Add indexing by search engines, Add SEO optimization for lemmy-ui, etc. People can find interesting instances exactly in google search after that without any provisioning. That's why web search engines be created.

[–] nitrolife@rekabu.ru 3 points 10 months ago* (last edited 10 months ago) (1 children)

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

[–] nitrolife@rekabu.ru 2 points 1 year ago

Insert logs in pastebin.com and attach links and you can open ticket on git.

[–] nitrolife@rekabu.ru 4 points 1 year ago

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.ru 1 points 1 year ago (1 children)

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.

[–] nitrolife@rekabu.ru 2 points 1 year ago (7 children)

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.

view more: next ›