Fulltext results:
- 01.01. Syntaxe de mise en page @fr:projects:writr:documentation:01:01
- iser en éditant les pages. Regardez simplement le code source de cette page en cliquant sur le bouton //... gne dans le fichier texte ''conf/userscript.js'':<code javascript> LANG.nosmblinks = ''; </code> ==== Liens images ==== Vous pouvez aussi utiliser une image... us pouvez créer une ligne horizontale : ---- \\ <code>----</code> ===== Images et autres fichiers =====
- 01.01. Formatting Syntax @en:projects:writr:documentation:01:01
- nd_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php> <?php /** * Customizati... be modified */ $lang['js']['nosmblinks'] = ''; </code> ==== Image Links ==== You can also use an imag... t use indention for deeper levels - That's it <code> * This is a list * The second item * You... t use indention for deeper levels - That's it </code> Also take a look at the [[doku>faq:lists|FAQ on
- Guide d'Installation @fr:projects:pyrdpconnect:documentation
- = ---- ===== Prérequis pour l'Exécution depuis le Code Source ===== ==== Utilisateurs macOS ==== PyRDP... 2 : Installer Python et les Paquets Requis === <code bash> brew install python3 pip3 install pyqt5 </code> === Étape 3 : Cloner le Répertoire et Exécuter depuis le Code Source === Clonez le répertoire PyRDPConnect : <
- Wrap @en:projects:writr:documentation:03:01:wrap
- line with italic, bold and underlined text, e.g. <code>//**__Emulated Big Headline__**//</code> //**Emulated Small Headline**// A smaller headline uses no underlining, e.g. <code>//**Emulated Small Headline**//</code> If you need text that is bold and italic, simply use it the oth
- Installation Guide @en:projects:pyrdpconnect:documentation
- tep 2: Install Python and Required Packages === <code bash> brew install python3 pip3 install pyqt5 </code> === Step 3: Clone the Repository and Run from Source === Clone the PyRDPConnect repository: <code bash>git clone https://github.com/LaswitchTech/PyRDPConnect.git</code> Navigate to the src directory and execute the ap
- Git --- Let's talk about it @en:blog:2024:11:07
- ontrol system that lets you track changes in your code. Created by Linus Torvalds in 2005, Git has becom... ts. * It lets you keep track of changes in your code over time. * It makes collaboration with others... running the following command in your terminal: <code bash> git init </code> This will create a new repository in the current directory. You can then start
- Git --- Parlons-en @fr:blog:2024:11:07
- vous permet de suivre les changements dans votre code. Créé par Linus Torvalds en 2005, Git est devenu ... vous permet de suivre les modifications de votre code au fil du temps. * Il facilite la collaboration... tant la commande suivante dans votre terminal : <code bash> git init </code> Cela créera un nouveau dépôt dans le répertoire actuel. Vous pouvez alors comme
- How to Check a Hard Drive Health from the Command-Line @en:blog:2024:02:01
- ckage manager. For Ubuntu/Debian-based systems: <code bash> sudo apt update sudo apt install smartmontools </code> For Fedora/RHEL-based systems: <code bash> sudo dnf install smartmontools </code> For Arch Linux: <code bash> sudo pacman -S smartmontools
- Comment Vérifier la Santé d’un Disque Dur depuis la Ligne de Commande @fr:blog:2024:02:01
- ts. Pour les systèmes basés sur Ubuntu/Debian : <code bash> sudo apt update sudo apt install smartmontools </code> Pour les systèmes basés sur Fedora/RHEL : <code bash> sudo dnf install smartmontools </code> Pour Arch Linux : <code bash> sudo pacman -S smartmontool
- How to Install DokuWiki on a LAMP Server @en:blog:2023:12:18
- with the link to the tar.gz file. For example: <code bash> wget https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz </code> ===== Step 2: Extracting and Placing DokuWiki F... your web server's document root. For instance: <code bash> tar xvf dokuwiki-stable.tgz sudo mv dokuwiki-<version> /var/www/html/dokuwiki </code> Replace `<version>` with the actual version num
- Comment installer DokuWiki sur un serveur LAMP @fr:blog:2023:12:18
- c le lien vers le fichier tar.gz. Par exemple : <code bash> wget https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz </code> ===== Étape 2 : Extraire et placer les fichiers... du document de votre serveur web. Par exemple : <code bash> tar xvf dokuwiki-stable.tgz sudo mv dokuwiki-<version> /var/www/html/dokuwiki </code> Remplacez `<version>` par le numéro de version
- Development Environment Setup @en:projects:pyrdpconnect:documentation
- later. You can check your Python version with: <code bash> python3 --version </code> Then, install the necessary dependencies: <code bash> brew install python brew install python3 brew install freerdp </code> ===== Prerequisites - Linux ===== Ensure you h
- Configuration de l’Environnement de Développement @fr:projects:pyrdpconnect:documentation
- ous pouvez vérifier la version de Python avec : <code bash> python3 --version </code> Ensuite, installez les dépendances nécessaires : <code bash> brew install python brew install python3 brew install freerdp </code> ===== Prérequis - Linux ===== Assurez-vous d'a
- Comment Construire un Système de Ticketing Simple dans DokuWiki @fr:blog:2024:10:08
- .org/plugin:barcode|Barcode]]** : Pour ajouter un code-barres représentant l'identifiant du ticket pour ... es spécifiques. Voici la structure du système : <code plaintext> tickets/ ├── start.txt (Ceci ser... t le formulaire pour créer de nouveaux tickets) </code> Chaque fichier a un objectif spécifique, et nou... <file markdown mail.txt> ====== Courriel ====== <code html> <style> main.site-main { box-sizing:
- Setup as a Thin-Client @en:projects:pyrdpconnect:documentation
- r Debian into a thin-client using PyRDPConnect. <code bash> curl -s https://raw.githubusercontent.com/L... fs/heads/dev/setup.sh -o setup.sh bash setup.sh </code> ===== Security Considerations ===== Running sc... ractice to review the script before running it: <code bash> curl -s https://raw.githubusercontent.com/L... ech/PyRDPConnect/refs/heads/dev/setup.sh | less </code> ===== What the Script Does ===== The ''setup.s
- Les Dangers Cachés dans Vos Emails : Types de Fichiers à Éviter pour la Cybersécurité @fr:blog:2023:12:12
- Comment empêcher un utilisateur de se connecter à un compte Microsoft sur Windows 11 @fr:blog:2024:01:31