Pi STUFF 

SITIOS ::

Tutorial para hacer "útil" la Raspberry Pi:

Bajar OS:

Para crear memoria SD con OS:

Otros ::

Comandos ::

Raspberry Pi Software Configuration Tool

sudo raspi-config

Update

Once connected over WiFi, the next thing you should do is run some updates:

sudo apt-get update -y
sudo apt-get upgrade -y

Here are some helpful commands for debugging network and wifi issues on your Pi:

This command should list your network in the first line for wlan0:

iwconfig

This command should show info for wlan0:

ifconfig

This command should list your network name:

iwlist wlan0 scan | grep ESSID

To edit or review your wifi settings, run this command:

sudo nano /etc/wpa_supplicant/wpa_supplicant.conf