Skip to content

Instantly share code, notes, and snippets.

View ncasola's full-sized avatar
🐒
Working

Néstor Casola Jiménez ncasola

🐒
Working
View GitHub Profile
@ncasola
ncasola / choco-install-apps.ps1
Last active May 20, 2022 11:53 — forked from KristofferRisa/choco-install-apps.ps1
Choco install scripts
# Install script for Kristoffer
# Created 06.08.2015
ECHO Installing apps
ECHO Configure chocolatey
choco feature enable -n allowGlobalConfirmation
choco install peazip
choco install vlc
choco install nomacs
@ncasola
ncasola / my.cnf
Last active July 23, 2021 14:10 — forked from fevangelou/my.cnf
Optimized my.cnf configuration for MySQL/MariaSQL (on Ubuntu, CentOS etc. servers)
# === Optimized my.cnf configuration for MySQL/MariaSQL (on Ubuntu, CentOS etc. servers) ===
#
# https://github.com/RootService/tuning-primer (supports MySQL up to v5.7)
#
#
# --- THINGS TO DO AFTER YOU UPDATE MY.CNF - TROUBLESHOOTING ---
#
# If any terminal commands are mentioned, make sure you execute them as "root" user.
#
# If MySQL or MariaDB cannot start (or restart), then perform the following actions.