Difference between revisions of "Main Page"
Jump to navigation
Jump to search
(→Eywa) |
|||
Line 58: | Line 58: | ||
[[ Nucleo-L432KC ]] | [[ Nucleo-L432KC ]] | ||
+ | |||
+ | == Maintenance & Other == | ||
+ | |||
+ | [[ Renewing Letsencrypt certificates ]] | ||
+ | |||
+ | Stop apache server | ||
+ | |||
+ | systemctl stop apache2 | ||
+ | |||
+ | Run certbot | ||
+ | |||
+ | certbot certonly --standalone | ||
+ | |||
+ | listing all the names | ||
+ | |||
+ | qwyddy-tech.com www.qwyddy-tech.com qwyddy-tech.it www.qwyddy-tech.it | ||
+ | |||
+ | Replace the certificates | ||
+ | |||
+ | cd /etc/letsencrypt/live/ | ||
+ | rm -rf qwyddy-tech.com | ||
+ | mv qwyddy-tech.com-0001 qwyddy-tech.com | ||
+ | |||
+ | Restart apache | ||
+ | |||
+ | systemctl start apache2 |
Revision as of 11:12, 26 April 2020
MediaWiki has been successfully installed.
Consult the User's Guide for information on using the wiki software.
Contents
Getting started
- Configuration settings list
- MediaWiki FAQ
- MediaWiki release mailing list
- Localise MediaWiki for your language
ARM Embedded Systems
Installing OpenCV on NanoPI Neo
Tensorflow & AI
Compiling Tensorflow from sources
ESP8266/8285
Development environments
Install and configure Visual Studio Code for Eywa
Install and configure Qt with OpenCV
Install System Workbench for ST Nucleo
Visual projects
Eywa
Maintenance & Other
Renewing Letsencrypt certificates
Stop apache server
systemctl stop apache2
Run certbot
certbot certonly --standalone
listing all the names
qwyddy-tech.com www.qwyddy-tech.com qwyddy-tech.it www.qwyddy-tech.it
Replace the certificates
cd /etc/letsencrypt/live/ rm -rf qwyddy-tech.com mv qwyddy-tech.com-0001 qwyddy-tech.com
Restart apache
systemctl start apache2