Skip to content

Instantly share code, notes, and snippets.

View LanciWeb's full-sized avatar

Marco Lancellotti LanciWeb

View GitHub Profile
@LanciWeb
LanciWeb / layout.ahk
Created May 16, 2024 16:34 — forked from scollovati/layout.ahk
Digita Backtick ` e Tilde ~ su Windows senza Tastierino Numerico
#Requires AutoHotkey v2.0
<^>!'::Send "``" ; AltGr + ' => `
<^>!vkDD::Send "~" ; AltGr + ì => ~
@LanciWeb
LanciWeb / deploy.sh
Created November 2, 2023 16:32 — forked from BenSampo/deploy.sh
Laravel deploy script
# Change to the project directory
cd $FORGE_SITE_PATH
# Turn on maintenance mode
php artisan down || true
# Pull the latest changes from the git repository
# git reset --hard
# git clean -df
git pull origin $FORGE_SITE_BRANCH

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

MySQL Locations

  • Mac /usr/local/mysql/bin
  • Windows /Program Files/MySQL/MySQL version/bin
  • Xampp /xampp/mysql/bin

Add mysql to your PATH