An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# SO-FIB
[![HitCount](http://hits.dwyl.io/mrrobb/SO-FIB.svg)]()
[![Github Stars](http://githubbadges.com/star.svg?user=mrrobb&repo=SO-FIB&style=flat&color=fff&background=000)](https://github.com/MrRobb/SO-FIB)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)
[![GitHub repo size in bytes](https://img.shields.io/github/repo-size/mrrobb/SO-FIB.svg)](https://github.com/MrRobb/SO-FIB)
[![GitHub forks](https://img.shields.io/github/forks/mrrobb/SO-FIB.svg?style=social&label=Fork)](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)