Compare commits
27 Commits
d78202edd5
...
main
Author | SHA1 | Date | |
---|---|---|---|
4e42cab5be | |||
caa8d1b91c | |||
b645b91339 | |||
b0b46f637c | |||
61541d4a54 | |||
f87ba63227 | |||
01a90ebedf | |||
e19e0715ce | |||
dcd39f4b6d
|
|||
0870302844 | |||
b076f3144d | |||
a4ba66a201 | |||
f59e1fa5b3 | |||
9b500642a3 | |||
015d2ed0a9 | |||
971e490b0f | |||
aaa80e5698 | |||
9afd0345e9 | |||
6007d24341
|
|||
e486076ad0
|
|||
ae07a36b96
|
|||
f81db55aac | |||
dbbad179fd | |||
0332cabde3 | |||
7289e50b65 | |||
b2acfa50f4 | |||
70b2486792 |
22
.devcontainer/devcontainer.json
Normal 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"
|
||||
}
|
@ -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.
|
||||
|
17
content/en/posts/linux-party2025.md
Normal 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:
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
We look forward to seeing you at the next edition!
|
17
content/en/posts/workshop_hw.md
Normal 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:
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
22
content/en/projects/bash-tutorial.md
Normal 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.
|
18
content/en/projects/bash-tutorial2025.md
Normal 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.
|
@ -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.
|
39
content/en/projects/linux-party2025.md
Normal 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! 🐧
|
17
content/es/posts/linux-party2025.md
Normal 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:
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
¡Esperamos veros en la próxima edición!
|
17
content/es/posts/taller_priv_hw.md
Normal 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:
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
22
content/es/projects/bash-tutorial.md
Normal 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!
|
18
content/es/projects/bash-tutorial2025.md
Normal 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.
|
41
content/es/projects/linux-party2025.md
Normal 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! 🐧
|
@ -6,6 +6,8 @@ timeZone = 'Europe/Madrid'
|
||||
defaultContentLanguage = 'es'
|
||||
defaultContentLanguageInSubdir = true
|
||||
|
||||
buildFuture = true
|
||||
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
|
@ -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 }}
|
||||
|
@ -1,4 +1,4 @@
|
||||
<p>© 2024 Open Bokeron.</p>
|
||||
<p>🄯 2024 Open Bokeron.</p>
|
||||
<p>
|
||||
Made with <span style="color: #e25555;">♥</span> in
|
||||
<a href="https://openbokeron.uma.es/gitea/OpenBokeron/Web">Gitea</a>
|
||||
|
BIN
static/assets/bash-tutorial.png
Normal file
After Width: | Height: | Size: 816 KiB |
BIN
static/assets/bash-tutorial2025.png
Normal file
After Width: | Height: | Size: 711 KiB |
BIN
static/assets/linux-party25.jpg
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
static/assets/linuxparty2025_1.jpeg
Normal file
After Width: | Height: | Size: 426 KiB |
BIN
static/assets/linuxparty2025_2.jpeg
Normal file
After Width: | Height: | Size: 357 KiB |
BIN
static/assets/linuxparty2025_3.jpeg
Normal file
After Width: | Height: | Size: 439 KiB |
BIN
static/assets/linuxparty2025_4.jpeg
Normal file
After Width: | Height: | Size: 349 KiB |
BIN
static/assets/linuxparty2025_5.jpg
Normal file
After Width: | Height: | Size: 219 KiB |
BIN
static/assets/tallerHw/f1.jpg
Executable file
After Width: | Height: | Size: 8.6 MiB |
BIN
static/assets/tallerHw/f2.jpg
Executable file
After Width: | Height: | Size: 9.9 MiB |
BIN
static/assets/tallerHw/f3.jpg
Executable file
After Width: | Height: | Size: 9.9 MiB |
BIN
static/assets/tallerHw/f4.jpg
Executable file
After Width: | Height: | Size: 15 MiB |
BIN
static/assets/tallerHw/f5.jpg
Executable file
After Width: | Height: | Size: 9.3 MiB |
BIN
static/assets/tallerHw/f6.jpg
Executable file
After Width: | Height: | Size: 14 MiB |
BIN
static/assets/tallerHw/f7.jpg
Executable file
After Width: | Height: | Size: 8.5 MiB |