Skip to content

Instantly share code, notes, and snippets.

View bil0u's full-sized avatar
🚀
Always in space

Ugo Popée bil0u

🚀
Always in space
  • Toulouse
View GitHub Profile
@bil0u
bil0u / docker-commands.md
Last active June 11, 2019 15:17
[Docker commands] Some useful docker commands #cheatsheet #docker
List Docker CLI commands

docker
docker <subcommand> --help

Display Docker version and info

docker version
docker info

@bil0u
bil0u / macos-config.sh
Last active June 11, 2019 14:59 — forked from brandonb927/osx-for-hackers.sh
[macOS configuration] Performs an hard customization of macOS. Warning : this may not work on all macOS versions. #configuration #bash
#!/bin/sh
###
# SOME COMMANDS WILL NOT WORK ON macOS (Sierra or newer)
# For Sierra or newer, see https://github.com/mathiasbynens/dotfiles/blob/master/.macos
###
# Alot of these configs have been taken from the various places
# on the web, most from here
# https://github.com/mathiasbynens/dotfiles/blob/5b3c8418ed42d93af2e647dc9d122f25cc034871/.osx