Skip to content

Instantly share code, notes, and snippets.

@udezekene
Forked from augbog/Free O'Reilly Books.md
Last active January 31, 2024 13:15
Show Gist options
  • Star 36 You must be signed in to star a gist
  • Fork 13 You must be signed in to fork a gist
  • Save udezekene/8a0d8e1031f9666c4ea6699a1b45c84e to your computer and use it in GitHub Desktop.
Save udezekene/8a0d8e1031f9666c4ea6699a1b45c84e to your computer and use it in GitHub Desktop.
Download the just released O'Reilly Design Books for free without e-mail signup.
#!/bin/bash
# 2017 Design Salary Survey: Tools, Trends, Titles, What Pays (and What Doesn't) for Design Professionals
wget http://www.oreilly.com/design/free/files/2017-design-salary-survey.pdf
# Pair Design: Better Together
wget http://www.oreilly.com/design/free/files/pair-design.pdf
# Design Frontiers: How Voice, Sound, Wearables, Sustainability, and Other Factors Will Shape Experiences
wget http://www.oreilly.com/design/free/files/design-frontiers.pdf
# Design Frontiers: How Voice, Sound, Wearables, Sustainability, and Other Factors Will Shape Experiences
wget http://www.oreilly.com/design/free/files/design-frontiers.pdf
# Designing for Mixed Reality: Blending Data, AR, and the Physical World
wget http://www.oreilly.com/design/free/files/designing-for-mixed-reality.pdf
# Design in Venture Capital: How Design Drives Investment and Company Success
wget http://www.oreilly.com/design/free/files/design-in-venture-capital.pdf
# Machine Learning for Designers
wget http://www.oreilly.com/design/free/files/machine-learning-for-designers.pdf
# Design Essentials: A Curated Collection of Chapters from the O'Reilly Design Library
wget http://www.oreilly.com/design/free/files/design-fundamentals-volume-2.pdf
# Designing for Product Strategy: A Curated Collection of Chapters from the O'Reilly Design Library
wget http://www.oreilly.com/design/free/files/designing-for-product-strategy.pdf
# Prototyping for Physical and Digital Products
wget http://www.oreilly.com/design/free/files/prototyping-for-physical-and-digital-products.pdf
# Designing for Cities: Technology and the Urban Experience
wget http://www.oreilly.com/design/free/files/designing-for-cities.pdf
# Designing for the Future: A Curated Collection of Chapters from the O'Reilly Library
wget http://www.oreilly.com/design/free/files/designing-for-the-future.pdf
# Designing for Respect: UX Ethics for the Digital Age
wget http://www.oreilly.com/design/free/files/designing-for-respect.pdf
# Design for Voice Interfaces:Building Products that Talk
wget http://www.oreilly.com/design/free/files/design-for-voice-interfaces.pdf
# Experience Design: A Curated Collection of Chapters from the O'Reilly Design Library
wget http://www.oreilly.com/design/free/files/experience-design.pdf
# Designing for the Internet of Things
wget http://www.oreilly.com/design/free/files/designing-for-the-internet-of-things.pdf
# User Experience Design for the Internet of Things: Why It's More than UI and Industrial Design
wget http://www.oreilly.com/design/free/files/user-experience-for-iot.pdf
# Design and Business: A Curated Collection of Chapters from the O'Reilly Design Library
wget http://www.oreilly.com/design/free/files/design-and-business.pdf

Free O'Reilly Design Books and convenient script to just download them.

HUGE thanks to O'Reilly for making this resource free. Visit the design page if you want to learn more about the design resources. Also, they do have FREE resources for other topics like: Data, IoT, Programming, Security, Web Development, and WebOps.

Thanks @augbog for the initial gist. If you are a developer or looking for software engineering books, headover to the source of this fork.

How to use:

  1. Take the download.sh file and put it into a directory where you want the files to be saved.
  2. cd into the directory and make sure that it has executable permissions (chmod +x download.sh should do it)
  3. Run ./download.sh and wee there it goes. Also if you do not want all the files, just simply comment the ones you do not want.

####Alternatively You can use your "search" to find the exact book you want, and grab the direct link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment