Difference between revisions of "Nekrocemetery"

From Anarchaserver
Line 1: Line 1:
plop
== lxc-attach nekrocemetery ==


== how to make a static snapshot of a to be a zombie website==
== Nekrocemetery or how to archive an internet or web content==
How to archive an internet / web content that is going to disappear ?
 
== Archives and libraries contents ==
* Marie Laveau and the Zombi Snake, guardians of the [https://nekrocemetery.anarchaserver.org/ Anarchaserver Nekrocementery] - "In this sacred space we honour the memory of some feminist websites and media. This nekrocemetery is an archive of static copies of these websites. They are like a snapshot of when they were "alive", when they were available online. We extract a static copy for weight reasons, but also for security reasons."
 
 
== how to make a static snapshot of a to be a zombie website for the nekrocemetery of anarchaserver==
https://ressources.labomedia.org/archiver_et_rendre_statique_un_wiki
https://ressources.labomedia.org/archiver_et_rendre_statique_un_wiki


e.g  MLFF - aka media liberation front/feminism <br />
e.g  MLFF - aka media liberation front/feminism <br />
  sudo lxc-attach nekrocemetery
<code> wget --mirror --convert-links --html-extension -o log https://www.mlff.org  </code>
<code> wget --mirror --convert-links --html-extension -o log https://www.mlff.org  </code>


Be sure to put the good url, not one that will be redirected (from http://mlff.org to http://www.mlff.org for example) else the archive will only contain one file
Be sure to put the good url, not one that will be redirected (from http://mlff.org to http://www.mlff.org for example) else the archive will only contain one file


== COPY zombie site under /var/www/nekrocemetery/ ==
=== COPY zombie site under /var/www/nekrocemetery/ ===
      
      
* https://nekrocemetery.anarchaserver.org/mlff/
* https://nekrocemetery.anarchaserver.org/mlff/
Line 16: Line 22:
* https://nekrocemetery.anarchaserver.org/geekfeminism/
* https://nekrocemetery.anarchaserver.org/geekfeminism/


== configure dns  for a specific zombie site, e.x gendersec ==
=== configure dns  for a specific zombie site, e.x gendersec ===
<code> vi /etc/apache2/sites-available/gendersec.conf </code> <br />
<code> vi /etc/apache2/sites-available/gendersec.conf </code> <br />
<code> vi /etc/apache2/sites-available/ gendersec-le-ssl.conf  </code>
<code> vi /etc/apache2/sites-available/ gendersec-le-ssl.conf  </code>


== restart apache inside container ==
=== restart apache inside container ===
<code> systemctl restart apache2</code>
<code> systemctl restart apache2</code>

Revision as of 23:00, 28 November 2025

Nekrocemetery or how to archive an internet or web content

How to archive an internet / web content that is going to disappear ?

Archives and libraries contents

  • Marie Laveau and the Zombi Snake, guardians of the Anarchaserver Nekrocementery - "In this sacred space we honour the memory of some feminist websites and media. This nekrocemetery is an archive of static copies of these websites. They are like a snapshot of when they were "alive", when they were available online. We extract a static copy for weight reasons, but also for security reasons."


how to make a static snapshot of a to be a zombie website for the nekrocemetery of anarchaserver

https://ressources.labomedia.org/archiver_et_rendre_statique_un_wiki

e.g MLFF - aka media liberation front/feminism

 sudo lxc-attach nekrocemetery

wget --mirror --convert-links --html-extension -o log https://www.mlff.org

Be sure to put the good url, not one that will be redirected (from http://mlff.org to http://www.mlff.org for example) else the archive will only contain one file

COPY zombie site under /var/www/nekrocemetery/

configure dns for a specific zombie site, e.x gendersec

vi /etc/apache2/sites-available/gendersec.conf
vi /etc/apache2/sites-available/ gendersec-le-ssl.conf

restart apache inside container

systemctl restart apache2