Posts Tagged ‘raspberry pi’

– Installing Apache with the following commands: sudo apt-get update sudo apt-get install apache2 In order to check if Apache is working, we can open a browser and load the port 80 from our Raspberry Pi (in my case http://192.168.1.20). – Installing php with the following command: sudo apt-get update php5 libapache2-mod-php5 We can check […]

Tuesday, August 9th, 2022 at 16:00 0 comments

I’m going to explain how to install and configure a shared folder hosted in our Raspberry Pi to be accessed from our Windows PC by using Samba. Installing samba packet by typing the following command: sudo apt-get install samba samba-common-bin Creating a backup for the configuration file: sudo cp /etc/samba/smb.conf /etc/samba/smb.conf2 Editing smb.conf file: workgroup […]

Sunday, August 7th, 2022 at 15:09 0 comments

Sorry, this entry is only available in Español.

Sunday, October 13th, 2019 at 13:30 0 comments

En este proyecto voy a controlar una pantallita LCD HD44780 para mostrar un texto scrolleando. Necesitaremos, a parte de la Raspberry Pi, lo siguiente: LCD HD44780 o similar (habría que adaptar el pinout si usáis otro) Placa board para sostener los componentes 8 cables con pines hembra-macho de colores Varios trozos de cable para puentear […]

Sunday, October 13th, 2019 at 13:04 0 comments

After the first boot, we need to connect our Raspberry Pi to the Internet, and enable a SSH client in our pc to control it remotely. You can access the router configuration page (usually http://192.168.0.1) to check out all devices connected to the network and get the Raspberry Pi IP. In my case i’ve got […]

Sunday, September 20th, 2015 at 23:27 0 comments

Ultimate Raspbian presentation, 21 March 2013. I’ve used: – Raspberry Pi Model B 512MB RAM – 2GB Classless MicroSD Kingston – 8GB Cruzer Blade SanDisk Flash drive – MicroUSB-USB cable connected to monitor LG M2394D (gives more than 800mA, probably 1A). – HUB 4 ports USB 2.0 EMTEC – Keyboard and mouse USB – Wireless […]

Wednesday, July 31st, 2013 at 20:01 4 comments

We’re going to need this list of things for our projects: Raspberry Pi. A credit-card-sized computer. I bought it from here for 42€, box included (Raspberry Pi 1 Model B). MicroUSB charger. You can use your smartphone charger (usually 1A), you can also use these ones, but you’ll also need the microUSB->USB cable. I use […]

Sunday, July 28th, 2013 at 11:31 0 comments

Welcome to frambuesa.x10host.com Here I’ll upload videos and tutorials explaining how I’ve builded this distribution. For those who don’t know, Ultimate Raspbian is a Raspbian distribution for Raspberry Pi with retropie (script to install an arcade system with many emulators) and XBMC KODI (mediacenter). I’ll also try to do much more: such as sending data […]

Saturday, July 27th, 2013 at 20:15 13 comments