- 4 Posts
- 63 Comments
xyguy@startrek.websiteto Open Source@lemmy.ml•KDE's Android TV alternative, Plasma Bigscreen, rises from the dead with a better UIEnglish4·2 months agoDoes anyone know if there are any plans to port this to raspberry pi?
xyguy@startrek.websiteto Programmer Humor@programming.dev•In case you've ever wondered why the Windows control panel was so awful...English2·8 months agoRight. Just make a super super good compatibility layer so whatever you have next will be compatible and give up on Windows proper. They can call it Windows 360.
xyguy@startrek.websiteto Programmer Humor@programming.dev•In case you've ever wondered why the Windows control panel was so awful...English7·8 months agoHonestly, it seems like it would be easier to contribute Dev time to WINE and just start all over with a new incompatible version of Windows.
If you like fedora as a base, you can install the Gnome version of fedora and install the Pop Shell. It has autotiling that you can turn on and off while you get used to it if you want. Its what I run on Nobara and it works perfectly fine for me.
Maybe not that much more complicated, but it does give a less experienced user a lot more opportunities to make a mistake that could result in data loss or just a computer that suddenly decides not to boot Linux anymore since a Windows update broke grub.
xyguy@startrek.websiteto Programmer Humor@programming.dev•TemporalAccessor, TemporalAdjustor could just as well be Star Trek thingsEnglish18·1 year agoFrom a Star Trek perspective, when they have to eject the (warp) core they are also in for a pretty bad time.
The most important thing to do is backup your data to an external drive. Unless you are planning on dual booting (much more complicated) you will be wiping out the entire drive that has windows on it when you install Linux.
This guide goes through the whole installation process.
Can, yes.
Should, maybe.
Enjoy doing, unlikely.
And for sure your home isp has all the email ports blocked upstream.
With all that being said, to call SMTP dead is wildly insane. I do figure it will die someday though. Probably around the same time of universal IPV6 adoption during the year of the linux desktop.
xyguy@startrek.websiteto Selfhosted@lemmy.world•Anyone knows of a good software for managing files for 3D printing?English3·1 year agoOctoprint is what I use. Slicing is probably the thing it woukd be least good at but all the rest is good. And theres an api to write plugins for if youre into that sort of thing.
I haven’t done any work for the military but i can say that all the legacy systems I’ve worked on were because the specific software they need was written only for Windows 98 and the developer or company that created it is long gone. Keeping it going is a chore but switching to literally anything else is out of the question.
I could see for military applications that having the known quantity of a working piece of software that isn’t changing anymore and can be swapped as an entire unit is an advantage, especially if it doesn’t touch the internet in any capacity. But eventually you run out of people who know what to do if any changes need to be made.
xyguy@startrek.websiteto Linux@lemmy.ml•Why does nobody here ever recommend Fedora to noobs?English7·1 year agoThere are several things like that in Fedora, which is already a good reason not to recommend it to first timers. They most likely won’t know or care about nonfree codecs, they will just see a broken machine. Linux Mint understands that as a use case and has a “magic make it work” checkbox during install.
That all being said, I run Nobara and love it, but i wouldn’t recommend it for new people.
I don’t have a ton of faith in tplink to continue to support omada over the long term. They’ve also been somewhat slow to fix security problems in the past. For the same price as the omada ap you can get unifi u6 lites.
You can still run your own controller and i can vouch thaf a couple of them can cover an entire moderately sized house. I run 2 at home with pfsense on an ewaste tier dell optiplex and have for years without trouble.
I’ve never messed with opnsense but I assume it works just as well.
Also what type of connection are you getting from your ISP? If its a fiber connection you may be able to buy an SFP network card and replace the modem altogether.
xyguy@startrek.websiteto Selfhosted@lemmy.world•Electricians of fediverse, should I have my selfhosting box grounded?English3·1 year agoYou are correct that this is technically in code and would protect against shock hazards in a neutral error situation but you also get the opportunity for the outlet to pop during the day when nobody is home and the battery to die.
We had a situation in our old house where someone who was technically correct but didn’t think it through had a gfci outlet upstream of the refrigerator outlet. Thankfully it popped while someone was home and we got everything corrected before we lost everything in the fridge.
xyguy@startrek.websiteto Programmer Humor@programming.dev•Serverless and homelessEnglish311·1 year agoChecks to see what serverless services are running on?
Kubernetes Server Cluster.
Server
Mfw.
They would most likely still have to disable secure boot.
xyguy@startrek.websiteto Selfhosted@lemmy.world•Questions about migrating a ZFS RAIDEnglish1·1 year ago-
The order doesnt matter as long as they are the same drives, you dont have a usb dock or raid card in front of them (ie sata/sas/nvme only)and you have enough of them to rebuild the array. Ideally all of them but in a dire situation you can rebuild based on 2 out of 3 of a Raid Z1
-
You can do that, you shouldn’t but you can. I’ve done something similar before in a nasty recovery situation and it worked but don’t do it unless you have no other option. I highly recommend just downloading the config file from your current truenas box and importing it into a fresh install on a proper drive on your new machine.
-
Sort of already mentioned it but you can take your drives, plug them into your new machine. Install a fresh Truenas scale and then just import the config file from your current setup and you should be off to the races. Your main gotcha is if the pool is encrypted. If you lose access to the key you are donezo forever. If not, the import has always been pretty straightforward and ive never had any issues with it.
-
Lots of people virtualize truenas and lots of people virtualize firewalls too. To me, the ungodly amount of stupid edge cases, especially with consumer hardware that break hardware passthrough on disks (which truenas/zfs needs to work properly) is never worth it.
-
That would lower the barrier to entry significantly. It doesn’t address the issues with the bios but someone mildly adventurous would have a much easier time going forward.
I think something like that would have to be sponsored by and maintained by a big distro though. I’m afraid if it was a community effort the amount of bikeshedding would stop it before it even began.
Linux pre installed is the only way for most people to use it I’m afraid.
Fedora does btrfs snapshots on boot also, which is such a great feature that I’m surprised Microsoft hasn’t copied it for Windows.
USB ssds seem to have a lot of weird issues being used for a nas drive. Sometimes its a power management thing on the SSD itself, sometimes its something odd with the USB controller on the host. Occasionally the power supply of the sff pc doesnt have enough amps for all of the peripherals. Using an intermediary like a usb hub makes all of these issues worse since you add another device with its own potential conflicts.
Not to say its not possible to do, but USB drives and NAS’s rarely play nice together.