The Linux Thread - The Autist's OS of Choice

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.
"Printer drivers are deprecated and will stop working in a future version of CUPS"
Well that's a problem.
My current printer is a 20 year old Brother laser printer that works flawlessly, does need its own drivers to get going on Windows and Linux though. No plans to bin it with the state of the printer market nowadays.
Its so good I'm not going to buy a new printer to keep using printers on Linux, I will switch a machine back to Windows to keep using it.
 
I don't think you'll need to. I expect we'll see a cups fork in the offing like what happened with Xlibre. Corporations throwing their weight around and deleting features is the antithesis of how the Linux world works.
Would it make sense to have a CUPS2IPP docker image that people can run to convert their old CUPS printers into compatible printers
 
CUPSLibre Let's Goooooo!

(Is it just me or is there an awful lot of retardation of late?)
I personally don't keep up with the drama of what shit the linux community freaks out about personally. I'm just here with my CachyOS set up and just having a good time. As long as it works and I am not getting ads in my face. I am a happy camper.
 
FAT32 is still used for EFI partitions so your computer knows how to find the bootloader. I'm not sure if any new computers can now handle a ext4 EFI partition yet.
Some can't even handle ISO9660. I was confused why some laptops can't load the Windows 10 ISO dd'ed into a USB, but my desktop could. It worked after changing the USB to FAT32 and splitting the install WIM file because Windows is FAT and exceeded 4GB.
 
I personally don't keep up with the drama of what shit the linux community freaks out about personally. I'm just here with my CachyOS set up and just having a good time. As long as it works and I am not getting ads in my face. I am a happy camper.
Comfy Linux using is absolutely the way to go.
BUT: Are we truly Kiwi Farmers if we're not autisticly screeching about pointless drama nobody else even notices?
 
Does an SSD's internal SMART thing -- which can be checked with Terminal with sudo smartctl -- keep track of the TBW from any previous OS (even if the drive was reformatted)?

Also, what does 0x00 for "Critical Warning" mean? Everything OK?
 
Does an SSD's internal SMART thing -- which can be checked with Terminal with sudo smartctl -- keep track of the TBW from any previous OS (even if the drive was reformatted)?
Operating Systems, swap files, and 1TB of German midget porn are all just 0s and 1s to the drive: SMART data is handled by the controller hardware, and doesn't judge you.
Although it possibly should.
 
Operating Systems, swap files, and 1TB of German midget porn are all just 0s and 1s to the drive: SMART data is handled by the controller hardware, and doesn't judge you.
wat

Anyway I take that as a yes, it does keep track of the TBW even if reformatted? Good to know if getting a used computer with Linux on.
 
Is there a limit to how much it can keep track of? Like how many writes and TBW can it count before crapping out?
From memory, that number is stored as an unsigned 32 bit integer (which can go up to 4,294,967,295) and is stored in GB.
If you have a drive that can survive and have 4.2 billion GB (which can be shortened to "just" 4.2 million TB) of data written to it, its an achievement.
So basically, there is a limit but its so high you will never hit it.
 
Some can't even handle ISO9660. I was confused why some laptops can't load the Windows 10 ISO dd'ed into a USB, but my desktop could. It worked after changing the USB to FAT32 and splitting the install WIM file because Windows is FAT and exceeded 4GB.
FAT remarkably is still the safest option for general compatibility. If you look at the instructions with BIOS updates by USB on modern MBs there's typically a warning that the USB has to FAT32 formatted.

I've switched a PC from W10 to linux (for the obvious reason) and the issue arises about what should I do with the NTFS formatted data drives. They will work with linux but to remove a point of failure I've backed them up to exFAT formatted external drives and will reinstall to the original drives reformatted to ext4. Probably unnecessary but at least I end up with another set of backups.
 
Is there a limit to how much it can keep track of? Like how many writes and TBW can it count before crapping out?
Think of it like an odometer. It doesn't specifically track how many times you've washed your car, turned left, or driven down MLK Boulevard at 2am, but if it maxes out and says "999,999 = Critical error = YES" you probably need a new car.
 
Last edited:
I've switched a PC from W10 to linux (for the obvious reason) and the issue arises about what should I do with the NTFS formatted data drives.
ntfs was added to the Linux kernel a while ago, so they should function fine. No more hacky FUSE workarounds needed anymore.
You should be able to move them to ext4 drives once you are in Linux no problems.
 
I've switched a PC from W10 to linux (for the obvious reason) and the issue arises about what should I do with the NTFS formatted data drives
I dual boot, so I keep all my shovel data (movies etc) on NTFS because getting Linux to read NTFS requires clicking, whilst getting windows to read Ext3 would require drilling a hole into hell and summoning Satan.

Edit: Or worse, Richard Stallman.

If it works, don't fuck it.
 
Last edited:
Back