tecno4
2.4M views | +34 today
Follow
tecno4
Información asignatura tecnología
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'Raspberry Pi acceso remoto'. Clear
Scooped by Gumersindo Fernández
Scoop.it!

3 Easy Ways to Access Your Pi Over the Internet Remotely 

3 Easy Ways to Access Your Pi Over the Internet Remotely  | tecno4 | Scoop.it
Solutions like Teamviewer, VNC, or XRDP can provide remote access to a Raspberry Pi over the Internet. A few extra configuration steps are required to make them work from anywhere, but it’s doable.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Remote access your Raspberry Pi securely

Remote access your Raspberry Pi securely | tecno4 | Scoop.it

The small footprint and low energy demands of Raspberry Pi make it ideal for remote deployment, and accessing Raspberry Pi from another computer is a common user request.

There are many different solutions for remote access to Raspberry Pi. The most common is to use one of two techniques: SSH and VNC.

SSH and VNC involve opening a port on Raspberry Pi (VNC uses port 5900+N and SSH uses port 22). This potentially exposes your Raspberry Pi. Hackers actively look for Raspberry Pi devices with these open ports and default passwords. This is why you must change your password when turning on VNC.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Remote Access - Raspberry Pi Documentation

Remote Access - Raspberry Pi Documentation | tecno4 | Scoop.it

Sometimes you need to access a Raspberry Pi without connecting it to a monitor. Perhaps the Pi is embedded in something like a robot, or you may want to view some information from it from elsewhere. Maybe you simply don't have a spare monitor! You can find more information on accessing your Raspberry Pi remotely here.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Acceso remoto a través de SSH

Acceso remoto a través de SSH | tecno4 | Scoop.it

Secure Shell (SSH) es un protocolo de comunicación entre dos sistemas usando una arquitectura cliente/servidor y que permite a los usuarios conectarse a un host remotamente. La sesión de conexión está encriptada haciendo imposible que alguien pueda obtener contraseñas no encriptadas.
En la siguiente imagen podemos ver una ventana típica de conexión SSH a una Raspberry Pi con el sistema operativo Raspbian Stretch.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Acceso Remoto Raspberry Pi

Acceso Remoto Raspberry Pi | tecno4 | Scoop.it
Una vez instalado vamos a asegurarnos el acceso remoto para no tener que necesitar de un monitor y un teclado y ratón y podamos manejarlo.

Acceso Remoto: https://www.raspberrypi.com/documentation/computers/remote-access.html 
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Remote Access with Raspberry Pi tutorial

Remote Access with Raspberry Pi tutorial | tecno4 | Scoop.it

Welcome to part 3 of the Raspberry Pi tutorial series. In this part, we're going to cover how we can remotely access our Raspberry Pi, both with SSH and with a remote desktop client. We want to eventually be able to remotely access our Raspberry Pi because much of the "value" of the Raspberry Pi is its size, and that it can be put in a variety of places that we might not want to have a keyboard, mouse, and monitor attached to it at all times and we probably don't want to have to carry over all of this stuff when we do want to access it.

 
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Acceso remoto de Raspberry Pi

Acceso remoto de Raspberry Pi | tecno4 | Scoop.it

Bienvenido a la parte 3 de la serie de tutoriales de Raspberry Pi. En esta parte, vamos a cubrir cómo podemos acceder remotamente a nuestra Raspberry Pi, tanto con SSH como con un cliente de escritorio remoto. Queremos eventualmente poder acceder remotamente a nuestra Raspberry Pi porque gran parte del “valor” de la Raspberry Pi es su tamaño, y que se pueda poner en una variedad de lugares que no queramos tener un teclado, ratón y monitor conectados a él en todo momento y probablemente no queramos tener que llevar todo esto cuando queramos acceder a ella.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How to Set Up WiFi on the Raspberry Pi 3

How to Set Up WiFi on the Raspberry Pi 3 | tecno4 | Scoop.it

The Raspberry Pi 3 comes with an on-board 802.11n Wireless LAN adapter, which means that it’s no longer necessary to purchase a separate WiFi dongle. It’s also quite a bit easier to set up. In this tutorial, I’ll show you how to set up WiFi from the command line or from the Raspbian desktop.  

You will need access to the Pi’s command prompt or desktop. If you have a monitor and keyboard, that’s as simple as plugging everything in. If you don’t have a keyboard and monitor and are setting up the Pi headless, check out this guide to see how to access the command prompt from another computer.

No comment yet.