Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
pub:raspberry-pi [2013/07/15 17:50] Marco Kragepub:raspberry-pi [2020/06/05 19:51] (aktuell) Marco Krage
Zeile 2: Zeile 2:
 The Raspberry Pi is my personal "Home-Webcam-Sandbox-Server" The Raspberry Pi is my personal "Home-Webcam-Sandbox-Server"
  
-[[http://load.my-azur.de/f/o/rpi_img_1295.jpg|{{http://load.my-azur.de/f/690/rpi_img_1295.jpg|my Raspberry PI}}]]+[[http://my-azur.de/load/rpi_img_1295.jpg|{{http://load.my-azur.de/f/690/rpi_img_1295.jpg|my Raspberry PI}}]]
  
 ===== General Setup ===== ===== General Setup =====
-  apt-get update && apt-get install apache2 php5 ntpdate build-essential vim motion curl msmtp mtr dnsutils mailutils+  apt-get update && apt-get install apache2 bc build-essential curl dnsutils git motion msmtp mtr mailutils ntpdate ngrep php5 tcpdump telnet python whois vim 
 + 
 +===== NodeJS ===== 
 +I'm using Pre-built binaries from https://gist.github.com/adammw/3245130 
 + 
 +===== Webcam ===== 
 +  * See this sub page [[pub:linux-webcam]] 
 + 
 +===== rpi-update by Hexxeh ===== 
 +  sudo wget http://goo.gl/1BOfJ -O /usr/bin/rpi-update && sudo chmod +x /usr/bin/rpi-update 
 +https://github.com/Hexxeh/rpi-update
  
 ===== DynDNS ===== ===== DynDNS =====
Zeile 12: Zeile 22:
  
 ===== Bigger Console Font ===== ===== Bigger Console Font =====
-Most of the time use SSH to access the Raspberry but on HD-TV the font is too small+Most of the time use SSH to access the Raspberrybut on HD TV the font is too small
 <code bash> <code bash>
 #!/bin/bash #!/bin/bash
Zeile 26: Zeile 37:
 ===== Backup ===== ===== Backup =====
 ==== File Based ==== ==== File Based ====
- 
 I use a file based backup to Dropbox. Since the official Dropbox client isn't supported unter ARM i use [[https://github.com/andreafabrizi/Dropbox-Uploader|andreafabrizi/Dropbox-Uploader]] to [[pub:linux-datensicherung-script|save a backup]] I use a file based backup to Dropbox. Since the official Dropbox client isn't supported unter ARM i use [[https://github.com/andreafabrizi/Dropbox-Uploader|andreafabrizi/Dropbox-Uploader]] to [[pub:linux-datensicherung-script|save a backup]]
  
-==== Image Backup ==== 
-You can use the dd command to make a full backup of the image: 
- 
-  dd if=/dev/sdx of=/path/to/image 
- 
-or for compression: 
-  dd if=/dev/sdx | gzip > /path/to/image.gz 
- 
-Where sdx is your SD card. 
- 
-To restore the backup you reverse the commands: 
- 
-  dd if=/path/to/image of=/dev/sdx 
- 
-or when compressed: 
-  gzip -dc /path/to/image.gz | dd of=/dev/sdx  
- 
-Source: http://raspberrypi.stackexchange.com/a/312 
- 
-===== Webcam ===== 
-  * See this sub page [[pub:linux-webcam]] 
- 
- 
-===== rpi-update by Hexxeh ===== 
-  sudo wget http://goo.gl/1BOfJ -O /usr/bin/rpi-update && sudo chmod +x /usr/bin/rpi-update 
-https://github.com/Hexxeh/rpi-update 
  
 ===== Security ===== ===== Security =====
- 
 ==== Permit Root Login ==== ==== Permit Root Login ====
 Don't let the Root in! Don't let the Root in!
 Edit ''/etc/ssh/sshd_config'' an change ''PermitRootLogin'' to ''no''. Then restart ssh by ''/etc/init.d/sshd restart'' Edit ''/etc/ssh/sshd_config'' an change ''PermitRootLogin'' to ''no''. Then restart ssh by ''/etc/init.d/sshd restart''
- 
 ==== fail2ban ==== ==== fail2ban ====
-   apt-get install fail2ban +  apt-get install fail2ban
  
 http://www.thomas-krenn.com/de/wiki/SSH_Login_unter_Debian_mit_fail2ban_absichern http://www.thomas-krenn.com/de/wiki/SSH_Login_unter_Debian_mit_fail2ban_absichern
pub/raspberry-pi.1373903412.txt.gz · Zuletzt geändert: 2013/12/06 19:12 (Externe Bearbeitung)