Comment on
"Progress"
Reply in thread
Yeah, I dunno why OP put quotes on it.
Comment on
"Progress"
Reply in thread
Yeah, I dunno why OP put quotes on it.
Comment on
Single quotation marks suddenly appear around file and directory names
The quotes are there because there's spaces in the file name. You don't see them in the GUI because they're not actually there. They're added by the 'ls' command to help with copy/pasting of file names. You can add 'export QUOTING_STYLE=literal' to your ~/.bashrc to permanently suppress them, or just do 'ls -N' as a one off.
Comment on
Apple chips can be hacked to leak secrets from Gmail, iCloud, and more
Reply in thread
Then you probably don't know about Spectre and Meltdown from a few years ago. Same family of problem on x86-64 (so Intel and AMD chips).
Comment on
FFmpeg devs boast of up to 94x performance boost after implementing handwritten AVX-512 assembly code
Reply in thread
7000 series run AVX512 as two 256 bit data paths, while the 9000 series has a native 512 bit data path for AVX512.
Comment on
Recommend me a Python book for absolute beginners
Automate the Boring Stuff with Python
Free to read on the authors website - https://automatetheboringstuff.com
Comment on
Why [@firefox](https://lemmy.ml/c/firefox) is not implementing this UI by default and why none of the Firefox-derived web browsers implementing this.
I definitely prefer Firefox as it is now to that.
Comment on
Smartphone suggestions?
Pixel with GrapheneOS.
Comment on
Football Manager 25 Cancelled
Reply in thread
They're replacing their in-house engine with Unity, so SI has actually been rebuilding the whole game in a new engine. From what's been going around, they ran into issues with Unity's UI tools.
Comment on
Open source router firmware project OpenWrt ships its own entirely repairable hardware
Reply in thread
Not really. WAN has always been WAN. Wireless has always been WLAN.
Comment on
Repurposing an old Alienware r8
- What’s a good NAS OS to install?
TrueNAS Scale is the go to. Unraid is another popular option.
- Any fun things I can do besides plex transcoding with a 1080 GPU?
Local LLM. Look up Ollama.
- Would it make sense to run a Pixelfed/Mastodon server off this guy?
You could. That could potentially use a lot of space or be very annoying you having to manage and moderate the instances.
- Can I run a RAID on it without buying a separate HDD bay?
What do you mean? Are you talking about a hardware RAID card, or can you physically stuff more than one disk drive into the chassis? For the first, it'll depend on whether it has any open PCI Express slots. For the second, what do you see when you open it up? Are there 3.5" or 5.25" bays open?
Other than a Plex port forward, I have zero experience putting services out on the public web (but would like to learn!).
Wanting to learn is an admirable goal. I've not done it myself, but the Linux Upskill Challenge might be a good place to start. Either that, or figure out something you might want to host yourself, then come back and ask for input when you run into trouble or have a question.
Comment on
Proxmox Datacenter Manager - First Alpha Release
Reply in thread
You must have had a real sweetheart deal on VMware then. Proxmox is cheaper than VMware even under the old pricing. You also don't have to buy the "Standard" subscription. There are cheaper ones.
Comment on
Being taken to a loving home
Reply in thread
Lauri and Anni. They're also getting divorced.
Comment on
Bazzite in game mode reports as a Steam Deck
Reply in thread
Steam is putting out the end of year summaries. You should see it in Steam.
Comment on
YouTube shorts disproportionately promotes alt-right content according to this experiment
Reply in thread
The presenter chats with Milo.
Comment on
Open source router firmware project OpenWrt ships its own entirely repairable hardware
Reply in thread
WAN would be the Internet uplink port. A 2.5G WAN port is a 2.5 gigabit Ethernet port. 2.5 gigabit and o a lesser extent 5 gigabit Ethernet are a standard that's becoming rapidly available on a lot of hardware. OP is stating that for a device shipping near the end of 2024, a new router that is shipping with only 1 GbE instead of 2.5 GbE is a problem.
Comment on
CVE-2023-27997: Critical Fortinet Fortigate RCE Vulnerability
Save the click. This is a repost of the notice from last month.
Comment on
Dwarf Fortress creator blasts execs behind brutal industry layoffs: 'I think they're horrible… greedy, greedy people'
Reply in thread
If that's the last time you looked at Dwarf Fortress, it's wildly different now.
Comment on
*Permanently Deleted*
No webcam. I have an AMD Radeon RX 6600 XT.
Comment on
Why can't I install fedora KDE to a specific partition on HP desktop
It looks like you've created a partition for Linux - you need to delete this partition. Leave it as "unallocated" or "free space". Then the Fedora installer will see it as space it can install to. The installer will handle creating the actual partition.
Comment on
Ubuntu Dapper Drake virtio package needed to set up networking in the VM
Instead of trying to backport the virtio device drivers to that version, I'd recommend editing the VM to use the emulated e1000 NIC.