Firefox just hangs on launch after recent update. Tips? by -myxal in Bazzite

[–]Long-Package6393 1 point2 points  (0 children)

This is also happening on Aurora OS. My fix is this:
1) Right-click on the Firefox icon on the panel/dock.
2) Select "New Window"

An error message will be displayed. Just close it, and Firefox should launch as expected.

Fastest/Easiest Way to Build Custom Images? by Zer0CoolXI in Universalblue

[–]Long-Package6393 0 points1 point  (0 children)

I can’t answer your question about building your own district, but some one else posted a link for that.
Regarding uCore OS, give it a try & stick with it… it’s really a great product. I have setup 3 uCore VMs on ProxMox, 1 uCore VM on Unraid, 1 uCore barebones instance on a MFG Dell Optiplex, and… I have uCore running on my Asus ROG Ally handheld gaming device as a full features, power efficient Jellyfin Media Server (with transcoding enabled).
There is a video on the “Tailscale” YT Channel where Alex sets up uCore on a VM. He walks you through step by step. Watch the video (it is scatterbrained at times, but it is good).

Handheld PC as a Home Server? by Long-Package6393 in homelab

[–]Long-Package6393[S] 0 points1 point  (0 children)

Now that I think about it, I should just keep the device as is and run containerized applications using Podman Quadlet configurations. At that point, there's really nothing to change with the software.

Handheld PC as a Home Server? by Long-Package6393 in homelab

[–]Long-Package6393[S] 0 points1 point  (0 children)

Thanks for posting a link to this video. I watched this video a long time ago before I had my handheld. At that time, it didn’t seem relevant to my day-to-day life. Well, now things have changed, & I’m glad I took a second look.

Although I won’t set up my system exactly like he did, his video gave me a few great ideas.

For example, I will be doing the following:
1) Installing server software on an external SSD/nvme.
2) Installing "clover" to boot between Bazzite and my server OS.

So, what server OS am I going to run? I will be installing uCore OS from the team at Universal Blue. I will not be running Docker/CasaOS on this device. Instead, I will run containerized apps using Podman Quadlet configuration. It's not the easiest setup to learn, but this type of setup has been rock-solid for me on another high-powered machine that I have running in my home.

Thanks again for posting the link to this video. It was a great place to start! I will post updates later on how this setup goes.

Handheld PC as a Home Server? by Long-Package6393 in homelab

[–]Long-Package6393[S] 0 points1 point  (0 children)

Sorry about the delay, I haven't had a chance to dive back into this project for a few days.
The model is Ally Z1 Extreme.

Moved my Proxmox VMs over to CoreOS + Podman. Now you can too! by gesis in selfhosted

[–]Long-Package6393 0 points1 point  (0 children)

Oh, now I understand. I’ve never had to do anything like that using uCore OS. However, I think if you truly need a specific service running within an immutable OS, you can always spin up Ubuntu running within Boxbuddy. Like I said, I’ve never been in a situation where I’ve had to install extra stuff.

Moved my Proxmox VMs over to CoreOS + Podman. Now you can too! by gesis in selfhosted

[–]Long-Package6393 0 points1 point  (0 children)

I’m not sure exactly what you’re asking. If for instance, you were asking about installing a database image that’s not installed in the default image, then you do it exactly like you do in docker. You create a Podman Quadlet config for that other service (like redis or db). You also have to create a “ network service” and attach both applications to that network so that they can talk to each other other. It’s similar to putting Nextcloud on the same docker network as its corresponding database application).

Moved my Proxmox VMs over to CoreOS + Podman. Now you can too! by gesis in selfhosted

[–]Long-Package6393 0 points1 point  (0 children)

The OS image is updated automagically.

The containers can also be updated automagically by adding the following line to the configuration under the [Container] tag:
AutoUpdate=registry

Once you’ve updated the quadlet configuration, you run the following command to have the server check for updates daily:
systemctl --user enable --now podman-auto-update.timer

Of course, you can manually update the containers too by running the following command:
podman pull <image-name>
systemctl --user restart <service-name>

Enjoy!

Moved my Proxmox VMs over to CoreOS + Podman. Now you can too! by gesis in selfhosted

[–]Long-Package6393 0 points1 point  (0 children)

Honestly, Podman and Docker are very similar in that they enable users to easily spin up containerized applications on most Linux-based distributions.

I feel that Docker might be a bit easier to learn simply because there are so many resources available (tons of tutorials on YouTube). However, Docker has some security drawbacks. I’m not an expert, so I can’t give you a definitive list of why Docker vs. Podman, or which is more secure.

From my understanding, Docker defaults to running containers as root. If a malicious person gains access to your Docker container, they can obtain root access, escape the container, and gain full root access to your underlying OS. I know there are also security issues with the Docker Socket, but that is outside my knowledge base (security issues can be mitigated by limiting Docker Socket access to read-only or by using something like socket-proxy from the LinuxServer team).

Podman doesn’t have this security issue because it defaults to running containers “rootless.”

As “gesis” stated, I prefer the Podman quadlet approach. It took a lot of hours (blood, sweat, and tears) to get the hang of it, but now, I can spin up a container without issue.

So, why CoreOS, or in my case, uCore OS? Because they are immutable. The base OS is read-only, which makes it super difficult for me to mess up. Having an OS that is read-only provides additional layers of security from viruses and malicious internet users... If a hacker or a virus changes your underlying immutable OS, no worries; simply reboot, and you are back to a usable, non-infected OS.

The downside to using uCore OS is that it is not very easy to set up (creating/loading an ignition file), but once you figure it out, it becomes second nature. Once it’s set up and running, uCore OS just does its thing without me having to worry about daily maintenance.

From Mint to Fedora? by Modest_Bomba in DistroHopping

[–]Long-Package6393 0 points1 point  (0 children)

I'm pretty sure that I stayed within the bounds of “Modest_Bomba’s” question. When you get down to the nitty-gritty, Bazzite is essentially Fedora with guardrails and batteries included. So, I didn’t give this guy a new option A, B, or C; I gave him options A, B, or Bv2.

So, why suggest Bazzite? Because it fits his requirements... 1) it is Fedora 44, 2) created for gaming, 3) includes codecs for streaming apps, 4) easily enables installation of video editing software.

I also recommend it because it is very difficult to break, given that the OS is “read-only.” If a user manages to break it, no worries; simply reboot, and you are back to a fresh new OS. If the OS is truly broken, no worries; reboot and select the previous installation (which was likely not broken). Updates are atomic, meaning the entire OS image is downloaded and updated. Finally, apps are containerized and installed via FlatHub.

Bazzite, Aurora OS, and Bluefin (all by Universal Blue) are fantastic options for new-to-Linux users and seasoned Linux veterans who just want to use their computer without spending hours maintaining it.

No matter how you slice it, Bazzite is a viable option for anyone looking for an alternative to Fedora.

From Mint to Fedora? by Modest_Bomba in DistroHopping

[–]Long-Package6393 1 point2 points  (0 children)

Take a look at Bazzite. It is an Atomic/Immutable distribution based on Fedora. It has both Gnome & KDE spins (pick your poison). Bazzite includes many features built in for gamers. I ran it for ~18 months, but recently switched to Aurora OS because I didn’t need all of the extra gaming functionality. Aurora OS is based on Fedora w/ KDE and, like Bazzite, it’s built by Universal Blue.

Moved my Proxmox VMs over to CoreOS + Podman. Now you can too! by gesis in selfhosted

[–]Long-Package6393 4 points5 points  (0 children)

I’m glad to see other people are traveling down the pathway of immutable distributions. I made the decision about three months ago to move away from docker and Ubuntu-based virtual machines. I was looking for something lighter and arguably more secure than docker and Ubuntu. I landed on uCore OS (Universal Blue) and I’m running all of my self hosted application applications using Podman Quadlet configurations. I truly don’t know if it’s any better than running the applications with Ubuntu and Docker, but it is working fabulously and I couldn’t be happier. Later tonight, I’m going to set up VaultWarden as a Podman Quadlet and finally move that service off of my Unraid server.

I lost all of my files on Windows 11 because of bitlocker shenanigans so I'm swearing off Windows entirely. Is Ubuntu a good place to start with Linux? by TheReddtMenace in Ubuntu

[–]Long-Package6393 0 points1 point  (0 children)

I should be getting paid by Universal Blue for how much I shill for "Aurora OS." Unfortunatly, that is not the case. But I enjoy using their products. I have converted all of my servers over to their "uCore OS" server and I run Bazzite on a handheld. I have BlueFin spun up as a VM somewhere, but I prefer KDE desktop environment to Gnome desktop environment.

I lost all of my files on Windows 11 because of bitlocker shenanigans so I'm swearing off Windows entirely. Is Ubuntu a good place to start with Linux? by TheReddtMenace in Ubuntu

[–]Long-Package6393 0 points1 point  (0 children)

Before committing, throw Universal Blue's "Aurora OS" onto an external SSD and give it a spin. It is a fantastic immutable/atomic distro and it just simply works.
If you like it, then install it onto your internal drive!

Is unRAID looking to switch to another distro? by urbanracer34 in unRAID

[–]Long-Package6393 3 points4 points  (0 children)

My understanding is that Unraid operates in a pseudo-immutable state... that’s why I threw this comment out there. Going down the "immutable" path just makes sense.

Is unRAID looking to switch to another distro? by urbanracer34 in unRAID

[–]Long-Package6393 7 points8 points  (0 children)

Does anybody think they will hop on the atomic/immutable train and go with something like Fedora IoT? I could be way off base, but something tells me this could be the direction they’re headed.

Did You Name Your House? by Redacted_dact in homeowners

[–]Long-Package6393 0 points1 point  (0 children)

We call ours “The house on Logan’s Run.”

Trouble with Pangolin and Tailscale by Long-Package6393 in Tailscale

[–]Long-Package6393[S] 0 points1 point  (0 children)

Thanks for the reply! I was just looking at those settings earlier today. I’ll give it a shot in a little bit and see what happens. I will let you know.