Étiquette : linux

  • Git

    Git est un logiciel de gestion de versions décentralisé, créé en 2005 par Linus Torvalds, libre et gratuit. Git init Git clone Git branch Git checkout Pour changer de branche Git status Git add Git commit Git push https://git-scm.com/

  • Docker

    Docker

    Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. The new Compose V2, which supports the compose command as part of the Docker CLI, is now available. Compose V2 integrates compose functions into the Docker platform, continuing to support…

  • Homebrew

    Un gestionnaire de paquets pour macOS Installer Homebrew (brew) : Installer un paquet : Chercher un paquet : Afficher tous les paquets disponibles : Afficher tous les paquets installés : Mettre à jour la liste des paquets : Supprimer le paquet : http://brew.sh/ Erreurs : Error: A newer Command Line Tools release is available.Update them…