Raspberry Pi – eine statische IP@ einrichten
… so lässt sich eine statische IP@ einrichten # ifconfig # vi /etc/network/interfaces # iface eth0 inet dhcp iface eth0 inet static address 192.168.178.5 netmask 255.255.255.0 network 192.168.178.0...
View Articlepi3g CamBox – alles kompakt und elegant untergebracht
pi3g CamBox ein Kameramodul in einem transparenten dreh-/neigbarem Kameragehäuse
View ArticleSher.ly – bringt Raspberry Pi NAS mit VPN
Sher.ly is a private cloud solution designed for security conscious businesses looking to take back control of their sensitive data. Stop valuable information from leaving your organization and help...
View ArticlePIO – turn On/Off whatever you want from your phone
PIO is a programmable Input/Output interface for use with Raspberry Pi
View ArticleRaspberry Pi – RaspiCam
raspistill is the command line tool for capturing still photographs with the camera module # raspistill -o /tmp/cam.jpg
View ArticleRaspberry Pi – eine dynamische IP@ einrichten
… so lässt sich eine dynamische IP@ einrichten mit einem Nano WLAN-Stick EDIMAX EW-7811UN Wireless USB Adapter, 150 Mbit/s, IEEE802.11b/g/n # ifconfig # vi /etc/network/interfaces auto lo iface lo...
View ArticleRaspberry Pi – how to disable the red LED on the camera module
To disable the red LED you simply need to add the following line to your config.txt file # vi /boot/config.txt disable_camera_led=1
View ArticleRaspberry Pi – creating time lapse videos with mencoder
To create a time-lapse video, you simply configure the Raspberry Pi to take a picture at a regular interval, such as every minute, then use an application to stitch the pictures together in a video...
View ArticleRaspberry Pi A+ – a smaller, more energy-efficient, lower-cost version
The Raspberry Pi A+ has 256MB RAM and replaces the A’s SD card storage with microSD and adds another 14 GPIO (General-purpose input-output) pins bringing the total up to 40
View ArticleLogiLink UA0158 – Gigabit Ethernet USB 2.0 to RJ45 Adapter for Raspberry Pi
LogiLink UA0158 this compact adapter allows devices with 10/100/1000 Mbps network connection to a USB 2.0 port
View ArticleRaspberry Pi – to use Kali Linux 1.0.9 as a hacking arsenal
The new Kali Linux offers a smoother easier penetration testing experience making it more accessible to IT generalists as well as security specialists. The new infrastructure incorporates Debian...
View ArticleLinux Dash – monitor your Raspberry Pi server performance with a Web Dashboard
Linux Dash is a low-overhead monitoring web dashboard for a GNU/Linux machine – it provides a web interface for useful linux server information and statistics
View ArticleMunin – is a networked resource monitoring tool that can help analyze...
Munin the monitoring tool surveys all your computers and remembers what it saw. It presents all the information in graphs through a web interface. Its emphasis is on plug and play capabilities....
View Article