tla
- 0 Posts
- 88 Comments
#!/bin/bash # --- Configuration --- SOURCE_DEV="/dev/sr0" MOUNT_POINT="/mnt/mac_legacy_cd" DEST_DIR="$HOME/Desktop/mac_recovered_files" # 1. Ensure the system is ready echo "Checking for HFS support..." sudo modprobe hfs 2>/dev/null sudo modprobe hfsplus 2>/dev/null # Create directories sudo mkdir -p "$MOUNT_POINT" mkdir -p "$DEST_DIR" # 2. Attempt to mount # We try HFS first with MacRoman to UTF-8 translation echo "Attempting to mount $SOURCE_DEV..." sudo mount -t hfs -o ro,iocharset=utf8 "$SOURCE_DEV" "$MOUNT_POINT" 2>/dev/null if [ $? -ne 0 ]; then echo "HFS mount failed, trying HFS+ (Mac OS Extended)..." sudo mount -t hfsplus -o ro "$SOURCE_DEV" "$MOUNT_POINT" fi # 3. Verify mount and Copy if mountpoint -q "$MOUNT_POINT"; then echo "Mount successful. Copying files to $DEST_DIR..." # -a: archive mode (preserves symlinks, permissions, times) # -v: verbose # -z: compress (not really needed for local, but good practice) # -P: show progress rsync -avzP "$MOUNT_POINT/" "$DEST_DIR/" echo "---" echo "Copy complete. Unmounting..." sudo umount "$MOUNT_POINT" echo "Done. You can find your files in $DEST_DIR" else echo "Error: Could not mount the disc. Ensure the CD is inserted and $SOURCE_DEV is the correct path." exit 1 fi
I don’t. But dnf-automatic (fedora) does it automatically about once a day based on a systemd timer. dnf needs-restarting indicates if a reboot is required (or just configure dnf-automatic to do it).
- Linux Foundation Official Blog (2025): Navigating Global Regulations and Open Source: US OFAC Sanctions
- ZDNET / The New Stack Analysis: US Blocks Open Source ‘Help’ From These Countries
- The Register: Linus Torvalds affirms expulsion of Russian maintainers
- Linux Foundation Resource: Understanding US Export Controls with Open Source Projects (General background on EAR vs. OFAC).
Depends on the distro. Fedora is a general purpose distro and usually pushes out new kernel releases (6.19 for example) after about 4 weeks. This means the initial bugs have been fixed and it’s stable for general purpose use. If you want the latest release it’s easy:
sudo dnf upgrade kernel --enablerepo=updates-testing
The Fedora Koji build system has the latest version in testing.
You can also build your own.
Don’t make the mistake of thinking 7.0 will be any more special than 6.19 or 6.20 etc. They’re just release numbers and when Torvalds thinks the point number is big enough the first number is incremented.
tlato World News•EU readies €93bn tariffs in retaliation to Trump’s Greenland threatEnglish142·3 months agoWrong approach. Make new free trade deals with other countries.
tlato World News@lemmy.ml•Trump says any country doing business with Iran will face 25% U.S. tariff2·3 months agoIran is China’s 38th most valuable trade partner. The US is number 1. Who are sanctions on China by the US going to hurt most?
tlato World News•DNA and family history: What US authorities could demand you hand over at the borderEnglish9·4 months agoIntelligence, for example.
If the EV is driven in the EU, where the UK tax does not apply, how is the UK only mileage reported as it won’t add up to the odometer reading? How is this legitimate avoidance handled vs fiddling the odometer?
tlato politics •There's still 'no evidence' China is buying all the U.S. soybeans it promised under Trump's trade deal amid oversupply from South America5·5 months agoYet another example of so-called “free market economics”. Amazing how the USA cries foul when China legitimately decides to buy soy beans from a BRICS country because of Taco’s ridiculous tariffs. Trump’s economic illiteracy is not China’s problem. It has many other partnerships in the world. If the west didn’t want the Chinese economy outgrowing it’s own then perhaps the greedy capitalists shouldn’t have outsourced their production to Chinese cheap labour. But capitalism == greed and exploitation, so no surprise. You’ve made your bed, now lie in it.
tlato World News•Australian influencer family move to UK to avoid social media banEnglish1·5 months agoQuod licet dominus non licet bovi
tlato World News@lemmy.ml•The U.S. Isn’t Even Bothering With Its Usual Lies to Sell Its Regime Change War in Venezuela6·6 months agoDefinitely nothing to do with oil /s
Venezuela currently ranks as the country with the largest proven oil reserves in the world. Based on recent data from multiple sources (including OPEC and various energy industry estimates), the ranking is:
- Venezuela (with proven reserves typically estimated at over 300 billion barrels) 2. Saudi Arabia 3. Canada (due to its vast oil sands)
tlato World News•US is sending an aircraft carrier to Latin America in major escalation of military firepowerEnglish5·6 months agoChina supplies precursor chemicals (NPP, ANPP) to Mexico where the Sinaloa Cartel and others synthesize the finished product. Most of it is shipped across the southern US border. It’s disingenuous to say China is supplying Fentanyl to the USA - like supplying fertilizer is supplying explosives. The so-called “war on drugs” has demonstrably failed. And the definition of stupid is doing the same thing and expecting a different result. Perhaps dealing with why people feel the need to use drugs in the first place would be more successful?
Been running 43 server and workstation for a few weeks. No significant issues. YMMV.
The missile is confirmed by various experts as a Tomahawk Cruise missile. Iran doesn’t have any Tomahawks, so Trump’s claim that the Iranians did it is ridiculous. I guess that leaves the USA and Israel.