Language Selection

English French German Italian Portuguese Spanish

Leftovers: OSS and Sharing

Filed under
OSS
  • Meet Hubot: The DevOps chat bot
  • Google Delivers its own Open Source Report Card

    In recent months, Google has open sourced a slew of useful tools, many of them tested and hardened in-house. They include machine learning applications, 3D visualization tools and more. Now, in a move that should be followed by other companies, Google has announced the 'Open Source Report Card.'

    "Today we're sharing our first Open Source Report Card, highlighting our most popular projects, sharing a few statistics and detailing some of the projects we've released in 2016. We've open sourced over 20 million lines of code to date and you can find a listing of some of our best known project releases on our website," said Josh Simmons, from Google's Open Source Programs Office.

  • IBM i Open Source Roadmap Finds Perl

    Support for open source development on IBM i has been a big deal for the Technology Refresh program. Just last week, with the latest TR announcement, support for Perl was added along with support for the current version of Node.js, which is v6. In previous TRs, we have seen support for programming languages like Ruby and Python, plus tools such as the GNU Compiler Collection and Git. The PHP language, the Eclipse integrated development environment, and the Apache web server are pre-TR open source advancements.

    Compared to Node.js, Python, Ruby, and PHP, there's not much happening in terms of new application development in Perl. It was once one of the big three--Perl, Python, and PHP--recalled consultant Alan Seiden, after I emailed him to discuss open source support on i. Seiden, a PHP subject matter expert, was quick to note PHP originally was a macro language over Perl scripts in the days before PHP was rewritten in C. Perl scripts are under the covers for a ton of open source software.

  • How a healthy developer conference budget can provide a big ROI for organizations

    At OpenStack Summit in Barcelona, Emily Hugenbruch, John Arwe, and Ji Chen will give a talk called How to lose clients and alienate coworkers: Lessons learned on an OpenStack enterprise journey. In a recent email interview, Emily, an Advisory Software Engineer and z/VM OpenStack Community Liaison at IBM, discusses the transition developers from proprietary backgrounds must make when they move onto open source projects, and she explains the big ROI on sending developers to conferences.

  • Event report: PyCon India 2016

    This time instead of per day report, I will try to write about things happened during PyCon India. This time we had the conference at JNU, in Delhi. It was nice to be back at JNU after such a long time. The other plus point was about the chance to meet ilug-delhi again.

  • Chrome Remote Desktop 53 adds remote sound support [APK Download]

    Chrome Remote Desktop is a rather obscure Google product, but that doesn't mean it's not useful. Once the desktop application is installed, you can control it from any Android device, iOS device, or computer (with Chrome). In my testing, it actually works extremely well, often with a lower latency than popular remote access applications like TeamViewer.

  • Easier installations, telecom success, and more OpenStack news
  • Instagram open sources iOS UI crash fix
  • OpenBGPD Large Communities

    Back in the early days of The Internet, when routers rode dinosaurs to work and nerds weren't cool, we wanted to signal to our network neighbours certain information about routes. To be fair, we still do. But, back then everyone had 16 bit ASNs, so there was a simple concept called 'communities'. This was a 32bit opaque value, that was traditionally split into two 16bit values. Conveniently, we were able to encode an "us" and a "them", and perform actions based on what our neighbours told us.

    [...]

    OpenBGPD in OpenBSD -current has support for Large Communities, and this will be available in the 6.1 release and later.

  • Dutch govt ordered to use open standards for comms from 2017

    Government bodies in the Netherlands will have to use open technology standards for communications after next year, following a vote by the nation's parliament.

    The requirement for open document standards has already been adopted by the Netherlands Senate, but a motion by Member of Parliament Astrid Oosenbrug has now unified the policy. She said the lower house would be the first government body to standardize around the use of Open Document Format (ODF).

    "We should set the right example," she said. "Ironically, lower house published the adopted law on its website by providing a download link to a document in a proprietary format."

    As part of the new legislation, the government will also promote the use of open source code across government and the private sector. Michiel Leenaars, head of the Dutch Internet Society, welcomed the move.

  • Linux & Open Source News Of The Week — Ubuntu 16.10, FreeBSD 11, Android 7.1, And More
  • Open data as a game

    Around the world something interesting is happening: Governments, and even a few private companies, are opening up huge stores of data they've been collecting over decades.

  • Tech giants collaborate on open source specs for faster servers
  • Big Tech Companies Announce OpenCAPI Consortium To Develop Open Hardware For Servers
  • OpenCAPI Looks to Redefine Server Architecture Beyond PCIe
  • Razor Releases 2nd Gen Open Source VR Development Kit

    Razer is part of the Open-Source Virtual Reality (OSVR) ecosystem, a new standard in VR gaming to push the VR gaming experience forward and supporting the venture with the OSVR Hacker Dev Kit, a virtual reality device and open-source software that enables programming for any variety of VR technology.

  • VK9: Still Pursuing Direct3D 9 Over Vulkan

    VK9 is the project formerly known as SchaeferGL as an open-source project implementing Direct3D 9 over Vulkan.

    It's been a few months since originally writing about this open-source project and fortunately pleased this week to see its development continuing, albeit now under the name VK9. The developer, Christopher Schaefer, recently passed his "third milestone" with getting to the point where the geometry is correctly being passed to the render pipeline, texture loading is beginning to work, etc.

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.