This media is not supported in your browser
VIEW IN TELEGRAM
Nefoin - Auto Install Any Nerd Font You Want in seconds via CLI. No Manual Download or Cloning Required.
https://redd.it/1jt520q
@r_linux
https://redd.it/1jt520q
@r_linux
Accessing ReFS from Linux
I (the fool) created 2 mirrored drives using ReFS (Microsoft's proprietary "Resilient File System") before switching to Linux completely and realising I no longer had access to 3TB of data. Of all file systems I happened to us the only one that is incompatible with Linux drivers and the only way to read the data was a proprietary industrial solution from Paragon Software. After months of looking up how to read ReFS from Linux, I figured out a solution that doesn't seem to exist anywhere else on the internet: Passing the entire drive (not partition) to a Virtual Machine running Windows. This can be done completely offline and as far as I can see has no privacy implications. Here's how I did it:
1. Install Virtual Machine Manager (VMM) from your package manager
Very useful tool for managing KVM instances and more. I also used it to understand how to get KVM working at all.
2. Ensure KVM works
https://computingforgeeks.com/install-kvm-qemu-virt-manager-arch-manjar/
I used the above link and some troubleshooting skills to get everything running.
3. Download Windows 10 ISO
Windows 11 introduces login issues and install requirements and blah blah blah... Feel free to try with Windows 11 but I found 10 to provide a far simpler experience and since I didn't connect to the internet I wasn't worried about malware and security updates.
4. Install Windows 10 in a VM using VMM
I used OpenSnitch to block internet access, but the network can be configured before launching the ISO for install by checking the "Customize configuration before install" option and disabling the network. Other than that just read the prompts, click next, and wait for Windows to install.
5. Pass the drive to the VM
After the install is complete and Windows 10 is able to boot, shut down the VM. In the top left there are 2 icons: a monitor and an (i). These are tabs, the monitor shows the VM and the (i) shows "hardware" details. Open the hardware tab and Add Hardware. In the popup select Storage from the sidebar, then select "Select or create custom storage". In the text field beneath it type the path to the ReFS drive (eg.
6. Pass an NTFS drive or partition to move the data to
Repeat the above process for a drive that both Linux and Windows can read. There are ways to make Windows read ExFAT drives, but that's beyond the scope of this post.
7. Run VM and copy the data
When Windows launches it should have both drives visible in the file explorer. You can copy and paste what you want, or use a Robocopy noscript (tutorial) for convenience.
Follow these steps and Bobs your uncle. At least in my case. This may not be the best way but it's the only one I found online. Please comment if something isn't clear, and good luck 🫡
https://redd.it/1jt55us
@r_linux
I (the fool) created 2 mirrored drives using ReFS (Microsoft's proprietary "Resilient File System") before switching to Linux completely and realising I no longer had access to 3TB of data. Of all file systems I happened to us the only one that is incompatible with Linux drivers and the only way to read the data was a proprietary industrial solution from Paragon Software. After months of looking up how to read ReFS from Linux, I figured out a solution that doesn't seem to exist anywhere else on the internet: Passing the entire drive (not partition) to a Virtual Machine running Windows. This can be done completely offline and as far as I can see has no privacy implications. Here's how I did it:
1. Install Virtual Machine Manager (VMM) from your package manager
Very useful tool for managing KVM instances and more. I also used it to understand how to get KVM working at all.
2. Ensure KVM works
https://computingforgeeks.com/install-kvm-qemu-virt-manager-arch-manjar/
I used the above link and some troubleshooting skills to get everything running.
3. Download Windows 10 ISO
Windows 11 introduces login issues and install requirements and blah blah blah... Feel free to try with Windows 11 but I found 10 to provide a far simpler experience and since I didn't connect to the internet I wasn't worried about malware and security updates.
4. Install Windows 10 in a VM using VMM
I used OpenSnitch to block internet access, but the network can be configured before launching the ISO for install by checking the "Customize configuration before install" option and disabling the network. Other than that just read the prompts, click next, and wait for Windows to install.
5. Pass the drive to the VM
After the install is complete and Windows 10 is able to boot, shut down the VM. In the top left there are 2 icons: a monitor and an (i). These are tabs, the monitor shows the VM and the (i) shows "hardware" details. Open the hardware tab and Add Hardware. In the popup select Storage from the sidebar, then select "Select or create custom storage". In the text field beneath it type the path to the ReFS drive (eg.
/dev/sdb, NOT the partition /dev/sdb1). After that just click Finish.6. Pass an NTFS drive or partition to move the data to
Repeat the above process for a drive that both Linux and Windows can read. There are ways to make Windows read ExFAT drives, but that's beyond the scope of this post.
7. Run VM and copy the data
When Windows launches it should have both drives visible in the file explorer. You can copy and paste what you want, or use a Robocopy noscript (tutorial) for convenience.
Follow these steps and Bobs your uncle. At least in my case. This may not be the best way but it's the only one I found online. Please comment if something isn't clear, and good luck 🫡
https://redd.it/1jt55us
@r_linux
ComputingForGeeks
Install KVM, QEMU and Virt Manager on Arch / Manjaro | ComputingForGeeks
Here is the Complete guide on how to install KVM, QEMU and Virt Manager on Arch Linux and Manjaro. KVM is one of the most used Virtualization software in
Looking for a music player that fits my requirements.
Needs:
Artwork thumbnails for all songs in playlist view (preferably search too)
A way to see quickly see all songs not in playlists (like smart playlists in iTunes)
Able to switch from playlist to album to artist view quickly
A recently added songs view, and recently added albums view.
Handles large libraries.
I currently use quod libet.
https://redd.it/1jtcmup
@r_linux
Needs:
Artwork thumbnails for all songs in playlist view (preferably search too)
A way to see quickly see all songs not in playlists (like smart playlists in iTunes)
Able to switch from playlist to album to artist view quickly
A recently added songs view, and recently added albums view.
Handles large libraries.
I currently use quod libet.
https://redd.it/1jtcmup
@r_linux
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
Feeling defeated after failing to install Linux, maybe also ruined a USB
I followed three seperate video guides on how to install Linux. First Linux Mint 22.1, and then POP os 22.04
First attempt failed because I tried using the GPT partition scheme (using the program Rufus), turns out my laptop is too old for that. Second attempt I use MBR, and I actually thought it worked. The laptop booted into Mint, so I go to install it on the SSD, it says it worked. I restart the laptop and remove the USB when prompted only to be told there's no OS on the SSD... that feels like my best attempt
I later tried installing Pop OS, because desperation I guess. I used Belena Etcher, similar results to the above text
I have no idea if I'm missing something or I have a faulty piece of hardware or what
https://redd.it/1jtcxp5
@r_linux
I followed three seperate video guides on how to install Linux. First Linux Mint 22.1, and then POP os 22.04
First attempt failed because I tried using the GPT partition scheme (using the program Rufus), turns out my laptop is too old for that. Second attempt I use MBR, and I actually thought it worked. The laptop booted into Mint, so I go to install it on the SSD, it says it worked. I restart the laptop and remove the USB when prompted only to be told there's no OS on the SSD... that feels like my best attempt
I later tried installing Pop OS, because desperation I guess. I used Belena Etcher, similar results to the above text
I have no idea if I'm missing something or I have a faulty piece of hardware or what
https://redd.it/1jtcxp5
@r_linux
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
Centralized "headquarters" place - for all your notifications/mails/weather etc.?
Basically, do you have any solution/idea, (FL)OSS-based, preferably Linux, that would centralize all the information in one place. Kind of like an interactive dashboard.
Be it an ootB solution, series of hacks etc.
What I mean is - using KDE, I have all these programs, but they are not reactive nor centralized - I have an email client, ok I guess it does push notifications, calendar is only in my Thunderbird not in my taskbar, I have weather in my taskbar, then my notifs from phone which sometimes don't work with KDE Connect (I guess Android kills the background processes), then I have notes in a separate app, news in 2 different portals etc. Whereas I would like some central dashboard, maybe something like Firefox new tab page, where I could see all of this at at glance.
https://redd.it/1jtfpsa
@r_linux
Basically, do you have any solution/idea, (FL)OSS-based, preferably Linux, that would centralize all the information in one place. Kind of like an interactive dashboard.
Be it an ootB solution, series of hacks etc.
What I mean is - using KDE, I have all these programs, but they are not reactive nor centralized - I have an email client, ok I guess it does push notifications, calendar is only in my Thunderbird not in my taskbar, I have weather in my taskbar, then my notifs from phone which sometimes don't work with KDE Connect (I guess Android kills the background processes), then I have notes in a separate app, news in 2 different portals etc. Whereas I would like some central dashboard, maybe something like Firefox new tab page, where I could see all of this at at glance.
https://redd.it/1jtfpsa
@r_linux
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
Tentative Nvidia modules patches for linux kernel 6.15-rc1
I've created 3 patches to make compiling the Nvidia modules (version 570.124.06) for linux kernel 6.15-rc1 work... You can find them here: github.
You can use them with dkms for instance.
P.S. This is not for the faint of heart and/or newbies and of course YMMV!
https://redd.it/1jtixam
@r_linux
I've created 3 patches to make compiling the Nvidia modules (version 570.124.06) for linux kernel 6.15-rc1 work... You can find them here: github.
You can use them with dkms for instance.
P.S. This is not for the faint of heart and/or newbies and of course YMMV!
https://redd.it/1jtixam
@r_linux
GitHub
my-kernel-patches/NVIDIA at main · babiulep/my-kernel-patches
patches for the linux kernel. Contribute to babiulep/my-kernel-patches development by creating an account on GitHub.
Lessons from open source in the Mexican government
https://lwn.net/Articles/1013776/
https://redd.it/1jtl4p6
@r_linux
https://lwn.net/Articles/1013776/
https://redd.it/1jtl4p6
@r_linux
Reddit
From the linux community on Reddit: Lessons from open source in the Mexican government
Posted by gainan - 1 vote and 0 comments
Package manager apt makes version jump to 3.0.0
https://www.heise.de/en/news/Package-manager-apt-makes-version-jump-to-3-0-0-10342858.html
https://redd.it/1jtl0yu
@r_linux
https://www.heise.de/en/news/Package-manager-apt-makes-version-jump-to-3-0-0-10342858.html
https://redd.it/1jtl0yu
@r_linux
Thunderbird Launches Open-Source Premium Webmail Service
https://cyberinsider.com/thunderbird-launches-open-source-premium-webmail-service/
https://redd.it/1jtm53s
@r_linux
https://cyberinsider.com/thunderbird-launches-open-source-premium-webmail-service/
https://redd.it/1jtm53s
@r_linux
CyberInsider
Thunderbird Launches Open-Source Premium Webmail Service
Thunderbird announced a new initiative to expand beyond the desktop with a suite of cloud-based services under the branding "Thunderbird Pro."
Need a PDF reader app that can verify digitally signed PDFs
All my government ID cards are digitally signed by the government. In Adobe PDF Reader, I can usually add the signer’s details to the trusted list, so my ID cards no longer show the ‘?’ mark. Once added to the trust list, the ‘?’ mark changes into ✅.
https://redd.it/1jtp83j
@r_linux
All my government ID cards are digitally signed by the government. In Adobe PDF Reader, I can usually add the signer’s details to the trusted list, so my ID cards no longer show the ‘?’ mark. Once added to the trust list, the ‘?’ mark changes into ✅.
https://redd.it/1jtp83j
@r_linux
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
Is there a distro that boots from USB and gives a SSH server without needing a screen?
I have an old laptop motherboard. It has no screen and no way to output to an external display. Is there a way to boot up a distro that boots to an SSH server and accepts the input of the SSID and wireless password after an arbitrary time automatically without the need of a screen? I would need to find the IP in the router, but that's ok.
https://redd.it/1jtljhp
@r_linux
I have an old laptop motherboard. It has no screen and no way to output to an external display. Is there a way to boot up a distro that boots to an SSH server and accepts the input of the SSID and wireless password after an arbitrary time automatically without the need of a screen? I would need to find the IP in the router, but that's ok.
https://redd.it/1jtljhp
@r_linux
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
WD My Book on linux?
I'm planning to buy a WD My Book to setup a NAS on my raspberry, but, at least in the official site of WD says that the only supported systems are Windows and Mac, and I couldn't find any relevant information about the compatibility with Linux.
https://redd.it/1jtwp7d
@r_linux
I'm planning to buy a WD My Book to setup a NAS on my raspberry, but, at least in the official site of WD says that the only supported systems are Windows and Mac, and I couldn't find any relevant information about the compatibility with Linux.
https://redd.it/1jtwp7d
@r_linux
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
What abandoned or unmaintained Linux things (software, hardware, etc) do you still use?
https://discuss.james.network/public/d/27-dead-tech-what-do-you-still-rely-on-software-hardware-or-other
https://redd.it/1ju068d
@r_linux
https://discuss.james.network/public/d/27-dead-tech-what-do-you-still-rely-on-software-hardware-or-other
https://redd.it/1ju068d
@r_linux
discuss.james.network
Dead Tech - What do you still rely on software, hardware, or other? - Learning Together
Part of Living Cartoon Company
New Documentation Aims To Help Improve AMD Zen System Debugging On Linux
https://www.phoronix.com/news/AMD-Ryzen-Linux-Debug-Docs
https://redd.it/1ju2cq7
@r_linux
https://www.phoronix.com/news/AMD-Ryzen-Linux-Debug-Docs
https://redd.it/1ju2cq7
@r_linux
Phoronix
New Documentation Aims To Help Improve AMD Zen System Debugging On Linux
In hoping to ease the experience for Linux enthusiasts and desktop users work through various potential hardware issues when running with AMD Zen (Ryzen) systems on Linux, a new documentation proposal adds a lot of helpers to the Linux kernel documentation…
Dev Space (Portainer Alternative) - The all-in-one developer toolbox with features for server/project/website management and status/error logging.
https://github.com/FluxpointDev/DevSpace
https://redd.it/1ju0pcu
@r_linux
https://github.com/FluxpointDev/DevSpace
https://redd.it/1ju0pcu
@r_linux
GitHub
GitHub - FluxpointDev/DevSpace: The all-in-one developer toolbox with features for server/project/website management and status/error…
The all-in-one developer toolbox with features for server/project/website management and status/error logging. - FluxpointDev/DevSpace