https://www.zdnet.com/article/11-open-source-business-models/

Critics are always claiming open source lacks a business model.

(Let's Make a Deal is back on TV, on CBS, starring Wayne Brady as Monty Hall. Cross-promotion is a great old business model, don't you think?)

In fact it's proprietary software that is lacking in imagination.  They have only one business model:

  1. EULA Ware -- Give me money. Now go away. It doesn't work? Go away. You want your money back? Read your EULA, and go away. You want to see the software? Go away.

This has the virtue of simplicity. People pay and you really aren't required to give them anything. But it lacks a certain je ne sais quoi. Don't know what that is? You must work for a proprietary software company. (Go away.)

Telling people to pay you and go away worked for an amazingly long time. It sounds like it shouldn't. It sounds a bit like theft. But software is a miracle, and for decades EULA Ware was the only model there was.

Open source companies, on the other hand, they have to use their imagination. They can't feed people EULA Ware, so they must make money in other ways:

  1. Support Ware -- Pay us money and we'll support the software. We'll answer your questions. Or we'll try to. Over the phone, on the Web, whatever. Pay us enough and we'll come over. Red Hat likes this business model.
  2. Product Ware -- The software is free, you just buy the box it runs in. Android phones use this. So do some network routers. It's number two, but with a bullet.
  3. Cloud Ware -- Our software is in the clouds now. Pay us for what it does. The money goes into the cloud. Later it will rain on us. SugarCRM likes this business model.
  4. Project Ware -- Need something done? We'll do it with open source. Pay us for our work, and pay us for the project. IBM makes a ton on this business model.
  5. SaaS Ware -- Our software is SaaSy. You can rent it, by the hour, by the month, by the user. This is wildly popular. Zohouses it. So do many other companies.
  6. Ad Ware -- This is a free version of SaaS Ware. You don't pay anything, the advertiser pays instead. Heard of The Google? This is their primary business model. ZDNet also uses this business model.
  7. Sugar Daddy Ware -- Our software has a sugar daddy. Firefox has Google. Eclipse has IBM. Open Office has Sun, or it did. So just use the stuff. Daddy will provide. We believe in daddy.
  8. Foundation Ware -- Our software has a foundation. It has lots of sugar daddies. Want to be one? Linux runs this way. So does Apache. Not to mention Wikipedia.
  9. Beg Ware -- Please give us money. We know you don't have to. But give us money anyway. Lots of little projects use this business model. Or pretend to.
  10. Tchotchke Ware -- Wanna buy a t-shirt? How about a bumper sticker? A pen?
  11. Let's Make a Deal Ware -- The programmers who wrote the software support it out of their own pockets until they can figure out something. Wordpress started this way. So did Drupal. Go by Sourceforge and you'll find tons of folks still using this business model.

The great thing about open source is you don't have to use just one business model. You can mix-and-match as you see fit. You can change. You can go to a more profitable model and buy a suit, or fork the code and go down the stack.

Or maybe you don't see your business model here. Maybe you have one of your own. Care to tell us about it in the talkbacks? Whisper it in our ear. It will just be between us.

This is what freedom is about. It's about having choices. You don't have to go to Sand Hill Road to get into the software business. If they tell you to go away, go open source and in time maybe they'll call you.

Then you can tell them to go away.

11 open source business models的更多相关文章

  1. Refactoring open source business models

    https://opensource.com/business/16/4/refactoring-open-source-business-models They say you never forg ...

  2. 5 Successful Business Models for Web-Based Open-Source Projects

    https://handsontable.com/blog/articles/2016/3/5-successful-business-models-for-web-based-open-source ...

  3. The Open Source Business Model is Under Siege

    https://www.influxdata.com/blog/the-open-source-database-business-model-is-under-siege/ A few weeks ...

  4. docker build doris-0.11.20-release source code

    1. pull doris dev docker image sudo docker pull apachedoris/doris-dev:build-env-1.1 2. dowload doris ...

  5. The Business Of Open Source

    http://oss-watch.ac.uk/resources/businessofopensource by Matthew Langham, Indiginox on 3 February 20 ...

  6. 微软、IBM、GitLab 等大厂全部到齐的 OCS 第一天有什么看点?

    在本周一的推文中我们大致介绍了下 Open Core 峰会及到场嘉宾,(≧▽≦) 当然还有 Nebula Graph 在会场的展位位置图,本文我们来看看 Open Core 峰会第一天有哪些值得一看的 ...

  7. Open Source Isn't A Business Model, It's A Market Strategy

    https://www.forbes.com/sites/quora/2017/09/29/open-source-isnt-a-business-model-its-a-market-strateg ...

  8. How Open Source Became The Default Business Model For Software

    https://www.forbes.com/sites/forbestechcouncil/2018/07/16/how-open-source-became-the-default-busines ...

  9. Searching External Data in SharePoint 2010 Using Business Connectivity Services

    from:http://blogs.msdn.com/b/ericwhite/archive/2010/04/28/searching-external-data-in-sharepoint-2010 ...

随机推荐

  1. Docker容器数据管理(数据卷&数据卷容器)

    一:前言 在Docker容器的实际使用中,经常会遇到容器的数据持久化,容器之间的数据共享等问题,通常我们有两种解决方案: 1)数据卷(Data Volumes):就是将容器内数据直接映射到本地主机环境 ...

  2. [转帖]/proc/sys目录下各文件参数说明

    /proc/sys目录下各文件参数说明 https://blog.csdn.net/luteresa/article/details/68061881   一.前言 本文档针对OOP8生产环境,具体优 ...

  3. JVM堆内存参数优化,让性能飞起来

    堆内存是Java进程的重要组成部分,几乎所有与应用相关的内存空间都和堆有关.现在主要介绍与堆内存相关的参数设置,这些参数对Java虚拟机中非常重要的,也是对程序性能有着重要的影响.让你彻底脱离OOM内 ...

  4. laravel 自定义验证 Validator::extend

    laravel 自定义验证 $messages = [ 'name.integer' => '名字不能为整型', 'name.max' => '长度不能超过5', ]; public st ...

  5. mysql 查询导出 excel 中文乱码 解决 --default-character-set=gbk

    mysql  --default-character-set=gbk -uroot -p   -D open_fusion -e  " select * from table1  " ...

  6. Deploy custom service on non hadoop node with Apache Ambari

    1   I want to deploy a custom service onto non hadoop nodes using Apache Ambari. I have created a cu ...

  7. 两台Windows的 IIS 应用站点 基于NLB + ARR 实现双机热备和负载

    IIS负载均衡中我们使用微软的ARR,但提到网站的高可用性,ARR只能做请求入口的消息分发服务,这样如果我们的消息分发服务器给down掉啦,那么做再多的应用服务集群也都枉然. 这里我们主要针对解决这一 ...

  8. 2019 波克城市ava面试笔试题 (含面试题解析)

    本人3年开发经验.18年年底开始跑路找工作,在互联网寒冬下成功拿到阿里巴巴.今日头条.波克城市等公司offer,岗位是Java后端开发,最终选择去了波克城市. 面试了很多家公司,感觉大部分公司考察的点 ...

  9. Linux 软链接和硬链接简介

    在Linux系统中,将文件分为两个部分:用户数据和元数据. 元数据(inode) 元数据即文件的索引节点(inode),用来记录文件的权限(r.w.x).文件的所有者和属组.文件的大小.文件的状态改变 ...

  10. 在Centos6.5上部署kvm虚拟化技术

    KVM是什么? KVM 全称是 基于内核的虚拟机(Kernel-based Virtual Machine),它是一个 Linux 的一个内核模块,该内核模块使得 Linux 变成了一个 Hyperv ...