Archive for the ‘Ultimate Raspbian’ Category

– 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

Now we’ll install KODI in our Raspbian distribution, i’ve based myself on the official documentation: http://kodi.wiki/view/HOW-TO:Install_Kodi_on_Raspberry_Pi#Raspbian Since KODI is already included in the Raspbian official repositories, we’ll just update the repositories and install the package with the following commands: sudo apt-get update sudo apt-get install kodi If you have installed the full version of Raspbian […]

Friday, July 28th, 2017 at 16:00 0 comments

RetroPie is a script to install emulators. This tutorial will show how to install RetroPie under Raspbian, it’s based on https://retropie.org.uk/docs/Manual-Installation/ We’ll need a SSH connection to the Raspberry Pi (or doing it locally). I show you how to achieve it here. We’ll also need internet in the Raspberry Pi. Install packages in order to […]

Thursday, July 27th, 2017 at 16:00 0 comments

I’ve faced some problems when running Raspbian Jessie for the first time from the USB flash drive in my new Raspberry Pi 3. The message was “Root account is locked” and there were problems when mounting the root partition. We’ll edit /etc/fstab with the new addresses for the boot and OS partitions. Listing the exact […]

Wednesday, July 19th, 2017 at 02:59 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

After a few seconds of checkings, the configuration tool raspi-config will appear. In order to select the options we’ll use the keyboard arrows, and the tabulator key to access the options at the bottom, such as Select or Finish. Then will appear the following options: Expand Filesystem. Expand the SD in order to fill the […]

Tuesday, February 18th, 2014 at 23:23 4 comments

We are going to install the stock Raspbian distribution in the flash drive and SD. Download the latest version of Raspbian wheezy from here. Unzip the .zip file and dump it to the flash drive. Windows: Use Win32 diskimager Linux: Dump with dd command to SD card. Complete instruction: sudo dd if=image.img of=/dev/sdX where sdX […]

Wednesday, August 14th, 2013 at 20:05 5 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