151
 
 

These correspond roughly to apt upgrade and apt update. A substitute is a pre-compiled package.

152
 
 

Hello Lemmy,

This release contains some major bugfixes, which include:

  • Correctly resolving adapter-device relationships (👀)
  • Fixing OBEX transfers
  • Properly syncing media player with the connected device during playback

And much more.

For Windows/MacOS users, libhbluetooth needs to be installed. Follow the download instructions and place the libhbluetooth dynamic library file next to the bluetuith binary, and then launch bluetuith.

Bluetuith is a TUI based bluetooth manager, that aims to be an alternative to most bluetooth managers, and can perform bluetooth based operations like:

  • Connection to and general management of bluetooth devices, with device information like battery percentage, RSSI etc. displayed, if the information is available. More detailed information about a device can be viewed by selecting the 'Info' option in the menu or by clicking the 'i' key.

  • Bluetooth adapter management, with toggleable power, discoverability, pairablilty and scanning modes.

  • Transfer and receive files via the OBEX protocol, with an interactive file picker to choose and select multiple files.

  • Handle both PANU and DUN based networking for each bluetooth device (Linux only)

  • Control media playback on the currently connected device, with a media player popup that displays playback information and controls. (Linux only)

I hope you enjoy this release, and any feedback is appreciated.

153
 
 

I've been trying to boot the PikaOS ISO as a CD in Virtual Machine Manager but get an error on boot. Has anyone else experienced this? Did you figure out how to make it work?

image

154
155
156
157
158
submitted 4 weeks ago by to c/linux@programming.dev
159
160
 
 

Like the title says, my partner's laptop was still running Windows 10 and they got infected with a backdoor malware. We'll need to reset her computer. It's an Asus Tuf Gaming A15.

She's been using Windows 10 for as long as she could but support is running out. At her work the computers are on Windows 11 and she hates it. Plus she's fervently anti-AI and wants none of that forced Copilot bullshit and privacy eroding features of Windows 11. She's seen me use it for over a year now and I also installed it on our old OG 1st gen MS Surface Pro table and she sees how well it's going. So now she wants Linux on her laptop.

After careful consideration and comparisons, I've decided to go with Zorin OS. I thought of Linux Mint, but it just looks so dated. There are inconistencies in the looks and I feel it lacks some features that I found that Zorin OS has. (It's essentially Gnome with QoL extras.) My only concern is that Zorin has Snaps out of the box but I don't think that's a concern for her. I'll install it on a BTRFS partition with automatic snapshots and grub-btrfs to recover from snapshots. And I'll schedule monthly backups of her files through rsync, or whatever the built-in backup tool does, onto an external drive.

I've tried Zorin on a VM and it was already outstanding. On the live USB session it was able to detect her NVidia card and recommend either the nouveau or NVidia proprietary driver. Everything worked out of the box. So I'm fairly confident everything will work well. One concern I have is she uses her personal laptop for work, and needs to connect to her work's Microsoft account. I see there's an accounts section in the settings where this can be set up, but I've never used it, so that'll be a first. Her work also requires Cisco AnyConnect VPN client. There is a Linux client, but you need a Cisco account to download it, and her work IT department does not support Linux, so I don't know if she'll be able to get it. One of the IT people has Linux on his machine and was able to set it up so maybe we'll rely on him for that part. She'll also need MS Office which uses a work license. I wonder how that will work on Bottles. We can try with Libre Office but I know the spacing and fonts get all wonky when you open a MS Word document or a Powerpoint presentation. Every other app she uses is open source apps like Gimp, Inkscape, Audacity, etc. And she doesn't game much, but I know this will work just fine. And the Gnome-Network-Displays will allow her to cast her screen onto our NVidia Shield device for watching movies.

Is there anything else I should be concerned about? Maybe hardware wise? Or anything to so with Snaps that could cause issues?

161
162
Mageia 10 released (blog.mageia.org)
submitted 1 month ago by to c/linux@programming.dev
163
submitted 1 month ago by to c/linux@programming.dev
164
 
 

I came across this older article from 2020 and I found it informative. It's about how the shell does globbing and the potential issues it can cause if not understood correctly.

TLDR:

find . -not -name *.py -delete and find . -not -name '*.py' -delete will behave differently in certain scenarios.

In the first example, the shell will replace the wildcard pattern with a list of matching file names IF there are any matches in the current directory. If there isn't, then it won't do anything and will pass *.py to find.

In the second example, the shell won't do any globbing at all and will just pass *.py

165
166
167
168
 
 

I switched from Linux Mint to Kubuntu, how do I get Pix (the image viewer) on Kubuntu (I know that Gwenview exists, but I prefer Pix) I couldn't find it in Discover or a .deb package.

169
 
 

kew 4.1 adds:

  • Cross-fade (both on-demand and automatic).
  • More cool visualizer modes (press v).
  • Auto-resume.
  • Custom layouts.

More info here:

170
171
172
173
174
175
view more: ‹ prev next ›