Language Selection

English French German Italian Portuguese Spanish

Leftovers: OSS

Filed under
OSS
  • It’s International Data Privacy Day: Help us Build a Better Internet

    Today is International Data Privacy Day. What can we all do to help ourselves and each other improve privacy on the Web? We have something for everyone:

    Users can greatly improve their own data privacy by simply updating their software.

    Companies can increase user trust in their products and user privacy by implementing Lean Data Practices that increase transparency and offer user control.

    By taking action on these two simple ideas, we can create a better Web together.

  • Firefox 44.0 Officially Released, Here's What's New

    The official launch announcement for Firefox 44.0 has finally landed, and it details the changes and improvements that have landed in this latest release.

  • 13 frameworks for mastering machine learning

    Over the past year, machine learning has gone mainstream in an unprecedented way. The trend isn't fueled by cheap cloud environments and ever more powerful GPU hardware alone; it’s also the explosion of frameworks now available for machine learning. All are open source, but even more important is how they are being designed to abstract away the hardest parts of machine learning, and make its techniques available to a broad class of developers.

    Here’s a baker's dozen machine learning frameworks, either freshly minted or newly revised within the past year. All caught our attention for being a product of a major presence in IT, for attempting to bring a novel simplicity to their problem domain, or for targeting a specific challenge associated with machine learning.

  • SCALE14x - and 8 million users for ownCloud!

    After covering openSUSE and KDE booths at SCALE in my previous blog, let's talk ownCloud. Note that, despite the awesomeness of this blog post, our biggest news right now is probably the announcement that ownCloud has an estimated 8 million users!

  • Filling Out Your Free Web Development Toolkit

    Web site and application development is becoming in reach for nearly everyone, thanks to easier and better tools. Software as a Service (SaaS) applications are increasingly either employing open source or are built entirely on it. And all of this adds up to an increasing need for web development toolsets focused on the open source community. The good news is that there are many open source tools to help you with your web project, and given the costs of web development environments and the like, they can save you a lot of money. Here are many good examples of tools and tutorials, with a few that we've covered before appended at the end, in case you missed them.

  • On owning blogosphere

    Then inevitable happened: my server died, so I have to rebuild my site. My colleagues from work shared rented VPS so I joined them and pointed my domain to it. However, when I started to work on installing WP, I was caught again by my suspicions about WP. Do I really want to fight with pulverized HTML, zillion upgrades, comment spam, etc., when all I want from the server is to render my posts to HTML? So, I started to look for static web generators. After a brief affair with Hexo (Server-side JavaScript looks like such a good idea, but it still so immature and unuseable!) I ended up with pelican.

  • Wikimedia in Google Code-in 2015

    Google Code-in 2015 is over. As a co-admin and mentor for Wikimedia (one of the 14 organizations who took part and provided mentors and tasks) I can say it’s been crazy as usual. Smile

  • Wercker raises $4.5 million to open-source CLI container development tool

    When it comes to automating the containerization, configuration and deployment of services the right tools for the job go a long way, which is what Wercker BV’s business is all about. Today the company announced that it has raised $4.5 million in a Series A funding round led by Inkef Capital with participation from existing investor Notion Capital. The company also announced that it will open source its flagship command line interface (CLI) developer tool that facilitates the containerization and deployment of applications and microservices on the desktop.

    This investment led by Amsterdam-based Inkef Capital brings the company’s total funding to $7.5 million.

    “We’re excited to join the Inkef Capital portfolio and continue to bridge the gap between the innovative communities in Amsterdam and Silicon Valley,” said Micha Hernández van Leuffen, founder and CEO at wercker. “We’re fortunate to have a passionate developer community behind us: a community that will only continue to grow and improve with access to our open sourced CLI technology.”

  • First Release Candidate Arrives For Go 1.6
  • European data portals implement EC’s DCAT validator

    Open data portals in Italy, Sweden and Belgium are working on validators for the EC’s DCAT-AP. Data portals that use the World Wide Web Consortium’s Data Catalog Vocabulary make it easier for others to search and use their datasets, including across borders.

    By methodologically listing where datasets can be downloaded and what formats are available, W3C’s DCAT instructions make its easier for others to discover these data collections. Instead of stockpiling data, DCAT-enabled repositories can be federated, with search results pointing to data available on other web sites.

    The DCAT-Application Profile for data portals in Europe (DCAT-AP) describes datasets created by European public administrations. Work on the DCAT-AP began in 2013. Initiated by the European Commission’s Directorate General for Communications Networks, Content & Technology (DG Connect), the EU Publications Office and the EC’s ISA Programme, the creation of this specification involved representatives from 16 European Member States.

  • German RepRap Releases the X150: A Compact, Sturdy Industrial 3D Printer
  • German RepRap Launches Compact X150 3D Printer
  • German RepRap introduces second generation compact X150 3D printer
  • German RepRap announces second gen open-source X150 3D printer
  • More Vulkan Talks Are Lined Up For GDC 2016
  • VESA Announces DSC 1.2 Compression Standard

    The Video Electronics Standards Association announced Display Stream Compression 1.2 today as the newest DSC standard.

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.