Contributing to Open Source

      Why, How, and Aah .. :)




             Amol A Sale
         amol@joyoflinux.com
                                1
Outline
Who runs open source projects?
Why open source?
Business models
Contributing to open source.
Why to contribute?
What benefit student or professional gets out of it?
CMS, Desktops, Cloud, virtualization software. Business and productivity.
Case studies: google, Facebook , twitter etc.
Different ways to contribute
   to ubuntu
   to linux kernel
   to google chrome OS
   to firefox
   to wikipedia


 Resources                                                                  2
What is open source exactly and why it exists?



Wiktionary definition:
• “The practice of providing open-source code for a product; Open-source software
  in general; To make open-source”
• free sharing of technological information like cooking recipes have been shared
  since the beginning of human culture. Sharing cooking recipe does not mean
  sharing cooked food.




                                                                                3
Why open source?

•   Making Linux GPL'd was definitely the best thing I ever did.
•                   Linus Torvalds
•   FLOSS potentially saves industry over 36% in software R&D investment that
    can result in increased profits or be more usefully spent in further
    innovation.
•   No code is good code, there is always scope for improvement and human
    limit may restrict the growth of your project, so open the source.
•   To make your code world class.
•   Open source software projects may offer a learning opportunity those
    students aren’t getting in school.
•   The best run open source projects have real standards, and teams of
    experienced programmers.


                                                                          4
Who is
doing it?


            5
6
7
Why they contribute?
•   Companies like IBM, Intel, SGI, MIPS, Freescale, HP, etc. -- to ensure that
    Linux runs well on their hardware.
•   Distributors like Red Hat, Novell, and CentOS, Ubuntu have a clear interest
    in making Linux as capable as it can be.
•   Companies like Sony, Nokia, and Samsung ship Linux as a component of
    products like video cameras, television sets, and mobile telephones.
•   VMWare - built on Linux kernel.
•   Nvidia – Interested in Graphics business.
•   Intel – Processor family interest
•   Google – Run many Linux based servers in house.
•   Volkswagen?




                                                                              8
What do I get as a student out of it?
 You get :
 • Chance to interact with world class software team.
 • Chance to modify or improve world class source code.
 • Come out with better skills than students who only do the required class
   work.
 • Learn from professionals.
 • Build your resume stronger.
 • Learn project management.
 • Learn ins and out of Source code.




                                                                      9
How do I Get Started ?
•   Choose an area of your interest.
•   Do your homework -- mailing list(s), a wiki, code repository; things done in
    the past, things discussed on mailing list.
•   "Be familiar with coding style, contribution practices, community email
    etiquette, and copyright assignment practices for the project you are
    contributing to." "Most of all, have fun! Don't be discouraged by strong
    personalities in the community and try to understand other people’s
    perspectives. "
•   Reviewing code -- any competent developer appreciates more eyes on the
    code.
•   ASK questions
•   Documentation as a comments inside source code
•   Embedded Linux -- hot area for developers.
•   Don’t forget to understand licensing.
                                                                             10
Business models
 •   Open source software can be sold and used commercially.
 •   Donations?
 •   Saas? Iaas?
 •   Thought there are FOSS apps around developed by big companies, Open
     source does not always means free of cost.
 •   You can charge/sell your software along with source code.
 •   You can distribute it free and charge for Support.
 •   Important: First understand the Licensing in depth and then go with
     business.




                                                                   11
Few Examples
•   Canonical Ltd. offers Ubuntu for free, while they sell commercial technical
    support contracts.
•   Mozilla Foundation have a partnership with Google and other companies
    which provides revenue for inclusion of search engines in Mozilla Firefox.
•   MySQL is offered for free, but with the enterprise version includes support
    and additional features.
•   Novell offers openSUSE for free through the openSUSE Project, while selling
    SUSE Linux Enterprise (SLE).
•   Red Hat offers the Fedora for free through the Fedora Project, while selling
    Red Hat Enterprise Linux (RHEL).
•   Oracle offers OpenOffice.org for free, while selling StarOffice.




                                                                              12
Examples contd …
 •   Zend Technologies offers Zend Server CE and Zend Framework for free,
     but sells Zend Server with support and additional features.
 •   Wikipedia – Runs of donations. Sharing what we know for free.

 •   KQInfotech's ZFS port to Linux
 •   Infibeam?




                                                                    13
So do you …
•   ..use good quality FOSS every day?
•   ..like the freedom and openness of the Internet?
•   ..think that Internet content should remain free?
•   ..share stuff with your friends for free?

BUT
• Did you know that all (a lot) of this stuff is based on...


                                    FOSS ?



                                                               14
Hey, Come on!
These are all big MNCs
selling/supporting open
source software, what is
 there for a student like
           me?




                            15
Prodigies?
             16
So how you too can be one among them?

 •   Come up with a distinctive practical idea.
 •   See if there is any work done towards it in open source projects.
 •   If yes, See how can you adopt it and make it compatible with your idea?
 •   If not, start a new open source project
 •   Every tool is available there starting from kernel, filesystem to web server,
     open source social network platform find ways to adopt it to your idea.
 •   CMS (Content Management Systems) – Drupal, Wordpress, Open Cart,
     MediaWiki and many more.
 •   Open Source consultancy to SMEs or individuals.
 •   Open source training.
 •   Hosted Services – Cloud, Virtualization based infrastructure.
 •   Saas or Iaas


                                                                          17
Opportunities in India
• Ever growing Indian Market.
• Indian government is going to create business opportunity
   worth billions of dollars.
• Web 2.0 or 3.0 – Ever growing Online business. Semantic Web
   is next big thing.
• Education?
• Services.
• Hosted services.




                                                           18
Hot Tech trends today (off course with the
help of Open Source tools)

•   Android
•   Google Chrome OS
•   Amazon cloud solutions
•   Eucalyptus cloud solutions
•   Virtualization with vmware, xen, kvm etc.
•   Diaspora
       a free personal web server that implements a distributed social networking service,
       providing a decentralized alternative to social network services like Facebook. a NYU
       student project, they received $200,000 funding which includes a donation from Mark Z also.
•   Dropbox
       A cloud based file backup tool, now a days a buzzword on Internet.




                                                                                                19
Semantic Web
•   enables machines to understand the semantics, or meaning, of information on
    the World Wide Web
•   Web 3,0
• DBpedia
• FOAF
•   Linkedin is coming with an algorithm which will predict you future achievements
    at workplace.
•   What will happen with our data ???

Why semantic web here?
• Most of the web 3.0 or semantic web projects are based on open source model.




                                                                               20
Ways to contribute.




                      21
Linux Kernel
•   Choose an area of the kernel of your interest.
•   Do your homework -- mailing list(s), a wiki, code repository; things done in the
    past, things discussed on mailing list.
•   "Be familiar with coding style, contribution practices, community email
    etiquette, and copyright assignment practices for the project you are
    contributing to." "Most of all, have fun! Don't be discouraged by strong
    personalities in the community and try to understand other people’s
    perspectives. "
•   Testing kernel for different QA tests.
•   Reviewing code -- any competent developer appreciates more eyes on the
    code.
•   Documentation as a comments inside source code
•   Submitting patches.
•   And you know what? It never ends …
• "Most of all, have fun!”
                                                                                22
Linux Kernel Useful Links

Mailing Lists
• The Linux Kernel Archives         http://kernel.org/
• The linux kernel mailing list archive       https://lkml.org/
• Subscriptions                     http://www.tux.org/lkml/

Other important Links
• Linux foundation                   http://www.linuxfoundation.org/
• Linux kernel interactive map       http://www.makelinux.net/kernel_map
• Kernel documentation               http://kernel.org/doc/
• Linux Kernel Newbie's              http://kernelnewbies.org/
• TLDP                               http://tldp.org/



                                                                           23
Ubuntu

•   Development
    Write and package new software or fix bugs in existing software. Your
    technical skills can make a real difference.
•   Design
    Put your creativity to work by improving the look and feel of Ubuntu. Help
    design graphics, backgrounds or themes for the next release.
•   Bug squad
    Help make Ubuntu even better by working with bug reports to ensure
    they're clear, complete and easy to reproduce. Anyone can help!
•   Documentation
    Help produce official documentation, share the solution to a problem, or
    check, proof and test other documents for accuracy.


                                                                             24
Ubuntu contd…

•   Support
    Share your technical know-how with other users by joining email and
    discussion lists or Internet relay chat (IRC) channels.
•   Testing
    Ubuntu releases new versions every six months so we need lots of testers
    who can report or confirm problems.
•   Ubuntu Brainstorm
    Everyone can participate in the Brainstorm website. It's full of ideas on how
    to improve Ubuntu.
    http://brainstorm.ubuntu.com/




                                                                               25
Wikipedia

• Among top five most visited website.
• Runs on donations and contributions from around world.
• Everyone should contribute because it’s cool to share your knowledge. And
  it’s a lot of fun.
• Most friendly open source project!
• Helps you to become good at writing world class articles.
How to ?
• Create an account
• Learn some basic markup syntax and go. It’s that simple.
What can be contributed?
• Articles, Images, Audio, modifications to existing articles. Participate in talk
  pages, it’s a lot of fun.


                                                                                26
Chromium OS

•   An open-source operating system built on top of linux kernel.
•   Built on concept of cloud for people who spend most time on the web.
•   Anybody can download the build, read/review the source code, modify and
    submit it back.          http://www.chromium.org/chromium-os
•   Chromium OS Developer Guide
    http://www.chromium.org/chromium-os/developer-guide
•   A best place to participate in next big thing!




                                                                          27
Mozilla
•   Mozilla foundation hosts many cool and successful projects.
•   Firefox is one of the most downloaded software on earth.

Contribution opportunities:
• Localization
• Testing and Quality Assurance
• Coding
• Visual Design
http://www.mozilla.org/contribute/




                                                                  28
Other cool projects

• Xen http://www.xen.org/community/
• KVM http://www.linux-kvm.org/page/Code
• Android
• Gnome
• KDE
• File systems like ext, zfs, raiserfs.
• Content management systems like drupal, wordpress.
This list is so big and never ending:
http://en.wikipedia.org/wiki/List_of_free_and_open_source_software_packages




                                                                          29
Some cool Internship, Fellowship projects




                                            30
Shuttleworth Foundation 1 yr Fellowship
                       Program
http://www.shuttleworthfoundation.org/funding/fellowship-programme/

Does not have strictly defined areas of funding
Suggested areas
    –   Communication and Analytical Skills in Education
    –   Intellectual Property Rights
    –   Open and Collaborative Educational Resources
    –   Telecommunications
    –   Open Philanthropy
    –   Open Science
• work from where you are.




                                                                      31
Internship at the FSF

http://www.fsf.org/volunteer/internships

•   FSF sponsors the GNU project
•   Chance to work with team who writes gcc, gdb, emacs and many cool
    projects.
•   Work remotely
•   Unpaid but value of experience counts.




                                                                        32
Google summer of code

• Offers student developers stipends to write code for various open
  source software projects.
• accepted students are paired with a mentor[s] from the participating
  projects, thus gaining exposure to real-world software development
  scenarios and the opportunity for employment in areas related to
  their academic pursuits.
• more source code is created and released for the use and benefit of
  all.

http://code.google.com/soc/

http://code.google.com/opensource/


                                                                     33
The Google Open Source Programs Office

•   Google’s repository of open source projects
•   You get version control, issue tracking, wikis, download hosting and
    other useful tools.

Get started
•   Create a new open source project
•   Download a project we've released
•   Explore Google Code-in
•   Download open source patches



http://code.google.com/opensource/

                                                                           34
Sourceforge, github etc.

•   Web based source code repository.
• Developers have access to centralized storage and tools for
  managing projects.
• Best known for providing revision control systems such as CVS, SVN,
  Bazaar, Git or Mercurial.
• Project wikis, metrics and analysis, access to a MySQL database, and
  unique sub-domain URLs (such as http://project-
  name.sourceforge.net).

• http://sourceforge.net/
• https://github.com/


                                                                    35
Facebook open source

•   Facebook is a modern web wonder.
•   Facebook has been developed from the ground up using open source
    software. Primarily LAMP.
•   FB contributes to open source by releasing kernel code, open source tools,
    SDKs, dev tools, technical tips about.

http://developers.facebook.com/opensource/




                                                                             36
Twitter Open Source

•   Twitter is also built on open-source software




http://engineering.twitter.com/
http://twitter.com/about/opensource




                                                    37
The wonderland of web!
•   Content management systems drupal, wordpress, wikimedia.
•   Business?
•   Email servers
•   Web servers
•   Hosting.
•   Cloud infrastructure. Amazon EC2?
•   Intranet portals,
•   E-commerce – open cart etc.




                                                               38
Major linux events around us
•   FOSS.in   http://foss.in/
•   Gnunify   http://gnunify.in/
• Open Source India     http://osidays.com/




                                              39
Resources to learn more
•   IBM developerworks. http://www.ibm.com/developerworks/
•   TLDP                   http://tldp.org/
•   Slashdot               http://linux.slashdot.org/
•   MIT open courseware http://ocw.mit.edu/
•   Linux Journal          http://www.linuxjournal.com/
•   Linux Commands         http://www.linuxcommand.org/
•   Learn Linux (shuttleworth foundation) http://learnlinux.tsf.org.za/
•   Wikipedia

•   Our best friend –      Google.


                                                                          40
Thank You.

If you liked this presentation then download it and
                     “Pass it ON”
         http://anandyatri.com/?page_id=338

More Related Content

PDF
Strategies for sharing and commenting in social media
PDF
Practical Open Source Software for Libraries (part 2)
PDF
Practical Open Source Software for Libraries (part 1)
PDF
Free Libre Open Source Software - Business Aspects of Software Industry
PDF
FLOSS development
PDF
Open Source Software for Libraries
PDF
Free Libre Open Source Software - Business aspects of software industry
Strategies for sharing and commenting in social media
Practical Open Source Software for Libraries (part 2)
Practical Open Source Software for Libraries (part 1)
Free Libre Open Source Software - Business Aspects of Software Industry
FLOSS development
Open Source Software for Libraries
Free Libre Open Source Software - Business aspects of software industry

What's hot (20)

PDF
Open Source for Libraries
PDF
Mozilla Research Party Talk
PDF
Lessons Learned from Xen [LFNW 2013]
PDF
Geek Empowerment - The Real Heart of Open Source
PDF
openSUSE Summit-15 Years of Open Source: It's About the People
PDF
Open Source for Libraries
PDF
Practical Open Source Software for Libraries
PPTX
Intro to open source - 101 presentation
PDF
Module 01 Introduction to Linux
PDF
Libraries Developing Openly
PDF
The Development of Open Source E-Learning Environments: the Chamilo Experience
PDF
Drupal vs Sharepoint
PDF
Make Your Content Nimble - Sem Tech UK
PDF
Open Source Tools for Libraries
PDF
Why Open Always Trumps Closed?
PPTX
Chalk Talk! Open: source, access, education, research, minds
PDF
Collective Cognition with Semantic Mediawiki: Lessons and Experiences
PPT
Open Source: Lessons Learned (2006)
PPTX
Student reps 101_final
PDF
Open source for Libraries
Open Source for Libraries
Mozilla Research Party Talk
Lessons Learned from Xen [LFNW 2013]
Geek Empowerment - The Real Heart of Open Source
openSUSE Summit-15 Years of Open Source: It's About the People
Open Source for Libraries
Practical Open Source Software for Libraries
Intro to open source - 101 presentation
Module 01 Introduction to Linux
Libraries Developing Openly
The Development of Open Source E-Learning Environments: the Chamilo Experience
Drupal vs Sharepoint
Make Your Content Nimble - Sem Tech UK
Open Source Tools for Libraries
Why Open Always Trumps Closed?
Chalk Talk! Open: source, access, education, research, minds
Collective Cognition with Semantic Mediawiki: Lessons and Experiences
Open Source: Lessons Learned (2006)
Student reps 101_final
Open source for Libraries
Ad

Viewers also liked (14)

PDF
Book2015 oct เซเรบอส brands ปีที่ 27 วิชาคณิตศาสตร์ (240 หน้า)
DOCX
นานา สาระ
PDF
MaMa Math bkk
PPT
Relooking The chic day
PPT
Shooting Sacby Hiver 2011
PPTX
Startupality, 5 min pitch
PPTX
Startupality 3 minute pitch
PPT
Telling people5
PDF
O-net 01 เรื่องเซต ของ MATH HOUSE
PDF
Open source for academics
PPT
PDF
40 Life Hacks
Book2015 oct เซเรบอส brands ปีที่ 27 วิชาคณิตศาสตร์ (240 หน้า)
นานา สาระ
MaMa Math bkk
Relooking The chic day
Shooting Sacby Hiver 2011
Startupality, 5 min pitch
Startupality 3 minute pitch
Telling people5
O-net 01 เรื่องเซต ของ MATH HOUSE
Open source for academics
40 Life Hacks
Ad

Similar to Contributing to Open Source (20)

PPTX
How to get started in Open Source!
PDF
[Workshop] Building an Integration Agile Digital Enterprise with Open Source ...
PPTX
Open source softwares
PPTX
Open source softwares
PPTX
Introduction to drupal
ODP
Open source business models
PPTX
Open Source Software
PDF
LCA14: LCA14-110: FLOSS Training
PDF
Bootstrapping Using Free Software
PPT
Snrg2011 6.15.2.sta canney_suranofsky
PPTX
Oscon 2016: open source lessons from the todo group
PDF
Open Source Lessons from the TODO Group
PPTX
Linux Training Center Pune
PDF
Créer une communauté open source: pourquoi ? comment ?
PDF
WE16 - Navigating the Seas of Open Source Projects
PPTX
open source technology
PDF
Open source caqdas what is in the box and what is missing
PDF
Global Open Source Development 2011-2014 Review and 2015 Forecast
PPT
Open Source Issues and Trends
PPTX
Introduction To Open Source
How to get started in Open Source!
[Workshop] Building an Integration Agile Digital Enterprise with Open Source ...
Open source softwares
Open source softwares
Introduction to drupal
Open source business models
Open Source Software
LCA14: LCA14-110: FLOSS Training
Bootstrapping Using Free Software
Snrg2011 6.15.2.sta canney_suranofsky
Oscon 2016: open source lessons from the todo group
Open Source Lessons from the TODO Group
Linux Training Center Pune
Créer une communauté open source: pourquoi ? comment ?
WE16 - Navigating the Seas of Open Source Projects
open source technology
Open source caqdas what is in the box and what is missing
Global Open Source Development 2011-2014 Review and 2015 Forecast
Open Source Issues and Trends
Introduction To Open Source

Recently uploaded (20)

PDF
Introduction to MCP and A2A Protocols: Enabling Agent Communication
PDF
Connector Corner: Transform Unstructured Documents with Agentic Automation
PDF
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf
PDF
zbrain.ai-Scope Key Metrics Configuration and Best Practices.pdf
PDF
Planning-an-Audit-A-How-To-Guide-Checklist-WP.pdf
PDF
Rapid Prototyping: A lecture on prototyping techniques for interface design
PDF
Data Virtualization in Action: Scaling APIs and Apps with FME
DOCX
Basics of Cloud Computing - Cloud Ecosystem
PDF
EIS-Webinar-Regulated-Industries-2025-08.pdf
PDF
Auditboard EB SOX Playbook 2023 edition.
PDF
LMS bot: enhanced learning management systems for improved student learning e...
PPTX
Module 1 Introduction to Web Programming .pptx
PDF
Transform-Quality-Engineering-with-AI-A-60-Day-Blueprint-for-Digital-Success.pdf
PPTX
agenticai-neweraofintelligence-250529192801-1b5e6870.pptx
PDF
Co-training pseudo-labeling for text classification with support vector machi...
PDF
giants, standing on the shoulders of - by Daniel Stenberg
PDF
SaaS reusability assessment using machine learning techniques
PDF
5-Ways-AI-is-Revolutionizing-Telecom-Quality-Engineering.pdf
PDF
Dell Pro Micro: Speed customer interactions, patient processing, and learning...
PDF
The-Future-of-Automotive-Quality-is-Here-AI-Driven-Engineering.pdf
Introduction to MCP and A2A Protocols: Enabling Agent Communication
Connector Corner: Transform Unstructured Documents with Agentic Automation
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf
zbrain.ai-Scope Key Metrics Configuration and Best Practices.pdf
Planning-an-Audit-A-How-To-Guide-Checklist-WP.pdf
Rapid Prototyping: A lecture on prototyping techniques for interface design
Data Virtualization in Action: Scaling APIs and Apps with FME
Basics of Cloud Computing - Cloud Ecosystem
EIS-Webinar-Regulated-Industries-2025-08.pdf
Auditboard EB SOX Playbook 2023 edition.
LMS bot: enhanced learning management systems for improved student learning e...
Module 1 Introduction to Web Programming .pptx
Transform-Quality-Engineering-with-AI-A-60-Day-Blueprint-for-Digital-Success.pdf
agenticai-neweraofintelligence-250529192801-1b5e6870.pptx
Co-training pseudo-labeling for text classification with support vector machi...
giants, standing on the shoulders of - by Daniel Stenberg
SaaS reusability assessment using machine learning techniques
5-Ways-AI-is-Revolutionizing-Telecom-Quality-Engineering.pdf
Dell Pro Micro: Speed customer interactions, patient processing, and learning...
The-Future-of-Automotive-Quality-is-Here-AI-Driven-Engineering.pdf

Contributing to Open Source

  • 1. Contributing to Open Source Why, How, and Aah .. :) Amol A Sale [email protected] 1
  • 2. Outline Who runs open source projects? Why open source? Business models Contributing to open source. Why to contribute? What benefit student or professional gets out of it? CMS, Desktops, Cloud, virtualization software. Business and productivity. Case studies: google, Facebook , twitter etc. Different ways to contribute to ubuntu to linux kernel to google chrome OS to firefox to wikipedia  Resources 2
  • 3. What is open source exactly and why it exists? Wiktionary definition: • “The practice of providing open-source code for a product; Open-source software in general; To make open-source” • free sharing of technological information like cooking recipes have been shared since the beginning of human culture. Sharing cooking recipe does not mean sharing cooked food. 3
  • 4. Why open source? • Making Linux GPL'd was definitely the best thing I ever did. • Linus Torvalds • FLOSS potentially saves industry over 36% in software R&D investment that can result in increased profits or be more usefully spent in further innovation. • No code is good code, there is always scope for improvement and human limit may restrict the growth of your project, so open the source. • To make your code world class. • Open source software projects may offer a learning opportunity those students aren’t getting in school. • The best run open source projects have real standards, and teams of experienced programmers. 4
  • 6. 6
  • 7. 7
  • 8. Why they contribute? • Companies like IBM, Intel, SGI, MIPS, Freescale, HP, etc. -- to ensure that Linux runs well on their hardware. • Distributors like Red Hat, Novell, and CentOS, Ubuntu have a clear interest in making Linux as capable as it can be. • Companies like Sony, Nokia, and Samsung ship Linux as a component of products like video cameras, television sets, and mobile telephones. • VMWare - built on Linux kernel. • Nvidia – Interested in Graphics business. • Intel – Processor family interest • Google – Run many Linux based servers in house. • Volkswagen? 8
  • 9. What do I get as a student out of it? You get : • Chance to interact with world class software team. • Chance to modify or improve world class source code. • Come out with better skills than students who only do the required class work. • Learn from professionals. • Build your resume stronger. • Learn project management. • Learn ins and out of Source code. 9
  • 10. How do I Get Started ? • Choose an area of your interest. • Do your homework -- mailing list(s), a wiki, code repository; things done in the past, things discussed on mailing list. • "Be familiar with coding style, contribution practices, community email etiquette, and copyright assignment practices for the project you are contributing to." "Most of all, have fun! Don't be discouraged by strong personalities in the community and try to understand other people’s perspectives. " • Reviewing code -- any competent developer appreciates more eyes on the code. • ASK questions • Documentation as a comments inside source code • Embedded Linux -- hot area for developers. • Don’t forget to understand licensing. 10
  • 11. Business models • Open source software can be sold and used commercially. • Donations? • Saas? Iaas? • Thought there are FOSS apps around developed by big companies, Open source does not always means free of cost. • You can charge/sell your software along with source code. • You can distribute it free and charge for Support. • Important: First understand the Licensing in depth and then go with business. 11
  • 12. Few Examples • Canonical Ltd. offers Ubuntu for free, while they sell commercial technical support contracts. • Mozilla Foundation have a partnership with Google and other companies which provides revenue for inclusion of search engines in Mozilla Firefox. • MySQL is offered for free, but with the enterprise version includes support and additional features. • Novell offers openSUSE for free through the openSUSE Project, while selling SUSE Linux Enterprise (SLE). • Red Hat offers the Fedora for free through the Fedora Project, while selling Red Hat Enterprise Linux (RHEL). • Oracle offers OpenOffice.org for free, while selling StarOffice. 12
  • 13. Examples contd … • Zend Technologies offers Zend Server CE and Zend Framework for free, but sells Zend Server with support and additional features. • Wikipedia – Runs of donations. Sharing what we know for free. • KQInfotech's ZFS port to Linux • Infibeam? 13
  • 14. So do you … • ..use good quality FOSS every day? • ..like the freedom and openness of the Internet? • ..think that Internet content should remain free? • ..share stuff with your friends for free? BUT • Did you know that all (a lot) of this stuff is based on... FOSS ? 14
  • 15. Hey, Come on! These are all big MNCs selling/supporting open source software, what is there for a student like me? 15
  • 17. So how you too can be one among them? • Come up with a distinctive practical idea. • See if there is any work done towards it in open source projects. • If yes, See how can you adopt it and make it compatible with your idea? • If not, start a new open source project • Every tool is available there starting from kernel, filesystem to web server, open source social network platform find ways to adopt it to your idea. • CMS (Content Management Systems) – Drupal, Wordpress, Open Cart, MediaWiki and many more. • Open Source consultancy to SMEs or individuals. • Open source training. • Hosted Services – Cloud, Virtualization based infrastructure. • Saas or Iaas 17
  • 18. Opportunities in India • Ever growing Indian Market. • Indian government is going to create business opportunity worth billions of dollars. • Web 2.0 or 3.0 – Ever growing Online business. Semantic Web is next big thing. • Education? • Services. • Hosted services. 18
  • 19. Hot Tech trends today (off course with the help of Open Source tools) • Android • Google Chrome OS • Amazon cloud solutions • Eucalyptus cloud solutions • Virtualization with vmware, xen, kvm etc. • Diaspora a free personal web server that implements a distributed social networking service, providing a decentralized alternative to social network services like Facebook. a NYU student project, they received $200,000 funding which includes a donation from Mark Z also. • Dropbox A cloud based file backup tool, now a days a buzzword on Internet. 19
  • 20. Semantic Web • enables machines to understand the semantics, or meaning, of information on the World Wide Web • Web 3,0 • DBpedia • FOAF • Linkedin is coming with an algorithm which will predict you future achievements at workplace. • What will happen with our data ??? Why semantic web here? • Most of the web 3.0 or semantic web projects are based on open source model. 20
  • 22. Linux Kernel • Choose an area of the kernel of your interest. • Do your homework -- mailing list(s), a wiki, code repository; things done in the past, things discussed on mailing list. • "Be familiar with coding style, contribution practices, community email etiquette, and copyright assignment practices for the project you are contributing to." "Most of all, have fun! Don't be discouraged by strong personalities in the community and try to understand other people’s perspectives. " • Testing kernel for different QA tests. • Reviewing code -- any competent developer appreciates more eyes on the code. • Documentation as a comments inside source code • Submitting patches. • And you know what? It never ends … • "Most of all, have fun!” 22
  • 23. Linux Kernel Useful Links Mailing Lists • The Linux Kernel Archives http://kernel.org/ • The linux kernel mailing list archive https://lkml.org/ • Subscriptions http://www.tux.org/lkml/ Other important Links • Linux foundation http://www.linuxfoundation.org/ • Linux kernel interactive map http://www.makelinux.net/kernel_map • Kernel documentation http://kernel.org/doc/ • Linux Kernel Newbie's http://kernelnewbies.org/ • TLDP http://tldp.org/ 23
  • 24. Ubuntu • Development Write and package new software or fix bugs in existing software. Your technical skills can make a real difference. • Design Put your creativity to work by improving the look and feel of Ubuntu. Help design graphics, backgrounds or themes for the next release. • Bug squad Help make Ubuntu even better by working with bug reports to ensure they're clear, complete and easy to reproduce. Anyone can help! • Documentation Help produce official documentation, share the solution to a problem, or check, proof and test other documents for accuracy. 24
  • 25. Ubuntu contd… • Support Share your technical know-how with other users by joining email and discussion lists or Internet relay chat (IRC) channels. • Testing Ubuntu releases new versions every six months so we need lots of testers who can report or confirm problems. • Ubuntu Brainstorm Everyone can participate in the Brainstorm website. It's full of ideas on how to improve Ubuntu. http://brainstorm.ubuntu.com/ 25
  • 26. Wikipedia • Among top five most visited website. • Runs on donations and contributions from around world. • Everyone should contribute because it’s cool to share your knowledge. And it’s a lot of fun. • Most friendly open source project! • Helps you to become good at writing world class articles. How to ? • Create an account • Learn some basic markup syntax and go. It’s that simple. What can be contributed? • Articles, Images, Audio, modifications to existing articles. Participate in talk pages, it’s a lot of fun. 26
  • 27. Chromium OS • An open-source operating system built on top of linux kernel. • Built on concept of cloud for people who spend most time on the web. • Anybody can download the build, read/review the source code, modify and submit it back. http://www.chromium.org/chromium-os • Chromium OS Developer Guide http://www.chromium.org/chromium-os/developer-guide • A best place to participate in next big thing! 27
  • 28. Mozilla • Mozilla foundation hosts many cool and successful projects. • Firefox is one of the most downloaded software on earth. Contribution opportunities: • Localization • Testing and Quality Assurance • Coding • Visual Design http://www.mozilla.org/contribute/ 28
  • 29. Other cool projects • Xen http://www.xen.org/community/ • KVM http://www.linux-kvm.org/page/Code • Android • Gnome • KDE • File systems like ext, zfs, raiserfs. • Content management systems like drupal, wordpress. This list is so big and never ending: http://en.wikipedia.org/wiki/List_of_free_and_open_source_software_packages 29
  • 30. Some cool Internship, Fellowship projects 30
  • 31. Shuttleworth Foundation 1 yr Fellowship Program http://www.shuttleworthfoundation.org/funding/fellowship-programme/ Does not have strictly defined areas of funding Suggested areas – Communication and Analytical Skills in Education – Intellectual Property Rights – Open and Collaborative Educational Resources – Telecommunications – Open Philanthropy – Open Science • work from where you are. 31
  • 32. Internship at the FSF http://www.fsf.org/volunteer/internships • FSF sponsors the GNU project • Chance to work with team who writes gcc, gdb, emacs and many cool projects. • Work remotely • Unpaid but value of experience counts. 32
  • 33. Google summer of code • Offers student developers stipends to write code for various open source software projects. • accepted students are paired with a mentor[s] from the participating projects, thus gaining exposure to real-world software development scenarios and the opportunity for employment in areas related to their academic pursuits. • more source code is created and released for the use and benefit of all. http://code.google.com/soc/ http://code.google.com/opensource/ 33
  • 34. The Google Open Source Programs Office • Google’s repository of open source projects • You get version control, issue tracking, wikis, download hosting and other useful tools. Get started • Create a new open source project • Download a project we've released • Explore Google Code-in • Download open source patches http://code.google.com/opensource/ 34
  • 35. Sourceforge, github etc. • Web based source code repository. • Developers have access to centralized storage and tools for managing projects. • Best known for providing revision control systems such as CVS, SVN, Bazaar, Git or Mercurial. • Project wikis, metrics and analysis, access to a MySQL database, and unique sub-domain URLs (such as http://project- name.sourceforge.net). • http://sourceforge.net/ • https://github.com/ 35
  • 36. Facebook open source • Facebook is a modern web wonder. • Facebook has been developed from the ground up using open source software. Primarily LAMP. • FB contributes to open source by releasing kernel code, open source tools, SDKs, dev tools, technical tips about. http://developers.facebook.com/opensource/ 36
  • 37. Twitter Open Source • Twitter is also built on open-source software http://engineering.twitter.com/ http://twitter.com/about/opensource 37
  • 38. The wonderland of web! • Content management systems drupal, wordpress, wikimedia. • Business? • Email servers • Web servers • Hosting. • Cloud infrastructure. Amazon EC2? • Intranet portals, • E-commerce – open cart etc. 38
  • 39. Major linux events around us • FOSS.in http://foss.in/ • Gnunify http://gnunify.in/ • Open Source India http://osidays.com/ 39
  • 40. Resources to learn more • IBM developerworks. http://www.ibm.com/developerworks/ • TLDP http://tldp.org/ • Slashdot http://linux.slashdot.org/ • MIT open courseware http://ocw.mit.edu/ • Linux Journal http://www.linuxjournal.com/ • Linux Commands http://www.linuxcommand.org/ • Learn Linux (shuttleworth foundation) http://learnlinux.tsf.org.za/ • Wikipedia • Our best friend – Google. 40
  • 41. Thank You. If you liked this presentation then download it and “Pass it ON” http://anandyatri.com/?page_id=338