11 open source business models
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:
- 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:
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- Tchotchke Ware -- Wanna buy a t-shirt? How about a bumper sticker? A pen?
- 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的更多相关文章
- Refactoring open source business models
https://opensource.com/business/16/4/refactoring-open-source-business-models They say you never forg ...
- 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 ...
- 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 ...
- 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 ...
- The Business Of Open Source
http://oss-watch.ac.uk/resources/businessofopensource by Matthew Langham, Indiginox on 3 February 20 ...
- 微软、IBM、GitLab 等大厂全部到齐的 OCS 第一天有什么看点?
在本周一的推文中我们大致介绍了下 Open Core 峰会及到场嘉宾,(≧▽≦) 当然还有 Nebula Graph 在会场的展位位置图,本文我们来看看 Open Core 峰会第一天有哪些值得一看的 ...
- 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 ...
- 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 ...
- 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 ...
随机推荐
- pyhthon Opencv截取视频中的图片
import os import cv2 ##加载OpenCV模块 def video2frames(pathIn='', pathOut='', imgname='', only_output_vi ...
- Mysql 语句 insert into 与 replace into 区别
[]insert into 与 replace into 区别 replace into 的运行与insert into 很相似.不同点: 若表中的一个旧记录与一个用于PRIMARY KEY 或 一个 ...
- C++ 二叉搜索树原理及其实现
首先是概念:二叉搜索树又称二叉排序树,它具有以下的性质: 若是左子树不为空,则左子树上所有节点的值小于根节点的值 若是右子树不为空,则右子树上所有结点的值大于根节点的值 二叉搜索树的左右子树也是二叉搜 ...
- hadoop2.x大数据视频教程(十二天学会)
- EasyExcel读取文件-同步处理数据
读取代码 // 前端传过来的文件 MultipartFile file; InputStream inputStream = file.getInputStream(); // 读取excel数据,边 ...
- docker 命令(我使用过的)
是否安装docker: docker version 启动docker: service docker start 查看本机可用镜像: docker images 删除镜像: doc ...
- HBase 系列(九)——HBase 容灾与备份
一.前言 本文主要介绍 Hbase 常用的三种简单的容灾备份方案,即CopyTable.Export/Import.Snapshot.分别介绍如下: 二.CopyTable 2.1 简介 CopyTa ...
- spring Boot 学习(五、Spring Boot与安全)
一.安全Spring Security是针对Spring项目的安全框架,也是Spring Boot底层安全模 块默认的技术选型.他可以实现强大的web安全控制.对于安全控制,我们仅 需引入spring ...
- Java之路---Day08
2019-10-22-22:28:39 目录 1.Static静态类 2.Static内存图 3.Static静态代码块 4.Arrays类 5.Math类 Static静态类 一旦使用static修 ...
- 30个关于Shell脚本的经典案例(中)
本文目录 11.iptables自动屏蔽访问网站频繁的IP 12.判断用户输入的是否为IP地址 13.判断用户输入的是否为数字 14.给定目录找出包含关键字的文件 15.监控目录,将新创建的文件名追加 ...