Linux benchmark scripts and tools
This list of Linux benchmark scripts and tools should prove helpful for quick performance checks of CPU, storage, memory, and network on Linux servers and VPS.
This list of Linux benchmark scripts and tools should prove helpful for quick performance checks of CPU, storage, memory, and network on Linux servers and VPS.
ShareX is a popular tool for capturing screenshots on Windows 11 and 10 operating systems; however, it is unfortunately not available for Linux systems. Therefore, if you are previously using a Windows OS and have not switched to Linux, and you are missing ShareX, then this article discusses the way to install it on Ubuntu. [β¦]
The post How to Install ShareX on Ubuntu 24.04 Linux appeared first on LinuxShout.
Linux 6.17 is out as the latest Kernel release! Linus Torvalds announced it yesterday afternoon in lkml.org:
No huge surprises this past week, so here we are, with kernel 6.17 pushed out and ready to go.
Below is the shortlog for just the last week β not the full 6.17 release β as usual. Itβs not exciting, which is all good. I think the biggest patch in there is some locking fixes for some bluetooth races that could cause use-after-free situations. Whee β thatβs about as exciting as it gets.
β¦
Linux 6.17 introduced Attack Vector Controls, which provides a simple method to manage CPU vulnerability mitigations. Which, so far supports 5 sets of attack-vector mitigations: User-to-Kernel, User-to-User, Guest-to-Host, Guest-to-Guest, and Cross-Tread. See the official documentation for more about it.
For Intel, the kernel added Intel IPU7 driver for web camera support on Lunar Lake and Panther Lake laptops. And, it added perf profiling support for Panther Lake, and EDAC (Error Detection and Correction) support for Granite Rapids D, Wildcat Lake, and Raptor Lake HX, and Core i5 14600, i7 14700 processors.
It as well added initial support for Wildcat Lake integrated graphics, enabled OpenGL and Vulkan support for Xe3 Panther Lake graphics by default, and added SR-IOV (Single Root I/O Virtualization) support for Battlemage GPUs but limit to Arc Pro graphics card.
There are as well DRM Panic support for the Intel i915 and Xe kernel drivers, Wildcat Lake βWCLβ display enablement, and experimental flip queue support for Lunar Lake and Panther Lake hardware, and NPU accelerator support for Wildcat Lake.
On the AMD side, the kernel merged AMDβs Hardware Feedback Interface driver for dynamic core ranking, improved task scheduling, and better support for processors with mix of classic and dense cores.
It also added SmartMux support for hybrid laptops that dynamically switch the GPU being used. For example, when gaming, the system can be switch the active display to the discrete GPU for better performance.
Other AMD changes include CPUID faulting support, and fix for AMDGPU hibernation, which can save 50 minutes on large GPU servers.
Other changes in this Kernel release include:
There are as well many new and updated hardware support, including:
For more changes about Linux Kernel 6.17, see either this page or kernelnewbies.
Ubuntu 25.10 has already included Kernel 6.17 RC, while the stable release will be available soon in the final release.
For Ubuntu 24.04, it will probably have Kernel 6.17 in next 24.04.4 point release. If you canβt wait, try the mainline kernel PPA.
NOTE: The mainline Kernel is built for testing purpose! Itβs NOT signed, so you need to disable secure boot for being able to boot the kernel. And, it may have compatibility issues with proprietary drivers.
For amd64, arm64, armhf, ppc64el, and s390x CPU architecture types, the Kernel PPA provides Linux Kernel 6.17 package at the link below:
If you donβt know your CPU type, run dpkg --print-architecture command to tell, then select download & install the proper packages for your system.
For modern Intel/AMD (amd64) platform, open terminal (Ctrl+Alt+T) and run the commands below one by one to download & install the kernel:
wget -c https://kernel.ubuntu.com/mainline/v6.17/amd64/linux-headers-6.17.0-061700-generic_6.17.0-061700.202509282239_amd64.deb wget -c https://kernel.ubuntu.com/mainline/v6.17/amd64/linux-headers-6.17.0-061700_6.17.0-061700.202509282239_all.deb wget -c https://kernel.ubuntu.com/mainline/v6.17/amd64/linux-image-unsigned-6.17.0-061700-generic_6.17.0-061700.202509282239_amd64.deb wget -c https://kernel.ubuntu.com/mainline/v6.17/amd64/linux-modules-6.17.0-061700-generic_6.17.0-061700.202509282239_amd64.deb sudo apt install ./linux-headers-6.17.0*.deb ./linux-image-unsigned-6.17.0*.deb ./linux-modules-6.17.0*.deb
After installed the kernel, restart and run uname -a to verify the new kernel.
To remove the kernel 6.17, reboot and select boot an old kernel entry from Grub boot-loader (usually under Advanced menu), then run the command below to uninstall:
sudo apt remove linux-modules-6.17.0-*-generic linux-headers-6.17.0-061700
Pop!_OS, the popular Linux Distribution powered by System76, announced the Beta release of 24.04 LTS few days ago.
As the version number says, itβs based on Ubuntu 24.04 LTS, but features Linux Kernel 6.16 and its own COSMIC desktop environment.
Pop!_OS is developed by System76, a American Linux computer manufacturer. It features COSMIC desktop, which was previously a customized GNOME desktop, but now a standalone desktop environment built from scratch.
Since version 18.04, Pop!_OS updated regularly with versions based on every Ubuntu releases. And, it was ranked as 12th popular Linux Distribution according to Google Trends Scores between Jan 2023 and Jan 2024.
The development however slows down since 22.04. Thereβs no Pop!_OS 22.10, 23,04, or 23.10.
The first Pop!_OS 24.04 development release (first alpha) was available in August of last year. Then, it got another few more alpha releases, and finally announced this Beta few days ago!
This is the first release that ships with new standalone COSMIC Desktop environment. It replaced Nautilus, Gnome Terminal, Gnome Text Editor, and Totem with its own COSMIC specific files, terminal, text editor, and video player apps.
Pop!_Shop is replaced by COSMIC Store, which prefers Flatpak when both Flatpak and Deb are available. And, the GDM display manager is replaced by new COSMIC Greeter with a redesigned login appearance.
Dragβnβdropping files from Wayland apps to X11 apps is not supported so far, though user may use the applications upload option as a work-around until the feature is added.
Other changes include new and redesigned settings app, as well as:
The official release note as well as the .iso images are available in system76 website via the link below:
For Pop!_OS 22.04 users who want to upgrade to the new beta release, it can be done by opening terminal and run command:
pop-upgrade release upgrade -f
Though, itβs highly recommended to make a backup first, as bugs are expected in beta that may break things!
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Android software development involves creating applications for devices running the Android operating system, primarily using Kotlin and Java, with some
The post 7 Best Udemy Android Development Courses in 2025 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.
Tiling Shell v17 is out with a handful of new options for keyboard-driven workflows, including shorts to switch between tiling layouts. GNOME 49 support also added.
You're reading GNOME 49 Support, New Keyboard Options Added to Tiling Shell, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.
Linux kernel 6.17 is released with Intel Xe3 graphics, SmartMux support for AMD hybrid GPUs, Legion Go S drivers, SSD write improvements β and a lot more!
You're reading Linux Kernel 6.17 Released, This is Whatβs New, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.
![]()
GNU Linux-libre 6.17 kernel is now available for download. This release is based on Linux kernel 6.17 and itβs targeted at those who seek 100% freedom for their personal computers.
The post GNU Linux-Libre 6.17 Kernel Is Now Available for Software Freedom Lovers appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.
![]()
9to5Linux Weekly Roundup for September 28th, 2025, brings news about Linux kernel 6.17, RPM 6.0, Raspberry Pi 500+, Ubuntu Touch OTA-10, COSMIC Beta, MX Linux 25 Beta, Calibre 8.11, OBS Studio 32, Kali Linux 2025.3, KaOS Linux 2025.09, and more.
The post 9to5Linux Weekly Roundup: September 28th, 2025 appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.
![]()
Linux kernel 6.17 is now available for download with new features, enhanced hardware support through new and updated drivers, improvements to filesystems and networking, and much more. Hereβs whatβs new!
The post Linux Kernel 6.17 Officially Released, This Is Whatβs New appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.