Tekton is a Kubernetes-native continuous integration and delivery (CI/CD) framework. It allows you to create containerized, composable, and configurable workloads declaratively through Kubernetes Custom Resource Definitions (CRD).
Source: LXer – Dynamic scheduling of Tekton workloads using Triggers
Monthly Archives: November 2021
How to Install and Configure Redis 6 on FreeBSD 13
In this tutorial, we are going to learn how to install Redis 6 on FreeBSD 13.
Redis is an in-memory data structure store, used as a distributed, in-memory key-value database, cache, and message broker. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial indices. Learn more about the solution and how to use it here.
The post How to Install and Configure Redis 6 on FreeBSD 13 appeared first on Linux Today.
Source: Linux Today – How to Install and Configure Redis 6 on FreeBSD 13
Report: Activision Took Years To Fire Someone Who Signed Emails '1-800-ALLCOCK'

A California lawsuit earlier this year alleged sexual harassment, discrimination, and a pervasive “frat boy culture” at Call of Duty publisher Activision Blizzard. At least in one instance, that culture included an employee signing all of his work emails as “1-800-ALLCOCK.”
Source: Kotaku – Report: Activision Took Years To Fire Someone Who Signed Emails ‘1-800-ALLCOCK’
Tesla app outage locked some owners out of their cars
Tesla’s app server went down a few hours ago, leading to a worldwide app outage that left owners unable to connect to their cars. For those who’ve been mostly dependent on their phones instead of their keycards, that means being locked out of their vehicles. Electrek first reported the issue after receiving complaints from Tesla owners on Friday night, and for a while it seemed like the problem only affected drivers in North America. But then, an owner from Seoul, South Korea tweeted at Elon Musk about getting a server error on their app, to which the Tesla CEO replied that he’s “checking” it out.
Checking …
— Elon Musk (@elonmusk) November 19, 2021
Other tweets show owners calling for roadside assistance and delaying their plans for the night. The outage came shortly after the automaker rolled out an update to its application, which Electrek said includes a feature that Tesla had issues implementing. It’s unclear if that was connected to the outage, since Musk has yet to follow up on his initial response. Regardless, it looks like the outage is starting to get resolved. Downdetector received as many as 543 reports a few hours ago, but now they’re down to less than a hundred.
Being locked out of vehicles could be an ongoing problem as automakers move to cloud services and increase reliance on smartphone apps. As this situation showed, however, it’s still wise to carry around a keycard/keyfob as backup just in case.
Source: Engadget – Tesla app outage locked some owners out of their cars
First Electric Autonomous Cargo Ship Launched In Norway
Zero emissions and, soon, zero crew: the world’s first fully electric autonomous cargo vessel was unveiled in Norway, a small but promising step toward reducing the maritime industry’s climate footprint. TechXplore reports: By shipping up to 120 containers of fertilizer from a plant in the southeastern town of Porsgrunn to the Brevik port a dozen kilometres (about eight miles) away, the much-delayed Yara Birkeland, shown off to the media on Friday, will eliminate the need for around 40,000 truck journeys a year that are now fueled by polluting diesel. The 80-meter, 3,200-deadweight tonne ship will soon begin two years of working trials during which it will be fine-tuned to learn to maneuver on its own.
The wheelhouse could disappear altogether in “three, four or five years”, said Holsether, once the vessel makes its 7.5-nautical-mile trips on its own with the aid of sensors. “Quite a lot of the incidents happening on vessels are due to human error, because of fatigue for instance,” project manager Jostein Braaten said from the possibly doomed bridge. “Autonomous operating can enable a safe journey,” he said.
On board the Yara Birkeland, the traditional machine room has been replaced by eight battery compartments, giving the vessel a capacity of 6.8 MWh — sourced from renewable hydroelectricity. “That’s the equivalent of 100 Teslas,” says Braaten. The maritime sector, which is responsible for almost three percent of all man-made emissions, aims to reduce its emissions by 40 percent by 2030 and 50 percent by 2050. Despite that, the sector has seen a rise in recent years.
Read more of this story at Slashdot.
Source: Slashdot – First Electric Autonomous Cargo Ship Launched In Norway
How to Install Odoo 15 on Ubuntu 20.04
In this guide, we will show you how to install Odoo 15 on Ubuntu 20.04.
Odoo, formerly known as OpenERP, is an open-source and all-in-one ERP and CRM business application. It is designed for businesses and individuals who want to manage their customers, invoices, orders, products, inventories, sales, projects, and more.
Odoo is written in the Python programming language and used by thousands of businesses worldwide to manage their CRM and ERP processes. It also provides human resources and accounting add-ons to manage employees and finances.
The post How to Install Odoo 15 on Ubuntu 20.04 appeared first on Linux Today.
Source: Linux Today – How to Install Odoo 15 on Ubuntu 20.04
Last Words Looks Kind of Like a Post-Apocalyptic Cinema Paradiso

There are people who think it’s silly to dedicate your life to movies. Movies are frivolous. Fleeting. Unimportant. To that, writer director Jonathan Nossiter says, those might be your famous Last Words.
Source: Gizmodo – Last Words Looks Kind of Like a Post-Apocalyptic Cinema Paradiso
How to customize VM and cloud images with guestfish
Most sysadmins are used to dealing with base, guest, or gold images to provision new virtual machines (VM) or cloud instances in their traditional virtualization or cloud environments. The appeal of using these images is their slim size, standardization, simplicity, and basic configurations, from which it is possible to perform pre- or post-provisioning customization. Much of the customization takes place post-provisioning.
Source: LXer – How to customize VM and cloud images with guestfish
Alphabet Puts Prototype Robots To Work Cleaning Up Google's Offices
The company announced today that its Everyday Robots Project — a team within its experimental X labs dedicated to creating “a general-purpose learning robot” — has moved some of its prototype machines out of the lab and into Google’s Bay Area campuses to carry out some light custodial tasks. The Verge reports: “We are now operating a fleet of more than 100 robot prototypes that are autonomously performing a range of useful tasks around our offices,” said Everyday Robot’s chief robot officer Hans Peter Brondmo in a blog post. “The same robot that sorts trash can now be equipped with a squeegee to wipe tables and use the same gripper that grasps cups can learn to open doors.”
These robots in question are essentially arms on wheels, with a multipurpose gripper on the end of a flexible arm attached to a central tower. There’s a “head” on top of the tower with cameras and sensors for machine vision and what looks like a spinning lidar unit on the side, presumably for navigation. As Brondmo indicates, these bots were first seen sorting out recycling when Alphabet debuted the Everyday Robot team in 2019. The big promise that’s being made by the company (as well as by many other startups and rivals) is that machine learning will finally enable robots to operate in “unstructured” environments like homes and offices.
Read more of this story at Slashdot.
Source: Slashdot – Alphabet Puts Prototype Robots To Work Cleaning Up Google’s Offices
How to Install and Configure Redis 6 on Ubuntu 20.04
Redis is an in-memory data structure store, used as a distributed, in-memory key–value database, cache and message broker, with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial indices.
In this tutorial, we are going to learn how to install Redis 6 on Ubuntu 20.04.
The post How to Install and Configure Redis 6 on Ubuntu 20.04 appeared first on Linux Today.
Source: Linux Today – How to Install and Configure Redis 6 on Ubuntu 20.04
Review: Ghostbusters: Afterlife sinks under treacly, over-the-top fan service
Enlarge / They ain’t afraid of no ghosts. A new generation goes a-busting. (credit: Sony Pictures)
The original Ghostbusters is one of my all-time favorite movies. Ghostbusters II? Not so much. But I enjoyed the 2016 all-female film (especially the extended cut, which let the cast cut loose a bit more), and I am not one of those overly nostalgic sorts who fetishize the films of my youth. So I was truly rooting for Ghostbusters: Afterlife. The trailers were promising, the casting was spot-on, and I loved the kid-centric premise of a new generation picking up the ghostbusting mantle of Bill Murray and the original gang.
There’s much to like about this sequel from Jason Reitman (son of Ivan Reitman, who directed the first two films): great performances, nimble direction, and some humorous callbacks to the original beloved film. Unfortunately, all of that sinks under the weight of a clunky script and a tired, predictable plot that takes the fan service to downright treacly levels.
(Major spoilers below the gallery. We’ll give you a heads-up when we get there.)
Read 10 remaining paragraphs | Comments
Source: Ars Technica – Review: Ghostbusters: Afterlife sinks under treacly, over-the-top fan service
Here's All The Type Matchups In Pokémon Brilliant Diamond And Shining Pearl

A new Pokémon is out in the wild. Well, an old Pokémon is out in the wild, resprayed to look and feel like a new Pokémon. Yes, Pokémon Brilliant Diamond and Shining Pearl, released for the Switch on November 19, are by all accounts faithful but unimaginative remakes of the 2006 generation-IV DS games. That means they…
Source: Kotaku – Here’s All The Type Matchups In Pokémon Brilliant Diamond And Shining Pearl
UPDATE: Broad 329,000-Page Document Request Led to FDA's 2076 'Scheduling Dispute'
UPDATE: While one group of physicians has complained that the FDA is slow-walking the release of vaccine-approval documents, Snopes.com points out you can also see this story from a different perspective:
A scheduling dispute related to a Freedom of Information Act (FOIA) request for more than than 329,000 pages of COVID-19 vaccine data led to misleading social media posts in November 2021. The U.S. Food and Drug Administration (FDA) proposed a schedule to process and release 500 pages every month, arguing that this is the standard rate to process FOIA requests as “reviewing and redacting records for exempt information is a time-consuming process.” The FDA would start releasing this data immediately, but the full set of pages would not be processed until 2076. The FDA argued that the amount of time required to fulfill this request is due to the broad FOIA request that involves hundreds of thousands of pages.
Snopes emphasizes that the FDA “did not request a delay in the release of its COVID-19 data until 2076,” and notes they were responding to a request for the 329,000 pages in just 108 days with a very small number of qualified respondents.
“Courts do not waiver from the standard 500 page per month processing rate even when a FOIA request would take years to process…” [reads the FDA’s response]. “FDA has invited Plaintiff to narrow its request by specifying records it no longer wants FDA to process and release, and Plaintiff has declined to do so. If Plaintiff decides to request fewer records, then FDA will be able to complete its processing at an earlier date.”
Snopes adds that the scheduling issue will be settled by a U.S. district judge next month.
Slashdot reader schwit1 had shared this report from Substack, written by Aaron Siri. He is the Managing Partner of Siri & Glimstad, a law firm representing the plaintiffs in the case. From the report: The FDA has asked (PDF) a federal judge to make the public wait until the year 2076 to disclose all of the data and information it relied upon to license Pfizer’s COVID-19 vaccine. That is not a typo. It wants 55 years to produce this information to the public. As explained in a prior article, the FDA repeatedly promised “full transparency” with regard to Covid-19 vaccines, including reaffirming “the FDA’s commitment to transparency” when licensing Pfizer’s COVID-19 vaccine.
With that promise in mind, in August and immediately following approval of the vaccine, more than 30 academics, professors, and scientists from this country’s most prestigious universities requested the data and information submitted to the FDA by Pfizer to license its COVID-19 vaccine. The FDA’s response? It produced nothing. So, in September, my firm filed a lawsuit against the FDA on behalf of this group to demand this information. To date, almost three months after it licensed Pfizer’s vaccine, the FDA still has not released a single page. Not one. Instead, two days ago, the FDA asked a federal judge to give it until 2076 to fully produce this information. The FDA asked the judge to let it produce the 329,000+ pages of documents Pfizer provided to the FDA to license its vaccine at the rate of 500 pages per month, which means its production would not be completed earlier than 2076. Further reading: FDA Wants 55 Years To Process FOIA Request Over Vaccine Data (Paywalled Reuters story)
Read more of this story at Slashdot.
Source: Slashdot – UPDATE: Broad 329,000-Page Document Request Led to FDA’s 2076 ‘Scheduling Dispute’
How to Migrate from CentOS 8 to AlmaLinux 8.5
In our earlier guide, we walked you through the installation of AlmaLinux. If you have CentOS 8 installed, an automated migration script is available to help you migrate seamlessly to the latest version of AlmaLinux 8.5 without uninstalling and performing a fresh installation. Learn how to migrate from CentOS 8 to AlmaLinux 8.5 here.
The post How to Migrate from CentOS 8 to AlmaLinux 8.5 appeared first on Linux Today.
Source: Linux Today – How to Migrate from CentOS 8 to AlmaLinux 8.5
All This Week's Toys Just Want to Sit in the Gengarmchair

Welcome back to Toy Aisle, io9’s weekly excuse to flop into a Gengar-shaped chair and read the latest toy and merchandise news. Don’t have a Gengarmchair, you bemoan? Well, good news: this is the week for you! Especially if you also like Mandalorian toys, pricey turtle vehicles, and more. Check it out!
Source: Gizmodo – All This Week’s Toys Just Want to Sit in the Gengarmchair
GameStop Meme Stock Villain Buys Copy Of The Constitution For $43 Million

Here are some words I never thought I’d type: the hedge fund CEO that bailed out GameStop short sellers earlier this year just secretly outbid a hyped-up bunch of crypto lords for an ultra rare copy of the original U.S. Constitution. Earlier this year, billionaire Kenneth Griffin became public enemy number one for…
Source: Kotaku – GameStop Meme Stock Villain Buys Copy Of The Constitution For Million
How to Use getopts in Bash
In Linux, tasks can be automated by writing several commands in one script and then executing the script whenever the same set of commands are needed. These scripts accept a variety of command-line arguments, which are often passed collectively when the script is executed.
The good thing is that a built-in function (called getopts) is available in Linux that is used to parse these command-line arguments. In this tutorial, you will learn about the getopts function in detail and how to use it to handle command-line arguments very effectively. This is explained with the help of several examples.
The post How to Use getopts in Bash appeared first on Linux Today.
Source: Linux Today – How to Use getopts in Bash
Adults nationwide eligible for boosters this weekend as CDC gives sign-off
Enlarge / The Centers for Disease Control and Prevention (CDC) headquarters stands in Atlanta, Georgia, on Saturday, March 14, 2020. (credit: Getty | Bloomberg)
The Centers for Disease Control and Prevention has now signed off on offering booster doses of the Pfizer-BioNTech and Moderna COVID-19 vaccines to all adults, allowing expanded boosting to begin nationwide this weekend.
“Based on the compelling evidence, all adults over 18 should now have equitable access to a COVID-19 booster dose,” CDC director Dr. Rochelle Walensky said in a statement this evening.
Earlier today, the Food and Drug Administration authorized use of the boosters in all adults, and a committee of independent advisers for the CDC voted unanimously in favor of recommending boosters for all adults. Specifically, the committee voted unanimously (11-0) that people age 50 and over should get a booster six months after their second dose and that people age 18 and over may get a booster after their second dose. The committee came to the unanimous decisions after reviewing extensive safety data and clinical data showing that the third shots significantly elevated antibody levels.
Read 5 remaining paragraphs | Comments
Source: Ars Technica – Adults nationwide eligible for boosters this weekend as CDC gives sign-off
Deepfakes Maybe Not Quite the Political Apocalypse We Feared, MIT Researchers Find

Ever since we’ve seen deepfakes cropping up across porn, e-commerce, and literal bank robberies, there’s always been concern that this same tech could be used to interfere with future elections. Well, according to one new study, that might be tougher than we thought. Researchers from the Massachusetts Institute of…
Source: Gizmodo – Deepfakes Maybe Not Quite the Political Apocalypse We Feared, MIT Researchers Find
Here Are Your Chances Of Finding Shinies In Pokémon Diamond And Pearl Remasters

Players are once again on the hunt for shiny Pokémon, those incredibly rare, incredibly sought-after variants, in the latest batch of games. And while Pokémon Brilliant Diamond and Shining Pearl only just came out today, thanks to leaked early copies and the efforts of dataminers, we already have a pretty good idea…
Source: Kotaku – Here Are Your Chances Of Finding Shinies In Pokémon Diamond And Pearl Remasters