Culturebox : Différence entre versions
(→installation piratebox) |
(→C'est quoi une Birque Internet ?) |
||
(21 révisions intermédiaires par 2 utilisateurs non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
{{Projet | {{Projet | ||
− | |status= | + | |status=Experimental |
− | |image= | + | |image=culturebox.jpg |
− | + | |description=Espace dédié aux éxpérimentations de partage de contenus via Box (piratebox,brique,..) | |
− | |description= | ||
|license=GPL | |license=GPL | ||
|contributeurs=Julbel | |contributeurs=Julbel | ||
− | | | + | |inspiration=piratebox |
+ | |ingrédients=code, | ||
+ | |name=Culturebox, essai et test autour de la piratebox | ||
}} | }} | ||
− | + | ||
+ | == Types de Box == | ||
+ | |||
+ | |||
+ | === C'est quoi une Birque Internet ? === | ||
+ | * http://labriqueinter.net/ | ||
+ | * https://yunohost.org/#/installation_brique_fr | ||
+ | * Installation : http://pad.aquilenet.fr/p/LaBrique | ||
+ | * Git et sources https://github.com/labriqueinternet/labriqueinter.net | ||
+ | |||
+ | |||
+ | <code>soit avec une commande comme sudo arp-scan --local | grep -P '\t02' ou bien avec la commande sudo arp-scan --local -I wlan0 | grep -P '\t02' si votre ordinateur est connecté en WiFi.</code> | ||
+ | |||
+ | https://192.168.2.140/yunohost/admin | ||
+ | http://192.168.1.87/yunohost/Admin | ||
+ | http://ping.nohost.me/yunohost/admin | ||
+ | |||
+ | === BiblioBOX , what's the fuck === | ||
+ | |||
+ | * [[Fichier:docDamien.pdf]] | ||
+ | * http://www.bibliopedia.fr/wiki/Bibliobox | ||
+ | * http://bibliobox.net | ||
+ | * http://biblionumericus.fr/2014/02/24/integrer-calibre2opds-dans-une-piratebox/ | ||
− | |||
=== C'est quoi une piratebox ? === | === C'est quoi une piratebox ? === | ||
− | + | ||
+ | Créaton d'une distribution ISO piratebox pour ordinateur portable ou fixe | ||
* WORKSHOP Labomedia http://wiki.labomedia.org/index.php/PirateBox | * WORKSHOP Labomedia http://wiki.labomedia.org/index.php/PirateBox | ||
Ligne 45 : | Ligne 68 : | ||
# sudo ln -s /Documents /opt/piratebox/share | # sudo ln -s /Documents /opt/piratebox/share | ||
> define your personall options in | > define your personall options in | ||
− | # /opt/piratebox/conf/piratebox.conf # Start which services, IPs etc | + | # /opt/piratebox/piratebox/conf/piratebox.conf # Start which services, IPs etc |
− | # /opt/piratebox/conf/hostapd.conf | + | # /opt/piratebox/piratebox/conf/hostapd.conf |
+ | |||
+ | > Run the follow script | ||
+ | # /opt/piratebox/piratebox/bin/install_piratebox.sh /opt/piratebo/xpiratebox/conf/piratebox.conf part2 | ||
+ | |||
+ | > If you want to install kareha, please do the following steps: | ||
+ | # /opt/piratebox/bin/install_piratebox.sh /opt/piratebox/conf/piratebox.conf imageboard | ||
+ | >> This step installs a basic configuration for the board... | ||
+ | >> Edit /opt/piratebox/share/board/config.pl and change ADMIN_PASS and SECRET | ||
+ | |||
* ressources / Sources :
http://fr.wikipedia.org/wiki/PirateBox#cite_note-Site_de_Jean_Debaecker-3 Lille | * ressources / Sources :
http://fr.wikipedia.org/wiki/PirateBox#cite_note-Site_de_Jean_Debaecker-3 Lille | ||
Ligne 55 : | Ligne 87 : | ||
− | === Utilisation de la distribution Culturebox === | + | === Création et Utilisation de la distribution Culturebox === |
− | * Installation sur le petit ordinateur | + | * Installation sur le petit ordinateur, création de l'image .iso : http://doc.ubuntu-fr.org/uck#installation OU http://doc.ubuntu-fr.org/remastersys |
=== Utiliser plutôt un LIVE CD ou Clé bootable === | === Utiliser plutôt un LIVE CD ou Clé bootable === |
Version actuelle en date du 24 mars 2016 à 10:20
Espace dédié aux éxpérimentations de partage de contenus via Box (piratebox,brique,..)
Types de Box
C'est quoi une Birque Internet ?
* http://labriqueinter.net/ * https://yunohost.org/#/installation_brique_fr * Installation : http://pad.aquilenet.fr/p/LaBrique * Git et sources https://github.com/labriqueinternet/labriqueinter.net
soit avec une commande comme sudo arp-scan --local | grep -P '\t02' ou bien avec la commande sudo arp-scan --local -I wlan0 | grep -P '\t02' si votre ordinateur est connecté en WiFi.
https://192.168.2.140/yunohost/admin http://192.168.1.87/yunohost/Admin http://ping.nohost.me/yunohost/admin
BiblioBOX , what's the fuck
* Fichier:DocDamien.pdf * http://www.bibliopedia.fr/wiki/Bibliobox * http://bibliobox.net * http://biblionumericus.fr/2014/02/24/integrer-calibre2opds-dans-une-piratebox/
C'est quoi une piratebox ?
Créaton d'une distribution ISO piratebox pour ordinateur portable ou fixe
* WORKSHOP Labomedia http://wiki.labomedia.org/index.php/PirateBox * http://fr.wikipedia.org/wiki/PirateBox et http://doc.ubuntu-fr.org/piratebox
Création de la distribution Culturebox
installation d'une version Ubuntu xubuntu 10 LTS
- télécharger la derniere version Xubuntu, création d'une clé USB bootable avec Multisystem, installation de xubuntu sur un ordinateur dédié. - une fois l'install sur votre laptop ou ordi faîte, penser à réaliser les mises à jour proposées , notamment firefox
installation piratebox
- Installer le paquet http://piratebox.aod-rpg.de/dokuwiki/doku.php/piratebox_lighttpd :
# apt-get install perl # apt-get install lighttpd # apt-get install hostapd # apt-get install dnsmasq
> copy over the piratebox folder into /opt/ (as root) # sudo mkdir /opt # sudo cp -rv piratebox /opt > create a symlink /opt/piratebox/piratebox/init.d/piratebox /etc/init.d/ # sudo ln -s /opt/piratebox/init.d/piratebox /etc/init.d/piratebox > add piratebox to you runlevel (optional) # sudo update-rc.d piratebox defaults > create a link from your share-device to /opt/piratebox/share # sudo ln -s /Documents /opt/piratebox/share > define your personall options in # /opt/piratebox/piratebox/conf/piratebox.conf # Start which services, IPs etc # /opt/piratebox/piratebox/conf/hostapd.conf
> Run the follow script
# /opt/piratebox/piratebox/bin/install_piratebox.sh /opt/piratebo/xpiratebox/conf/piratebox.conf part2
> If you want to install kareha, please do the following steps: # /opt/piratebox/bin/install_piratebox.sh /opt/piratebox/conf/piratebox.conf imageboard >> This step installs a basic configuration for the board... >> Edit /opt/piratebox/share/board/config.pl and change ADMIN_PASS and SECRET
- ressources / Sources : http://fr.wikipedia.org/wiki/PirateBox#cite_note-Site_de_Jean_Debaecker-3 Lille
Paramétrages piratebox.lan
- /etc/config/network - /etc/hosts - /opt/piratebox/conf/piratebox.conf & hosts
Création et Utilisation de la distribution Culturebox
- Installation sur le petit ordinateur, création de l'image .iso : http://doc.ubuntu-fr.org/uck#installation OU http://doc.ubuntu-fr.org/remastersys
Utiliser plutôt un LIVE CD ou Clé bootable
- http://makerspace56.org/une-piratebox-en-liveusb/
- http://korben.info/piratebox-livecd.html
- http://entrepierres.net/wiki/PirateBox_Vilhosc1
- http://reso-nance.org/wiki/wiki/piratebox
- https://wiki.partipirate.org/wiki/PirateBox
Pad en vrac
-> comment ça marche :
ressources : install Linux mint ; debian et dernier paquet :
http://piratebox.aod-rpg.de/dokuwiki/doku.php?id=script-package_for_debian_based_systemes
https://github.com/rlespinasse/my-piratebox
-> Changer l'interface
http://forum.daviddarts.com/read.php?2,7995,8151
http://sylvain.naud.in/post/2013/06/15/Personnaliser-votre-PirateBox-avec-Bootstrap
En librairie : http://espacenumeriqueaulnay.blogspot.fr/2013/09/les-piratebox-se-refont-une-beaute.html
Personnaliser LightPd :
http://sylvain.naud.in/post/2013/06/16/Personnaliser-le-r%C3%A9pertoire-Lighttpd-de-votre-PirateBox
sudo ln -s /home/ping/Documents/piratebox/piratebox/init.d/piratebox /etc/init.d/piratebox
PASSONS a RemasterSYS :
http://lxlinux.com/remastersys.html
sous linux Mint Debian !!
https://en.wikipedia.org/wiki/List_of_remastering_software
http://www.livedistro.org/software/remaster-tools
Alors là : http://en.wikipedia.org/wiki/PING_%28software%29
sinon relinux http://www.howtoforge.com/creating-your-own-distributable-ubuntu-dvd-relinux
ou plutôt https://github.com/MiJyn/relinux/wiki/Installing
ou bien donc refracta http://top-hat-sec.com/forum/index.php?topic=2801.0
INSTALLATION du FORUM :
sudo /home/ping/piratebox/piratebox/bin/install_piratebox.sh /home/ping/piratebox/piratebox/conf/piratebox.conf imageboard