Language Selection

English French German Italian Portuguese Spanish

OSS Leftovers

Filed under
OSS
  • The Serverless Show: The Importance of Open Source & Community Involvement

    “I’m also involved with some open source projects. I started with Node community and helping out with some node libraries a long time ago. Now I’m mostly doing serverless-related things. I joined the Claudia.js team a long time ago, almost at the beginning, and helped Gojko Adzic and Alexander Simovich to build Claudia.js. Claudia was and still is a deployment library for AWS Lambda and API gateway. At the beginning, it was really hard to deploy serverless applications. If you tried to do that manually, you need to zip everything, to set the permissions, and things like that. The idea of Claudia was to extend AWS CLI tools and to help users deploy serverless applications easier. We continued doing Claudia and a few other things. We contributed a bit to AWS SAM and we built some other applications that are open source. We’re trying to build tools that we need and that the serverless community needs.”

  • Expect to Hear More About Open Source’s Role in Security [Ed: Security implemented with proprietary software is almost always fake. The Australian back doors ("encryption") bill is a reminder of it. If something is proprietary, one must assume back doors (even mandated from above, hidden in binaries)]

    Will 2019 be the year there is a big push for consolidation between open source and cybersecurity?

    Yes, said Sanjay Beri, CEO of Netskope, in an email comment. IBM’s acquisition of Red Hat could prove to be the game changer in how organizations approach security.

  • Want to Save Some Money? Check out These Free Software Alternatives

    The list covers drawing and design, animation and film, website building, and others. For example, Ghost Malone presents several free alternatives to drawing, design and post-processing, such as GIMP, Krita, Fire Alpaca, Autodesk Sketchbook, MediBang Paint, and Paint.NET. Another example, for editing vector graphics, is Inkscape, which is free and open source. The list goes on with several choices depending on what you're looking for.

  • A free and open source Bitcoin trading tool has been developed by two students

    University students Jonathan Shobrook and Aaron Lichtman have created a free and open source automated trading bot to use on the Bitstamp exchange.

  • Thank Stanford researchers for Puffer, a free and open source live TV streaming service that uses AI to improve video-streaming algorithms
  • Open Source To Open Newer Avenues For CIOs In 2019

    Open source plays a crucial role in all the top strategic technology trends that are reshaping the IT world. Rajarshi Bhattacharyya, Country Head, SUSE, looks at the key trends for 2019 that organizations need to explore and in explains how open source technologies and practices open up a window of opportunities for the CIOs in the coming days.

  • The High Profile Team of Handshake Looks to Truly Open the Internet with a New Domain Name System

    Unlike other major blockchain based companies like Ethereum, they chose to avoid ICO funding altogether and went straight for private investors. They were able to obtain major private investment funding from companies such as Polychain Capital, A16Z Crypto, and Founders Fund (purchasing 7.5% coin supply of HNS between them at $10.2M) with the idea that they could be responsible for replacing entire layers of Domain Name System (DNS) layering. This removes the need for those who safeguard these layers, saving future companies large amounts of cash up front.

  • Handshake is attempting to make the Internet more open

    Handshake came out of stealth mode last August. The project, which intends to replace various levels of the Domain Name System (DNS) hierarchy, was founded by Joseph Poon (co-creator of the Lightning Network & Plasma), Andrew Lee (co-founder & CEO of Purse), Andrew Lee (co-founder & CEO of Private Internet Access), Boyma Fahnbulleh (Bcoin developer), and Christopher Jeffery (Creator of Bcoin & CTO of Purse).

    Sidestepping the ICO route popularized by Ethereum, Handshake raised private funding from a slew of investors including A16Z Crypto, Polychain Capital, and Founders Fund. These investors purchased 7.5% of the initial coin supply of HNS, Handshake’s native token, for $10.2M, valuing the protocol at $136M.

  • Google remains the top open-source contributor to CNCF projects

    According to the latest data from Stackalytics, a project founded by Mirantis and hosted by the OpenStack Foundation that visualizes a company’s contribution to open-source projects, Google remains the dominant force in the CNCF open-source ecosystem. Indeed, according to this data, Google is responsible for almost 53 percent of all code commits to CNCF projects. Red Hat, the second biggest contributor, is far behind, with 7.4 percent.

    The CNCF is the home of Kubernetes, the extremely popular container orchestration service that Google open sourced, so the fact that Google is the top contributor may not seem like a major surprise. But according to this data, Google would still be the top code contributor to all CNCF projects without even taking Kubernetes into account. In part, that’s due to the fact that Google is also the major contributor to GRPC, a queuing project the company donated to the CNCF, and Vitess, the database clustering system it developed for YouTube.

  • Google Remains Top Open-Source Contributor

    According to a scan of code contributions to projects sponsored by the Cloud Native Computing Foundation (CNCF), Google (NASDAQ: GOOGL) remains by far the largest contributor of code across all projects. Using a tool called Stackalytics, the survey conducted by open-source infrastructure vendor Mirantis found that Google accounted for 52.9 percent of code commits to CNCF projects.

  • Johnson Controls to Introduce Open-Source Software for Targeting Retrofits

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.