Search

You can find the results of your search below.

Fulltext results:

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>
How to Install DokuWiki on a LAMP Server @en:blog:tutorials:linux
12 Hits, Last modified:
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
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
How to Restart a Network Interface on a Raspberry Pi @en:blog:tutorials:raspberry-pi
4 Hits, Last modified:
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
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
How to Disable Low Voltage Notification on Your Raspberry Pi @en:blog:tutorials:raspberry-pi
2 Hits, Last modified:
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: * **
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
Enhancing DokuWiki with an Email Script for the Bureaucracy Plugin @en:blog:projects:scripts:dokuwiki:bureaucracy
2 Hits, Last modified:
r mail * **@DATE@** - date ==== Example ==== <code markdown> ====== Account Opening ====== <form> A... Canada" Textbox ZipCode Textbox Phone </form> </code> ====== Install the Script ====== You will need