# Developer Notes

## Developer Notes

- [Sommaire](https://developer.webrush.fr/master.md)
- [Linux](https://developer.webrush.fr/linux.md): Des petites astuces et mes configurations pour certaines distributions Linux
- [Solus](https://developer.webrush.fr/linux/solus.md): Mes notes suite à mon utilisation de Solus
- [Installation](https://developer.webrush.fr/linux/solus/install.md): Comment installer Solus en DualBoot
- [Bashrc](https://developer.webrush.fr/linux/solus/bashrc.md): Divers Alias utiles sur Solus
- [Serveur LAMP](https://developer.webrush.fr/linux/solus/configurations.md): Découvre ici comment installer un serveur local sur Solus
- [Virtualhost](https://developer.webrush.fr/linux/solus/virtualhost.md): Comment configurer un virtualhost
- [Configuration](https://developer.webrush.fr/linux/solus/virtualhost/tuto.md): Comment créer un virtualhost
- [Example](https://developer.webrush.fr/linux/solus/virtualhost/monsite.md): Fichier pour un virtualhost monsite.conf
- [Linux Mint](https://developer.webrush.fr/linux/mint.md): Découvrez ce fork d'Ubuntu
- [Configuration](https://developer.webrush.fr/linux/mint/install.md): Les premiers réglages à faire après avoir installé Linux Mint
- [Partition endommagée](https://developer.webrush.fr/linux/mint/repair.md): Comment réparer votre partition Linux devenu inutilisable
- [Terminal](https://developer.webrush.fr/terminal.md): Commandes bash utiles et autres scripts utiles
- [Git](https://developer.webrush.fr/terminal/git.md): Notes sur l'outil de versionning Git
- [Oh-My-Zsh](https://developer.webrush.fr/terminal/zsh.md): Comment installer oh-my-zsh pour avoir un joli terminal
- [Commandes bash](https://developer.webrush.fr/terminal/commandes.md): Petit mémo sur des commandes bash bien utiles
- [VS Code](https://developer.webrush.fr/vscode.md): Installation et extensions pour Visual Studio Code
- [Installation](https://developer.webrush.fr/vscode/install.md): Comment installer VsCode sur Windows, Linux ou Mac
- [Les extensions](https://developer.webrush.fr/vscode/setup.md): Quelques extensions utile pour développer avec Visual Studio Code


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://developer.webrush.fr/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
