Fulltext results:
- Formatting Syntax @wiki
- 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
- How to check a hard drive health from the command line @en:blog:tutorials:linux
- ckage manager. For Ubuntu/Debian-based systems: <code> sudo apt update sudo apt install smartmontools </code> For Fedora/RHEL-based systems: <code> sudo dnf install smartmontools </code> For Arch Linux: <code> sudo pacman -S smartmontools </code>
- Comment vérifier la santé d'un disque dur depuis la ligne de commande @fr:blog:tutorials:linux
- ts. Pour les systèmes basés sur Ubuntu/Debian : <code> sudo apt update sudo apt install smartmontools </code> Pour les systèmes basés sur Fedora/RHEL : <code> sudo dnf install smartmontools </code> Pour Arch Linux : <code> sudo pacman -S smartmontools </code>
- How to Install DokuWiki on a LAMP Server @en:blog:tutorials:linux
- 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:tutorials:linux
- 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
- Writr @fr:blog:projects:themes:dokuwiki
- ning+member+of+our+charitable+community.¤cy_code=CAD | Don]] | ===== Téléchargement et Installati... EBROOT]/conf/plugin_lang/include/en/lang.php''** <code php> <?php /** * * Fichier de langue anglaise ... / $lang['readmore'] = 'Read more'; </code> **''[WEBROOT]/conf/plugin_lang/include/fr/lang.php''** <code php> <?php /** * * Fichier de langue française
- Writr @en:blog:projects:themes:dokuwiki:writr
- ning+member+of+our+charitable+community.¤cy_code=CAD | Donation]] | ===== Download and Install ==... EBROOT]/conf/plugin_lang/include/en/lang.php''** <code php> <?php /** * * English language file * @li... / $lang['readmore'] = 'Read more'; </code> **''[WEBROOT]/conf/plugin_lang/include/fr/lang.php''** <code php> <?php /** * * French language file * @lic
- How to Restart a Network Interface on a Raspberry Pi @en:blog:tutorials:raspberry-pi
- t interface may help. Here's how you can do it: <code bash> sudo ifconfig eth0 down && sudo ifconfig eth0 up #Ethernet </code> This command will first bring down the Ethernet... llowing command to restart your WiFi interface: <code bash> sudo ifconfig wlan0 down && sudo ifconfig wlan0 up #WiFi </code> Similar to the Ethernet command, this will firs
- How to Uninstall Windows Store on Windows 11 @en:blog:tutorials:windows
- == Tutorial ===== - Run Powershell - Execute <code>Get-appxpackage *WindowsStore* | Remove-AppxPackage</code> - Execute <code>Get-appxpackage -allusers *WindowsStore* | Remove-AppxPackage -allusers</code> ===== Conclusion ===== Uninstalling the Windows
- Resolving: Unable to Create a New Folder @en:blog:tutorials:windows
- I found that a registry key had been modified. <code> Get-Item 'Registry::HKEY_CLASSES_ROOT\Folder' </code> ===== Restore Missing New “Folder” to the Deskt... To restore the (default) value back to "Folder": <code> Set-ItemProperty -Path 'Registry::HKEY_CLASSES_ROOT\Folder' -Name '(Default)' -Value 'Folder' </code> ===== Tags ===== {{tag>}} ~~socialite:icon twit
- Comment redémarrer une interface réseau sur un Raspberry Pi @fr:blog:tutorials:raspberry-pi
- eut aider. Voici comment vous pouvez le faire : <code bash> sudo ifconfig eth0 down && sudo ifconfig eth0 up #Ethernet </code> Cette commande va d'abord désactiver l'interfac... suivante pour redémarrer votre interface WiFi : <code bash> sudo ifconfig wlan0 down && sudo ifconfig wlan0 up #WiFi </code> Semblable à la commande Ethernet, cela va d'abo
- Comment désinstaller le Windows Store sur Windows 11 @fr:blog:tutorials:windows
- oriel ===== - Exécutez Powershell - Exécutez <code>Get-appxpackage *WindowsStore* | Remove-AppxPackage</code> - Exécutez <code>Get-appxpackage -allusers *WindowsStore* | Remove-AppxPackage -allusers</code> ===== Conclusion ===== Désinstaller le Windows
- The Hidden Dangers in Your Email: File Types to Avoid for Cybersecurity @en:blog:security
- omputer. They are often used to execute malicious code. * **Script Files (.vbs, .js, .ps1, .sh)**: Sim... .pptm)**: Macros can be used to execute malicious code. Always be cautious with Office documents that su
- Les Dangers Cachés dans Votre Courriel : Types de Fichiers à Éviter pour la Cybersécurité @fr:blog:security
- ateur. Ils sont souvent utilisés pour exécuter du code malveillant. * **Fichiers de Script (.vbs, .js,... es macros peuvent être utilisées pour exécuter du code malveillant. Soyez toujours prudent avec les docu
- How to Disable Low Voltage Notification on Your Raspberry Pi @en:blog:tutorials:raspberry-pi
- ard command to disable the low voltage warning: <code bash> echo "avoid_warnings=1" | sudo tee -a /boot... sudo apt remove lxplug-ptbatt -y && sudo reboot </code> Let's break down what this command does: * **
- Comment désactiver la notification de basse tension sur votre Raspberry Pi @fr:blog:tutorials:raspberry-pi
- Comment empêcher un utilisateur de se connecter avec un compte Microsoft sur Windows 11 @fr:blog:tutorials:windows
- Comment passer la configuration réseau lors de l'installation initiale de Windows 11 @fr:blog:tutorials:windows
- Enhancing DokuWiki with an Email Script for the Bureaucracy Plugin @en:blog:projects:scripts:dokuwiki:bureaucracy