This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Modulo 03 | Sistemas Operativos III - Adrian Alcantara | |
--- Diomely Nicole Francisco Jimenez | 2025-0191 | |
****** Practica 01: Menu de GRUB y Recuperacion de Contraseñas. | |
- nano /etc/default/grub | |
- GRUB_TIMEOUT=200 | |
- update-grub | |
- passwd [usuario] | |
****** Practica 02: Scripts y Automatizar Tareas. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Modulo 02 | Sistemas Operativos III - Adrian Alcantara | |
--- Diomely Nicole Francisco Jimenez | 2025-0191 | |
****** Practica 01: Gestion de Repositorios. | |
- apt update | |
- apt upgrade | |
- cat /etc/apt/sources.list | |
- apt search bashtop | |
- apt install bashtop | |
- bash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Modulo 01 | Sistemas Operativos III - Adrian Alcantara | |
--- Diomely Nicole Francisco Jimenez | 2025-0191 | |
************************************** Practica 01: Instalacion del Sistema Operativo Linux Mint. | |
No se han utilizado comandos; la practica se ha desarrollado por completo en la GUI. | |
************************************** Practica 02: Configuración de parametros de red. | |
nmtui | |
nmcli | |
ifconfig |