Sommaire:
- infos générales Journal de manip
- Description
- Composants
- Computer Vision
- Cookbook
- Culture Générale / Connaissances insolites
- DataBase
- Développement, Gestion et Commercialisation de projet
- Diagrams
- Docker
- Documentation_Automatique
- ESP8266 & ESP32
- Freecad
- GIT (versioning)
- Golang
- HPVC
- IDE & Text Editor
- Informatique
- Kicad
- LINUX
- MAC OS
- Machine Learning
- MQTT
- Musique
- Optimisation du travail (et de l’apprentissage)
- PowerShell
- PYTHON
- Regex
- Reseau
- Soudure
- Technos Web
- Trading
- URLtheque
- XML_JSON
- Arborescence du projet
Scripting¶
Présentation de différent éléments de scripting
Cheat Cheet¶
- Liens_Web:
Faire un script en Shell¶
- Liens_Web:
- https://doc.ubuntu-fr.org/tutoriel/script_shell
# Tuto simple en Français
Rendre un script exécutable¶
# Pour le rendre exécutable chmod +x <Nom_du_script> # Pour l'exécuter ./<Nom_du_script>