Bonum Certa Men Certa

Links 17/01/2023: LibreOffice 7.5 RC2



  • GNU/Linux

    • Server

      • Top 10 Docker Alternatives That Stand Out That You Should Know in 2023

        Docker has several standalone alternatives, some of which offer virtualization technologies and cross-platform support. Docker alternatives that stand out are also Open Container Initiative (OCI) tools that work with Docker, replace some Docker components, or work with other Docker alternatives to form robust Docker competitors.

        Thanks to its contemporary tools, compatibility, sizable community, and simplicity of use, Docker is still relevant for the majority of container projects, apps, and developers today. The licensing for Docker Desktop has recently changed, among other modifications made by Docker Inc. Consider these Docker alternatives that stand out in 2023 if you’re worried about the future of Docker and the exponential growth of Kubernetes because there are probably yet more changes to come. In this article, we’ll discuss the top Docker alternatives that stand out in 2023.

    • Audiocasts/Shows

    • Kernel Space

      • WCCF TechLinux 6.3 Receives Further Optimizations For AMD DRM-Next Radeon Graphics Hardware

        Continued support was added to the AMDGPU and AMDKFD code work as part of the support for DRM-Next. The new pull request is going to be added to the AMD Radeon graphics driver for Linux 6.3 kernel. Alex Deucher of AMD submitted the new request last Friday, following the patches that were sent in by Mario Limonciello from AMD.

    • Graphics Stack

      • Maira Canal: January Update: Finishing my Igalia CE

        2022 really passed by fast and after I completed the GSoC 2022, I’m now completing another milestone: my project in the Igalia Coding Experience and I had the best experience during those four months. I learned tremendously about the Linux graphics stack and now I can say for sure that I would love to keep working in the DRM community.

        While GSoC was, for me, an experience to get a better understanding of what open source is, Igalia CE was an opportunity for me to mature my knowledge of technical concepts.

        So, this is a summary report of my journey at the Igalia CE.

      • Who-T: libinput and the custom pointer acceleration function

        After 8 months of work by Yinon Burgansky, libinput now has a new pointer acceleration profile: the "custom" profile. This profile allows users to tweak the exact response of their device based on their input speed.

        A short primer: the pointer acceleration profile is a function that multiplies the incoming deltas with a given factor F, so that your input delta (x, y) becomes (Fx, Fy). How this is done is specific to the profile, libinput's existing profiles had either a flat factor or an adaptive factor that roughly resembles what Xorg used to have, see the libinput documentation for the details. The adaptive curve however has a fixed behaviour, all a user could do was scale the curve up/down, but not actually adjust the curve.

      • Dave Airlievulkan video decoding: av1 (yes av1) status update

        Needless to say h264/5 weren't my real goals in life for video decoding. Lynne and myself decided to see what we could do to drive AV1 decode forward by creating our own extensions called VK_MESA_video_decode_av1. This is a radv only extension so far, and may expose some peculiarities of AMD hardware/firmware.

      • Lynne's compiled musings | VK_MESA_video_decode_av1

        With the standardization of the Vulkan decoding extension less than a month ago, two codecs were defined - H264 and H265. While they have cemented their position in multimedia, another, newer codec called AV1 appeared. Indeed, I was involved with its standardization. Not entirely satisfied with the pace of Khronos, nor with VAAPI's lack of synchronization, me and Dave Airlie decided to make our own extension to support AV1 decoding - VK_MESA_video_decode_av1. We were granted an official dedicated stable extension number from Khronos, 510, to avoid incompatibilities.

    • Applications

      • Ubuntu Pit15 Best Forum Software For Linux | UbuntuPIT

        Are you a Linux user in need of an online forum? If so, we have just the solution for you! With our detailed list of the top forum applications available today, gathering opinions and discussing topics with your peers has never been easier. Whether it’s advice or insights related to professional matters or blogging that you’re after – our compilation provides all that and more. Make use of this incredible resource now to get clear ideas about any item from within your community without delay!

        Linux always helps with a lot of applications for free. We researched different sources to find the best open source forum software for your need. Some of them allow you to open a single discussion forum only. On the other hand, some applications support multiple forums. Before going to the central point, we should know something crucial.

      • MedevelCalendar.js: May be the Best Web-based Calendar yet

        Calendar.js is a free open source web-based calendar app. It features dozens of useful features and a responsive customizable interface.

        One of the best features here is it allows you to control your events by drag-and-drop, duplicate events, add translated events, and even group your events.

        You can create custom events, export and import your events in different formats, schedule and repeat events, search your events and more.

        [...]

        The project is released under the GPL-3.0 License.

      • MedevelWeevely: Manage your Events in a Fancy Style

        Weevely is a free open source web-based calendar app which is built on top of Next.js. It supports multiple users, multiple calendars and cusytomizable events and more.

      • Djalel OukidLinux Apps Tour: Ventoy, a feature-rich utility to create bootable USB

        Ventoy is a free, open-source, cross-platform utility for creating bootable USB drives for Linux and Windows. It is feature-rich and supports most system images and computer architectures. This article highlights Ventoy's best features and teaches you how to configure and use this Rufus alternative.

    • Instructionals/Technical

      • Red Hat OfficialHow to create and use file access control lists in Linux | Enable Sysadmin

        Simplify your life by using ACLs to assign specific permissions for users or groups.

      • It's UbuntuHow To Install Proprietary Drivers In Ubuntu 22.04 LTS | Itsubuntu.com

        In this tutorial post, we will show you the command line method to install Proprietary drivers in Ubuntu 22.04 LTS. With the help of this tutorial post, you can easily install additional drivers like Nvidia drivers, network drivers, wifi drivers, and others in the Ubuntu terminal.

      • ID RootHow To Install Varnish on Ubuntu 22.04 LTS - idroot

        In this tutorial, we will show you how to install Varnish on Ubuntu 22.04 LTS. For those of you who didn’t know, Varnish is an open-source, high-performance HTTP accelerator that is used to improve the performance and scalability of web applications. It is a reverse proxy that sits in front of a web server and caches static content, such as HTML, CSS, and JavaScript files. By caching this content, Varnish reduces the workload of the web server and speeds up the delivery of content to users. Varnish offers many features such as private CDN, Gzip compression and decompression, HTTP streaming pass & fetch, etc.

        This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the Varnish cache on Ubuntu 22.04 (Jammy Jellyfish). You can follow the same instructions for Ubuntu 22.04 and any other Debian-based distribution like Linux Mint, Elementary OS, Pop!_OS, and more as well.

      • HowTo ForgeHow to Install Metabase on Ubuntu 22.04 with Docker

        Metabase is a Java-based open-source Business Intelligence (BI) tool.

      • LinuxOpSysWhat is Shell in Linux

        Here learn about the shell which is an important part of the Linux operating system. The shell in the Linux operating system is used as a command line interpreter. It works between user input and Linux Kernel.

      • LinuxOpSysHow to Sort in Linux by Multiple Columns

        Here learn how to sort a file based on the contents of multiple columns in Linux. The sort command provides a lot of options that allow you to customize the way it sorts your data.

      • LinuxOpSysHow to Rename Multiple Directories in Linux at Once

        Here learn how to rename multiple directories in Linux at once. To do with multiple directories, we need to use special commands, scripts, or a combination of different commands.

      • Linux CapableHow to Install EPEL on CentOS Stream EL9 or EL8 - LinuxCapable

        EPEL (Extra Packages for Enterprise Linux) is a community-driven project that provides additional software packages for Enterprise Linux distributions such as CentOS, Red Hat Enterprise Linux (RHEL), and Scientific Linux. These packages are built and maintained by a group of volunteers and are compatible with the corresponding version of the Enterprise Linux distribution.

      • Find the Last Logged-In Users in Linux with Lastlog Command

        The lastlog command in Linux shows the most recent login of all the users or a specific user by pulling the information from the “/var/log/lastlog” file.

        The output is a long format summary of all the user’s account names, ports, IP addresses, and last login timestamps.

        Also, don’t confuse this tool with the last command, as both are separate tools and give you different information by reading different database files.

        In this article, you will learn how to use the lastlog command on Linux to check the most recent login of all users or a specific user, as well as how to clear a single or all user’s last login records.

      • LinuxOpSysHow to Use the Alias Command in Linux: A Tutorial for Beginners

        The alias command in Linux is used to create and manage aliases, which are essentially shortcuts for longer commands.

      • LinuxOpSysHow to Rename a Directory with Spaces in Linux

        Here learn how to rename a Linux directory whose names contain special characters such as space. We will make use of quotation marks, escape characters, and a couple of alternative methods to handle it.

      • LinuxOpSyssource Command in Bash: A Practical Guide

        Learn about one of the most useful Bash command, source, which is used to execute commands from a file or script in the current shell environment.

      • LinuxOpSysHow to Use userdel Command in Linux - Remove Users

        In this tutorial, we learn how to use userdel command in Linux to remove a user. A system administrator might require to remove a user when the user account is compromised, user no longer required, or when the user itself creates problems.

      • LinuxOpSyssort Command in Linux: How to Sort Data Quickly and Easily

        Here explore the sort command in more detail, including how to use it to sort data in various ways and how to customize the sort using options.

      • LinuxOpSysChange the Name of a Directory in Linux (rename a directory)

        Here learn how to rename a directory in Linux from the terminal. Renaming a directory in Linux can be a useful way to keep your file system organized and maintainable.

      • Backing up to a Remote Server with SSH and rsync

        While I pay for multiple video streaming services, I never got on board with streaming music services such as Amazon Prime Music or Spotify. I’ve curated quite the collection of MP3s in the past twenty years, with a fair number of tracks that aren’t available through streaming services. Since most phone manufactures have stolen our beloved SD card expansion slots, I’ve had to rely on various services the past few years to enjoy my music on the go.

        This started with Amazon Music, when there was an option to pay for a given amount of storage that you could upload your music collection to and enjoy through the Amazon Music app on your mobile devices. Then came Google Play Music with a similar service, but then Google did what Google does and killed that product in favor of Youtube Music. Ugh.

        I’ve since moved on to hosting a Plex server on a Raspberry Pi in my home’s network rack. Rather than loading my substantial music collection on the same SD card that the operating system runs on, I’ve opted to connect a 2.5” SSD with a bountiful amount of storage to the Raspberry Pi via USB. From here, I’m able to stream my music anywhere I have an internet connection through the surprisingly great Plexamp app.

      • Check the Linux Uptime History Using the Uprecords

        We wrote an article a few days ago about the tuptime command, which is used to view the historical and statistical records of the uptime command.

        In this article, we will discuss another similar utility named uprecords, which is used to record and keep track of Linux system uptime during every session.

        The output of this command gives a summary of historical uptime records, like how long the system has been up on each session, the highest uptime, when the system has been rebooted, etc.

        Stick with this article to learn each and everything about this tool using its options (with practical examples).

      • Linux CapableHow to Install GIMP on Linux Mint 21 or 20 - LinuxCapable

        GIMP, short for GNU Image Manipulation Program, is a free and open-source image editing software that can be used on Linux Mint and other operating systems. It is a powerful tool that can be used for a variety of tasks, such as photo editing, graphic design, and creating digital art. It offers many features that make it a suitable alternative to expensive professional software, such as Adobe Photoshop. Incorporating GIMP into your daily Linux Mint desktop can bring many benefits, including enhancing and manipulating images, creating custom graphics, and saving money on expensive software.

      • Linux CapableHow to Install Git on CentOS Stream EL9 or EL8 - LinuxCapable

        Git is a widely-used version control system that tracks software development project changes. It allows multiple developers to work on a project simultaneously while keeping a record of all changes made to the code. Incorporating Git into your daily CentOS Stream desktop can bring many benefits, including collaborating with other developers, keeping track of changes made to your code, and quickly reverting to previous versions of your code.

      • Linux Shell TipsHow to Join, Combine or Merge Text Files in Linux

        The Linux cat command is one of the most versatile tools that can use to create files, view them, and even combine them in the Linux command line.

        In this article, we take a detour and explore how you can join two text files in Linux using the cat command, (short for “concatenate”) is one of the most commonly used commands in Linux as well as other UNIX-like operating systems, used to concatenate files and print on the standard output.

        It is not only used to view files but can also be used to create files together with the redirection character.

      • Czech translation of LibreOffice Calc Guide 7.4
    • WINE or Emulation

      • Ubuntu Pit30 Best Game Emulator Consoles for Linux

        Everyone looks back fondly on the days we played classic games like Sega, PlayStation One, and Nintendo. But with today’s powerful PCs and smartphones revolutionizing technology beyond what anyone imagined in those times, it’s no surprise that retro consoles are slowly becoming obsolete. If you’re yearning to recapture those childhood gaming days again, then you’ll be glad to know that developers have created powerful emulator systems which make it possible. Linux users can now relive their nostalgia through these emulators — and in this guide, our goal is to provide the best retro game experience available!

  • Distributions and Operating Systems

  • Free, Libre, and Open Source Software

    • Web Browsers/Web Servers

      • Mozilla

        • MozillaHere’s what’s going on in the world of extensions

          About one-third of Firefox users have installed an add-on before – whether it’s an extension to add powerful and customizable features or a visual theme to personalize the web browsing experience. But if you’re unfamiliar, add-ons are sort of like apps for your browser. They can add all kinds of features to Firefox to make browsing faster, safer or just more fun.

          The past year introduced some exciting new changes to the extensions world. The majority of these changes are foundational and take place in the deeply technical back-end of the system, typically out of sight of most Firefox users. However, if you pride yourself on hanging out in popular cybersecurity hubs, reading the latest tech news or developing your own extensions then you might have caught wind of some of these changes yourself.

    • Productivity Software/LibreOffice/Calligra

      • LibreOffice 7.5 RC2 is available for testing

        LibreOffice 7.5 will be released as final at the beginning of February, 2023 ( Check the Release Plan ) being LibreOffice 7.5 Release Candidate 2 (RC2) the forth and final pre-release since the development of version 7.5 started in mid June, 2022. Since the previous release, LibreOffice 7.5 RC1, 89 commits have been submitted to the code repository and 39 issues got fixed. Check the Release Notes to find the new features included in this version of LibreOffice.

        LibreOffice 7.5 RC2 can be downloaded for Linux, macOS and Windows, and it will replace the standard version.

    • Education

      • OSI BlogBigBlueButton provides access to quality education through Open Source - Voices of Open Source

        BigBlueButton is an Open Source virtual classroom started in 2007 by OSI sponsor, Blindside Networks. What differentiates BigBlueButton from other web conferencing platforms is that it’s designed for the education market. It focuses on maximizing time for applied learning and feedback, incorporating tools such as a multi-user white board, breakout rooms, shared notes, polling, and emojis.

        Nearly all educational institutions use learning management systems that teachers and students access to manage all the components of classes or programs such as assignments, grades, and lesson plans. Integration with learning management systems is important for the success of an online learning platform, and BigBlueButton is built into the core of some of the most popular options like Moodle, Canvas, Schoology, and D2L.

    • Programming/Development

      • QtQt for Android Automotive 6.4.2 is released

        We are happy to announce that the latest Qt for Android Automotive patch release is available which contains one critical bug fix.

      • Barry KaulerBack in business with SDL_ttf

        I suppose that I could trace the code, find where the function is failing; however, I took a punt. Sometimes, older versions of a package are better. Developers may start off with something that works, then they add more features and clever things.

      • Barry KaulerMore old widget libraries for SDL 1.2

        There are so many old projects. If you keep looking and looking, using different search keywords, more old treasures are discovered. And links to no-longer-existing projects.

      • Perl / Raku

        • PerlRegexp Delimiters

          Perl lets you use almost anything as a regular expression delimiter. It is usual to use punctuation of some sort, but characters that match /\w/ can be used provided there is white space between the operator and the delimiter: m X foo Xsmx compiles and matches 'foobar'. In the presence of use utf8; you can go wild.

          A query on the Perl 5 Porters Mailing List (a.k.a. 'p5p') a few days ago asked for opinions about appropriating the colon (':') as a delimiter for modifiers to the regular expression operators. This got me wondering about what regular expression delimiters were actually in use.

          I scratched that itch by plowing through my local Mini CPAN, running everything that looked like Perl through PPI, and checking anything that parsed to an object of one of the relevant classes. A summary of the results is appended.

    • Standards/Consortia

  • Leftovers

    • Science

      • Whatg is really Lost in Translation? | Stop at Zona-M

        That answer, of course, reveals a certain ignorance of the sector in which I work (completely understandable and moreover symmetrical); but it also shows an idea of the future that is taken for granted by those involved in machine learning and yet it is difficult to conceive - because in many ways literally inconceivable - for everyone else. “People talk about Miami or Bangladesh as if they still have a chance,” said a famous report on climate change whose argument was that they no longer have a chance. Similarly, people talk about translators, communication experts, civil lawyers, authors.

    • Hardware

    • Health/Nutrition/Agriculture

    • Linux Foundation

    • Security

      • A new privilege escalation vulnerability in the Linux kernel, enables a local attacker to execute malware on vulnerable systems

        A new privilege escalation vulnerability has been identified in the Linux kernel by researcher Davide Ornaghi. This vulnerability might enable a local attacker to execute code on vulnerable computers with elevated rights if the kernel is installed on those systems. Additionally, Davide published the proof-of-concept and the write-up. The vulnerability, which has been assigned the tracking number CVE-2023-0179, is a stack-based buffer overflow that exists in the Netfilter subsystem. An authorized attacker might exploit this issue to get elevated privileges as root if the attacker executed a program that had been carefully written for the purpose.

      • Privacy/Surveillance

        • Vice Media GroupThe FBI Won't Say Whether It Hacked Dark Web ISIS Site

          According to the complaint against him, Al-Azhari allegedly visited a dark web site that hosts “unofficial propaganda and photographs related to ISIS” multiple times on May 14, 2019. In virtue of being a dark web site—€­that is, one hosted on the Tor anonymity network—€­it should have been difficult for the site owner’s or a third party to determine the real IP address of any of the site’s visitors.

          Yet, that’s exactly what the FBI did. It found Al-Azhari allegedly visited the site from an IP address associated with Al-Azhari’s grandmother’s house in Riverside, California. The FBI also found what specific pages Al-Azhari visited, including a section on donating Bitcoin; another focused on military operations conducted by ISIS fighters in Iraq, Syria, and Nigeria; and another page that provided links to material from ISIS’s media arm. Without the FBI deploying some form of surveillance technique, or Al-Azhari using another method to visit the site which exposed their IP address, this should not have been possible.

        • Bruce SchneierThe FBI Identified a Tor User - Schneier on Security

          There are lots of ways to de-anonymize Tor users. Someone at the NSA gave a presentation on this ten years ago. (I wrote about it for the Guardian in 2013, an essay that reads so dated in light of what we’ve learned since then.) It’s unlikely that the FBI uses the same sorts of broad surveillance techniques that the NSA does, but it’s certainly possible that the NSA did the surveillance and passed the information to the FBI.

    • Civil Rights/Policing

      • Here is an example of AI euphemisms | Stop at Zona-M

        In real life, the John in the picture above is a guy who never went anywhere close that naked woman which is not his wife. Still, that and other pictures “prove” that John is a really bad guy involved in all sorts of illegal, or otherwise deeply troubling activities that he never took part in in reality.

      • House of future, full of DUMB ideas and GOOD sensors | Stop at Zona-M

        a table with built-in electronics could sense the temperature of the drink you place down on it and heat or cool just that portion of the surface to maintain the drink’s temperature.


* Gemini (Primer) links can be opened using Gemini software. It's like the World Wide Web but a lot lighter.



Recent Techrights' Posts

Links 19/04/2024: Running a V Rising Dedicated Server on GNU/Linux and More Post-"AI" Hype Eulogies
Links for the day
[Video] Novell and Microsoft 45 Years Later
what happened in 2006 when Novell's Ron Hovsepian (who had come from IBM) sealed the company's sad fate by taking the advice of Microsoft moles
EPO “Technical” Meetings Are Not Technical Anymore, It's Just Corrupt Officials Destroying the Patent Office, Piecewise (While Breaking the Law to Increase Profits)
Another pillar of the EPO is being knocked down
Sven Luther, Lucy Wayland & Debian's toxic culture
Reprinted with permission from disguised.work
[Video] Microsoft Got Its Systems Cracked (Breached) Again, This Time by Russia, and It Uses Its Moles in the Press and So-called 'Linux' Foundation to Change the Subject
If they control the narrative (or buy the narrative), they can do anything
 
The Latest Wave of Microsoft Crime, Bribes, and Fraud
Microsoft is still an evil, highly corrupt company
Gemini Links 19/04/2024: Kolibri OS and OpenBSD
Links for the day
[Meme] EPO “Technical” Meetings
an institution full of despots who commit or enable illegalities
Red Hat Communicates the World Via Microsoft Proprietary Spyware
Red Hat believes in choice: Microsoft... or Microsoft.
Chris Rutter, ARM Ltd IPO, Winchester College & Debian
Reprinted with permission from disguised.work
Links 19/04/2024: Israel Fires Back at Iran and Many Layoffs in the US
Links for the day
Russell Coker & Debian: September 11 Islamist sympathy
Reprinted with permission from disguised.work
Sven Luther, Thomas Bushnell & Debian's September 11 discussion
Reprinted with permission from disguised.work
G.A.I./Hey Hi (AI) Bubble Bursting With More Mass Layoffs
it's happening already
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, April 18, 2024
IRC logs for Thursday, April 18, 2024
Coroner's Report: Lucy Wayland & Debian Abuse Culture
Reprinted with permission from disguised.work
Links 18/04/2024: Misuse of COVID Stimulus Money, Governments Buying Your Data
Links for the day
Gemini Links 18/04/2024: GemText Pain and Web 1.0
Links for the day
Gemini Links 18/04/2024: Google Layoffs Again, ByteDance Scandals Return
Links for the day
Gemini Links 18/04/2024: Trying OpenBSD and War on Links Continues
Links for the day
IRC Proceedings: Wednesday, April 17, 2024
IRC logs for Wednesday, April 17, 2024
Over at Tux Machines...
GNU/Linux news for the past day