theorangeninja

joined 9 months ago
[–] theorangeninja@sopuli.xyz 1 points 1 day ago

But in Voyager the computers and antennas had to survive the radiation of Jupyter (?).

[–] theorangeninja@sopuli.xyz 14 points 2 days ago (6 children)

And what are the games they talk about?

[–] theorangeninja@sopuli.xyz 44 points 2 days ago (4 children)

I don't know what I find more impressing. The 4kB of RAM from the moon mission in 1969 which worked back then or the 69kB of RAM from the Voyager mission in 1977 which still functions to this day!

[–] theorangeninja@sopuli.xyz 2 points 6 days ago

Yes that happens more often than I would like to admit lol

[–] theorangeninja@sopuli.xyz 3 points 6 days ago

Yes I thought about that too, but I really want to try something else.

[–] theorangeninja@sopuli.xyz 2 points 6 days ago (1 children)

Because you mentioned it, what exactly is selinux? I saw it a few times on fedora but never really understood what it's useful for.

[–] theorangeninja@sopuli.xyz 2 points 6 days ago (1 children)

Thank you very much for correcting me about the RPM issue!

I don’t think security wise there’s much of a difference between running random software directly or via distrobox. Note that distrobox mounts your entire home directory into its containers, which removes any security benefit that containers could theoretically bring.

True, I forgot that distrobox mounts the entire home directory.

Using Nix (not NixOS) is also not actually that hard, you can just run nix-env -iA nixpkgs.yazi and it does exactly what you would expect, even if NixOS users would scoff at the “imperativity”.

But that still leaves the question: How to install Nix in the first place? Without just running the script. Another question: This command just runs the software once without actually installing it right?

That being said, the OpenSUSE repositories really aren’t that bad. Especially if you combine them with Flatpak, and especially if you install Firefox and VLC (or equivalents of your choice) from Flatpak so you don’t need proprietary codecs in your base system. I used OpenSUSE Tumbleweed for years and got by just fine without Nix, homebrew or distrobox.

Awesome, thank you very much! I really should just try it out for a while!

[–] theorangeninja@sopuli.xyz 1 points 6 days ago

For example signal only provides a .deb package for Linux. And I must admit I never understood how to handle a "generic" linux package/tarball. Maybe I should dig into that one day.

 

Is there anything obviously wrong or bad about the idea to just use whatever distro you like on bare metal. Like rolling release to get the fastest updates or immutable to make it rock solid. And then just use distrobox or toolbx with Debian and maybe Arch to run software your base distro does not provide?

I run Fedora right now but want to switch to something else. I was thinking about Tumbleweed a lot but there is quite a big portion of software which does not ship on Tumbleweed. (Theoretically you could download the .rpm file which quite a few developers provide on and install it on Tumbleweed too? But I am not 100% sure about that so please correct me about that if I'm wrong.) So I thought about Nix but the drama around that distro made me loose interest. Obviously Arch is also an idea but I don't like my base OS to be a project itself so I'd rather not use it for now.

And yes I thought about installing homebrew or nixpkg or pixi or whatever the name of the next new package manager is. But nearly all of them are only installable by executing a script and I don't feel comfortable doing that. Would it be safer to run scripts like that in a distrobox/toolbx?

So yeah, my initial question was wether it is viable to just choose any distro and get along with distrobox to get your software from the AUR or through .deb packages. But the question developed if it would be wise to use distrobox to execute random internet scripts without altering your base OS/putting your data to risk.

[–] theorangeninja@sopuli.xyz 2 points 1 week ago (2 children)

I was not reading the Plasma 6.5 release notes so I was not aware of that. Nice, now I just have to wait.

[–] theorangeninja@sopuli.xyz 1 points 1 week ago

Thank you very much, I will try it out when my distro ships Plasma 6.5

 

Is there a way to automatically switch on dark mode like you can turn on night light? Or is it necessary to open the system settings app every time and switch it by hand? I searched around in the system settings but did not find anything about that? Is this a planned feature for a future release or is there a plugin?

[–] theorangeninja@sopuli.xyz 1 points 1 week ago (1 children)

Do you know if Trilium saves notes in plain markdown like Obsidian or in a database?

[–] theorangeninja@sopuli.xyz 2 points 1 week ago (3 children)

I tried it in the past but had problems with the linux app (when are they releasing the flatpak to flathub?) so I put it aside for now. I want to try obsidian next but am not happy with it not being open source and that you either have to pay for sync or use the community livesync which could basically stop working with every update. Maybe I will go back to trilium but I have to stop switching and stick to one for a while lol

 

As the Windows 10 EOL date is close I was wondering what fellow Linux users thoughts about it are.

Are you helping open minded people making the switch to Linux? If yes, which distro are you using? Are you using resources like endof10.org?

Or are you using the the opportunity to get your hands on some cheap hardware for your homelab? Are you keeping an eye on special websites or just ebay (or your local equivalent)? Are you talking with local companies to get the hardware directly from them?

Or are you just observing and enjoy your peace of mind because you switched already to Linux before?

Whatever it is, we are very interested to hear your stories concering this interesting time.

 

Hello everyone,

I am about to renovate my selfhosting setup (software wise). And then thought about how I could help my favourite lemmy community become more active. Since I am still learning many things and am far away from being a sysadmin I don't (just) want tell my point of view but thought about a series of posts:

Your favourite piece of selfhosting

I thought about asking everyone of you for your favourite piece of software for a specific use case. But we have to start at the bottom:

Operating systems and/or type 1 hypervisors

You don't have to be an expert or a professional. You don't even have to be using it. Tell us about your thoughts about one piece of software. Why would you want to try it out? Did you try it out already? What worked great? What didn't? Where are you stuck right now? What are your next steps? Why do you think it is the best tool for this job? Is it aimed at beginners or veterans?

I am eager to hear about your thoughts and stories in the comments!

And please also give me feedback to this idea in general.

 

I am having issues with my linux machine running openSUSE MicroOS. It runs fine but I can't power it off via SSH. I tried shutdown, poweroff and halt but no command turned the machine off. I then have to physically push the power button but I don't feel comfortable doing that too often because I might interrupt some processes which are still running? Is there something I could still try or something I did wrong?

 

Hello selfhosted! Sometimes I have to transfer big files or a large amounts of small files in my homelab. I used rsync but specifying the IP address and the folders and everything is bit fiddly. I thought about writing a bash script but before I do that I wanted to ask you about your favourite way to achieve this. Maybe I am missing out on an awesome tool I wasn't even thinking about.

Edit: I settled for SFTP in my GUI filemanager for now. When I have some spare time I will try to look into the other options too. Thank you for the helpful information.

 

I don't know if this is the correct community to ask this but I have a problem with my Jabra Elite 4 Active Bluetooth headphones. I can't connect them with my Fedora 41 KDE laptop. Is this a KDE issue? Or a general Linux issue? Every other Bluetooth device I tried so far worked without a problem (speaker, mouse, keyboard, etc.)

 

I'm looking for a bookmark manager with offline capabilities. I want to host it at home and don't want to expose any ports so I should cache the links when it can't reach the server and also keep newly added links in cache and upload them when the server is reachable again (i.e., I am at home).

Is anyone aware if Linkwarden, Hoarder, Linkding (or something else) has this feature?

view more: next ›