tecno4
2.4M views | +44 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 PuTTy'. Clear
Scooped by Gumersindo Fernández
Scoop.it!

How to connect to your Raspberry Pi via SSH - PuTTY & WinSCP

A quick guide for beginners for using PuTTY or WinSCP to connect directly to a Raspberry Pi via SSH. Ideal for tweaking Octoprint, setting up Klipper or other Pi related projects.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Mejores alternativas a PuTTY para usar SSH en Windows 10

Mejores alternativas a PuTTY para usar SSH en Windows 10 | tecno4 | Scoop.it
Es posible que alguna ocasión necesitemos de poder conectar nuestro ordenador de forma remota, de forma que podamos controlar otro PC sin necesidad de desplazarnos hasta él. Algo habitual si, por ejemplo, queremos acceder al ordenador de la oficina desde casa. Para ello, la mejor opción pasa por elegir un sistema profesional que permita conectarnos de forma remota mediante protocolos SSH. Para ello, muchos usuarios optan por un programa como PuTTY, si bien, también existen otras alternativas que debemos tener en cuenta.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Use PuTTY to Access the Raspberry Pi Terminal from a Computer

Use PuTTY to Access the Raspberry Pi Terminal from a Computer | tecno4 | Scoop.it

PuTTY is a software application that you can run from your desktop or laptop computer to access the Raspberry Pi command-line interface. It uses SSH (secure shell) to open a terminal window on your computer, which you can use to send commands to the Raspberry Pi and receive data from it. There are other programs that you can use to access the Raspberry Pi terminal, but PuTTY is by far the most popular. 

PuTTY is open source and free to use. Visit the PuTTY website to download and install 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!

PuTTY Portable 0.71 (telnet and SSH client) Released  

PuTTY Portable 0.71 (telnet and SSH client) Released   | tecno4 | Scoop.it
PuTTY is a lightweight telnet and SSH client for Windows, along with an xterm terminal emulator. It allows you to securely connect to your systems while on the go. Learn more abou
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

PuTTY Portable 0.76 (telnet and SSH client) Released 

PuTTY Portable 0.76 (telnet and SSH client) Released  | tecno4 | Scoop.it
A new version of PuTTY Portable has been released. PuTTY Portable is the popular PuTTY telnet and SSH client packaged as a portable app, so you can connect in to your systems on the go. It's packaged in PortableApps.com Format so it can easily integrate with the PortableApps.com Platform. And it's open source and completely free.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

PuTTY en Windows 10 - Cómo usar conexiones SSH remotas

PuTTY en Windows 10 - Cómo usar conexiones SSH remotas | tecno4 | Scoop.it
Cuando tenemos que conectarnos a nuestro ordenador para utilizarlo de forma remota tenemos varias formas de hacerlo. La más común es recurrir a un software de control remoto, como es el caso de Escritorio Remoto de Windows 10, o TeamViewer, que nos permita controlar nuestro PC a través de Internet como si estuviéramos sentados delante de él. Sin embargo, hay otras opciones mucho más profesionales para controlar cualquier sistema de forma remota, sobre todo cuando lo que queremos hacer es conectarnos a un sistema Linux. Por ejemplo, hacer uso de un software, como PuTTY, para conectarnos a él a través de protocolos como SSH.
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!

Control Raspberry Pi Without Monitor.: 7 Steps

Control Raspberry Pi Without Monitor.: 7 Steps | tecno4 | Scoop.it

In previous instructable I shared a beginners guide to Raspberry Pi. There we saw how to boot Raspbian onto the Pi and use it as a desktop. But for that setup we require a lot of peripherals like monitorHDMI cablewireless keyboard and OTG adapter. Most of the time we don't need these peripherals after the first boot. To save some money we can use the Pi in Headless mode i.e accessing it without a monitor.
In Headless mode, we can access the Raspberry Pi over wireless network using SSH (Secured Shell Protocol). So without wasting anymore time, lets get right into it.

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

Usar Raspberry Pi sin monitor

Usar Raspberry Pi sin monitor | tecno4 | Scoop.it

El trabajar con el ordenador, su teclado y ratón, y con el monitor conectado a Raspberry Pi con su teclado y ratón a veces se puede convertir en una pesadilla. Una sencilla solución es conectarse de manera remota a nuestra Raspberry Pi sin ningún dispositivo más, solo nuestro ordenador. Veremos en este tutorial las formas más usada de conexión remota.

 Hay que mencionar, que debemos tener nuestro PC y Raspberry Pi conectados en la misma red. El sistema operativo sobre el que se explicará el tutorial en Windows 7.

Conexión SSH
Cuando te adentras en el mundo de Raspberry Pi te darás cuenta que la mayoría de cosas las harás a través de su Terminal (consola de comandos). SSH es un intérprete de ordenes seguras, es un protocolo que sirve para acceder a maquinas remotas a través de una red. Nos va a permitir usar completamente un ordenador mediante una consola de comando. Es decir, tendremos acceso a la consola de comando de Raspberry Pi en cualquier ordenador.
Como Windows no tiene implementado este interprete, debemos instalar un programa SSH. Usaremos el programa más conocido para Windows, PuTTy.

No comment yet.