Recherche

Voici les résultats de votre recherche.

Résultats plein texte:

Repurpose Old Printers Using a Raspberry Pi @en:blog:2025:01:20
38 Occurrences trouvées, Dernière modification :
ted to your local network, use SSH to access it: <code bash> ssh <username>@<RaspberryPi_IP_Address> </code> //(Replace ''<RaspberryPi_IP_Address>'' with the ... cally ''pi''.)// Update and upgrade the system: <code bash> sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get dist-upgrade -y </code> Then, install required packages: <code bash> su
Réutiliser d’anciennes imprimantes avec un Raspberry Pi @fr:blog:2025:01:20
38 Occurrences trouvées, Dernière modification :
et connecté à votre réseau, accédez-y via SSH : <code bash> ssh <username>@<RaspberryPi_IP_Address> </code> //(Remplacez ''<RaspberryPi_IP_Address>'' par l’a... éralement ''pi''.)// Mettez le système à jour : <code bash> sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get dist-upgrade -y </code> Ensuite, installez les paquets requis : <code b
01.01. Syntaxe de mise en page @fr:projects:writr:documentation:01:01
37 Occurrences trouvées, Dernière modification :
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 =====
Formatting Syntax @wiki
29 Occurrences trouvées, Dernière modification :
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
01.01. Formatting Syntax @en:projects:writr:documentation:01:01
29 Occurrences trouvées, Dernière modification :
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
23 Occurrences trouvées, Dernière modification :
= ---- ===== 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 : <
03.01. Field Types @en:projects:ini-configurator:documentation:03:01
22 Occurrences trouvées, Dernière modification :
d to display static text such as instructions. | <code json>"static": { "label": "Static", "tool... m is simply dummy text.", "required": true }</code> | | ''text'' | String | None | This field type i... lt field type if the type used does not exist. | <code json>"text": { "label": "Text", "tooltip"... ult": "My default value", "required": true }</code> | | ''password'' | String | None | This field ty
Wrap @en:projects:writr:documentation:03:01:wrap
21 Occurrences trouvées, Dernière modification :
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
20 Occurrences trouvées, Dernière modification :
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
17 Occurrences trouvées, Dernière modification :
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
17 Occurrences trouvées, Dernière modification :
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
14 Occurrences trouvées, Dernière modification :
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
14 Occurrences trouvées, Dernière modification :
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
01.01. Basic Usage @en:projects:ini-configurator:documentation:01:01
14 Occurrences trouvées, Dernière modification :
new branch named dev: * In GitHub, go to the Code tab. * Click the branch dropdown, type dev, a... ==== - Clone your forked repository using Git: <code bash>git clone -b dev https://github.com/<your-us... ername>/ini-configurator.git cd ini-configurator</code> - Verify that you are on the dev branch: <code bash>git branch</code> ===== Step 4: Customize the A
How to Install DokuWiki on a LAMP Server @en:blog:2023:12:18
12 Occurrences trouvées, Dernière modification :
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
12 Occurrences trouvées, Dernière modification :
Development Environment Setup @en:projects:pyrdpconnect:documentation
10 Occurrences trouvées, Dernière modification :
Configuration de l’Environnement de Développement @fr:projects:pyrdpconnect:documentation
10 Occurrences trouvées, Dernière modification :
Let's Talk - Building a Modular PHP Framework part 2 @en:blog:2025:01:28
8 Occurrences trouvées, Dernière modification :
Comment Construire un Système de Ticketing Simple dans DokuWiki @fr:blog:2024:10:08
7 Occurrences trouvées, Dernière modification :
Parlons-en – Construire un Framework PHP Modulaire, partie 2 @fr:blog:2025:01:28
7 Occurrences trouvées, Dernière modification :
Setup as a Thin-Client @en:projects:pyrdpconnect:documentation
6 Occurrences trouvées, Dernière modification :
Configuration en tant que Client-Léger @fr:projects:pyrdpconnect:documentation
6 Occurrences trouvées, Dernière modification :
How to Build a Simple Ticketing System in DokuWiki @en:blog:2024:10:08
6 Occurrences trouvées, Dernière modification :
Building a Router with RPI5 @en:projects:router-pi5
5 Occurrences trouvées, Dernière modification :
Let's Talk - Why and How I Use Artificial Intelligence @en:blog:2025:01:27
5 Occurrences trouvées, Dernière modification :
Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
5 Occurrences trouvées, Dernière modification :
Parlons-en – Pourquoi et comment j’utilise l’Intelligence Artificielle @fr:blog:2025:01:27
5 Occurrences trouvées, Dernière modification :
Parlons-en - Construire un Framework PHP Modulaire, partie 3 @fr:blog:2025:02:03
5 Occurrences trouvées, Dernière modification :
01.02. Creating a Release @en:projects:ini-configurator:documentation:01:02
5 Occurrences trouvées, Dernière modification :
Usage Guide @en:projects:reversesum:documentation
4 Occurrences trouvées, Dernière modification :
IPv4 Rules @en:projects:router-pi5:documentation
4 Occurrences trouvées, Dernière modification :
Guide d'utilisation @fr:projects:reversesum:documentation
4 Occurrences trouvées, Dernière modification :
How to Restart a Network Interface on a Raspberry Pi @en:blog:2023:12:18
4 Occurrences trouvées, Dernière modification :
How to Uninstall Windows Store on Windows 11 @en:blog:2024:01:31
4 Occurrences trouvées, Dernière modification :
Comment redémarrer une interface réseau sur un Raspberry Pi @fr:blog:2023:12:18
4 Occurrences trouvées, Dernière modification :
Comment désinstaller le Windows Store sur Windows 11 @fr:blog:2024:01:31
4 Occurrences trouvées, Dernière modification :
Guide d'Utilisation @fr:projects:pyrdpconnect:documentation
3 Occurrences trouvées, Dernière modification :
Parlons-en – Construire un Framework PHP Modulaire de A à Z @fr:blog:2025:01:24
3 Occurrences trouvées, Dernière modification :
The Hidden Dangers in Your Email: File Types to Avoid for Cybersecurity @en:blog:2023:12:12
2 Occurrences trouvées, Dernière modification :
How to Disable Low Voltage Notification on Your Raspberry Pi @en:blog:2023:12:18
2 Occurrences trouvées, Dernière modification :
How to prevent user from signing into a Microsoft Account on Windows 11 @en:blog:2024:01:31
2 Occurrences trouvées, Dernière modification :
How to skip the network setup during the initial setup of Windows 11 @en:blog:2024:01:31
2 Occurrences trouvées, Dernière modification :
Reset your macOS user password @en:blog:2024:11:11
2 Occurrences trouvées, Dernière modification :
Let's Talk - Building a Modular PHP Framework from Scratch @en:blog:2025:01:24
2 Occurrences trouvées, Dernière modification :
Comment désactiver la notification de basse tension sur votre Raspberry Pi @fr:blog:2023:12:18
2 Occurrences trouvées, Dernière modification :
Réinitialiser le mot de passe de votre utilisateur macOS @fr:blog:2024:11:11
2 Occurrences trouvées, Dernière modification :
About @en
1 Occurrences trouvées, Dernière modification :
À propos @fr
1 Occurrences trouvées, Dernière modification :
INI Configurator @en:projects:ini-configurator
1 Occurrences trouvées, Dernière modification :
Usage Guide @en:projects:pyrdpconnect:documentation
1 Occurrences trouvées, Dernière modification :
Announcing MySQL INI Configurator - Simplifying MySQL Configuration Management @en:blog:2024:11:29
1 Occurrences trouvées, Dernière modification :
Améliorer DokuWiki avec un Script Email pour le Plugin Bureaucracy @fr:blog:2024:10:30
1 Occurrences trouvées, Dernière modification :