Skip to content

Instantly share code, notes, and snippets.

View ehowardtillit's full-sized avatar

Enrique Howard-Tillit ehowardtillit

View GitHub Profile
@ehowardtillit
ehowardtillit / nintendo_switch_sd_migration.md
Created March 29, 2025 16:28 — forked from alastori/nintendo_switch_sd_migration.md
How to transfer Nintendo Switch SD Card data using macOS

How to Transfer Nintendo Switch SD Card Data (macOS Guide)

This guide explains how to migrate a Nintendo Switch SD card to a larger SD card on macOS, ensuring data integrity while avoiding hidden macOS metadata files.

Summary of Steps

Step Action
1 Create a read-only .dmg backup of the old SD card using Disk Utility.
2 Format the new SD card in the Nintendo Switch.
@ehowardtillit
ehowardtillit / bitbucket2github.sh
Last active July 14, 2022 15:17
A qucik script to migrate repos from Bitbucket to Github
#!/usr/bin/env bash
################################################################################
# bitbucket2github.sh
# Small script to migrate repos.
# Uses GitHub Personal Token to authenticate against api.github.com
# Takes as parameter an organization name (optional)
# Takes as parameter the name of the URL of the Bitbucket repo to migrate
# Assumes you have ssh/keybased connections established :
# eval "$(ssh-agent -s)"

Contract Killer

Le contrat open-source à destination des designers et développeurs Web par Stuff & Nonsense


@ehowardtillit
ehowardtillit / gist:4abb28111785942a4668
Created October 29, 2014 17:23
Backport Dotdeb's PHP 5.2.17 to wheezy
# Minimal stuff
apt-get update
apt-get -y install curl apache2-mpm-prefork vim less htop iotop
# Temp folder to store it all
mkdir /tmp/php5217 && cd /tmp/php5217
# Get Dependencies
wget -r -np -nH -nd -R index.html http://archives.dotdeb.org/dists/lenny/php5/5.2.17/binary-amd64/
wget -r -np -nH -nd -R index.html http://archives.dotdeb.org/dists/lenny/php5-pecl/5.2.17/binary-amd64/
@ehowardtillit
ehowardtillit / LXC@PMM
Created September 30, 2012 23:10
LXC at PMM
# LXC
# What is lxc
# LXC vs the others (perf bench)
# installing
After installing a barebones Debian Squeeze we install LXC
....
@ehowardtillit
ehowardtillit / ideal ops.md
Created May 29, 2012 11:16 — forked from bhenerey/ideal ops.md
ideal ops checklist

In a perfect world, where things are done well, not just quickly, I would expect to find the following when joining the company:

Documentation

  • Accurate / up-to-date systems architecture diagram

  • Accurate / up-to-date network diagram

  • Out-of-hours support plan

  • Incident management plan