It’s a 120 GB Classic
- 0 Posts
- 114 Comments
I do have one and I have a Mac with iTunes Match (iCloud music syncing for iPhone). That said I keep most of my actual files on my Ubuntu machine and might want to experiment with the iPod at some point.
For anyone who uses Apple Music, I recommend the Cider app. I believe it costs $3 and you get versions for Linux, Mac, and Windows.
I haven’t found any MP3 players on Linux that I’m totally happy with. All of them have some trivial issue (eg not displaying Album Artist correctly).
olympicyes@lemmy.worldto Linux@lemmy.ml•Planning to switch to Linux for my next PCEnglish2·2 months agoI think a lot of the problem is every tutorial expects Fedora/RedHat/Ubuntu/Debian and it’s easy to figure out which instructions are compatible with your distribution, but there isn’t a good knowledge base for Fedora Atomic or related OS. I have a Bazzite VM. Normally I use Ubuntu and am familiar with RHEL compatible, but am constantly lost with Bazzite, trying to use the wrong instructions.
If you go to the mirrors page you’ll see cdimage.debian.org under Sweden and it’s an http link. My guess is that the link is just misconfigured on the home page. It’s helpful to avoid https for things like this because it allows you to download updates on machines with outdated security software, eg TLS 1.0/1.1.
olympicyes@lemmy.worldto Asklemmy@lemmy.ml•If you had to choose one superpower that you could never turn off, what would it be?English3·3 months agoReading this reminded me that my ears are ringing. I can ignore it but if anything draws attention it can get pretty bad.
olympicyes@lemmy.worldto Linux@lemmy.ml•Do you encrypt your drives and why or why not?English7·3 months agoIt should be encrypted by default because most people don’t take care to dispose of their machines responsibly. I picked up a few machines destined for ewaste and the hard drives were full of tax returns.
olympicyes@lemmy.worldto Linux@lemmy.ml•Challenge : The most convoluted way to run a Windows app ?English2·3 months agoI needed to make a docker image based on Core OS (RedHat) and the docker host had to be RHEL compatible. My machine is Ubuntu. To get it to work, I installed Rocky Linux on LXC and docker inside that machine. Turns out there are a lot of security settings isolating LXC and restricting nested virtualization, but fortunately Canonical posts a 20 minute video explaining how to modify the permissions for that use case. I cannot imagine virtualizing much further without the machine refusing to comply!
olympicyes@lemmy.worldto Linux@lemmy.ml•Challenge : The most convoluted way to run a Windows app ?English4·3 months agoDid you actually get that to run or is this a fun thought exercise? It seems like a lot of nested virtualization. If you’re clever enough maybe you could get Windows > WSL > WSL Wayland compatibility layer > Ubuntu Wayland session > LXC > Fedora > QEMU > macOS > Wine > Windows app
olympicyes@lemmy.worldto Asklemmy@lemmy.ml•How would you implement a dead man's switch?English3·4 months agoThat’s why you create a backup deadman’s switch.
olympicyes@lemmy.worldto Asklemmy@lemmy.ml•How would you implement a dead man's switch?English21·4 months agoYou wanted to ruin your company? Why?
If you need to reinstall your OS you don’t have to mess with the home drive. I use Linux for work and some of my clients actually require all data to be stored on a separate disk or partition from the applications. It also makes your backup strategy simpler and is transparent to you as a user.
2TB is too much space for an OS disk, especially since you’re not going to dual boot, so might as well get a bigger data directory and speed.
My workstation is a PCIE Gen 4 Threadripper. I’ve got a multifunction card with a couple 2TB Gen 3 NVMe drives that I striped and the bandwidth is identical to a single Gen4 4TB NVMe. Obviously you’d need a backup strategy to handle the case of a drive failing but that is true no matter what.
My workstation runs Ubuntu 22.04 with an AMD GPU, but I use an NVIDIA GPU (A4000 which is basically a 3070) for VFIO virtual machines, mostly windows. I did try Debian 12 vm with VFIO and had zero issues getting the Nvidia card set up. My VMs have secure boot /TPM enabled so no problems there either. I don’t remember the steps I took but basically disable secure boot in bios, install the proprietary driver, update the kernel, reenable secure boot. Debian was the easiest Linux distribution I tried to get set up. I also tried Ubuntu 23.10 and that worked ok. I think Fedora was OK but cannot remember. Bazzite surprisingly was a fail.
Also when all else fails, check the arch wiki. Obviously not tuned to Debian but generally most things you can figure out and the documentation is top notch.
Also wanted to mention if you’re not striping those Firecudas, definitely assign one of them to your home directory. If you do stripe, I’d create a 3.5TB home directory and leave 500 GB for / and your swap file.
Good luck.
ETA: in my experience, drivers either work right away or not at all so good news is that if your setup fails, it should fail fast, unlike windows that tries to find a workaround for janky configurations.
olympicyes@lemmy.worldto Asklemmy@lemmy.ml•Excuse the old man question, but if I buy an iPhone 16 Pro Max outright, with no carrier. I can set it up with my current carrier easily?English3·4 months agoI have 256 GB and have a “family” 2TB iCloud plan. I sync to iCloud for everything and have it set to automatically manage storage. I’d only buy a larger phone if you either don’t use iCloud or if you plan to take a lot of photos or plan to use the iPhone for filming.
olympicyes@lemmy.worldto Asklemmy@lemmy.ml•Excuse the old man question, but if I buy an iPhone 16 Pro Max outright, with no carrier. I can set it up with my current carrier easily?English4·4 months agoIt works fine. I’ve bought a couple iPhone pros from Apple to use with different carriers. One with Verizon and the other with cricket and later mint. The main difference used to be that Verizon/sprint phones supported fewer GSM bands than AT&T and T-Mobile phones, which could be relevant in Europe or Asia, but now Apple only sells one model. This time I got my phone from Verizon for “free” by trading in an obsolete iPhone with a broken screen. They claim they automatically unlock the phone after 90 days. It was about $120 out of pocket for a 16 pro.
olympicyes@lemmy.worldto Linux@lemmy.ml•Announcing Faster, Lighter Firefox Downloads for Linux with .tar.xz Packaging!English8·5 months agoXZ is quite slow for compression when single threaded. When run in parallel it uses a significant amount of RAM. It creates some of the smallest files and is fast to decompress compared to other well-compressed alternatives.
Source: https://linuxreviews.org/Comparison_of_Compression_Algorithms
olympicyes@lemmy.worldto Linux@lemmy.ml•Tell one thing that you miss after switching from another OS to Linux.English1·5 months agoTry
sudo lspci-vv
. It should tell you the negotiated link speed.
olympicyes@lemmy.worldto Linux@lemmy.ml•Tell one thing that you miss after switching from another OS to Linux.English2·5 months agoIt just lets you opt to see the folder size as an attribute in list view the same as you can a file in Windows or Linux. It’s more or less the same info as disk usage analyzer but without the flower and displayed inline which is useful and convenient.
olympicyes@lemmy.worldto Linux@lemmy.ml•Tell one thing that you miss after switching from another OS to Linux.English3·5 months ago“Show all folder sizes” is MacOS’ greatest innovation IMO. Honorable mention to Messages app.
I understood you and had the same issue. I solved it by using an Apple USBC to mini jack audio device instead of onboard. Not ideal. Not sure if it’s still a problem though.
Edit. My mistake I had the problem with Pulse not Pipewire.