Android telnet RPi 2B
/*************************************************************************
* Android telnet RPi 2B
* 说明:
* 本文记录RPi 2B如何使用安装telnet服务,Android如何通过busybox telnet
* 进入RPi 2B系统,RPi 2B系统默认不带telnet服务,所以需要先ssh进入系统安装
* 相关服务,本人通过WIFI将Android手机、笔记本、RPI 2B组合在一个局域网内,
* 同时通过笔记本网卡与RPI 2B网卡连接进行初期网络配置,在前面已经有记录,
* 这里不再阐述。
*
* 2016-5-14 深圳 南山平山村 曾剑锋
************************************************************************/ 一、参考文章:
如何使用telnet命令登录树莓派?
http://tieba.baidu.com/p/4517066851 二、安装流程:
. sudo apt-get install openbsd-inetd
. sudo apt-get install telnetd
. sudo /etc/init.d/openbsd-inetd restart 三、测试现象:
u0_a85@dior:/ $ busybox telnet 192.168.1.106 Entering character mode
Escape character is '^]'. Raspbian GNU/Linux
raspberrypi login: pi
Password:
Last login: Sat May :: UTC from 192.168.1.101 on pts/
Linux raspberrypi 4.1.-v7+ # SMP PREEMPT Fri Nov :: GMT armv7l The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
pi@raspberrypi:~ $ ls
Desktop Music python_games
Documents Pictures Templates
Downloads Public Videos
pi@raspberrypi:~ $
Android telnet RPi 2B的更多相关文章
- RPi 2B Android telnet ssh
/*********************************************************************** * RPi 2B Android telnet ssh ...
- RPi 2B USB 远程桌面
/******************************************************************** * RPi 2B USB 远程桌面 * 说明: * 用作废的 ...
- RPi 2B Documentation
/********************************************************************** * RPi 2B Documentation * 声明: ...
- RPi 2B Raspbian SD卡内部架构
/***************************************************************************** * RPi 2B Raspbian SD卡 ...
- RPi 2B Raspbian system install
/***************************************************************************** * RPi 2B Raspbian系统安装 ...
- RPi 2B SD read-only filesytem
/**************************************************************************** * RPi 2B SD read-only ...
- RPi 2B 中文语言包
/************************************************************************* * RPi 2B 中文语言包 * 声明: * 本文 ...
- RPi 2B apache2 mysql php5 and vsftp
/************************************************************************* * RPi 2B apache2 mysql ph ...
- windows 远程桌面连接 RPi 2B
/************************************************************************* * windows 远程桌面连接 RPi 2B * ...
随机推荐
- Dungeon Game
The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a dungeon. ...
- https://google-developers.appspot.com/chart/
https://google-developers.appspot.com/chart/
- GCD的简单封装
扩展: dispatch_block_t :无参数block,使用起来很简单 下载链接:http://pan.baidu.com/s/1bndN6Yb ]; } //定时器 - (voi ...
- 全注解的SSH框架
基于struts2.23 + spring2.5.6 + hibernate3.6.4 + hibernate-generic-dao1.0(除了spring,我整合的都是最新的GA包,hiberna ...
- (转)android屏幕适配
声明:eoe文章著作权属于作者,受法律保护,转载时请务必以超链接形式附带如下信息 原文作者: zhuangyujia 原文地址: http://my.eoe.cn/zhuangyujia/archiv ...
- Hadoop基础教程之高级编程
从前面的学习中,我们了解到了MapReduce整个过程需要经过以下几个步骤: 1.输入(input):将输入数据分成一个个split,并将split进一步拆成<key, value>. 2 ...
- 创业者拿到融资别高兴太早,当心TS中的优先清算权
最近创投圈的新闻读起来真是让人有些绝望啊,一家家创业公司接连宣告倒闭,其中不乏一些走在比较后面的“明星企业”,冷不丁冒出点消息,却是创始人发的公告,宣布公司资金链断裂,进入破产清算程序,或被低价并购. ...
- SMB2 Protocol – 简介(应用层协议主要用于在计算机间共享文件、打印机、串口等)
SMB2 Protocol – 简介 SMB协议简介: 服务器信息块(SMB)协议是一个应用层协议主要用于在计算机间共享文件.打印机.串口等. 在介绍SMB协议的时候,一般提到使用的端口为139,44 ...
- ThinkPHP:读取数据库数据 (2)
项目配置文件Conf/config.php中添加数据库连接信息: // 添加数据库配置信息 'DB_TYPE' => 'mysql', // 数据库类型 'DB_HOST' => 'loc ...
- 下载的时候如果文件名是中文就变成zip.zip
struts2 /WEB-INF/web.xml <?xml version="1.0" encoding="UTF-8"?> <web-ap ...