Search

You can find the results of your search below.

Fulltext results:

Réutiliser d’anciennes imprimantes avec un Raspberry Pi @fr:blog:2025:01:20
4 Hits, Last modified:
les paquets requis : <code bash> sudo apt-get install -y git vim nano wget curl cups sane-utils libsane... -02.tar.gz cd linux-UFRII-drv-v600-us/ sudo ./install.sh </code> ===== Installer et configurer CUPS ==... ythonStartupMonitor chmod +x *.{sh,py} sudo ./install.sh sudo chown <username>:<username> config.json ./monitor.py --install ./monitor.py --start </code> //(Remplacez ''<user
Parlons-en - Construire un Framework PHP Modulaire, partie 3 @fr:blog:2025:02:03
4 Hits, Last modified:
} // Call the method $results = $ob... UEST; } /** * Magic Method to catch all undefined methods * @param string $name ... * @return void */ public function __call($name, $arguments) { // Send the output ... self::$describeCache[$table] = $result->fetch_all(MYSQLI_ASSOC); } return self::$de
Comment installer DokuWiki sur un serveur LAMP @fr:blog:2023:12:18
3 Hits, Last modified:
{{ :en:blog:2023:12:18:how-to-install-dokuwiki-on-a-lamp-server.png?nolink |}} ====== Comment installer... Options FollowSymLinks AllowOverride All Require all granted </Directory> ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${
Comment Vérifier la Santé d’un Disque Dur depuis la Ligne de Commande @fr:blog:2024:02:01
2 Hits, Last modified:
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 ba
Comment installer les services Bureau à distance sur Windows Server 2022 @fr:blog:2024:11:27
2 Hits, Last modified:
{{ :en:blog:2024:11:27:how-to-install-remote-desktop-services-on-windows-server-2022-article.png?nolink... ting-domain]] * [[fr:blog:2024:11:27:how-to-install-remote-desktop-services-on-windows-server-2022]]
Comment publier une application distante avec Windows Server RDS @fr:blog:2024:11:29
2 Hits, Last modified:
ver le guide ici [[:en:blog:2024:11:27:how-to-install-remote-desktop-services-on-windows-server-2022]].... ting-domain]] * [[fr:blog:2024:11:27:how-to-install-remote-desktop-services-on-windows-server-2022]]
Parlons-en – Construire un Framework PHP Modulaire de A à Z @fr:blog:2025:01:24
2 Hits, Last modified:
class(); } else { // Fall back to a default module class ${... o missing methods. */ public function __call($name, $arguments){ $message = "Warning:
Comment désinstaller le Windows Store sur Windows 11 @fr:blog:2024:01:31
1 Hits, Last modified:
{{ :en:blog:2024:01:31:how-to-uninstall-windows-store-on-windows-11.png?nolink |}} ====== Comment désin
Comment Ajouter un Nouveau Serveur à un Domaine Existants @fr:blog:2024:11:26
1 Hits, Last modified:
ting-domain]] * [[fr:blog:2024:11:27:how-to-install-remote-desktop-services-on-windows-server-2022]]
Comment connecter une cible iSCSI sur Windows Server 2022 @fr:blog:2024:12:06
1 Hits, Last modified:
uteur(s)** : Louis Ouellet ---- iSCSI (Internet Small Computer System Interface) est un protocole qui p
Comment configurer des sauvegardes sur Windows Server 2022 @fr:blog:2024:12:06
1 Hits, Last modified:
.31.21 am.png?nolink |}} - Cliquez sur <key>Install</key> pour démarrer le processus d'installation.
Parlons-en – Pourquoi et comment j’utilise l’Intelligence Artificielle @fr:blog:2025:01:27
1 Hits, Last modified:
ou uniques, je m’appuie sur des modèles comme ''DALL-E''. Vous l’avez peut-être déjà remarqué dans l’i
Parlons-en – Construire un Framework PHP Modulaire, partie 2 @fr:blog:2025:01:28
1 Hits, Last modified:
hodes non définies */ public function __call($name, $arguments) { $this->Output->help(