Building the metaverse with open source
Building the metaverse with open source Liv Erickson Tue, 06/14/2022 – 03:00 1 reader likes this 1 reader likes this The word metaverse has been thrown around a lot these days. Whether you believe it’s a reality or not, the adoption of the term has signaled a significant shift in the way people think about the future of online interactions. With today’s technological advancements and an increase in geographically...
Share your Linux terminal with tmate
Share your Linux terminal with tmate Sumantro Mukherjee Tue, 06/14/2022 – 03:00 1 reader likes this 1 reader likes this As a member of the Fedora Linux QA team, I sometimes find myself executing a bunch of commands that I want to broadcast to other developers. If you’ve ever used a terminal multiplexer like tmux or GNU Screen, you might think that that’s a relatively easy task. But not all of the people I want to see...
Use Terraform to manage TrueNAS
Use Terraform to manage TrueNAS Alan Formy-Duval Mon, 06/13/2022 – 03:00 Register or Login to like Register or Login to like Sometimes combining different open source projects can have benefits. The synergy of using Terraform with TrueNAS is a perfect example. TrueNAS is an OpenBSD-based operating system that provides network-attached storage (NAS) and network services. One of its main strengths is leveraging the ZFS file...
Handling maps in Groovy vs Java
Handling maps in Groovy vs Java Chris Hermansen Fri, 06/10/2022 – 03:00 Register or Login to like Register or Login to like Java is a great programming language, but sometimes I want a Java-like language that’s just a bit more flexible and compact. That’s when I opt for Groovy. In a recent article, I reviewed some of the differences between creating and initializing maps in Groovy and doing the same thing in Java. In...
Edit PDFs on Linux with these open source tools
Edit PDFs on Linux with these open source tools Michael Korotaev Thu, 06/09/2022 – 03:00 Register or Login to like Register or Login to like Open source reading and editing tools for PDFs are often more secure and reliable alternatives to the applications residing in the first pages of “PDF editor” search results. There, you’re likely to see proprietary applications with hidden limitations and tariffs, lacking...
A guide to container orchestration with Kubernetes
A guide to container orchestration with Kubernetes Seth Kenlon Thu, 06/09/2022 – 03:00 Register or Login to like Register or Login to like The term orchestration is relatively new to the IT industry, and it still has nuance that eludes or confuses people who don’t spend all day orchestrating. When I describe orchestration to someone, it usually sounds like I’m just describing automation. That’s not quite right....