Skip to content

Instantly share code, notes, and snippets.

View skinner12's full-sized avatar
🎯
Focusing

RMazzu skinner12

🎯
Focusing
View GitHub Profile
@skinner12
skinner12 / almalinux_setup.sh
Last active October 11, 2024 15:36
Questo script automatizza l'installazione e la configurazione di un ambiente di sviluppo base su AlmaLinux. Esegue l'aggiornamento del sistema, installa diversi strumenti utili come htop, vim, iftop, make e Go, configura Docker, e aggiunge l'utente corrente al gruppo Docker per facilitare la gestione dei container.
#!/bin/bash
# Aggiorna il sistema
echo "Aggiornamento del sistema in corso..."
sudo dnf update -y
if [ $? -ne 0 ]; then
echo "Errore durante l'aggiornamento del sistema. Uscita."
exit 1
fi
@skinner12
skinner12 / openpgp.txt
Created October 27, 2017 10:24
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:09aa34b5a440a52b7fe5e8cb25bafe8099ec8358]
@skinner12
skinner12 / openpgp.txt
Created October 27, 2017 10:24
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:09aa34b5a440a52b7fe5e8cb25bafe8099ec8358]
@skinner12
skinner12 / openpgp.txt
Created October 27, 2017 10:24
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:09aa34b5a440a52b7fe5e8cb25bafe8099ec8358]