https://github.com/mrrobb/so-fib
Todas las sesiones de Sistemas Operativos + Cómo hacer el pendrive definitivo para sacar un 11 en el examen.
https://github.com/mrrobb/so-fib
10-asegurado fib fibers linux operatius sistemes so upc utilidades
Last synced: about 11 hours ago
JSON representation
Todas las sesiones de Sistemas Operativos + Cómo hacer el pendrive definitivo para sacar un 11 en el examen.
- Host: GitHub
- URL: https://github.com/mrrobb/so-fib
- Owner: MrRobb
- License: mit
- Created: 2017-11-06T13:32:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-18T09:43:14.000Z (over 4 years ago)
- Last Synced: 2023-03-02T22:56:25.964Z (over 2 years ago)
- Topics: 10-asegurado, fib, fibers, linux, operatius, sistemes, so, upc, utilidades
- Language: C
- Homepage: http://docencia.ac.upc.edu/FIB/grau/SO/
- Size: 37.4 MB
- Stars: 17
- Watchers: 2
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SO-FIB
[]()
[](https://github.com/MrRobb/SO-FIB)
[](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)
[](https://github.com/MrRobb/SO-FIB)
[](https://github.com/MrRobb/SO-FIB/fork)## Cómo pasar los apuntes a PDF
1. Descarga el repositorio y guárdalo donde quieras
2. Instala [mdpdf](https://github.com/BlueHatbRit/mdpdf) ejecutando en terminal:
```sh
npm install mdpdf -g
```
3. Para convertir un archivo, ejecuta:
```sh
mdpdf nombre_del_archivo.md
```
4. Se te guardará como `nombre_del_archivo.pdf`## Para estudiar
##### Mini resumen de C
- Utilidades -> [C para dummies](https://github.com/MrRobb/SO-FIB/blob/master/Utilidades/C%20para%20dummies.md)##### Comandos de la asignatura
- Comandos -> [comandos.pdf](https://github.com/MrRobb/SO-FIB/blob/master/comandos/comandos.pdf)
- Comandos -> [comandos2.md](https://github.com/MrRobb/SO-FIB/blob/master/comandos/comandos2.pdf)##### Resumen
- Resumen -> [resum.md (T1, T2 y T3)](https://github.com/MrRobb/SO-FIB/blob/master/Resumen/resum.md)
- Resumen -> [resum2.md (T4)](https://github.com/MrRobb/SO-FIB/blob/master/Resumen/resum2.md)##### Problemas
- Problemas -> [Problemas Resueltos](https://github.com/MrRobb/SO-FIB/blob/master/Problemas/Soluciones%20Algunos%20Problemas%20T1%20-%20T2%20-%20T3.pdf)##### Exámenes de Lab
- Exams Laboratorio -> [Exámenes de Lab](https://github.com/MrRobb/SO-FIB/tree/master/Exams%20Laboratorio)## Para el pendrive
##### Resumen
- Resumen -> [resum.md (T1, T2 y T3)](https://github.com/MrRobb/SO-FIB/blob/master/Resumen/resum.md)
- Resumen2 -> [resum2.md (T4)](https://github.com/MrRobb/SO-FIB/blob/master/Resumen/resum2.md)##### Comandos más usados
- Comandos -> [Comandos más comunes](https://github.com/MrRobb/SO-FIB/tree/master/comandos/common_pdf)
- Comandos -> [Comnados de Linux](https://github.com/MrRobb/SO-FIB/tree/master/comandos/linux_pdf)##### Comandos de la asignatura
- Comandos -> [comandos.pdf](https://github.com/MrRobb/SO-FIB/blob/master/comandos/comandos.pdf)
- Comandos -> [comandos2.pdf](https://github.com/MrRobb/SO-FIB/blob/master/comandos/comandos2.pdf)##### Templates
- Utilidades -> [Template para signals](https://github.com/MrRobb/SO-FIB/blob/master/Utilidades/signals_template.c)
- Utilidades -> [Template para Usage y Errores](https://github.com/MrRobb/SO-FIB/blob/master/Utilidades/UsageYErrores.c)### Pull requests are always welcome
We are always thrilled to receive pull requests, and do our best to
process them as fast as possible. Not sure if that typo is worth a pull
request? Do it! We will appreciate it.If your pull request is not accepted on the first try, don't be
discouraged! If there's a problem with the implementation, hopefully you
received feedback on what to improve.**Do you want to contribute?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)