Vestel TV- Telnet connection on pclinuxos and other Linux versions.
It is a simple application that provides an easy telnet connection for Vestel and Vestel manufactured TVs for Linux users. Create a file on the Maa and name it e.g. “vestel.sh”, then open it with kwrite etc. and add the following:
#!/bin/sh
echo "/bin/telnetd -l /bin/sh" | nc "ip of your tv" 1986
Write it down and save it. Remember, of course, that where it says “your TV IP”, write your own TV IP, without the “”, for example:
#!/bin/sch
echo "/bin/telnetd -l /bin/sh" | nc 192.168.0.100 1986
like 🙂 .
Well, haven’t you done it yet 🙂 .
NOTE:
This process will stay open until the TV is switched off. So if you click once, Telnet will stay open until the TV is switched off.