Language Selection

English French German Italian Portuguese Spanish

Leftovers: OSS

Filed under
OSS
  • Open Source rising as Cloud Computing, Analytics take off – Study

    Open source software has become a critical driver for innovation at leading companies and public-sector organizations around the world, according to a new research report produced by Oxford Economics in partnership with Wipro Limited.

    The report, The Open Source Era, also shows that open source software is essential to the use of other cutting-edge technologies and that open source methodologies have spread far beyond software development.

  • Check out this open source programming typeface entirely generated by code

    Typefaces designed for programmers aren’t a new idea, but I’m particularly taken with Iosevka, a monospace coding typeface that’s completely generated using Node.js.

    The project – which is inspired by existing coding typefaces Pragmata Pro, M+ and PF DIN Mono – aims to produce characters that “have a narrow shape to be space efficient and compatible to Chinese, Japanese and Korean characters.”

  • Capital One Launches Hygieia Open-Source DevOps Dashboard

    The bank launched its Hygieia DevOps dashboard at the O'Reilly Open Source Convention (OSCON) last week in Portland, Ore. The Capital One Agile development teams all use the technology.

  • New Portal For IBM Open Source Projects

    IBM has just launched developerWorksOpen to enable developers to collaborate using its open sourced technologies. It is poised to provide new tools, in particular with regards to mobile.

  • Open Source IFTTT Collection Introduced

    IFTTT (If This Then That) has this month introduced a new collection of new open source projects as well as updating existing ones.

  • Roadies vs. rock stars: The art of open leadership

    Allen Gunn is a facilitator, open source technologist and Executive Director of Aspiration, where he helps NGOs, activists, and software developers make smarter use of tech for social change. Later this month, Aspiration is partnering with Greenpeace's Mobilisation Lab to host the first-ever Open Campaigns Camp in Berlin. We recently got together to chat about working open and the leadership required to make it work.

  • How to get designers involved in your software project

    Kravets showed us a report she found. It reviewed 23,493 GitHub projects and found that 75.3% had no gender diversity at all. This brought Kravets to the following quote from Malcolm Gladwell: "The world that we could have is much richer than the world we've settled for."

  • The right way to fail

    In the open source industry, we often hear that we should fail quickly and often, but that doesn't make failure any less scary. Failure seems like a personal problem, but it's really a corporate problem. We use the phrase "failure is not an option," and people are so proud to live by it. The fact of the matter, said Scavarda and Hawthorn, is that this statement should say "failure is not an option; it is a requirement." The truth is that it's not a matter of whether we will fail, but when we will fail and what will be our timeline for our recovery.

  • The Dronecode Foundation aims to keep UAVs open

    Unmanned Aerial Vehicles' (UAV) applications and capabilities are advancing at a phenomenal rate, and the cost of these systems is decreasing at an equally impressive rate largely because of the open source. In many cases, open source projects are outpacing the development of their equivalent closed source systems.

  • phpMyAdmin Bids SourceForge Farewell

    phpMyAdmin, the popular free and open source web based tool for administering MySQL databases, has left the SourceForge building.

    In a blog post on Saturday, the project’s infrastructure coordinator, Michal Čihař, announced that a migration from Sourceforge is all but complete. The few remaining items left on the SourceForge server will be “hopefully handled in upcoming days as well.”

  • Boundless: Commercial open source geospatial software

    Boundless’ global customer base uses the OpenGeo Suite, a complete open source geospatial web services stack, to deploy solutions for web mapping, transportation, telecommunications, open government, and a diverse range of other solutions. The OpenGeo Suite provides a continually updated geo web services platform along with maintenance agreements that include support and training to support the growing functionality of continually enhanced open source geospatial software.

  • Seven Key Milestones in OpenStack's Five-Year History

    On July 19, 2010, Chris Kemp, at the time NASA's CTO for IT, went on stage at the OSCON open-source conference to announce OpenStack, a new open-source effort along with Rackspace. Five years later, OpenStack has emerged as one of the leading cloud platforms governments and big-name companies around the world use. Best Buy and Walmart are among the major retailers that use OpenStack while major carriers, such as Comcast and AT&T, are also users and contributors. One of the biggest drivers of OpenStack's growth in the last five years was the formation of the OpenStack Foundation, a vendor-neutral, multi-stakeholder effort to help build and promote the OpenStack platform. While OpenStack in 2010 was made up of two companies, the OpenStack Foundation in 2015 numbers well over 100 members. Another key driver of OpenStack's growth is continued technical innovation. In 2010, the OpenStack Platform started with just two projects: the Nova Compute Project and the Swift Storage Project. Over the years, multiple additional projects were added, including Glance image, Horizon dashboard, Neutron network and Keystone identity. Here's a look at key milestones in OpenStack's five-year history.

  • A new center for innovation, celebrating five years, and more OpenStack news
  • Q&A: Pepperdata's Chad Carson Discusses Getting Much More Out of Hadoop

    In the data analytics and Hadoop arena, the folks at Pepperdata have an interesting story to tell. Pepperdata's cofounders ran the web search engineering team at Yahoo during the development of the first production use of Hadoop and created Pepperdata with the mission of providing a simple way of prioritizing Hadoop jobs to give resources to the ones that need them most, while ensuring that a company adheres to its SLAs.

  • cps soup

    In the olden days, Guile had no compiler, just an interpreter written in C. Around 8 years ago now, we ported Guile to compile to bytecode. That bytecode is what is currently deployed as Guile 2.0. For many reasons we wanted to upgrade our compiler and virtual machine for Guile 2.2, and the result of that was a new continuation-passing-style compiler for Guile. Check that link for all the backstory.

  • Docker 1.8 Linux Container Engine to Bring Better LXC and Fedora 22 Support, More

    The developers of the famous open-source Docker Linux container engine have recently announced that the first RC (Release Candidate) version of the anticipated Docker 1.8 app is now available for download and testing.

  • Docker Engine 1.8.0-rc1

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.