Search

You can find the results of your search below.

Fulltext results:

How to check a hard drive health from the command line
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
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