kanera
Ahora ahora programo y hosteo pequeños servicios online en mi casita.
Dibujo pero ya ni tanto la verda.
Mi otra cuenta en Fedi esta en @kanera@meow.social
- 2 Posts
- 15 Comments
this is so awsome
linux is literally licensed under the GPL, it is actively pushing that agenda
kanera@feddit.clOPto
Selfhosted@lemmy.world•Managing podman quadlets, users subids and suchEnglish
2·2 months agothis is incredible thank you very much, I will read through this once I have more energy lmao, this looks like okay dense content, very interesting
kanera@feddit.clOPto
Selfhosted@lemmy.world•Managing podman quadlets, users subids and suchEnglish
1·2 months agoSo far I’ve circumvented networking with different users by mapping everything through localhost, without stuff going outside the network, how would you connect say; a service running on user A, on network A, to a service running on user B, on network B?
So far I can’t imagine how to connect both, unless im doing some disgusting nftables hackery, which is an option I COULD take, just one I dont want to take.
kanera@feddit.clOPto
Selfhosted@lemmy.world•Managing podman quadlets, users subids and suchEnglish
2·2 months agoHad no idea either of these existed, I usually let myself go at the applications themselves searching for a way to setup a minimal environment, so I often miss these kind of convenience tools, either cuz I dont look for them, or cuz im a stubborn bitch lol, will check these out, so thanks for ur input :)
kanera@feddit.clOPto
Selfhosted@lemmy.world•Managing podman quadlets, users subids and suchEnglish
2·2 months agoNever delved into SELinux, honestly afraid (lazy) of navigating getting into yet another rabbit hole, but from the rest of the answers here, letting podman deal with isolation sounds like a better solution. tysm for ur input :)
kanera@feddit.clOPto
Selfhosted@lemmy.world•Managing podman quadlets, users subids and suchEnglish
4·2 months agoits my larp an I get to decide how hellish I want my server to be!!! 😡
kanera@feddit.clOPto
Selfhosted@lemmy.world•Managing podman quadlets, users subids and suchEnglish
1·2 months agoI had no idea you could just use the subids from their respective etc files, I just followed what the podman documentation recommends, I like that the containermapping ids like this is def much simpler than creating users per process, and probably less resource intensive. thanks for sharing ur input :)
I’m also afraid of SELinux, def the way of having a more secure system, but I reaaaaaaally dont wanna get to more docs on linux hahaha.
kanera@feddit.clOPto
Selfhosted@lemmy.world•Managing podman quadlets, users subids and suchEnglish
2·2 months agoexcellent solution, just have root container to --user and use the auto userns, had no idea about that, sounds super convenient. Much more self contained, just let the program do its thing, I had no idea about userns=auto with root, tysm for ur input!! :)
im very skeptical of this channel just because of how much it anthropomorphizes AI, it feels propagandistic.
Instead of taking the statistical analysis approach, its easy to rely on the marketing of “AI scary and will kill us and we’re not ready” or whatever, like, scifi is cool, but this is not that.
I like this especific explanation on an AI responce to a PR (the whole thread is good in that sense), as to why it says what it says, its a boring and statistical framework, shaped by rules that turn it into a complex machinne.
We as people like to anthropomorphize other things, read into them and see our own reflections, and altho its not bad to have empathy, but thats not always reality, and we need to be weary of how this behaviour can be exploited.
This whole youtube channel is personally off to me, mostly because of the super professional look, how out of the blue it appeared, not knowing anyone from the team that researches any of these topics (maybe i just havent looked into the credits) and how their weariness of AI is the same as the weariness of the companies, which have the interest of selling it (see claudes secret model thats a danger to the world and must not be published).
With the amout of money in AI, i worry its a psyop from some company that want to promote the idea of AGI, so that AI business stays viable for that little bit longer.
End of rant, i hope it made some sense lmao. Fuck IA
kanera@feddit.clto
Games@hexbear.net•Final Fantasy VII Has Been Remastered in 4K [with mods] And It Looks AMAZING!English
4·4 months agothat looks so sick
kanera@feddit.clto
Games@hexbear.net•GOG calls Linux "the next major frontier" for gaming as it works on a native clientEnglish
16·7 months agoyippee
kanera@feddit.clto
Linux@programming.dev•[Help] display managers with transparent backgrounds, showing the desktop itself?
1·10 months agou could use an custom bash file that screenshots ur desktops, blurs it, and then sources it as ur lockscreen from a config file, in bash it could go:
#!/usr/bin/env bash bg=~/.lockscreen.png grim -o $bg convert $bg -blur 0x8 $bg hyprlock rm $bghavent tried it yet, but as long as ur sourcing the ~/.lockscreen.png on ur config file, or u launch ur locking program with an argument to use whatever u used as a background (and that way u can use mktmp instead of throwing it on ur home folder) it should work. Just try the commands b4 executing it since i wrote this from my bed on a saturday and my brain is half working.
i just used hyprlock as an example, since u said ur using hyprland, but u can use whatever ofc, I myself use swaylock.
if its detected from liveusb I’d recommend backing up ur important data and reinstalling, maybe something from GRUB got fucked up or maybe the partition is not marked as bootable, if u dont wanna debug just reinstall, and if u do wanna debug, be prepared to reinstall.
So basically do make a backup of the stuff u really care about, and fix.
Feel free to reply with any updates :)