Ho scelto di installare nodebb come motore per il forum del sito. La ragione della scelta è stata soprattutto l’eventuale possibilità di integrazione con il blog che è sempre basato su nodejs.
I prequisiti sono ovviamente nodejs, mongo come database ed un proxy nginx o apache2.
Per prima cosa ho dovuto installare mongodb, il database che sta dietro la maggioranza dei siti realizzati con nodejs, un po’ come mysql è dietro lampp. Magari sarebbe il caso di creare qualche altro acronimo!
# Rewrite any http traffic to the main url https site <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^[^\/]*\/(.*) https://penguins-eggs.net/$1 [R=301,L] </IfModule> </VirtualHost>
SSLEngine on # This directory contains your keys and certificates.
# `privkey.pem` : the private key for your certificate. # `fullchain.pem`: the certificate file used in most server software. # `chain.pem` : used for OCSP stapling in Nginx >=1.3.7. #`cert.pem` : will break many server configurations, and should not be used # without reading further documentation (see link below).
Sometimes, to move forward, you need to step back first.
Well, in order to not miss the opportunity to have debian packages for both the i386 and amd64 architecture, I chose to go back to the old Node8, the latest version released by nodesource for both architectures.
The main change in this version is, of course, the presence of the i386 version, which can be a good opportunity for all people with old hardware combined with young will to experiment with them.
Tutorial en portuguese on the SempreUpdate a brasilian magazine specialized in technology. The main focus is Linux, Open Source, Android and other subjects.
“Penguin’s eggs é um utilitário que permite a criação de distribuições Linux altamente personalizadas. Com o utilitário cujo nome é até interessante, Ovos de Pinguim, você pode criar remasterizações sem nenhum custo. O software Penguin’s eggs é tão eficiente que permite que você gere os arquivos ISOs, aqueles que usamos para gravar em CD/DVD ou pendrive, ou ainda você pode compartilhar a sua distribuição através da LAN via inicialização remota PXE.”… more
There is so much work to do who I’m getting tired but, before to stop for today, I want do publish something, just to not delude someone here.
Well, I present in another window running eggs-7.5.114-1 remastering Linux Mint 20 Beta.
You can find the iso images ulyana aka Linux Mint 20 Beta in sourceforge.
It is installable just with eggs install, not calamares GUI installer at the moment. So, please take it just as an example, or possibly, a stimoulus to help the project.
I just forgot to tell who I made another version of eggs, to include ulyana and just upload the deb package it in sourceforge too.