LoMux is a lightweight media converter with an FFmpeg-powered GUI, presets, batch processing, trimming, subtitles, metadata, and yt-dlp support.
The post LoMux – lightweight FFmpeg media converter appeared first on LinuxLinks.
/// 15 Sep 2026, 7:06 pm ////// 9to5Linux ///

DXVK 3.1.1 Vulkan-based implementation of D3D9, D3D10, and D3D11 for Linux / Wine is now available for download with new features and various improvements for several games.
The post DXVK 3.1.1 Improves Support for Call of Duty: Ghosts, Rayman 3, and Skyrim SE appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.
/// 16 Sep 2026, 5:48 am ////// The Hacker News ///
I am swapping to nobaraOS because I do not want to deal with microslop and I tried pearOS but idk If I like it that much. I am trying out dif Linux flavors on my old laptop before I change my main pc. If there's any other beginner Linux distros or things I would love suggestions
[link] [comments]
/// 16 Sep 2026, 6:16 am ////// Tux Machines ///
/// 16 Sep 2026, 2:56 am ////// ITS FOSS ///

Ever found yourself in a situation where you have a document with plenty of images and you need to save images from it? Maybe a selected few or all of them?
Now, manually going to each image and then right click might be the no-brainer but an extremely tedious way to achieve this.
Let me tell you the quickest way to extract all the images from a work document.
Access the menu and go to the Save As option. What you have to do here is to save it as HTML. It will create several web files inside the same folder where your document is, but it will also extract all the images. That's what you want, right?

I'll show the details steps for LibreOffice in this quick tutorial.
Extracting all images from a document in LibreOffice
First thing first, create a new folder and move your desired document file in there. Now open the document in LibreOffice.
Click on the top file menu and then click on the Save As option. The same can be achieved with Ctrl+Shift+S keyboard shortcut.

When it gives you the option to save, make sure to change the file type to HTML like this:

There are actually a number of file format options when you click that. You will have to look for HTML here.

Now that you have ensured that it is saved as HTML, click the Save button.

And then you should see all the images and media files from the document along with a single HTML file in the folder where you saved it. The default location is the same as your original document.

As you can see in the screenshot above, it also saved GIF along with PNG images. There is HTML file and the original doc, too.
This is much better than individually right clicking images and saving them.
And what if you wanted to select only a few images, not all? Well, in that case, you could either manually save the ones you want or extract them all and then only keep the ones you want and remove the rest. It is really up to you.
Another tip, since we are here, if your doc has way too many images and you want to extract a few from the selected chapters only, you can create a new doc and copy paste the chapter in it and save it as an HTML.
Basically, you can utilize this "save as HTML" option in a variety of situations.
Works with other platforms, too
This little trick actually works with most office suites, from MS Office to ONLYOFFICE. It works in Google Docs, too. Consider it a "universal trick" for extracting all images from a document.
I hope you liked this quick little LibreOffice trick. A quick thanks, if you liked it, is always welcome 😄
Fedora Linux 45 Beta is here! On Tuesday, 15 September 2026 you can download or upgrade your systems from your usual spots to start enjoying what F45 has to offer early.
How to get the beta release
You can download F45 Beta, or our pre-release edition versions, from any of the following places:
- Fedora Workstation 45 Beta
- Fedora KDE Plasma Desktop 45 Beta
- Fedora Server 45 Beta
- Fedora Cloud 45 Beta
- Fedora IoT 45 Beta
You can also update an existing system to the beta using DNF system-upgrade.
The Fedora Linux 45 Beta release content is also available for Fedora Atomic Desktops, Spins and Labs, with the exception of the following:
Fedora Linux 45 Beta highlights
Fedora Linux 45 replaces the legacy in-kernel console with kmscon, bringing smooth rendering, better Unicode/font support, and enhanced system stability.
Fedora Linux 45 now requires valid package signatures by default before installation, preventing unsigned packages from being installed unintentionally.
Desktop secret management has also been standardized across environments with oo7, replacing legacy backend implementations like GNOME Keyring and KWallet.
Fedora Linux 45 Beta has a lot of new versions available, including Podman 6, Pandas 3, MySQL and MariaDB, to name but a few, and boasts early access to updated toolchains and runtimes, including Python 3.15, Go 1.27, GCC 16.2, and glibc 2.44.
Atomic Desktop ISO builds also now use image-builder, and Fedora Linux 45 beta adds systemd-oomd and zram swap support to Fedora CoreOS.
Anaconda now has initial WebUI installation flows for Atomic Desktops, and native support for partitioning stratis filesystems.
More information
Visit the Fedora Linux 45 Change Set page for more details on the changes in store for this release.
A Linux developer used AI to fix bottlenecks that caused problems when building the kernel. The resulting AI-generated code needed a lot of work.
Read more of this story at Slashdot.
/// 17 Aug 2026, 1:07 am ////// Linuxtech ///
/// 16 Sep 2026, 6:38 am ////// GamingOnLinux ///

Read the full article on GamingOnLinux.
pwd looks like one of the simplest Linux commands, but there are a few details worth knowing once symlinks and
The post 15 Practical pwd Examples in Linux You Should Know first appeared on Tecmint: Linux Howtos, Tutorials & Guides.