Language Selection

English French German Italian Portuguese Spanish

Leftovers: OSS

Filed under
OSS
  • Top 11 project management tools for 2016

    For the last three years, I have rounded up the most popular open source project management tools for Opensource.com readers. As there continues to be major reader interest in this area, I decided to take a look back at the tools we covered in 2014 and 2015, and give you updates on all of these projects. I looked to see which projects had new releases, notable new and improved features, and more.

    Let's take a look at each of these projects and try to answer some of the questions readers have had in the comments of last year's edition, including which are still in active development, provide hosting options, offer a mobile solution, and more.

  • Google to remove Chrome app launcher for Windows, Linux and Mac
  • Google Chrome app launcher to retire from Mac, Windows and Linux
  • Google will retire Chrome app launcher: Here’s why

    Google has announced that it will retire its Chrome app launcher. The company said that since Windows, Mac and Linux users prefer to launch their apps from within Chrome, it is discontinuing the app launcher.

  • Vulkano: Pairing Rust With Vulkan
  • Citus 5.0 database goes open source with PostgreSQL push; offers scalable, real-time analytics
  • 8 challenges for improving the Indian-language Wikipedias

    After more than 10 years in existence, the Indian-language Wikipedias still are not known to many Indian language speakers. Wikipedia became the largest encyclopedia in history as a result of thousands of volunteer editors. Whereas native-language Wikipedias are becoming game changers in other corners of the world, the scenario in India is skewed.

  • Universities seek open-source solution to ‘absurd’ textbook prices

    Rajiv Jhangiani grew accustomed to the emails he would receive from his students at the start of each semester:

    “Is a previous edition OK?”

    “Do I really need the textbook?”

    The psychology instructor at Kwantlen Polytechnic University saw an increasing number of students attempting to go without the $150-$250 textbooks he was assigning for his courses, so he decided to stop assigning them.

    “I think it’s absurd, really,” Jhangiani said. “Every two-to-three years we get new editions which are basically cosmetic in terms of the changes that they have, and students are forced to spend a lot of money.”

  • The Onion Omega Carputer Can be Controlled via WiFi

    The Onion Omega, a curiously named ultra-tiny linux-based WiFi board, is a useful little device for everything Internet of Things related. [Daniel] decided to use it to connect his car to the internet.

    Most new cars these days have remote start built in, and slowly, manufacturers are catching up to modern technology and including apps to control various features of their vehicles. But for old cars, there’s not much you can do aside from after-market remote start kits and the likes.

  • Open source OBD-II Adapter

    Automotive diagnostics have come a long way since the “idiot lights” of the 1980s. The current version of the on-board diagnostics (ODB) protocol provides real time data as well as fault diagnostics, thanks to the numerous sensors connected to the data network in the modern vehicle. While the hardware interface is fairly standardized now, manufacturers use one of several different standards to encode the data. [Alex Sidorenko] has built an open source OBD-II Adapter which provides a serial interface using the ELM327 command set and supports all OBD-II standards.

  • Software spat raises open source questions

    If your company uses Node.js, you may have suffered a shock this past week. A critical software package in the open source code base that many Node.js applications rely on suddenly disappeared. The problem was quickly rectified, but it caused problems for many users – and belies a fundamental problem with open source software.

    The problem arose when Azer Koçulu, the developer of the Kik software module, was approached by lawyers working for a company of the same name. They wanted him to unpublish his module because the name infringed on theirs, they said. Koçulu refused, so they approached a company called NPM Inc.

  • Interoperability implementation and monitoring across Europe in 2015: main trends.

    As the majority of European countries have taken into account the European Interoperability Framework (EIF) in their National Interoperability Frameworks (NIFs), the NIFO Observatory focuses its 2015 update on the implementation and monitoring aspects.

  • Security advisories for Monday

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.