Search

You can find the results of your search below.

Fulltext results:

Writr @en:blog:projects:themes:dokuwiki:writr
7 Hits, Last modified:
ning+member+of+our+charitable+community.&currency_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
Writr @fr:blog:projects:themes:dokuwiki
7 Hits, Last modified:
ning+member+of+our+charitable+community.&currency_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
Formatting Syntax @wiki
29 Hits, Last modified:
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
14 Hits, Last modified:
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
14 Hits, Last modified:
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>
Comment désinstaller le Windows Store sur Windows 11 @fr:blog:tutorials:windows
4 Hits, Last modified:
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
Comment empêcher un utilisateur de se connecter avec un compte Microsoft sur Windows 11 @fr:blog:tutorials:windows
2 Hits, Last modified:
{icon>windows}}</key>+<key>R</key>) et en tapant <code>regedit</code> - Naviguez jusqu'à : Ordinateur\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentV
Comment passer la configuration réseau lors de l'installation initiale de Windows 11 @fr:blog:tutorials:windows
2 Hits, Last modified:
F10</key> - Dans l'invite de commande, tapez : <code>OOBE\BYPASSNRO</code> - L'ordinateur redémarrera le processus d'installation "out-of-box experience"
How to prevent user from signing into a Microsoft Account on Windows 11 @en:blog:tutorials:windows
2 Hits, Last modified:
>{{icon>windows}}</key>+<key>R</key>) and typing <code>regedit</code> - Navigate to : Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\
How to skip the network setup during the initial setup of Windows 11 @en:blog:tutorials:windows
2 Hits, Last modified:
+<key>F10</key> - In the command prompt type : <code>OOBE\BYPASSNRO</code> - The computer will restart the out-of-box experience setup and at the page "Le
How to Uninstall Windows Store on Windows 11 @en:blog:tutorials:windows
4 Hits, Last modified:
== 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
The Hidden Dangers in Your Email: File Types to Avoid for Cybersecurity @en:blog:security
2 Hits, Last modified:
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
Améliorer DokuWiki avec un script de courriel pour le plugin Bureaucracy @fr:blog:projects:scripts:dokuwiki:bureaucracy
2 Hits, Last modified:
sateur * **@DATE@** - date ==== Exemple ==== <code markdown> ====== Ouverture de Compte ====== <for... Canada" Textbox ZipCode Textbox Phone </form> </code> ====== Installer le script ====== Vous devrez t
Comment installer DokuWiki sur un serveur LAMP @fr:blog:tutorials:linux
12 Hits, Last modified:
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
Comment désactiver la notification de basse tension sur votre Raspberry Pi @fr:blog:tutorials:raspberry-pi
2 Hits, Last modified:
r désactiver l'avertissement de basse tension : <code bash> echo "avoid_warnings=1" | sudo tee -a /boot... sudo apt remove lxplug-ptbatt -y && sudo reboot </code> Décortiquons ce que fait cette commande : * *