Skip to content

Instantly share code, notes, and snippets.

View MichaelPolla's full-sized avatar

Michaël Polla MichaelPolla

View GitHub Profile
@mikeggrant-eumetsat
mikeggrant-eumetsat / isilon_recursive_fsa.sh
Last active November 3, 2020 13:01
Script to do a recursive du on an isilon cluster using the FSA reporting
#!/bin/bash
#
# if you have to manage an EMC Isilon cluster and want to use the
# File System Analytics (FSA) tool to do a "du --depth X", you'll quickly
# realise they unbelievably haven't implemented a recursive scan.
# This script does that.
#
# Must be run on the isilon cluster machines with sufficient privileges to
# access the FSA reports
#
@jcavat
jcavat / Dockerfile
Last active February 25, 2024 13:58
docker-compose with php/mysql/phpmyadmin/apache
FROM php:7.1.2-apache
RUN docker-php-ext-install mysqli
@jcavat
jcavat / docker-compose.yml
Last active June 11, 2019 14:10
docker-compose config file with mysql and phpmyadmin
version: "2"
services:
db:
image: mysql
ports:
- "3306:3306"
environment:
MYSQL_DATABASE: myDb
MYSQL_USER: user
MYSQL_PASSWORD: test
@parmentf
parmentf / GitCommitEmoji.md
Last active April 24, 2024 13:34
Git Commit message Emoji
@rxaviers
rxaviers / gist:7360908
Last active April 24, 2024 17:22
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue: