457 commandes partagées

Ta mémoire technique
collaborative

Ne perds plus jamais une commande. Recherche, copie et partage tes solutions techniques en quelques secondes.

CodeBox
457 Commandes
26 Développeurs
99 Technologies

14 résultat(s) pour "stats"

Supprime un fichier sur les hôtes distants.

bash
ansible all -m file -a "path=/tmp/fichier-temp.txt state=absent"

Installe un paquet sur des hôtes CentOS/RHEL.

bash
ansible all -m yum -a "name=nginx state=present" --become

Filtre et affiche uniquement les instances EC2 en cours d'exécution.

bash
aws ec2 describe-instances --filters "Name=instance-state-name,Values=running" --query "Reservations[].Instances[].[InstanceId,PublicIpAddress]" --output table

Installe un paquet sur des hôtes Debian/Ubuntu.

bash
ansible all -m apt -a "name=nginx state=present" --become

Ajoute GetX pour state management, routing et DI.

bash
flutter pub add get

Installe l'écosystème NgRx complet.

bash
npm install @ngrx/store @ngrx/effects @ngrx/entity @ngrx/store-devtools

Ajoute Riverpod avec son générateur de code.

bash
flutter pub add flutter_riverpod riverpod_annotation && flutter pub add --dev riverpod_generator build_runner

Analyse la taille du bundle avec webpack-bundle-analyzer.

bash
npm install -g webpack-bundle-analyzer && ng build --stats-json && npx webpack-bundle-analyzer dist/nom-projet/stats.json

Installe NgRx Store pour la gestion d'état.

bash
ng add @ngrx/store

Redémarre un service systemd sur tous les hôtes.

bash
ansible all -m service -a "name=nginx state=restarted" --become

Crée un dossier avec les permissions sur les hôtes distants.

bash
ansible all -m file -a "path=/var/www/mon-app state=directory mode=0755 owner=www-data" --become

Ajoute flutter_bloc pour la gestion d'état BLoC.

bash
flutter pub add flutter_bloc

Ajoute Provider pour la gestion d'état simple.

bash
flutter pub add provider

Build et génère un fichier stats.json pour analyser le bundle.

bash
ng build --stats-json
Simple et rapide

Comment ça marche ?

CodeBox centralise les commandes techniques partagées par la communauté. Cherche, copie, contribue — tout en quelques secondes.

01
Recherche une commande

Tape un mot-clé, filtre par technologie (Docker, Git, Laravel…) et trouve instantanément la commande dont tu as besoin.

02
Copie en un clic

Un bouton "Copier" sur chaque commande. Pas de sélection manuelle, pas d'erreur — directement dans ton terminal.

03
Partage tes solutions

Crée un compte gratuit et soumets tes commandes. Elles sont vérifiées puis publiées pour toute la communauté.

Rejoindre CodeBox gratuitement Gratuit · Sans carte bancaire · En 30 secondes