Thank you for allowing Flathub to publish this! I’m on an immutable OS and this works great! Color me impressed with the auto SSH key import! :)
- 6 Posts
- 126 Comments
As other’s have said Brother. I can honestly say they are one of the few companies which still make Linux drivers for their printers. I’ve been using their monochrome lasers.
They are workhorses as well, I’ve seen several out in the field printing well over 100K pages and still going strong. The best part about Brother I think is they also allow free access to their service manuals which will tell you more than you may ever want to know about your Brother Printer. :) I had an older HL-L2240 (USB Only) I bought about 9 years ago in a thrift shop and it ran faithfully on a network print server at my home until it stopped feeding paper. It probably needed a new pick up roller set, but it was a bit slow and I felt it was time to upgrade, so I now have a Hl_L2420_DW wireless which out of the box on my Fedora linux system installed and runs flawlessly. They are generally under $200 (around $130 at Wal-Mart for example).
They also do not limit you on your laser cartridge if you go that route, in that you can usually buy after market toner and drums without it ever complaining or locking you out.
node815@lemmy.worldto Android@lemdro.id•Cirrus app dev informing the app will stop working on certified android devices in '26/'27English1035·4 days agoI have a bird identifier which listens to the mic when you run it and it easily identifies the birds and it gave me that tonight when I opened it. I’m thinking that F-Droid (where it came from ) may be injecting that in the installs for those devs which have yet agreed to Google’s changes or otherwise flat out said they wouldn’t. I’m not sure if that would be the case with this app, but since you got the same one I did, it makes me wonder if that is the case.
I keep landing back to Proxmox, My primary use is to run the Home Assistant OS VM which is quite fantastic there. And also, I have NFS sharing setup on the Proxmox server so I can share it between my machines and my home Linux boxes. I’m on Proxmox 8 though and not 9. Debian 13 with Proxmox 9 it turns out at least when I tried it, is really locked down now for running Docker via the host. (Proxmox machine) With Proxmox 8, I can still install Docker and run my containers there, then use Portainer to manage them sometimes, but rarely now days. You can also probably do it the “Correct way” as some may believe by setting up a VM or LXC in Promox to host docker containers. I do that with one subset of containers but not all.
Another option you may want to consider is XCP-NG, which is another hypervisor and IMHO ran Home Assistant a tad bit faster for me, but it will not allow you to mount existing drives without erasing them (I can’t do that with my disks). Additionally, it seems to be on an out of date CentOS build which is no longer updated. (My notes from this are from a year ago when I tried it and I think some of it has changed, but for storage: https://docs.xcp-ng.org/storage/) You can see what’s going on there.
Most people will say to host Truenas or something like that in a VM via Proxmox but honestly, it isn’t too difficult to set up with a tool like Cockpit to manage the shares. I’ve played with most of the setups recently and recently tried going with a Debian 12 install on bare metal with the Home Assistant VM running which I could, but I had more crashes with the server and it never started the VM in spite of being told to do so. I honestly didn’t stick around though, so YMMV if you go that route.
node815@lemmy.worldto Android@lemmy.world•Nova Launcher's Sad End: Founder Says Development Is OverEnglish5·17 days agoI made a switch to Smart Launcher which has been quite fantastic. They don’t rely on a subscription model like most other launchers which is a huge plus in my book. They offer quite a bit of options for customizing your screen. Not as much as Nova, but it’s still good. I used Nova for a long time as well, but this has made it easier to transition to. Aside from that, Hyperion Launcher has plenty of options as well.
node815@lemmy.worldto Selfhosted@lemmy.world•Your favourite piece of selfhosting - Part 1 - Operating SystemEnglish4·2 months agoI have been using Proxmox VE with Docker running on the host not managed by Proxmox, and then Cockpit to manage NFS Shares with Home Assistant OS running in a VM. It’s been pretty rock solid. That was until I updated to Version 9 last night, it’s been a nightmare getting the docker socket to be available. I think Debian Trixie may have some sort of extra layers of protection, I haven’t investigated it too much, but my plan tomorrow and this week is to migrate everything to Debian 12 as that’s the tried and true OS for me and I know it’s quite stable with Cockpit, docker and so forth with KVM for my Home Assistant installation.
One other OS for consideration if you are wanting to check it out is XCP-NG which I played with and Home Assistant with that was blazing fast, but they don’t allow NFS shares to be created and using existing data on my drives was not possible, so I would’ve had to format them .
Cloudflare tunnels support higher port numbers. I’ve done it in the past with Portainer. Also Proxmox which listens on 8006. Portainer on 9443.
node815@lemmy.worldto Linux@lemmy.ml•XPipe - A connection hub for all your servers: Status update for the v16 releaseEnglish1·3 months agoAre there any plans to make a Flatpak version of this? I’ve moved to an immutable OS and none of the options you have will install. Flatpaks are their preferred method. I know I could self host my own version which may be what I may end up doing anyway, but I’d prefer to have it more local yet another docker container. :)
Edit: I just went with the Appimage which works.
node815@lemmy.worldto homeassistant@lemmy.world•Simple light automation questionEnglish3·5 months agoThis is what I use and it’s quite impressive.
https://community.home-assistant.io/t/simple-scheduler-addon/174326I’ve had it for a few years and it never has failed to run on time every time. Can automate more than lights with it and it’s really just a point/click set and forget type of thing. My setup for my lights. :)
node815@lemmy.worldto Selfhosted@lemmy.world•What webapps do you selfhost that aren't media/game servers?English1·5 months agoIf your router supports Freshtomato firmware, it also has adguard you can enable too.
Like others have said Arch is not as intimidating as it would appear to be. Over the last couple of years, they improved IHMO the most difficult process for the average user of installing Arch. You now just run
archinstall
Then follow the system prompts. It’s constantly being improved. If you do go with Arch, aside from using Pacman to install apps, you can use “Yay” or “Paru” or others which pull from the vast AUR repository.I used Arch for a few years and recently moved over to Aurora Linux (Immutable KDE distro adapted from Fedora’s CoreOS and uBlueOS which is an offshoot of CoreOS) Specifically, I use the Developer experience of Aurora which gives you a VSCode type of editor as well as Podman desktop included as well as other items. It’s meant for those who wish to develop and not have to worry about keeping the system up to date. It runs updates in the background and rebooting your system will run the updates.
The reason I left Arch was simple, I used to like to live on the edge of software as well, until it took one too many hastily released updates which borked my Arch system. My home PC has morphed from being my dedicated computer to my wife’s and my computer which is fine, but I’d like to keep it available for her avoiding the need to do a repair because an update broke it.
Keep an eye out for the KDE Linux OS which they have in development and not yet for use, but is earmarked for being the official immutable OS for KDE which will receive their bleeding edge updates. https://linuxiac.com/kde-announced-its-kde-linux-distro/ https://community.kde.org/KDE_Linux
I plan on migrating to that once it’s finished. :) I’ve become a fan of immutable OS’s because they allow you to roll back if something should go wrong. Which it rarely does :)
I know about that function. It’s mostly just about if there were any other options. I mean, I can find a folder icon pack probably, but that would make the ones I wanted customized but and also not match. For example, if I did a green folder and it was not flat like the Breeze ones are then it would look out of place until I replaced everyone with the one from the pack.
This is anecdotal, only to say that the Linksys WRT-54G IMHO is/was a beast in the SOHO world. Back in 2013, I worked for the county replacing older equipment and it was time to upgrade the router in the fairgrounds lobby at the start of summer. Up we went to the rafters where it was and it was quite dusty in there, tons of pigeon feathers and miserably hot in the attic as most are. We pulled the router from service and replaced it with the new one already configured. The wrt54G was COVERED in dust, Pigeon droppings and feathers stuck to it. It ran forever that way I suspect. From what I was told, is was installed about 7 or 8 years prior, maybe longer.
To this day, I think Linksys must have partnered with Nokia’s wizards for how sturdy that router was/is. You can still find them in our second hand stores and most people push DD-WRT on them. But since they are 10/100, they’re not as popular anymore.
You could always use ntfy.sh if you are wanting to keep it light weight, I know there seems to be a heavy following and happy community with it. I personally use Gotify which has been nice and easy to use and just works for my needs. :) I looked at the shoutrrr repo and it seems to be either abandoned or just no longer updating maybe because their is no need to in the Dev’s eyes. They also develop Watchtower which hasn’t been touched in about 2 years ago. I have never had any issues with Watchtower so I think it may not need much maintenance. I do see though that they are working on a new project: https://github.com/containrrr/shepherd but it’s also a bit stale.
To make it seamless so you can still Thunderbird, someone made a Docker image of it here: https://hub.docker.com/r/kebles/wanderbird But, you can probably find a newer release somewhere newer than 4 yrs old like this one. :) The point is, if you are wanting to keep it in the Thunderbird umbrella, then it’s most likely been Dockerized.
I’ve Tried Cypht recently, but if you are using Gmail, it has a conflict there so it won’t work out of the box without some extra work I think.
node815@lemmy.worldto Selfhosted@lemmy.world•New Jellyfin Server/Web release: 10.10.7English10·6 months agoI can see them doing that, I use a DNS ad-block (Adguardhome) with plenty of filters and last night, I spotted that they were able to inject two ads (standard one to the right of the channels and one at the bottom below the menu for the new Minecraft movie when they changed my background. So, they are finding ways around this stuff. I simply disabled the Sponsored themes. We are on the fence about replacing the TV later this year but not 100% sure just yet. It’s been quite buggy randomly rebooting when switching sources and other things.
node815@lemmy.worldto Selfhosted@lemmy.world•New Jellyfin Server/Web release: 10.10.7English26·6 months agoNot related to the server, but I was very happily surprised with the latest Roku Jellyfin channel. A complete refresh of everything and it’s great to see it.
node815@lemmy.worldto Selfhosted@lemmy.world•MAZANOKE update (image optimizer via browser): Batch upload and downloadEnglish1·6 months agoThanks for sharing this! I used it today to resize my Very large phone selfie I had to do for a profile image update at work and it did very nicely! Much faster for me to do that then load it in Gimp and scale it down since I was running late for work. : )
Already there. :)