

Idk that much about bazzite, but I’ve been running silverblue/kinote for awhile. /home shouldn’t be read only. Same for /etc and /var. Can you create any files in $HOME OR $HOME/.config/ ?
Idk that much about bazzite, but I’ve been running silverblue/kinote for awhile. /home shouldn’t be read only. Same for /etc and /var. Can you create any files in $HOME OR $HOME/.config/ ?
i3 is configured to use the program dmenu by default. A common replacement for that is rofi. I use wofi on sway. Rofi has more features, wofi is pretty simple but you can customize with css.
Sway will read the i3 config you already have if you put it in the sway config folder. Then just download dmenu if you want that same behavior. Some things like mod+enter is binded to i3-sensible-terminal, so if you don’t have i3 installed on the box it won’t find a terminal to open. The fix is to change the binding to your preferred terminal emulator.
All in all the transition is pretty painless.
We did it at a wildlife rehab center I worked at. If we bought local we would clean out the local bug supply in a couple days. Which happened a couple times when we couldn’t get them online or a package got lost.
Not that I think that’s what this is. The packaging could be better, but also you order a box of crickets you get a box of crickets…
I have a simple one.
When you search for a community, then start browsing one and go back to the search the text is gone. This requires you to retype the query for each community you visit.
It would be cool if the query was saved.
Thanks for all your hard work :)
So it’s windows emulating linux emulating android emulating linux?
I’m interested to hear how that works out for you
You can set up multiple remotes for a repo and push to a local git server and github at the same time
I was too dumb too link it lol
Damn, I thought this was self hosted
Try running docker logs
for the tailscale container to see if it gives any more info
For anyone thinking about conducting a similar search for this image.
Turn on safe search before you search “flesh prison”
I’m done internetting for today
I had never heard of radxa. Looks awesome!
From wikipedia
Adult cats rarely meow to each other. Thus, an adult cat meowing to human beings is generally considered a post-domestication extension of meowing by kittens: a call for attention.
I am root I am admin I am user I am all.
Holy shit I almost died
Anybody else notice the first graph goes from 2020 to 1996?
In my experience handling barn owls, that one is getting ready to fuck your shit up hahah
Owls already have the strongest grips in the bird world, and barn owls seem particularly feisty.
You would have to reach out for it for it to attack you. Even with falconers gloves it still hurts lol
Was thinking “Oh shit now I have to become vegan”, but the article is paywalled so I didn’t have to go on the guilt trip.
Just to offer the other perspective. I started with podman years ago. I knew very little about containers and I would say it made the learbing curve a lot steeper. Most guides and README’s use docker and when things didnt work I had to figure out if it was networking, selinux, rootless, not having the docker daemon, etc… without understanding fully what those things were because I didn’t know docker. But when I started running stuff on kubernetes, it was really easy. Pods in podman are isomorphic to kubernetes pods. I think the pain was worth it, but it was definitely not easy at the time. Documentation, guides, and networking have improved since then, so it may not be as big of a deal now
Quadlets with podman have completely replaced compose files for me. I use the kuberentes configs. Then I run a tailscale container in the pod and BAM, all of my computers can access that service without have to expose any ports.
Then I have an ansible playbook to log in to the host and start a detached tmux session so my user systemd services keep running. Its all rootless, and just so dang easy.
For every sever install I’ve had, flatpak defaults to the system install which requires a password. You have to explicity pass the --user flag.
I’m not sure how to make it the default
That’s really interesting. What about 0.0.0.0? Does it resolve to localhost or the “public” ip?