Octavusss

joined 4 months ago
[–] [email protected] 2 points 3 hours ago (1 children)

I can't tell. I don't exactly remember the policy but if you decide to take it more seriously and even if they wouldn't support you 100% I belive that you could find compromise through discussion.

[–] [email protected] 3 points 3 hours ago (3 children)

That's quite the project you took upon yourself. As I've said before I wish you luck with your endeavors and hope you won't fall into production dark pit.

[–] [email protected] 3 points 6 hours ago (5 children)

With Void most of the packages I use and want are either in the main repo, non-free repo or multilib repo. I compiled only few packages which I wanted or needed like Brave Browser or drivers for my graphical tablet and few more. Once you get a proper grasp of it the process is nothing that hard.

As for SystemD I was able to always substitute one way or another so It's pretty painless for me personally. Thought It might be a nightmare for someone who spent years on distro like Debian.

Can't comment on ZFS as I have not used it on Void but some guys on unofficial Telegram group for Void said it's smooth.

Speak of the devil. I was also thinking of trying Gentoo although I will probably do 1 or 2 test installs in VM and after that install it only onto my old Lenovo ThinkPad. Maybe I'll try using Artix next for my daily driver. It's been some time since I used anything based on Arch.

Yeah. Definitely give it a spin atleast in a VM. Although I'm more of C++ guy myself I wish you luck Rust bro ;)

[–] [email protected] 3 points 9 hours ago (7 children)

Compared to Arch the packages in Void aren't the newest aka it's not a "bleeding edge" distro so by it's nature it's generally considered to be more stable. They even call themselves the Stable Rolling Release.

Then again compared to Arch, there is no Arch User Repository, but there is XBPS-src which is package builder which can build packages from other popular distros like Debian or Fedora with their .deb and .rpm files. They are sandboxed by default and require no root and. You can build packages yourself and there are also a lot of templates in XBPS-src.

Speaking XBPS, that is Void's very own package manager I believe it stands for eXtreme Binary Package System. It's also completely original to Void. It's a smart, versatile and very fast (second only to Pacman I think) tool.

Unlike Arch. Void doesn't use the nowadays standart SystemD Init system and instead uses Runit which is compared to SystemD more minimalistic, pretty simple to understand and overall faster Init system. Where everything is accomplished by linking form /etc/sv/ to /var/service/ with "ln - s".

Void also supports the C libraries. The standart GNU libc (glibc) and musl. Glibc with support for more software and musl generally considered to be more secure. Also in my humble opinion glibc Void is great for desktop systems and musl Void is good choice for headless home server.

Lastly just like Arch it's a minimalist distro so you can have way more control over system without too much headache and can pretty easily replace packages like sudo with something like opendoas.

I think Void one of the best Linux distros. I'm going to shamelessly fanboy it to the end of my days. One major issue for me that the official documentation is always kinda lacking for and I have to experiment. But yeah there you have it. Hope I didn't bore ya.

[–] [email protected] 2 points 12 hours ago (9 children)
[–] [email protected] 2 points 1 day ago

Thx I appreciate the input. I have already a lot of things set up on the server and switching now would be painful and time consuming. I also use docker in conjunction with kvm-qemu and had I known about proxmox a month ago I would not have construct it at such but alas. I will however in the future get another hardware which I will use as a home server and I will definitely give proxmox a shot.

Unrealted but Alpine Linux is based af!

[–] [email protected] 6 points 1 day ago (2 children)

Thunderbolts and Lightning very very frightening

[–] [email protected] 1 points 2 days ago (8 children)

Well I already got static IP from my ISP and configured Wireguard on my directly on my router so I think I'm good.

[–] [email protected] 2 points 3 days ago (1 children)

This statement sums it up for me; "The PSP can execute system workloads as well as workloads provided by trusted third parties. - AMD"

Its just a nice thing to have for me, not like a hard requirement, but I thought since I disabled Intel Management Engine on my Thinkpad a year ago I might as well give PSP a try.

 

Hi guys, how y'all doin? I was thinking about building a new work/gaming PC in the near future and thought to myself I would go full AMD. Just wanted to ask if there are any modern motherboards in 2025 which support disabling or atleast turning of parts of AMD PSP?

Thx in advance.

[–] [email protected] 4 points 3 days ago

I very much feel you brotha. One of the main things why me and my friends is that the Witcher 1 is one of few classics that have Czech dub. The catch is that it is a horrendously bad one for like 99% of the cast (I don't know what were voice actors smoking during recording). Me and my friends always laugh for at least 80% of the dialog in the game. It's absolutely amazing. Also same thing with Gothic 1 for english dub xD

[–] [email protected] 8 points 3 days ago (2 children)

Witcher 1. One of my all time favorites!

[–] [email protected] 4 points 3 days ago (1 children)

Something secure and easy to understand and setup for beginner. The easier the better. I don't mind writing config files if I can understand it.

 

Hi everybody.

How should I setup reverse proxy for my services? I've got things like jellyfin, immich a bitwarden running on my Debian server in docker. So should i install something like nginx for each of these also in docker? Or should I install it from repository and make configs for each of these docker services?

Btw I have no idea how to use something like nginx or caddy but i would still like to learn.

Also can you use nginx for multiple services on the same port like(443)?

20
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/[email protected]
 

Hi guys I was thinking of installing either Calyx OS or Graphene OS on Pixel 7 I got from secondhand.

Meanwhile I was also wondering which one of these is most private but also best usable; Aurora Store or Google Play Mirror (Graphene OS) or Micro G?

Edit; Thanks for all info guys. I will take it into consideration and probably always first use F-Droid and web apps.

 

Just wanted to know what you guys consider to be better when torrenting. Is it I2P network or a VPN like Mullvad, Proton or IVPN?

 

Hello.

My question is basically the title. Can a jellyfin installed with rootles docker access media that is stored on a encrypted hard drive?

I have almost zero docker experience since i just started using it and I just want to know if it's possible.

 

Hello everyone.

I bought domain name (example.com) from https://njal.la/ and I want to direct it to my server but I need help with it.

Let's say that I have public and static home IPv4 address 10.172.172.172 (example) and on that address is a computer running on 192.168.200.101 (example) and there is jellyfin server (port 1020/tcp), immich server(port 1021/tcp) and bitwarden server (port 1022/tcp).

My question is can I create a subdomain and point it to these servers?

Like; jellyfin.example.com -> 192.168.200.101:1020

immich.example.com -> 192.168.200.101:1021

bitwarden.example.com -> 192.168.200.101:1022

Or do I have to buy two more separate domains for these servers? Like example2.com and example3.com?

Sorry for english and also if this is a stupid question but I need to know. I have never so far used domains and never dabbled in dns setting and I don't know where to search for info.

view more: next ›