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. nginx+upsync+consul 构建动态nginx配置系统

    参考: http://www.php230.com/weixin1456193048.html  [upsync模块说明.性能评测] https://www.jianshu.com/p/76352ef ...

  2. python 递归\for循环_斐波那契数列

    # 递归 def myAdd(a, b): c = a + b print(c) if c > 100: return return myAdd(a + 1, c) #最大递归深度是1000 m ...

  3. UnicodeEncodeError: 'ascii' codec can't encode characters in position 18-22: ordinal not in range(128)

    文件,放在site-package \Python27\Lib\site-packages     sitecustomize.py # -*- coding: utf-8 -*- import sy ...

  4. mysql存储过程简单例子

    1.之前经常在oracle数据库中使用存储过程,换到mysql后用的不多,但是有时候也用,大致记录一下,基本和oracle的一样. CREATE DEFINER = `root`@`%` PROCED ...

  5. Java操作JSON数据(1)--JSON-lib操作JSON数据

    JSON-lib是一个java库,用于将bean.映射.集合.java数组和XML转换为JSON,或将JSON转为beans和DynaBeans.JSON-lib最后的版本是2.4,更新时间是2010 ...

  6. python创建简单网站

    前言 本方法基于web2py框架,使用web2py的完整网站数据包创建简单网站. web2py 是一个为Python语言提供的全功能Web应用框架,旨在敏捷快速的开发Web应用,具有快速.安全以及可移 ...

  7. 浏览器Notwork XHR被隐藏了

    图片中红色区域内容被隐藏 解决方式,点击此处

  8. 技术圈术语之LDAP

    导语:阅读一些程序的文档时经常看到支持ldap,由于对这个协议不太熟悉,平时也没有用过,所以一直也没怎么留意,今天看rabbitmq的文档又发现了ldap相关的介绍,于是想把这个问题搞清楚. 一.LD ...

  9. Python学习笔记-字符串与注释

    OSX从Pthon 2.7升级到3.8 1,官网下载最新安装包安装 2,执行认证文件command 3,执行设置path command 4,设置默认python 在terminal里运行open   ...

  10. rsyslog传输指定目录下的全部日志数据

    准备: 两台Linux电脑 server(A):10.1.75.177 client(B):10.1.75.229 目的: 将B上的/usr/local/record目录下的所有日志数据传输到A的/v ...