https://github.com/csukuangfj/operating-systems-three-easy-pieces-all-in-one-pdf
Operating Systems: Three Easy Pieces All in One pdf
https://github.com/csukuangfj/operating-systems-three-easy-pieces-all-in-one-pdf
Last synced: 20 days ago
JSON representation
Operating Systems: Three Easy Pieces All in One pdf
- Host: GitHub
- URL: https://github.com/csukuangfj/operating-systems-three-easy-pieces-all-in-one-pdf
- Owner: csukuangfj
- Created: 2019-12-15T13:13:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T03:29:01.000Z (over 3 years ago)
- Last Synced: 2025-03-31T16:52:10.480Z (about 2 months ago)
- Language: Shell
- Size: 11.7 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Operating Systems: Three Easy Pieces
We recommend you buying the book from one of the following sites:
- https://www.amazon.com/exec/obidos/ASIN/198508659X/
- https://www.amazon.com/gp/product/B00TPZ17O4This repository provides script to download the pdfs from
http://pages.cs.wisc.edu/~remzi/OSTEP/
and merge all the files into a big pdf.### Usage
```sh
sudo apt-get install poppler-utilsgit clone https://github.com/csukuangfj/Operating-Systems-Three-Easy-Pieces-all-in-one-pdf.git
cd Operating-Systems-Three-Easy-Pieces-all-in-one-pdf
./downloads-and-merge-all-into-one-pdf.sh
```and it will generate `all-in-one.pdf`
in the current directory.