27 Commits

Author SHA1 Message Date
4e42cab5be set finished to true 2025-04-13 10:33:21 +02:00
caa8d1b91c fix bash 2nd edition date 2025-04-03 20:20:56 +02:00
b645b91339 hotfix 2025-04-03 19:42:57 +02:00
b0b46f637c bash tutorial 2025 2025-04-03 19:35:55 +02:00
61541d4a54 workshop post eng 2025-03-19 13:07:43 +01:00
f87ba63227 linux party post eng 2025-03-19 13:02:53 +01:00
01a90ebedf linux party eng 2025-03-19 12:58:08 +01:00
e19e0715ce taller HW 2025-03-13 10:41:23 +01:00
dcd39f4b6d fixed posts columns 2025-03-09 19:34:51 +01:00
0870302844 fix path 2025-03-09 19:29:40 +01:00
b076f3144d fix typo 2025-03-07 13:33:15 +01:00
a4ba66a201 linux party photos 2025-03-07 13:30:14 +01:00
f59e1fa5b3 fix typo 2025-03-07 11:42:39 +01:00
9b500642a3 linux party 2025 (en) 2025-03-07 11:41:34 +01:00
015d2ed0a9 Linux party 2025 finished: true 2025-03-06 14:41:36 +01:00
971e490b0f Fixed date and time with linux party 2025 2025-02-25 21:56:36 +01:00
aaa80e5698 Added event details for Linux Party 2025 2025-02-25 21:48:24 +01:00
9afd0345e9 Merge pull request 'Add support for DevContainers for easier development' (#1) from feat-devcontainers into main
Reviewed-on: #1
2024-05-21 11:13:57 +02:00
6007d24341 Documented developer preview 2024-04-30 15:04:29 +00:00
e486076ad0 Añadir soporte para devcontainer.json 2024-04-30 14:55:15 +00:00
ae07a36b96 Bash finished and standardize .md 2024-04-19 09:57:43 +02:00
f81db55aac Actualizar content/es/projects/bash-tutorial.md
Typo corregido
2024-04-17 21:25:23 +02:00
dbbad179fd Changed to copyleft instead of copyright
Used the unicode symbol for copyleft instead of copyright.
2024-04-12 20:54:45 +02:00
0332cabde3 Detalles del taller de bash 2024-04-12 20:30:23 +02:00
7289e50b65 Taller de bash en ingles 2024-04-12 20:30:00 +02:00
b2acfa50f4 Añadido opcion para publicar eventos en futuro 2024-04-12 19:58:15 +02:00
70b2486792 Añadido taller de Bash 2024-04-12 19:56:22 +02:00
31 changed files with 285 additions and 8 deletions

View File

@ -0,0 +1,22 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
{
"name": "Debian",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:bookworm",
"features": {
"ghcr.io/devcontainers/features/hugo:1": {}
}
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}

View File

@ -6,6 +6,15 @@ This repo hosts the website for Open Bokeron which is a student organization in
The philosophy with this website for now is to KISS(keep it stupid simple) using only HTML5 & CSS 3.
## Developer preview
You need [Hugo](https://gohugo.io/) installed.
To get a local preview you can run the server on your host or using [Development Containers](https://containers.dev/) included.
```sh
hugo server
```
## TODO
- [x] Add our logo on the website, favicon.

View File

@ -0,0 +1,17 @@
+++
title="Photos of Linux Party 2025"
description="Here you will find photos from the second edition of the Linux Party"
date="2025-03-05T16:30:00+01:00"
draft=false
+++
# Linux Party 2025
On March 5th, we hosted the second edition of the Linux Party at ETSII UMA. Here are some photos from the event:
![Photo 1](/assets/linuxparty2025_5.jpg)
![Photo 2](/assets/linuxparty2025_1.jpeg)
![Photo 3](/assets/linuxparty2025_2.jpeg)
![Photo 4](/assets/linuxparty2025_3.jpeg)
![Photo 5](/assets/linuxparty2025_4.jpeg)
We look forward to seeing you at the next edition!

View File

@ -0,0 +1,17 @@
+++
title="Photos from the Privacy and Anonymity Workshop"
description="In this post, you will find photos from the Privacy and Anonymity Workshop held during Hackers Week at ETSI Informática, organized by the school's Student Council."
date="2025-03-13T10:30:00+01:00"
draft=false
+++
# Privacy and Anonymity Workshop
On March 12th, we held a beginner-friendly workshop on privacy and anonymity at ETSI Informática. The workshop was part of the school's cultural week, Hackers Week. Here are some photos from the event:
![Photo 1](/assets/tallerHw/f1.jpg)
![Photo 2](/assets/tallerHw/f2.jpg)
![Photo 3](/assets/tallerHw/f3.jpg)
![Photo 4](/assets/tallerHw/f4.jpg)
![Photo 5](/assets/tallerHw/f5.jpg)
![Photo 6](/assets/tallerHw/f6.jpg)
![Photo 7](/assets/tallerHw/f7.jpg)

View File

@ -0,0 +1,22 @@
---
title: Bash Workshop
description: Begin using the console with confidence. Learn to manipulate and automate different tasks using the command line.
image: assets/bash-tutorial.png
date: 2024-04-18T12:30:00+01:00
place: Room 4.1.1 (Coworking Room) of the ETSI Informática
finished: true
---
# Bash Workshop
Have you wanted to use the console but you are intimidated by it?
Would you like to use it like the hackers in the movies, moving through black screens without problems?
Well, then Open Bokeron's Bash workshop is for you.
Our objective is to guide you from basics concepts to advanced bash concepts so you can starting using the shell with confidence.
After this workshop you will feel very comfortable with the terminal and be fluid with your commands.
## An interactive workshop
In Open Bokeron's workshops fun and interaction are a must. We make sure that no-one has to sit down like dumb ducks listening to gibberish.
Our workshop will be interactive and will be gamified including different challenges and Capture the Flags to make sure that no-one looses excitement and dedication.
So prepare yourselves for a learning experience like none other where every single step will take you towards dominating Bash.

View File

@ -0,0 +1,18 @@
---
title: Bash Workshop 2º edition
description: Begin using the console with confidence. Learn to manipulate and automate different tasks using the command line.
image: assets/bash-tutorial2025.png
date: 2025-04-10T16:00:00+01:00
place: Room 4.1.1 (Coworking Room) of the ETSI Informática
finished: true
---
# Bash Workshop
Have you wanted to use the console but you are intimidated by it?
Would you like to use it like the hackers in the movies, moving through black screens without problems?
Well, then Open Bokeron's Bash workshop is for you.
Our objective is to guide you from basics concepts to advanced bash concepts so you can starting using the shell with confidence.
After this workshop you will feel very comfortable with the terminal and be fluid with your commands.

View File

@ -6,3 +6,15 @@ date: 2024-02-29T17:00:00+01:00
place: Room 4.1.1 (Coworking room)
finished: true
---
### Introduction to Linux
* Learn the basics of the Linux operating system and how it differs from other systems.
* Discover the advantages of using Linux in you daily life.
### Installing GNU/Linux Distributions
* Open Bokeron members will be available to help you choose the GNU/Linux distribution that best suits your needs.
### Exploring Tools and Apps
* Discover a wide range of open source software available in Linux.
* Learn how to use tools for programming, office tasks, and more.
* Introduction to using the Linux terminal.

View File

@ -0,0 +1,39 @@
+++
title="Linux Party 2025"
description="Would you like to give your laptop a new life? Or simply try something different? We have the perfect plan for you!"
image="assets/linux-party25.jpg"
date="2025-03-05T16:30:00+01:00"
draft=false
place="Classroom 4.1.1 (Coworking room)"
finished=true
+++
# Join the Linux Party at ETSII UMA!
On Wednesday, March 5th, at 4:30 PM, in the Coworking Room (Classroom 4.1.1) at the School of Computer Engineering (ETSII) of UMA, we are hosting our Linux Party. This event is designed to introduce you to the world of free software and help you take your first steps (or dive deeper) into unsing Linux.
## What will we do?
### 🌟 Introductory presentation on Linux
What makes Linux different from other operating systems? We'll explain the basics, its advantages, and why more and more people are choosing it for their daily use.
### 💻 Installation of GNU/Linux distributions
Want to install Linux but don't know where to start? No worries! Our team will hell you choose the distribution that best suits your needs (Ubuntu, Fedora, Linux Mint, Debian, Arch, Gentoo, etc.) and guide you step by step through the installation process. Bring your laptop, and we'll take care of the rest!
### 🛠️ Exploring tools and applications
Linux is more than an operating system, it's a world of possibilities. We'll introduce you to free tools for programming, office work, design, and much more. Moreover, if you're up for it, we'll also teach you the basics of using the terminal.
## Why should you join?
- Learn something new: Whether you're just curious or a future expert, there's something for everyone.
- Free software: Discover ethical, secure, and free alternatives to propietary software.
- Community: Meet like-minded people and get your questions answered by us.
## Event details
- 📅 Date: Wednesday, March 5th, 2025
- ⏰ Time: 4:30 PM
- 📍 Location: Coworking Room (Classroom 4.1.1), School of Computer Engineering (ETSII), UMA
It doesn't matter if you're a complete beginner or already have experience with Linux. This event is for everyone! Bring your laptop, your enthusiasm to learn, and join us in celebrating software freedom.
We look forward to seeing you! 🐧

View File

@ -0,0 +1,17 @@
+++
title="Fotos de la Linux Party 2025"
description="Aquí encontrarás las fotos de la segunda edición de nuestra Linux Party"
date="2025-03-05T16:30:00+01:00"
draft=false
+++
# Linux Party 2025
El pasado 5 de marzo celebramos nuestra segunda edición de la Linux Party en la ETSII UMA. Aquí os dejamos algunas imágenes del evento:
![Foto 1](/assets/linuxparty2025_5.jpg)
![Foto 2](/assets/linuxparty2025_1.jpeg)
![Foto 3](/assets/linuxparty2025_2.jpeg)
![Foto 4](/assets/linuxparty2025_3.jpeg)
![Foto 5](/assets/linuxparty2025_4.jpeg)
¡Esperamos veros en la próxima edición!

View File

@ -0,0 +1,17 @@
+++
title="Fotos del taller de Privacidad y Anonimato"
description="En esta publicación están las fotos del taller de privacidad y anonimato que dimos en la Hackers Week de la ETSI Informática, organizada por el Consejo de Estudiantes de la escuela"
date="2025-03-13T10:30:00+01:00"
draft=false
+++
# Taller de privacidad y anonimato
El pasado 12 de marzo impartimos en la ETSI Informática un taller sobre privacidad y anonimato para principiantes. El taller se celebró en la ETSI Informática, como parte de la semana cultural de la escuela (Hackers Week). Aquí os dejamos unas fotos del evento:
![Foto 1](/assets/tallerHw/f1.jpg)
![Foto 2](/assets/tallerHw/f2.jpg)
![Foto 3](/assets/tallerHw/f3.jpg)
![Foto 4](/assets/tallerHw/f4.jpg)
![Foto 5](/assets/tallerHw/f5.jpg)
![Foto 6](/assets/tallerHw/f6.jpg)
![Foto 7](/assets/tallerHw/f7.jpg)

View File

@ -0,0 +1,22 @@
---
title: 'Taller de Bash'
description: 'Empieza a utilizar la consola con confianza. Aprende manipular y automatizar diversas tareas desde la línea de comandos.'
image: 'assets/bash-tutorial.png'
date: 2024-04-18T12:30:00+01:00
place: 'Aula 4.1.1 (Sala Coworking) de la ETSI Informática'
finished: true
---
# Taller de Bash
¿Alguna vez has sentido temor al enfrentarte a la consola?
¿Te gustaría dominarla como esos hackers en las películas, navegando por las cajas negras con facilidad?
¡Entonces este taller es para ti!
Nuestro objetivo es guiarte a través de los conceptos básicos y avanzados de Bash para que puedas dar el salto inicial y comenzar a utilizar el Shell con confianza.
Después de este taller, te sentirás cómodo utilizando la consola y serás fluido en sus comandos.
## Un taller interactivo
¡En los talleres de Open Bokeron, la diversión y la interacción son primordiales! Nos aseguramos de que nadie se aburra escuchando monólogos interminables.
Nuestra dinámica será altamente interactiva, con un enfoque gamificado que incluirá desafíos y Capture The Flags (CTFs) para mantener a todos comprometidos y emocionados.
¡Prepárate para sumergirte en una experiencia de aprendizaje única y emocionante donde cada paso te acerca más a dominar Bash!

View File

@ -0,0 +1,18 @@
---
title: 'Taller de Bash 2º edición'
description: 'Empieza a utilizar la consola con confianza. Aprende manipular y automatizar diversas tareas desde la línea de comandos.'
image: 'assets/bash-tutorial2025.png'
date: 2025-04-10T16:00:00+01:00
place: 'Aula 4.1.1 (Sala Coworking) de la ETSI Informática'
finished: true
---
# Taller de Bash
¿Alguna vez has sentido temor al enfrentarte a la consola?
¿Te gustaría dominarla como esos hackers en las películas, navegando por las cajas negras con facilidad?
¡Entonces este taller es para ti!
Nuestro objetivo es guiarte a través de los conceptos básicos y avanzados de Bash para que puedas dar el salto inicial y comenzar a utilizar el Shell con confianza.
Después de este taller, te sentirás cómodo utilizando la consola y serás fluido en sus comandos.

View File

@ -0,0 +1,41 @@
+++
title="Linux Party 2025"
description="¿Te gustaría darle una nueva vida a tu portátil o simplemente probar algo diferente? ¡Tenemos el plan perfecto para ti!"
image="assets/linux-party25.jpg"
date="2025-03-05T16:30:00+01:00"
draft=false
place="Aula 4.1.1 (Sala Coworking)"
finished=true
+++
# ¡Únete a la Linux Party en ETSII UMA!
El miércoles 5 de marzo a las 16:30, en la Sala de Coworking (Aula 4.1.1) de la ETS de Ingeniería Informática de la UMA, celebramos nuestra Linux Party. Un evento pensado para que descubras el mundo del software libre y des tus primeros pasos (o profundices) en el uso de Linux.
## ¿Qué vamos a hacer?
### 🌟 Presentación introductoria a Linux
¿Sabes qué hace a Linux diferente de otros sistemas operativos? Te contamos las bases, sus ventajas y por qué cada vez más gente lo elige para su día a día.
### 💻 Instalación de distribuciones GNU/Linux
¿Quieres instalar Linux pero no sabes por dónde empezar? ¡No te preocupes! Nuestro equipo te ayudará a elegir la distribución que mejor se adapte a tus necesidades (Ubuntu, Fedora, Linux Mint, Debian, Arch, Gentoo, etc.) y te guiará paso a paso en la instalación. ¡Trae tu portátil y nos encargamos del resto!
### 🛠️ Exploración de herramientas y aplicaciones
Linux no es solo un sistema operativo, es un ecosistema lleno de posibilidades. Te mostraremos herramientas libres para programación, ofimática, diseño y mucho más. Además, si te animas, te enseñaremos los primeros comandos básicos del terminal.
## ¿Por qué deberías venir?
- Aprenderás algo nuevo: Ya seas un curioso o un futuro experto, hay algo para todos.
- Software libre: Descubre alternativas éticas, seguras y gratuitas al software privativo.
- Comunidad: Conoce a gente con tus mismos intereses y resuelve tus dudas con nosotros.
## Detalles prácticos
- 📅 Fecha: Miércoles, 5 de marzo de 2025
- ⏰ Hora: 16:30
- 📍 Lugar: Sala de Coworking (Aula 4.1.1), E.T.S. de Ingeniería Informática, UMA
No importa si eres un novato absoluto o ya tienes experiencia con Linux. ¡Este evento es para todos! Trae tu portátil, tus ganas de aprender y únete a nosotros para celebrar la libertad del software.
¡Te esperamos! 🐧

View File

@ -6,6 +6,8 @@ timeZone = 'Europe/Madrid'
defaultContentLanguage = 'es'
defaultContentLanguageInSubdir = true
buildFuture = true
[languages]
[languages.en]

View File

@ -1,13 +1,17 @@
{{ define "main" }}
{{ .Content }}
<div class="row center-xs middle-xs">
{{ range .Pages }}
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
<p><strong>{{ .Title }}</strong></p>
<p>{{ .Description }}</p>
<p>📅: {{ partial "time.html" . }}</p>
<a class="button" href="{{ .Permalink }}">Info</a>
{{ range .Pages.ByDate.Reverse }}
<div class="col-xs-12 col-sm-12 col-md-8 col-lg-8">
<div class="row center-xs middle-xs">
<div class="col-xs">
<p><strong>{{ .Title }}</strong></p>
<p>{{ .Description }}</p>
<p>📅: {{ partial "time.html" . }}</p>
<a class="button" href="{{ .Permalink }}">Info</a>
</div>
</div>
</div>
{{ end }}
</div>
{{ end }}
{{ end }}

View File

@ -1,4 +1,4 @@
<p>&copy; 2024 Open Bokeron.</p>
<p>&#127279; 2024 Open Bokeron.</p>
<p>
Made with <span style="color: #e25555;">&#9829;</span> in
<a href="https://openbokeron.uma.es/gitea/OpenBokeron/Web">Gitea</a>

Binary file not shown.

After

Width:  |  Height:  |  Size: 816 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 711 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB

BIN
static/assets/tallerHw/f1.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 MiB

BIN
static/assets/tallerHw/f2.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 MiB

BIN
static/assets/tallerHw/f3.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 MiB

BIN
static/assets/tallerHw/f4.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 MiB

BIN
static/assets/tallerHw/f5.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 MiB

BIN
static/assets/tallerHw/f6.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 MiB

BIN
static/assets/tallerHw/f7.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 MiB