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:17, 14 March 2025 101.53.218.192 talk created page SSL Certifiates (Created page with "## Step-by-Step Guide to Using SSL Certificates on Linux and Windows ### **Linux** #### 1. Creating a Self-Signed SSL Certificate - Open your VPS console and log in using SSH. - Generate a private key: ```bash openssl genrsa -des3 -out self-ssl.key 2048 ``` - Create a Certificate Signing Request (CSR): ```bash openssl req -new -key self-ssl.key -out self-ssl.csr ``` - Generate the SSL certificate: ```bash openssl x509...")
- 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 ==...")
- 06:21, 12 March 2025 Jimmy talk contribs created page Ubuntu (Created blank page)
- 06:20, 12 March 2025 User account Jimmy talk contribs was created
- 02:16, 12 March 2025 MediaWiki default talk contribs created page Main Page