Skip to content

Instantly share code, notes, and snippets.

# teoria hdfs -
# Cuando usas /user/bigdata/mapreduce/ en un comando hdfs dfs ... → son del sistema de archivos distribuido HDFS que maneja Hadoop.
# basic files en hadoop -------------------------------------
# ls
hdfs dfs -ls /
# renombrar archivo
hdfs dfs -mv /ruta/archivo_viejo /ruta/archivo_nuevo
# Verifica que el módulo vboxsf esté cargado
lsmod | grep vboxsf
# Si sale vboxsf: El módulo de VirtualBox Shared Folders (vboxsf) está correctamente cargado.
# Si no sale nada, cárgalo manualmente
sudo modprobe vboxsf
# Luego reiniciar la VM y volver a verificar
# Verifica que el grupo vboxsf existe y tu usuario pertenece a él
getent group vboxsf
@Arbol0
Arbol0 / 15-Minute Minecraft Plugin Tutorial For 1.8.8 - 1.21
Last active October 6, 2025 17:45 — forked from kangarko/README.md
15-Minute Minecraft Plugin Tutorial For 1.8.8 - 1.21
# 15-Minute Minecraft Plugin Tutorial For 1.8.8 - 1.21
In this new Minecraft plugin development guide, I'll show you how to make Minecraft plugins for Bukkit, Spigot and Paper.
This guide covers Minecraft plugins for 1.8.8 to 1.21.
We'll be using IntelliJ with a dedicated extension for Minecraft plugin development to make this process fast and easy.
## Do you want a complete step-by-step tutorial on developing your own Minecraft plugins? [Click here for a full Minecraft plugin development training](https://mineacademy.org/project-orion?st=github&sc=gist).