Author Archives: Admin

Raspberry Pi Automatic Video Looper

http://stevenhickson.blogspot.com/2013/09/raspberry-pi-automatic-video-looper.html Raspberry Pi Automatic Video Looper Download the image here!! Recently I helped out with an Architecture exhibition where they needed 8 projectors looping videos all at the same time. Deciding they didn’t want to pay for 8 computers and pay for the electricity for 8 computers, they contacted me to see if I could help (Pictures to come soon!). They got 8 Raspberry Pis, which together cost less than one PC and use less an energy than one PC. That’s

NOOBS Setup for Raspberrypi

https://github.com/raspberrypi/noobs/blob/master/README.md NOOBS (New Out of Box Software) An easy Operating System installer for the Raspberry Pi NOOBS is designed to make it easy to select and install operating systems for the Raspberry Pi without having to worry about manually imaging your SD card. The latest official release of NOOBS can be downloaded from http://downloads.raspberrypi.org/NOOBS_latest For information on previous releases and version changelists, visit https://github.com/raspberrypi/noobs/releases About On first boot NOOBS will format your SD card and allow you to select which OSes you

Raspberry Pi – playing Flash movies

Raspberry Pi – playing Flash movies Posted on January 12, 2013 http://cagewebdev.com/index.php/raspberry-pi-playing-flash-movies/ How to play Flash movies (YouTube!) in Midori on yourRaspberry PI? Just install gnash and the browser plugin: Install gnash: sudo apt-get install gnash Install the browser plugin: sudo apt-get install browser-plugin-gnash Happy YouTubing!  Thanks to: http://www.youtube.com/watch?v=gRXedwXrPh8

Installing flash player on Raspberry Pi

http://cae2100.wordpress.com/2012/12/23/installing-flash-player-on-raspberry-pi/ Installing flash player on Raspberry Pi DECEMBER 23, 2012 15 COMMENTS We all want to do stuff like play youtube videos and such, but due to the closed source of adobe flash, we are unable to do this on the raspberry pi. We’re all in luck tho, the open source alternative named Gnash is here to save the day! Here is the two commands you need to open to get flash player working in Midori, which is the default web browser

FIX BLACK SCREEN IN RASPBERRY PI WITH HDMI

http://rapidsol.blogspot.com/2013/08/fix-black-screen-in-raspberry-pi-with.html   If you use an HDMI-Male to 3 RCA Video Audio AV Cable Adapter and get a black screen you may tweak the config.txt to solve the problem. If you open config.txt you will see that there are plenty of lines commented out that change the behavior of the HDMI output in the Raspberry Pi. This is the configuration that could work: disable_overscan=1 hdmi_group=2 hdmi_mode=35 hdmi_drive=2

Raspberry PI kiosk mode with Chromium.

  lokir’s linux notes Raspberry PI kiosk mode with Chromium. http://lokir.wordpress.com/2012/09/16/raspberry-pi-kiosk-mode-with-chromium/ 1. Install chromium, x11-xserver-utils and unclutter sudo apt-get update && apt-get upgrade -y sudo apt-get install chromium x11-xserver-utils unclutter 2. We need to prevent screen from going blank and disable screen saver. – edit /etc/xdg/lxsession/LXDE/autostart and comment # screen saver line and add those lines: @xset s off @xset -dpms @xset s noblank @chromium –kiosk –incognito http://some.web. Done.

A simple and good looking case for our Raspberry

  A simple and good looking case for our Raspberry Veröffentlicht am 30 January 2013 von admin — Keine Kommentare ↓  http://www.raspyfi.com/a-simple-and-good-looking-case-for-our-raspberry/ One thing I knew for sure. I was not going to spend 10 euro for a nice and ready case for my raspberry pi. Certainly, I could better spend my money on, hmm let’s say 2 long islands or some fancy ouput capacitors or a P.I.L. Vinyl… So I just got prepared, and I followed what the guy behind Moebius Linux did, you can find his original

Wi-fi on Raspberry Pi, a simple guide

http://www.raspyfi.com/wi-fi-on-raspberry-pi-a-simple-guide/ Wi-fi on Raspberry Pi, a simple guide Veröffentlicht am 19 March 2013 von admin — 10 Kommentare ↓ Since the Raspberry Pi comes only with a wired network, it could be useful for lot of us to get it wi-fi ready. Wi-fi on Raspberry Pi can be achieved with little effort and at cheap expences. We do only require a compatible wi-fi dongle, and the best candidate for the job is the Edimax EW-7811Un. These are the features: Supports 150 Mbps 802.11n, so if

web kiosks and multi-user web workstations

Internet cafe Instant WebKiosk/UB, alias Unrestricted Browsing flavour, is a free operating system designed for web kiosks and multi-user web workstations (cafès, offices, schools, hotels, hospitals, libraries) on standard (even diskless) PC hardware. It is a “live” (no installation required because it boots from USB keys), browser-only (only the browser interface will show up) distribution of Linux Debian. Instant WebKiosk/UB is a fully customizable operating system for Internet browsing purposes, which protects privacy: users can modify its settings runtime but after a reset the operating system defaults to original values and users’ informations

OS Distro tools, for Raspi

  OS Distro tools OS INSTALLATION & FIRMWARE UPDATE TOOLS BerryBoot (BootManager)- http://www.berryterminal.com/doku.php/berryboot RPi OSImage Downloader - http://mrpfister.com/journal/raspberry-pi-os-image-downloader/ RPi Firmware Updater - https://github.com/Hexxeh/rpi-update/ RpyConfig - http://sourceforge.net/projects/rpyconfig/?source=dlp   GAMING EMULATION ChameleonPi - http://chameleon.enging.com/ PiMAME - http://pimame.org/   HOME THEATRE PC DarkELEC http://darkimmortal.com/2012/11/darkelec-release-3/ https://github.com/darkimmortal/DarkELEC GeeXBOX - ??? OpenELEC – 1st link is offical compile it yourself, 2nd link precompiled by Sparky0815 http://wiki.openelec.tv/index.php?title=Building_and_Installing_OpenELEC_for_Raspberry_Pi http://sparky0815.de/openelec-download-images-fat-files/ RaspbianXBMC – (Install XBMC in Raspbian) RaspBMC - http://www.raspbmc.com/download/ RasPlex - http://rasplex.com/ RaspyFi - http://www.raspyfi.com/ SlaXBMC - http://slaxbmc.blogspot.co.uk/2013/02/slaxbmc-140-on-raspberry-pi-is-released.html XBian - http://xbian.org/?page_id=21   MEDIA STREAMING SERVER SqueezePlug - http://www.squeezeplug.eu/?page_id=52 NETWORK APPLIANCES OpenVPN - http://raspiresources.com/Downloads/vpn-appliance-raspbian.rar

HOW-TO:Write Python Scripts for XBMC

http://wiki.xbmc.org/index.php?title=HOW-TO:Write_Python_Scripts_for_XBMC HOW-TO:Write Python Scripts for XBMC This article was originally a copy of a python HOW-TO tutorial was prepared by Nelson Minar. The article have since then been reformatted, restructured, modified and updated several times. Contents [hide] 1 XBMC Python Scripting Tutorial 1.1 Python is not a snake 1.2 Some basic rules – be careful of the snake! 1.3 Always notice the snake behavior 1.4 the real work begins 1.4.1 Window 1.4.2 pad button 1.4.3 add (and remove) text label 1.4.4 init parameters 1.4.5 dialog box 1.4.6 buttons 1.4.7 virtual keyboard 1.4.8 Lists 1.4.9 Screen

Skinning XBMC

http://wiki.xbmc.org/index.php?title=Skinning Skinning XBMC is noted as having a very flexible and robust framework for its GUI, making theme-skinning and personal customization very accessible. Users can create their own skin (or modify an existing skin) and share it with others. “Confluence” is the official skin; XBMC includes a new GUI library written from scratch. This library allows you to skin/change everything you see in XBMC, from the images, the sizes and positions of all controls, colours, fonts, and text, through to

How to Create Raspberry SD Card via Linux Command Line

http://n00blab.com/how-to-create-raspberry-pi-sd-card/ http://www.youtube.com/watch?feature=player_embedded&v=uq3-aydRMv0 This tutorial will walk you through how to create Raspberry Pi SD card via Linux command line (Ubuntu 12.04 LTS) Instructions for creating the SD card on Windows or Mac are found here Download desired image via torrent or direct download and place in your Downloads directory: http://www.raspberrypi.org/downloads   Check the hash: sha1sum ~/Downloads/2012-08-16-wheezy-raspbian.zip | grep 63d16fd28369b6e05bf97f2d1758d56df6ed0ba9 If the hash checks out, unzip: unzip ~/Downloads/2012-08-16-wheezy-raspbian.zip Insert your SD into your card reader and run: (if unsure of your computer’s

Install BBM di Laptop (ubuntu)

http://hptekno.com/2013/10/23/install-bbm-di-laptop-ubuntu/   Install BBM di Laptop (ubuntu) Oct. 23 Android, Aplikasi, Slider, tutorial 11 comments Baru bangun tidur udah dikejutkan dengan berita BBM di android, saking penasaranya dan karena ane kaga punya HH yang support BBM, akhirnya coba pake emulator dan berhasil. begini langkah-langkah  yang ane lakuin: 1. Instal emulator untuk Android, dalam artikel ini kami mengunakan emulator dari Google. Cara instalasinya seperti di sini (ubuntu) dan di sini (windows), perlu diingat bahwa BBM berjalan pada OS 4 ke atas dan mengunakan prosesor ARM7. 2. Buka avd yang telah anda

How to Make a Raspberry Pi Web Server

http://www.wikihow.com/Make-a-Raspberry-Pi-Web-Server How to Make a Raspberry Pi Web Server Start the Raspberry Pi Operating SystemSet Up the Raspberry PiInstalling The ServerInstall MySQLInstall FTPConfigure FTPThe Finishing Touches Edited by Zach, Tri.infinite, AnguishedEnd, June and 15 others If you are looking for a way to make a cheap web server, primarily to be used as a testing environment or to store files, then the Raspberry Pi is perfect for you. What is a Raspberry Pi? It is a new inexpensive mini computer, perfect for

« Older Entries Recent Entries »