#1806
Source: Installer/Mettre à jour votre Xpenology en DSM6.1.3 sur un N40L – Babash
Just another Code Snippet site
#1806
Source: Installer/Mettre à jour votre Xpenology en DSM6.1.3 sur un N40L – Babash
#1613
For example, to add a new label in the header of the WLS Console :
Edit the following file :
<WLS_MIDDLEWARE_HOME>/wlserver/server/lib/consoleapp/webapp/framework/skins/wlsconsole/css/console.css
Add the following snippet :
#console-title::after { content: "THIS_IS_THE_NEW_MESSAGE"; color: #FF0000; font-weight: bold; font-size: 14px; padding-left: 250px; }
#2170
Zabbix is an open source monitoring tool for diverse IT components, including networks, servers, virtual machines (VMs) and cloud services. It provides monitoring metrics, among others network util…
#514
http://maison-et-domotique.com/books/guide-installer-xpenology-sur-le-micro-serveur-hp-proliant/
#190
Run the following OpenSSL command to generate your private key and public certificate. Answer the questions and enter the Common Name when prompted.
openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 365 -out certificate.pem
Review the created certificate:
openssl x509 -text -noout -in certificate.pem
Combine your key and certificate in a PKCS#12 (P12) bundle:
openssl pkcs12 -inkey key.pem -in certificate.pem -export -out certificate.p12
Validate your P2 file.
openssl pkcs12 -in certificate.p12 -noout -info