Quick Roundup
- Latest Headlines
- Highlights
- Archive
- Recent comments
- All-Time Popular Stories
- Hot Topics
- Latest Members
- Categories
Type | Title | Author | Replies |
Last Post![]() |
---|---|---|---|---|
Story | Pitivi 2022.06 Open-Source Video Editor Released with Object Tracking and Blurring | Marius Nestor | 25/06/2022 - 2:17pm | |
Story | Best Linux laptops of 2022 | Roy Schestowitz | 25/06/2022 - 2:16pm | |
Story | today's leftovers | Roy Schestowitz | 25/06/2022 - 1:46pm | |
Story | Arti 0.5.0 is released: Robustness and API improvements | Roy Schestowitz | 25/06/2022 - 1:45pm | |
Story | Programming Leftovers | Roy Schestowitz | 25/06/2022 - 1:43pm | |
Story | today's howtos | Roy Schestowitz | 25/06/2022 - 1:22pm | |
Story | EasyOS Dunfell-series 4.2 | Roy Schestowitz | 25/06/2022 - 1:20pm | |
Story | EndeavourOS Artemis Launches with ARM Installer, Linux 5.18, and Latest Calamares | Marius Nestor | 2 | 25/06/2022 - 12:54pm |
Story | today's leftovers | Roy Schestowitz | 25/06/2022 - 9:05am | |
Story | today's howtos | Roy Schestowitz | 25/06/2022 - 9:02am |
Libre Arts - LSP Plugins 1.2.2
Submitted by Roy Schestowitz on Thursday 23rd of June 2022 09:40:19 AM Filed under
Vladimir Sadovnikov released a new version of his free/libre LSP PLugins pack, this time featuring a multiband dynamics plugin in four variations: left/right, midside, mono, and stereo. Basically it’s an 8-band compressor (only 4 enabled by default to start small probably).
- Login or register to post comments
Printer-friendly version
- Read more
- 2568 reads
PDF version
First Beta for Krita 5.1.0 Released
Submitted by Roy Schestowitz on Thursday 23rd of June 2022 09:35:04 AM Filed under

We’re releasing the first beta for Krita 5.1.0 today. Krita 5.1.0 is packed with new features! For the full list, check out the work-in-progress full release notes!
- 1 comment
Printer-friendly version
- Read more
- 4130 reads
PDF version
Red Hat / IBM Leftovers
Submitted by Roy Schestowitz on Thursday 23rd of June 2022 09:33:29 AM Filed under
-
Applying smart thinking to open organization principles [Ed: What "open org"? IBM is not an open organisation but a proprietary and patent bully corporation whose own president (the author of the "open org") quit abruptly]
Habits have an unfair reputation of being bad things that need to be stopped. But consider this: Automation and habits have many things in common. First, they're both repetitive. They're done over and over, the exact same way. More importantly, they reduce costs (both cost per piece and cost of energy used).
-
IT leadership: 3 ways CIOs prevent burnout
Fighting employee burnout is a key priority for CIOs, especially as teams deal with the ongoing impact of the pandemic and embrace new hybrid ways of working. But IT leaders are not immune to the impacts of burnout. In order to truly help their employees manage work stress and find work-life balance, leaders have to start with themselves.
We asked CIOs who recently won the 2022 Houston CIO of the Year ORBIE Awards how they personally protect themselves from burnout. Read their responses for advice on how to maintain a healthy work-life blend while continually finding inspiration at work.
-
3 E's of effective leadership
Almost two years ago, I shared what I learned about leadership from my experience in a leadership development program. The takeaway? In order to be a strong leader, especially in times of crisis, it’s imperative to be vulnerable and create a psychologically safe environment for your team.
I was reflecting recently on my leadership style and how it may have changed over the past two years. In some ways, I am the same person, the same colleague, and the same leader. In other ways, I have evolved and adjusted my style to fit the new ways that we engage and work together.
Three distinct words came to me during this reflection time (and I do love alliteration!). These three words represent what I think is most important in effective leadership today, maybe more so than ever.
-
Multi-cloud storage strategies for SaaS applications
The SaaS architecture checklist is a series of articles that cover the software and deployment considerations for Software as a Service (SaaS) applications. In this fourth article in the series, you'll learn about software SaaS providers can use to simplify their storage architecture while still accommodating a multi-cloud strategy.
- Login or register to post comments
Printer-friendly version
- Read more
- 2493 reads
PDF version
Where Do Files Go When the rm Command Is Issued?
Submitted by trendoceangd on Thursday 23rd of June 2022 09:28:13 AM Filed under
The data itself is not destroyed or shredded; it is only unlinked from the filesystem that references the data and indicates the block as free when you remove it using the rm command.
In this scenario, recovering the files becomes too complex, and it’s a good choice not to rewrite something on your system (ex: copying, moving, installing), which overwrites the unlinked block
- Login or register to post comments
Printer-friendly version
- Read more
- 2672 reads
PDF version
PostgreSQL: InfluxDB FDW 1.2.0, PGSpider Extension 1.0.0, JDBC FDW 0.2.0, and Parquet S3 FDW 0.3.0
Submitted by Roy Schestowitz on Thursday 23rd of June 2022 09:24:49 AM Filed under
-
PostgreSQL: InfluxDB FDW 1.2.0 released
We have just released version 1.2.0 of the Foreign Data Wrapper for InfluxDB.
This release can work with PostgreSQL 10, 11, 12, 13 and 14. -
PostgreSQL: PGSpider extension 1.0.0 is released
We have released PGSpider extension v1.0.0.
This is an extension to construct data virtualization engine by PostgreSQL.
As compared to the first release of 10 months ago, the quality and connectivity of FDWs were improved.
Please refer README.md for supporting FDWs. -
PostgreSQL: JDBC FDW 0.2.0 release
We have just newly released Foreign Data Wrapper for databases with JDBC interface.
This release can work with PostgreSQL 13 and 14.
-
Parquet S3 FDW 0.3.0 released
We have just released version 0.3.0 of the Foreign Data Wrapper for Parquet file on Amazon S3.
This release can work with PostgreSQL 13 and 14.
- Login or register to post comments
Printer-friendly version
- Read more
- 2695 reads
PDF version
today's howtos
Submitted by Roy Schestowitz on Thursday 23rd of June 2022 09:20:34 AM Filed under
-
How to Install Jenkins on Ubuntu 22.04 or 20.04 Linux - Linux Shout
Learn the steps and commands to install Jenkins software on Ubuntu 22.04 LTS Jammy JellyFish or 20.04 Focal Fossa Linux.
Jenkins is a software common in the field of professional software development. When more than one developer is working on a software project, it becomes confusing when all of their changes are put together. To solve this Jenkins comes in to picture. Jenkins is a Continuous Integration System (CI system) programmed in Java, which is used in agile software development: It ensures that small code changes are always immediately tested and imported into the software. Jenkins was first known as Hudson but after some dispute, all developers involved in this (open source) project decided to rename it to Jenkins.
Hence, in a few words, Jenkins is an open-source project that helps software developers in development by automating various aspects of software app coding such as building, testing, and deploying…
-
How to Install SUSE Linux Enterprise Server 15 SP4
SUSE Enterprise Linux Server (SLES) is a modern and modular Linux distribution that was developed mainly for servers and mainframes. It focuses on supporting production workloads and is typically used by large organizations to host and run applications.
SUSE also supports traditional IT environments and is also available for desktop/workstation lovers as SUSE Enterprise Linux Desktop (SLED). Check out the release notes for more information about SLES 15 SP4.
SUSE Enterprise Linux Server provides a 60-day Evaluation that allows you to get patches and updates.
In this guide, we will demonstrate how to install SUSE Enterprise Linux Server 15 SP4.
-
How to Use Grep to Extract Emails from a File in Linux
If you have once crossed paths with data entry and extraction tasks either as a freelancing virtual assistant or for a personal/work project, you have understood the importance of data organization and management. The Linux operating system always transforms its users into data specialists.
An important piece of data that is irreplaceable in both personal and work projects is the email address. It uniquely identifies and links specific user information within a data management system.
Using an email address as a primary data reference point meets the following objectives.
-
How to Watch a Growing Size of a File in Linux
Linux operating system distributions are masters at solving computing riddles. These operating system distributions do not entertain computing myths. Therefore, its open-source attribute makes all Linux OS activities transparent to its users.
This article guide will try to uncover the possibility of monitoring the growing size of a file in a Linux operating system environment.
- Login or register to post comments
Printer-friendly version
- Read more
- 2585 reads
PDF version
5 Useful Linux Command Line Tools that Everyone Should Use
Submitted by arindam1989 on Thursday 23rd of June 2022 08:45:38 AM Filed under
A set of five useful Linux command(s) which gives you ultimate productivity boost in your day to day workflow.
- Login or register to post comments
Printer-friendly version
- Read more
- 2764 reads
PDF version
10 Best Linux Games for Free 2022
Submitted by Roy Schestowitz on Thursday 23rd of June 2022 08:43:26 AM Filed under
Gaming on Linux has become very popular and gained the trust of hardcore gamers in very short period of time. Thanks to digital video game distribution services like Steam and PlayOnLinux, it has been possible for gamers like me to enjoy my favourite video games from Windows on Linux and its distributions.
Now that we’re in mid-2022, there are many games from popular developers and publishers available for Linux and its distributions like Ubuntu. But games from popular publishers guarantees one thing and that is price tag and some games are very expensive too. So, today I’m going to introduce you to the 10 free games for Linux.
- Login or register to post comments
Printer-friendly version
- Read more
- 3390 reads
PDF version
MaaXBoard 8ULP SBC leverages NXP i.MX 8ULP Cortex-A35/M33 SoC for Edge audio and HMI applications
Submitted by Roy Schestowitz on Thursday 23rd of June 2022 08:20:30 AM Filed under
Avnet MaaxBoard 8ULP will be one of the first single board computers (SBC) based on the new NXP i.MX 8ULP Cortex-A35/M33 processor designed for Edge audio and HMI applications, and featuring NXP’s EdgeLock for device-to-cloud security.
The board will come with 2GB RAM, 32GB eMMC flash, a MIPI DSI display connector, a MIPI CSI camera connector, Fast Ethernet and WiFi 5 connectivity, a digital microphone, and a 3.5mm stereo audio jack, and provide expansion capabilities via a 40-pin header for Raspberry Pi HATs and a 16-pin Shuttle Click header for MikroE Click add-on boards.
- Login or register to post comments
Printer-friendly version
- Read more
- 2415 reads
PDF version
Firebird 3.0.10 sub-release is available
Submitted by Roy Schestowitz on Thursday 23rd of June 2022 08:18:21 AM Filed under
Firebird Project is happy to announce general availability of Firebird 3.0.10 — the latest point release in the Firebird 3.0 series.This sub-release offers a few important bugfixes, please refer to the Release Notes for the full list of changes.
- Login or register to post comments
Printer-friendly version
- Read more
- 2647 reads
PDF version
Pango 1.90
Submitted by Roy Schestowitz on Thursday 23rd of June 2022 08:00:08 AM Filed under
I’ve finally convinced myself that I need to make a Pango 2.0 release to clean up the API, and introduce some new APIs without breaking users that expect Pango to be very stable.
So, here it is… well not quite. What I am presenting today is not Pango 2.0 yet, but 1.90 – an unstable preview of the coming changes, to gather feedback and give some heads-up about whats coming.
- Login or register to post comments
Printer-friendly version
- Read more
- 3660 reads
PDF version
Kernel: LWN Articles About Linux and LSFMM
Submitted by Roy Schestowitz on Thursday 23rd of June 2022 07:50:43 AM Filed under
-
/dev/userfaultfd
The userfaultfd() system call allows one thread to handle page faults for another in user space. It has a number of interesting use cases, including the live migration of virtual machines. There are also some less appealing use cases, though, most of which are appreciated by attackers trying to take control of a machine. Attempts have been made over the years to make userfaultfd() less useful as an exploit tool, but this patch set from Axel Rasmussen takes a different approach by circumventing the system call entirely.
A call to userfaultfd() returns a special file descriptor attached to the current process. Among other things, this descriptor can be used (with ioctl()) to register regions of memory. When any thread in the current process encounters a page fault in a registered area, it will be blocked and an event will be sent to the userfaultfd() file descriptor. The managing thread, on reading that event, has several options for how to resolve the fault; these include copying data into a new page, creating a zero-filled page, or mapping in a page that exists elsewhere in the address space. Once the fault has been dealt with, the faulting thread will continue its execution.
A thread will normally encounter a page fault while running in user space; it may have dereferenced a pointer to a not-present page, for example. But there are times that page faults can happen within the kernel. As a simple example, consider a read() call; if the buffer provided to read() is not resident in RAM, a page fault will result when the kernel tries to access it. At that point, execution will be blocked as usual, but it will be blocked in the kernel rather than in user space.
-
Zoned storage
Zoned storage is a form of storage that offers higher capacities by making tradeoffs in the kinds of writes that are allowed to the device. It was the topic of a storage and filesystem session led by Luis Chamberlain at the 2022 Linux Storage, Filesystem, Memory-management and BPF Summit (LSFMM). Over the years, zoned storage has been a frequent topic at LSFMM, going back to LSFMM 2013, where support for shingled magnetic recording (SMR) devices, which were the starting point for zoned storage, was discussed.
Chamberlain began with the news that a zoned storage microconference had been accepted for this year's Linux Plumbers Conference (LPC). He encouraged attendees to submit topics and hoped it was an opportunity to introduce more user-space developers to zoned-storage concepts. LPC will be held September 12-14 in Dublin, Ireland.
-
Retrieving kernel attributes
At the 2022 Linux Storage, Filesystem, Memory-management and BPF Summit (LSFMM), Amir Goldstein and Miklos Szeredi led a discussion on a new interface for extracting information from kernel objects using the filesystem extended-attributes (xattr) interface. Since Szeredi was not present in Palm Springs, he co-led the session virtually over Zoom audio, which was the only filesystem session with a virtual leader at LSFMM this year. Szeredi's proposal for an interface of that sort had been posted just the day before the session.
Goldstein started things off by noting that there are several use cases where there is a need for a new API to obtain bits of information from the kernel, so it seems like a good idea to create a common API that can meet those needs. Szeredi proposed the getfattr mechanism, which builds on the xattr interface; Goldstein said that he was happy with the idea, as were Szeredi and Dave Chinner, who suggested the idea a year or so ago. In addition, other than an objection to binary data, Greg Kroah-Hartman was "not unhappy" with the idea.
Szeredi took over to describe the proposal in more detail. The intent is to be able to get attributes from some kernel objects; those could be mounts or inodes, but processes or other objects are possible as well. There are several existing interfaces for getting this kind of information, but each has a different way to access the attributes, so it would be nice to have a unified interface, he said.
The xattr API was repurposed for his proposal. It uses a different namespace for the new attributes, however, in order to ensure that legacy code will not break due to unexpected new attributes. For example, listxattr() would not return attributes from the new namespace. One objection to the interface is that it is not efficient enough if there is a need to retrieve multiple attributes. Szeredi said that would need to be tested to see if it is truly a problem, but if so, the API could be extended with a bulk-retrieval mechanism.
-
A discussion on readahead
Readahead is an I/O optimization that causes the system to read more data than has been requested by an application—in the belief that the extra data will be requested soon thereafter. At the 2022 Linux Storage, Filesystem, Memory-management and BPF Summit (LSFMM), Matthew Wilcox led a session to discuss readahead, especially as it relates to network filesystems, with assistance from Steve French and David Howells. The latency of the underlying storage needs to factor into the calculation of how much data to read in advance, but it is not entirely clear how to do so.
Wilcox began by describing readahead a bit. If user space is reading a file one byte at a time, Linux does not actually read the data that way; instead, it issues reads for a bigger chunk, say 64KB, which gets stored in the page cache. There is a certain amount of latency between the time a page is requested from the storage and when it appears in the page cache; that latency varies greatly over the wide variety of storage types that Linux supports. For network storage, those types can range from locally stored data on multi-gigabit Ethernet to data stored halfway around the world over decidedly slower links. Similarly, for local storage it can range from a 5GB-per-second NVMe SSD to some "crappy USB key picked up from a vendor at a trade show". There is "a lot of stuff to contend with there".
-
Remote participation at LSFMM
As with many conferences these days, the 2022 Linux Storage, Filesystem, Memory-management and BPF Summit (LSFMM) had a virtual component. The main rooms were equipped with a camera trained on the podium, thus the session leader, so that remote participants could watch; this camera connected into a Zoom conference that allowed participation from afar. In a session near the end of the conference, led by conference organizer Josef Bacik, remote participants were invited to share their experiences—on camera—with those who were there in person. It was an opportunity to discuss what went right—and wrong—with an eye toward improving the experience for future events.
Ric Wheeler was first up; he said that aside from the first few minutes where he could not hear anyone, "it was a good virtual experience". Mel Gorman echoed that and noted that it "was infinitely superior to not being able to participate at all". One thing he noted is that the "raised hands" in the Zoom interface were not monitored in some sessions. There were two sessions that he remembered where the speaker asked for objections or other comments and he was left "screaming at the mic". It is difficult to keep an eye on that when leading a session, he said; it was only a minor detraction from the overall great experience.
- Login or register to post comments
Printer-friendly version
- Read more
- 2618 reads
PDF version
today's leftovers
Submitted by Roy Schestowitz on Thursday 23rd of June 2022 07:01:54 AM Filed under
-
Meet the Administrators of the RSOCKS Proxy Botnet
Authorities in the United States, Germany, the Netherlands and the U.K. last week said they dismantled the “RSOCKS” botnet, a collection of millions of hacked devices that were sold as “proxies” to cybercriminals looking for ways to route their malicious traffic through someone else’s computer. While the coordinated action did not name the Russian hackers allegedly behind RSOCKS, KrebsOnSecurity has identified its owner as a 35-year-old Russian man living abroad who also runs the world’s top spam forum.
-
HDMI Is An Attack Surface, So Here’s An HDMI Firewall
Many years of using televisions, monitors, and projectors have conditioned us into treating them as simple peripherals whose cables carry only video. A VGA cable may have an i2c interface for monitor detection, but otherwise it presents little security risk. An HDMI interface on the other hand can carry an increasing number of far more capable ports, meaning that it has made the leap from merely a signal cable to being a connector stuffed with interesting attack vectors for a miscreant. Is it time for an HDMI firewall? [King Kévin] thinks so, because he’s made one.
-
Open Source Brings Good Things to Life [Ed: The author of this fluff, Dan Whiting, chooses proprietary software]
-
500 Individuals Received Training & Certification Scholarships by The Linux Foundation [Ed: Ankush Das continues to post marketing spam for the so-called 'Linux' Foundation; they almost certainly pay for this spam]
-
Afshan Ahmed Khan: Outreachy Week-3: Everybody struggles [Ed: "Everybody struggles" became a chorus for "cannot complete my assignment" and "it's OK", as if nobody is supposed to accomplish it but that's not a failure of Outreachy]
- Login or register to post comments
Printer-friendly version
- Read more
- 2579 reads
PDF version
Open Hardware/Modding: RISC-V, Astro Pi, and Raspberry Pi
Submitted by Roy Schestowitz on Thursday 23rd of June 2022 06:53:03 AM Filed under
-
RISC-V International reveals latest spec approvals • The Register
RISC-V International has grown its pile of royalty-free, open specifications, with additional documents covering firmware, hypervisors, and more.
RISC-V – pronounced "risk five", and not to be confused with the other architecture of that name, RISC-5 – essentially sets out how a CPU core should work from a software point of view. Chip designers can implement these instruction set specifications in silicon, and there are a good number of big industry players backing it.
The latest specs lay out four features that compatible processors should adhere to. Two of them, E-Trace and Zmmul, will be useful for organizations building RISC-V hardware and software, and the other two could prove important in future, aiding the development of OSes to run on RISC-V computers.
-
The names of the new Astro Pi computers get revealed
We and our collaborators at ESA Education are excited to announce that 17,168 programs written by young people from 26 countries have been successfully deployed on board the International Space Station (ISS) for the European Astro Pi Challenge 2021/22. And we can finally reveal the names of the two new and upgraded Astro Pi computers that Astro Pi participants have chosen.
-
Putting A Little More Juice In Your Emulation Station
After you’ve built a snazzy Raspberry Pi-powered retro gaming console, you might be wondering if you could have just a wee bit more power and run some of those other games you might remember, such as Xbox, Wii, or PS3. Perhaps in the future, a later revision of an RPi could handle it but currently, to emulate the 6th/7th generation of consoles, you need something a little beefier. Luckily, [Zac] got his hands on an old gaming laptop and turned it into his own game console.
- Login or register to post comments
Printer-friendly version
- Read more
- 2557 reads
PDF version
Videos and Audiocasts/Shows: Xmonad, Worst Linux Advice, mintCast, and The Linux Link Tech Show (TLLTS)
Submitted by Roy Schestowitz on Thursday 23rd of June 2022 06:41:26 AM Filed under

-
I Can't Stop Tinkering With Xmonad! (NamedActions and GridSelect) - Invidious
I have an addiction. I'm addicted to configuring my window managers. There was nothing wrong with my Xmonad config. But I just couldn't stop myself from thinking that it could be better. So I decided to play around with two Xmonad libraries (NamedActions and GridSelect) and see if I could get them to do what I wanted.
-
The Worst Linux Advice You Will Ever Hear - Invidious
I've seen some pretty terrible pieces of linux advice out there but this is without a doubt the worst thing that I have ever heard.
-
389.5 – The Martial Arts of Podcasting – mintCast
1:04 Linux Innards
55:23 Vibrations from the Ether
58:20 Housekeeping and AnnouncementsIn our Innards section, we interview Steve Seguin, creator of VDO.Ninja
-
The Linux Link Tech Show Episode 959
Joel scans when he shops.
- Login or register to post comments
Printer-friendly version
- Read more
- 2862 reads
PDF version
today's howtos
Submitted by Roy Schestowitz on Thursday 23rd of June 2022 06:38:15 AM Filed under
-
Linux Fu: Roll With The Checksums
We are often struck by how often we spend time trying to optimize something when we would be better off just picking a better algorithm. There is the old story about the mathematician Gauss who, when in school, was given busy work to add the integers from 1 to 100. While the other students laboriously added each number, Gauss realized that 100+1 is 101 and 99 + 2 is also 101. Guess what 98 + 3 is? Of course, 101. So you can easily find that there are 50 pairs that add up to 101 and know the answer is 5,050. No matter how fast you can add, you aren’t likely to beat someone who knows that algorithm. So here’s a question: You have a large body of text and you want to search for it. What’s the best way?
-
How to Install Apache Maven on Ubuntu 22.04
Hello, friends. In this post, you will learn how to install Apache Maven on Ubuntu 22.04 This post, is quite short, but it is useful for users who are just starting with Java.
-
How to install Sublime Text on Pop!_OS 22.04 - Invidious
In this video, we are looking at how to install Sublime Text on Pop!_OS 22.04.
-
How to install Unity 2022.1.5 on a Chromebook [Ed: But this is a Microsoft Mono trap]
Today we are looking at how to install Unity 2022.1.5 on a Chromebook. Please follow the video/audio guide as a tutorial where we explain the process step by step and use the commands below.
- Login or register to post comments
Printer-friendly version
- Read more
- 2571 reads
PDF version
today's leftovers
Submitted by Roy Schestowitz on Thursday 23rd of June 2022 05:41:39 AM Filed under
-
Cardano Foundation joins The Linux Foundation as a Gold Member
We are delighted to announce our membership with The Linux Foundation, the nonprofit organization enabling mass innovation through open source. The Cardano Foundation has joined as a Gold member, becoming the only nonprofit active at this level.
-
Why Every Developer Should Learn Data Structures and Algorithms?
Having proper knowledge of Data Structure and Algorithms makes a good identity for a Software Developer. The main reason behind this is that it improves developers’ problem-solving ability to a great extent. So tech giants like Google, Meta, Adobe, Amazon, Netflix, etc. hire software developers with in-depth knowledge of Data Structure and Algorithms as they are more capable of making the right decisions when it comes to problem-solving.
-
[Reposted] You Need to be Wrong (Sometimes)
“Well-calibrated” means that if you predict something occurs with X% probability, then that event actually occurs X% of the time. Since predictions are often made on one-off events, another way of expressing calibration is that X% of predictions that you made with X% confidence should resolve in your favor. For example, if you make 100 predictions of 100 independent events, each with probability 75%, then you’d expect that (roughly) 75 of your predictions would be “correct”.
-
Bind together two data frames by their rows or columns in R
Bind together two data frames by their rows or columns in R, To join two data frames by their rows, use the bind_rows() function from the dplyr package in R.
-
What willwould a Chromium-only Web look like?
On the face of it, there is some sense to it – after all, most W3C and WHATWG specifications have been written algorithmically (rather than declaratively) for a while now. Why not just converge on a single actual codebase? That way, interop on things like HTML parsing is perfect, but people can still choose the browser with the features (e.g., privacy protections) that they want.
It’s also not that far-fetched. Microsoft has already ditched their engine for Chromium; we’re all worried about Mozilla’s health and long-term (or even medium-term) viability, and Apple is only one competition judgement away from having to open up iOS to other engines.
After all, the code is what determines what browsers are capable of and therefore it defines the shape of the Web. Chromium already has a high market share of browser engines; why not just formalise it?
Putting aside the many arguments one might raise about diversity, risk management, innovation, and so on, I want to focus on one aspect of this potential change – governance.
-
Some network speeds and network related speeds we see in mid 2022
On 1G connections, anything can get wire bandwidth for streaming TCP traffic (or should be able to; if it can't, you have some sort of problem). On 10G connections, a path between Linux machines without a firewall in the middle should readily run over 900 Mbytes/sec for a TCP connection without any specific tuning (and without Ethernet jumbo frames). We haven't tried to measure our OpenBSD firewalls recently but I don't think they can move traffic this fast yet. SSH connections aren't this fast; we can count on hitting 1G wire bandwidth but generally not anywhere near close to 10G TCP bandwidth with a single SSH connection.
-
FLOSS Weekly 686: Authentic Data - David Huseby, Authentic Data
Cryptography expert Dave Huseby tells Doc Searls and Katherine Druckman how to build infinitely scalable layer two solutions that unbind the Internet from time and space without changing existing systems. All with authentic data.
- Login or register to post comments
Printer-friendly version
- Read more
- 2568 reads
PDF version
Minetest, an Open Source Minecraft Alternative
Submitted by Roy Schestowitz on Thursday 23rd of June 2022 05:38:48 AM Filed under
Back in 2009, Minecraft was introduced to the world. Since then, it has become a cultural phenomenon. In that time period, several developers have released open-source games with similar ideas and mechanics. Today, we will look at one of the biggest ones: Minetest.
- Login or register to post comments
Printer-friendly version
- Read more
- 3327 reads
PDF version
8 Best MySQL/MariaDB GUI Tools for Linux Administrators
Submitted by Roy Schestowitz on Thursday 23rd of June 2022 05:13:46 AM Filed under
MySQL is one of the most widely-used open-source relational database management systems (RDBMS), that has been around for a long time. It is an advanced, fast, reliable, scalable, and easy-to-use RDBMS intended for mission-critical, heavy-load production systems and packaged software.
In this guide, we will share a list of the best MySQL graphical user interface (GUI) tools for Linux systems.
- Login or register to post comments
Printer-friendly version
- Read more
- 2637 reads
PDF version
Games: Meet me at NooN, Rail Route: The Story of Jozi, TFC: The Fertile Crescent, Hands of Necromancy
Submitted by Roy Schestowitz on Thursday 23rd of June 2022 05:10:58 AM Filed under
-
Meet me at NooN is a sweet new puzzler with time-loop mechanics
Meet me at NooN is the first game from the duo at Pandaroo Interactive and quite an impressive entry to the puzzle genre.
-
Rail Route: The Story of Jozic is a great free intro to the tycoon & management game
Rail Route: The Story of Jozic is a standalone free expansion and introduction to the main Rail Route game. Giving you an interesting way to try out this pretty great tycoon & management game.
-
RTS game TFC: The Fertile Crescent gets a great looking roadmap
TFC: The Fertile Crescent is a pixel-art RTS that resembles some of the classics like Age of Empires. It's currently in Early Access with Native Linux support and their new roadmap looks great.
-
GZDoom powered dark-fantasy FPS 'Hands of Necromancy' is out now
Powered by the awesome GZDoom game engine, Hands of Necromancy looks like another solid choice for those of you (like me!) who absolutely love retro shooters. Made in the spirit of the classics like Heretic, Hexen, Doom and Quake it does look pretty good.
-
3,500 games now Steam Deck Verified or Playable
Another great milestone has been hit for the Steam Deck, with Valve's popular Linux-powered handheld now having 3,500 games rated as either Verified or Playable.
- Login or register to post comments
Printer-friendly version
- Read more
- 3301 reads
PDF version

More in Tux Machines
- Highlights
- Front Page
- Latest Headlines
- Archive
- Recent comments
- All-Time Popular Stories
- Hot Topics
- New Members
digiKam 7.7.0 is released
After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release.
| Dilution and Misuse of the "Linux" Brand
|
Samsung, Red Hat to Work on Linux Drivers for Future Tech
The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world.
Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility.
| today's howtos
|
Older Stories (Next Page)
- Devices With GNU/Linux and Hardware Hacking
- today's howtos
- Canonical and IBM Leftovers
- today's howtos
- Programming Leftovers
- 9to5Linux Weekly Roundup: June 26th, 2022
- today's howtos
- LINMOB.net - Weekly #MobilePOSIX Update (25/2022): Better Processing in Megapixels and another report on the PinePhone Pro Cameras
- Audiocasts/Shows: Open Source Security Podcast, GNU World Order, Brodie Robertson, and More
- Review: AlmaLinux OS 9.0
- Linux 5.19-rc4
- GNOME Devs Bring New List View to Nautilus File Manager
- New Version of ArcMenu GNOME Extension Released
- FSFE Information stand at Veganmania MQ
- Android Leftovers
- Stable Kernels: 5.18.7, 5.15.50, 5.10.125, 5.4.201, 4.19.249, 4.14.285, and 4.9.320
- today's howtos
- Linux Mint: The Beginner-Friendly Linux Operating System for Everyone
- today's howtos
- Red Hat / IBM Leftovers
Recent comments
47 weeks 6 days ago
47 weeks 6 days ago
47 weeks 6 days ago
48 weeks 2 min ago
48 weeks 37 min ago
48 weeks 3 hours ago
48 weeks 3 hours ago
48 weeks 15 hours ago
48 weeks 15 hours ago
48 weeks 15 hours ago