Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<onlyfor> was added to both readmes #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 9 additions & 13 deletions README.es.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
---
title: "Script de actualización para Debian"
subtitle: "Crea un script que actualice el sistema y configura que sea ejecutado diariamente para mantener tu servidor al dia"
tags: ["ciberseguridad"]
authors: ["arnaldoperez"]
---

<!-- hide -->
# Networking on VirtualBox

Expand All @@ -15,18 +8,16 @@ authors: ["arnaldoperez"]
[![build by developers](https://img.shields.io/twitter/follow/4geeksacademy?style=social&logo=twitter)](https://twitter.com/4geeksacademy)

*These instructior [are also available in english](https://github.com/4GeeksAcademy/update-script-cron-task-debian/blob/master/README.md)*
<!-- endhide -->

Para esta práctica debes continuar usando la misma maquina debian de los proyectos anteriores, si no tienes la máquina puedes descargar la [imagen y los archivos y procedimiento de instalacion en el siguiente enlace](https://4geeks.com/docs/start/cybersecurity-virtual-machines#debian-virtual-machine).

<!-- hide -->

#### Antes de empezar...

> ¡Te necesitamos! Estos ejercicios se crean y mantienen en colaboración con personas como tú. Si encuentras algún error o falta de ortografía, contribuye y/o repórtalo.

<!-- endhide -->

Para esta práctica debes continuar usando la misma maquina debian de los proyectos anteriores, si no tienes la máquina puedes descargar la [imagen y los archivos y procedimiento de instalacion en el siguiente enlace](https://4geeks.com/docs/start/cybersecurity-virtual-machines#debian-virtual-machine).

<onlyfor saas="false" withBanner="false">

## 🌱 ¿Cómo empezar este proyecto?

Clona este mismo repositorio en tu maquina virtual de Debian y sigue los siguientes pasos:
Expand All @@ -41,7 +32,11 @@ $ npm i @learnpack/learnpack -g

```bash
$ learnpack start

```

</onlyfor>

<!-- hide -->

## Colaboradores
Expand All @@ -57,3 +52,4 @@ Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds
Este proyecto sigue la especificación [all-contributors](https://github.com/kentcdodds/all-contributors). ¡Todas las contribuciones son bienvenidas!

Este y otros ejercicios son usados para [aprender a programar](https://4geeksacademy.com/es/aprender-a-programar/aprender-a-programar-desde-cero) por parte de los alumnos de 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) realizado por [Alejandro Sánchez](https://twitter.com/alesanchezr) y muchos otros contribuyentes. Conoce más sobre nuestros [Cursos de Programación](https://4geeksacademy.com/es/curso-de-programacion-desde-cero?lang=es) para convertirte en [Full Stack Developer](https://4geeksacademy.com/es/coding-bootcamps/desarrollador-full-stack/?lang=es), o nuestro [Data Science Bootcamp](https://4geeksacademy.com/es/coding-bootcamps/curso-datascience-machine-learning).Tambien puedes adentrarte al mundo de ciberseguridad con nuestro [Bootcamp de ciberseguridad](https://4geeksacademy.com/es/coding-bootcamps/curso-ciberseguridad). <!-- endhide -->
<!-- endhide -->
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,17 @@
[![build by developers](https://img.shields.io/twitter/follow/4geeksacademy?style=social&logo=twitter)](https://twitter.com/4geeksacademy)

*Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/4GeeksAcademy/update-script-cron-task-debian/blob/master/README.es.md)*

## Before you start...

> We need you! These exercises are built and maintained in collaboration with contributors such as yourself. If you find any bugs or misspellings please contribute and/or report them.
<!-- endhide -->

For this practice, we will continue to work on the Debian virtual machine from previous projects.

This machine comes with Debian installed and it has some basic settings that will be used along the bootcamp. If you don't have it already, click here to access the [Debian virtual machine file and installation instructions](https://4geeks.com/docs/start/cybersecurity-virtual-machines#debian-virtual-machine).

<!-- hide -->
## Before you start...

> We need you! These exercises are built and maintained in collaboration with contributors such as yourself. If you find any bugs or misspellings please contribute and/or report them.

<!-- endhide -->
<onlyfor saas="false" withBanner="false">

## 🌱 How to start this project.

Expand All @@ -36,7 +35,7 @@ $ npm i @learnpack/learnpack -g
```bash
$ learnpack start
```

</onlyfor>

<!-- hide -->

Expand Down
2 changes: 2 additions & 0 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"preview": "https://raw.githubusercontent.com/4GeeksAcademy/update-script-cron-task-debian/master/.learn/assets/preview-update-script.png",
"slug": "creating-an-update-system-script-for-debian",
"gitpod": true,
"template_url": "self",
"projectType": "tutorial",
"autoPlay": "true",
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
},
Expand Down