Language Selection

English French German Italian Portuguese Spanish

Leftovers: OSS

Filed under
OSS
  • Standards Are Only Open If They Protect Security and Interoperability

    The Open Source Initiative, a nonprofit that certifies open source licenses, has adopted an important principle about standards, DRM, and openness, and just in time, too.

    The World Wide Web Consortium (W3C), which makes the core standards that the Internet runs on, is in the midst of a long, contentious effort to add "DRM" (Digital Rights Management1) to HTML5, the next version of the Web. Laws like the Digital Millennium Copyright Act (which has analogs all over the world) give companies the power to make legal threats against people engaged in important, legitimate activities. Because the DMCA regulates breaking DRM, even for legal reasons, companies use it to threaten and silence security researchers who embarrass them by pointing out their mistakes, and to shut down competitors who improve their products by adding legitimate features, add-ons, parts, or service options. The Web relies on the distributed efforts of independent security researchers, and its historic strength has been the ability of companies and individuals to innovate without permission, even when they were disrupting an existing business.

  • Docker Claims Performance Advantage Over Kubernetes

    Docker had its Swarm orchestration product tested against Kubernetes and claims the results show a 5X advantage in speed to initiation.

  • Is Open Source Eating the World?

    The phrase, “Software is eating the world,” first showed up in 2011. In 2015, open source took its rightful seat at the table.

    “If the theory pervades deeper – and software does eat the world – then surely open source software will swallow it, right?” Forbes hesitantly prodded in early 2015. Later in the year they more confidently thrusted with a piece titled It’s Actually Open Source Software That’s Eating the World.

    This isn’t a movement spearheaded by a single voice. Wired joined with articles like, Open Source Software Went Nuclear This Year. Replete with quotes like: “This is not just a turning point, but a tipping point,” says Brandon Keepers, the head of open source at GitHub

  • ‘Black magic’ mystery of open computing being dispelled for consumers
  • The evolution of open source and the data center

    Society today runs on information, and the tech world is no small part of this data revolution. However, it’s easy to forget that these programs and online services people use every day all run on black boxes, blinking away in a room somewhere. This is the data center, the core of computing technology in the modern world. While data centers have traditionally run on software and hardware from monolithic vendors, new technologies from the open-source community are creeping in under the door.

  • Ultimate unconference survival guide

    If there is one area in which open source has never suffered it is a lack of events. From your big professional conferences right down to your friendly, local meetups, there is just something so delightfully fun about getting together in person to share ideas, learn from each other, and have fun.

    One of the most popular types of event are unconferences, and there are more and more of them cropping up all over the world.

  • LibreOffice documentation, help and beyond

    Today, I’d like to talk about what is going on at the LibreOffice documentation project. My name is Olivier Hallot and I am a French national living in Rio de Janeiro, Brazil, since my infancy. Back in 2002, I got involved in the OOo project leading the software translation team for Brazilian Portuguese. My background includes being an executive in two of the major software companies before going on my own and joining the open source community.

  • ICFJ Knight Fellows share 12 open source tools for any newsroom

    During their fellowships, the ICFJ Knight Fellows help spur a culture of media innovation and experimentation. Through their work, fellows develop and build a variety of new tools and technologies that have helped revolutionize newsrooms across the globe.

    The tools range from HackDash, a platform that helps keep track of ideas and participants during hackathons and other collaborative projects, to Yo Quiero Saber, which helps voters compare their views with those of political candidates. In addition to the newsrooms from which they originated, the tools can help media organizations everywhere adapt to the latest technologies and better engage their readers.

  • Designers release open source manifesto heralding a 3D fashion revolution

    Dutch fashion designers Martijn van Strien​ and Vera du Pont​ have proposed a "third industrial revolution" and "democratisation of production" using 3D printing and other technology.

    Published in a limited edition of 20 copies and available to order online for free, the duo's Open Source Fashion Manifesto shifts our gaze to what the designers deem the three most important issues facing fashion today – our dwindling planetary resources, the disposability of clothing and the questionable conditions under which that clothing is produced ­–­ only to propose a complete shake-up.

  • Sweden updates list of mandatory IT standards

    The 'Open IT standards’ list includes only those standards that fit the open standard definition in the European Interoperability Framework (version 1.0). The Swedish National Procurement Services (Statens inköpscentral, NPS) asked the University of Skövde to check which IT standards meet the definition’s requirements.

  • Making Use Of Vulkan's Validation Layers

    AMD's Daniel Rakos has written a blog post for GPUOpen concerning Vulkan's validation layers and making use of them for debugging and testing your code using this new high-performance graphics API.

    The plug-able validation layers is one of the big design differences compared to OpenGL. Rakos' blog post on the matter covers different error types, preparing code for the validation support, and more.

More in Tux Machines

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. Read more

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. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. 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 MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.