Intel NUC 13 Pro Mini PC Running Linux: Configuring Ubuntu 23.10

In my previous article, I walked you through the easy steps to install Ubuntu 23.10 Desktop. For this article in the series, I’ll start configuring Ubuntu 23.10. As this distro has been only out for a few days, I’ll be regularly updating/refining this particular article over the coming days and weeks. As always, comments are very welcome.

Source: LXer – Intel NUC 13 Pro Mini PC Running Linux: Configuring Ubuntu 23.10

Master Linux Networking With IP Command

In this guide, we will explain how to master Linux networking with ip command. Linux, with its open-source nature, provides users with a vast array of tools to empower their networking endeavors. Among these tools, the IP command stands out as a versatile and powerful utility for managing various aspects of network configuration.

The post Master Linux Networking With IP Command appeared first on Linux Today.



Source: Linux Today – Master Linux Networking With IP Command

Best Free and Open-Source Alternatives to Adobe Scan

Adobe Scan provides a portable scanner that recognizes text automatically (OCR) and allows you to save to multiple files formats, including PDF and JPEG. We recommend the best free and open-source alternatives to the proprietary software.

The post Best Free and Open-Source Alternatives to Adobe Scan appeared first on Linux Today.



Source: Linux Today – Best Free and Open-Source Alternatives to Adobe Scan

How to Install VMware Workstation on Linux Systems

This tutorial will show how to install VMware Workstation 17 Pro on RHEL-based distributions such as CentOS, Fedora, Rocky Linux, and AlmaLinux, as well as on Debian-based distributions such as Ubuntu and Linux Mint.

The post How to Install VMware Workstation on Linux Systems appeared first on Linux Today.



Source: Linux Today – How to Install VMware Workstation on Linux Systems

VirtualBox 7.0.12 Adds Initial Support for Linux 6.6, openSUSE 15.5 Kernels

Oracle released today VirtualBox 7.0.12 as another maintenance update in the latest VirtualBox 7.0 series of this open-source, free, and cross-platform virtualization software for GNU/Linux, macOS, Solaris, and Windows systems.

The post VirtualBox 7.0.12 Adds Initial Support for Linux 6.6, openSUSE 15.5 Kernels appeared first on Linux Today.



Source: Linux Today – VirtualBox 7.0.12 Adds Initial Support for Linux 6.6, openSUSE 15.5 Kernels

[$] Improving C-library scalability with restartable sequences

The Linux kernel has supported restartable
sequences
(sometimes referred to as “RSEQ”) since 2018, but it remains
a bit of a niche feature, mostly useful to performance-oriented developers
who do not mind writing assembly code. According to Mathieu Desnoyers, the
behind the kernel’s implementation of restartable sequences, this feature
can be applicable to a much wider range of performance-sensitive code with
proper library support. He came to the 2023 GNU Tools Cauldron to
present the case for use of restartable sequences within the GNU C Library
(glibc).

Source: LWN.net – [$] Improving C-library scalability with restartable sequences

35+ Advanced Examples of the Find Command in Linux

In this guide, we will talk about the most common and useful find command examples with detailed explanations. The find command is an advanced tool for searching files or directories rigorously in your file system, taking a little longer time than its alternative tools like the locate command.

The post 35+ Advanced Examples of the Find Command in Linux appeared first on Linux Today.



Source: Linux Today – 35+ Advanced Examples of the Find Command in Linux