Main public logs
Appearance
Combined display of all available logs of KeenWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:43, 14 March 2025 21spy talk contribs created page How to setup redis on a Linux vps (Created page with "To set up Redis on a Linux VPS, follow these steps: 1. Update your system packages: ``` sudo apt update ``` 2. Install Redis: ``` sudo apt install redis ``` 3. Verify the installation: ``` redis-cli --version ``` 4. Check Redis service status: ``` sudo systemctl status redis ``` 5. If not running, start Redis: ``` sudo systemctl start redis ``` 6. Enable Redis to start on boot: ``` sudo systemctl enable redis ``...")
- 05:11, 14 March 2025 21spy talk contribs moved page SSL Certifiates to SSL Certificates
- 04:15, 13 March 2025 21spy talk contribs created page Securing Moodle on Linux (Created page with "These steps are essential for a production server containing student passwords and data. == https encryption == === Certbot and virtual host === === File permissions ==== * Reset the permissions on /var/www/html/moodle directories to read, write and execute for the webserver, read and execute for group and others * Reset the permissions on /var/www/html/moodle files to read, write for the webserver, read only for group and other == Secure database and set the root ==...")