Skip to content

Instantly share code, notes, and snippets.

View mnofresno's full-sized avatar
馃彔
Working from home

Mariano Mart铆n Fresno mnofresno

馃彔
Working from home
View GitHub Profile
@mnofresno
mnofresno / check_git_status.sh
Created August 13, 2024 20:38
BASH script to check all the current directory's git repos statuses (It reports them in a fancy ascii-art table)
#!/bin/bash
# Function to check the git status
check_git_status() {
local dir="$1"
cd "$dir" || return
git_status=$(git status --porcelain 2>/dev/null)
if [[ -z "$git_status" ]]; then
echo "Clean"
else
@mnofresno
mnofresno / localpass_security_presupuesto.md
Last active September 6, 2024 20:05
Presupuesto LocalPass Security

Propuesta de Mejora de Seguridad y CI/CD para el Servidor VPS

Fecha: 27 de agosto de 2024

Descripci贸n del Proyecto

Este documento detalla las tareas a realizar para mejorar la seguridad y la eficiencia del servidor VPS utilizado en la venta de entradas de espect谩culos de m煤sica electr贸nica. Dada la relaci贸n de amistad, se han incluido varias promociones y beneficios extras sin costo adicional.

Objetivo del Proyecto