Benutzer-Werkzeuge

Webseiten-Werkzeuge


wiki:projekte:raspberrypi_b_raspap:uebersicht

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
wiki:projekte:raspberrypi_b_raspap:uebersicht [2020/04/15 20:22] – Externe Bearbeitung 127.0.0.1wiki:projekte:raspberrypi_b_raspap:uebersicht [2020/07/19 12:52] wikimaster
Zeile 1: Zeile 1:
 ====== Überschrift ====== ====== Überschrift ======
 ==== Quellen: ==== ==== Quellen: ====
-  * [[https://github.com/billz/raspap-webgui|https://github.com/billz/raspap-webgui]] +  * [[https://raspap.com/|https://raspap.com/]] 
-  * [[https://www.bitblokes.de/raspap-raspberry-pi-als-hotspot-access-point-wlan-wi-fi-benutzen/|https://www.bitblokes.de/raspap-raspberry-pi-als-hotspot-access-point-wlan-wi-fi-benutzen/]] +  * [[https://www.raspberrypi.org/downloads/raspberry-pi-os/|https://www.raspberrypi.org/downloads/raspberry-pi-os/]] 
-  * [[https://www.bitblokes.de/vpn-router-mit-raspberry-pi-raspap-und-nordvpn-openvpn-einfach/|https://www.bitblokes.de/vpn-router-mit-raspberry-pi-raspap-und-nordvpn-openvpn-einfach/]] +  *  
-  * [[https://www.kuketz-blog.de/pivpn-raspberry-pi-mit-openvpn-raspberry-pi-teil3/|https://www.kuketz-blog.de/pivpn-raspberry-pi-mit-openvpn-raspberry-pi-teil3/]] + 
-  * [[https://gist.github.com/superjamie/ac55b6d2c080582a3e64|https://gist.github.com/superjamie/ac55b6d2c080582a3e64]] +==== System vorbereiten ==== 
-  * [[https://vpn-anbieter-vergleich-test.de/anleitung-raspberrypi-vpn-router/|https://vpn-anbieter-vergleich-test.de/anleitung-raspberrypi-vpn-router/]+<code bash> 
 +sudo su 
 +apt-get update 
 +apt-get dist-upgrade 
 +raspi-config 
 +reboot 
 +apt-get install aptitude 
 +</code> 
 + 
 +==== RaspAP installieren ==== 
 +<code bash> 
 +##curl -sL https://install.raspap.com | bash 
 +curl -sL https://install.raspap.com | bash --- --assume-yes --openvpn --yes --adblock --yes --certificate 
 +</code>
  
-==== nächster Teil ==== 
wiki/projekte/raspberrypi_b_raspap/uebersicht.txt · Zuletzt geändert: 2020/07/19 21:19 von wikimaster