u/K4milLeg1t

Easy to setup NextCloud alternative for an idiot?

Hello!

I'm looking for a simpler alternative to NextCloud. I'll say it bluntly, I'm not the sharpest tool in the shed when it comes to this sysadmin stuff - I'm a programmer, not an admin. What I'd like to have is just a google drive alternative and not much besides that.

My current setup is 2 proxmox nodes. One node hosts a "router VM", which runs nginx to reroute traffic to other VMs/services. This is because I only have one public static IP from my ISP.

I've tried to setup nextcloud AIO, because that's what seemed like the most "plug and play" option, but failed miserably. Certificate issues, routing issues, gazillion other docker containers, domain errors on setup and I think it's just not for me.

What's the simplest file sharing self-hostable/google-drive-esque service out there? Something that an idiot could host.

As an example for the level of simplicity: I run a gitea instance. My setup was just to download the binary from the releases page, click through the web interface and that's it and it works good and has for the past few months.

reddit.com
u/K4milLeg1t — 6 days ago
▲ 3 r/osdev+1 crossposts

Implementing priorities in a scheduler in C

PROJECT REPO: https://git.kamkow1lair.pl/kamkow1/mop3

Hello!

I'd like to share this article I wrote about, how I've modified my operating system's round-robin scheduler to deal with process priorities. I also touch upon priority inversion and implementing priority inheritance for mutexes. It was fun to implement and I hope you have learned something useful today!

I also regularly post about the development of my project on my linkedin if anyone's interested: https://www.linkedin.com/in/kamil-kowalczyk-2258b6283/
Thanks for reading !

kamkow1lair.pl
u/K4milLeg1t — 11 days ago

Hello, I'm 19 and just finished highschool. Trying to get into the job marked, but it's really rough for me. Curious what people think of my CV.

LinkedIn: https://www.linkedin.com/in/kamil-kowalczyk-2258b6283/
My currect worked on project: https://git.kamkow1lair.pl/kamkow1/mop3 https://mop.kamkow1lair.pl/

I'm generally trying to get into the embedded space / IoT, but I could settle for sysadmin stuff too, because I find it less stressful than coding.

u/K4milLeg1t — 16 days ago
▲ 121 r/Weird

Why would someone need so many?

This goes way further, there's so many of them!

u/K4milLeg1t — 19 days ago
▲ 7 r/osdev

Hello!

I would like to share a small article I wrote about how and why I've migrate migrated my kernel from fine-grained locks to a big kernel-wide lock.

Contrary to what might seem right/wrong, I believe such approach is actually better for my project going forward, but I'd like to hear what you think too! What's your experience with such topic? Have you even thought about it?

Project repo if you'd like to see the code 😄 https://git.kamkow1lair.pl/kamkow1/mop3

kamkow1lair.pl
u/K4milLeg1t — 25 days ago