Language Selection

English French German Italian Portuguese Spanish

Leftovers: OSS

Filed under
OSS
  • The new collaboration model for open source | #LinuxCon2015

    Cross-community collaboration is developing and thriving inside the walls of this year’s LinuxCon 2015, and people like Diane Mueller, director of community development at Red Hat OpenShift, are leading the charge.

  • Open source software gains depth

    The ability to scale up and stronger security has seen a pervasive proliferation of open source software (OSS) although these don’t have as many competitive features as proprietary software, according to the Ninth Annual Future of Open Source Survey conducted by Black Duck Software, a company that facilitates the adoption of OSS.

  • Logz.io Introduces ELK Apps — a Free App Store for Open Source Log Analytics
  • The 100:10:1 method: my approach to open source

    The first step was to find a notebook and a pen and just write down 100 ideas for interesting open source projects. These project ideas ranged across all manner of topics, depth, and quality. I thought of wild language ideas, new features in existing projects, system designs, protocols, missing documentation, interesting forks, golfing code, games, prototypes, implementations of paper ideas, second-systems, whatever.

  • Polishing cars wasn't in my job description

    My advice for anyone starting out in open source is simple: Be humble, but bold. The great thing about open source is that you can make a great impact, but you have to do it within the confines of a community, and learning how to bring your best while working in sometimes challenging interpersonal situations is a skill that you can only acquire through practice.

  • Proprietary tools for FOSS projects

    My position on free and open source software is somewhere in the spectrum between hard-core FSF/GNU position on Free Software, and the corporate open source pragmatism that looks at open source as being great for some things but really not a goal in and of itself. I don’t eschew all proprietary software, and I’m not going to knock people for using tools and devices that fit their needs rather than sticking only to FOSS.

    At the same time, I think it’s important that we trend towards everything being open, and I find myself troubled by the increasing acceptance of proprietary tools and services by FOSS developers/projects. It shouldn’t be the end of the world for a FOSS developer, advocate, project, or company to use proprietary tools if necessary. Sometimes the FOSS tools aren’t a good fit, and the need for something right now overrides the luxury of choosing a tool just based on licensing preference. And, of course, there’s a big difference between having that discussion for a project like Fedora, or an Apache podling/TLP, or a company that works with open source.

  • OOSMOS goes open source
  • 8 tips for creating cultural change in your organization

    To foster engagement and keep people posted, publish and share both individually and as a team. Setting a schedule is difficult, but you should try to publish at least one reflective post per month (I do one a week). Pre-populate tools like Tweetdeck or Hootsuite during meetings. Utilize tools like IFTTT, Zapier, Buffer, etc. There are easy ways to share ideas around the Web. Use them!

  • GNU Guix 0.9 Brings Various Improvements, 543 New Packages
  • GNU Spotlight with Brandon Invergo: 20 new GNU releases! as of October 27, 2015
  • Vanderbilt’s medical capsule robots’ hardware, software goes open-source

    Researchers around the globe who want to customize medical capsule robots won’t have to start from scratch – a team from Vanderbilt University School of Engineering did the preliminary work for them and is ready to share.

    Through a website and a paper revealed at a pair of Institute of Electrical and Electronics Engineers (IEEE) conferences, Assistant Professor of Mechanical Engineering Pietro Valdastri, Associate Professor of Computer Engineering Akos Ledeczi and their team made the capsule hardware and software open-source.

    The paper, titled “Systematic Design of Medical Capsule Robots,” ran in a special issue of IEEE Design & Test magazine dedicated to cyber-physical systems for medical applications. Within years, Vanderbilt’s capsule robots, made small enough to be swallowed, could be used for preventative screenings and to diagnose and treat a number of internal diseases.

  • Not Just Academics Fed Up With Elsevier: Entire Editorial Staff Resigns En Masse To Start Open Access Journal

    It's really somewhat astounding just how absolutely hated journal publishing giant Elsevier has become in certain academic circles. The company seems to have perfected its role of being about as evil as possible in trying to lock up knowledge and making it expensive and difficult to access. A few years ago, we noted that a bunch of academics were banding together to boycott journals published by the company, as more and more people were looking at open access journals, allowing them to more freely share their research, rather than locking it up. Elsevier's response has been to basically crack down on efforts to share knowledge. The company has been known to charge for open access research -- sometimes even buying up journals and ignoring the open licenses on the works. The company has also been demanding professors takedown copies of their own research. Because how dare anyone actually benefit from knowledge without paying Elsevier its toll. And that's not even mentioning Elsevier's history of publishing fake journals as a way to help giant pharmaceutical companies pretend their treatments were effective.

  • Open source textbooks not flunking out

    Finally, a bit of good news on the college costs front: A study out of Brigham Young University finds that free open source textbooks do the job pretty darn well.

    The study of nearly 17,000 students at 9 colleges found that open source textbooks (or open educational resources -- OERs in academic lingo) found that students learn the same amount or more from the free books across many subjects. (Here's a sampling of the sorts of texts available, via a University of Minnesota site.)

    What's more, 85% of students and instructors said open textbooks were actually better than the commercial ones. The research focused its results based on measurements such as course completion, final grade, final grade of C- or higher, enrollment intensity, and enrollment intensity in the following semester.

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.