Navigation » MPC Club Community Board > Archive > MPC Archive > General Archived Topics » *** Telnet Tutorial by Hi-Jack

Notices

» Slysoft Recommended!
1 CLick BD and DVD backups
Download AnyDVD HD!
For Blu-Ray and DVD!
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Stats
Members: 85,389
Threads: 29,399
Posts: 247,970
Welcome to our newest member, tottode
» MPC Club Advertisers and Sponsors
Reply
 
Thread Tools
Old 05-11-04, 16:13   #1
Hi-Jack

Think Tank
 
Hi-Jack's Avatar
 
Join Date: Nov 2003
Location: Belgium
Posts: 23,322
Contribution: 9.39%
Blog Entries: 12
Thanks: 22
Thanked 3,435 Times in 601 Posts
Downloads: 0
Uploads: 0
Default *** Telnet Tutorial by Hi-Jack

Well, i think it's time more people learn about the possibilities of Telnet.
I'm certain many of u have seen Telnet enabled firmware is available for
KiSS player but only a few know what Telnet is or does...

WithTelnet, you can work directly on a computer or device from a distance,
rather the distance is 1 meter or 10.000.

Telnet is mostly promoted as the beginning of the internet services. In
theorie, you can do anything you wish; e-mail, ftp, newsgroups etc. It is
fast but you pay the price in a way that Telnet is a command-line interface
so no fancy looks, easy pressable buttons etc... The applications within
telnet are mostly command line oriented and limited to the applications
installed on the host... (The computer or device you connect to).

Effective use of Telnet is only possible if you are a most advanced user and
to become one, you need info and help from others to explain some of the
things one can do with Telnet, you can best compare it with using the
command line interface in Linux Operating systems or the old DOS systems
(with similar but still different commands).

Telnet can be used in combination with programs like Putty but we rather
advice using the old way. It has the most value as that way, you might
actually learn something

First things First
Not all options of each command are listed here so if you want more info on
a certain command you can enter the following possibilities:

man [command]
[command] -?
[command] -help

For example: man ls
U will get more info on how to use the "LS" command.

In the command examples below we use [command] or [filename] to
reflect the spot where you need to enter your personal files or commands.
The "[" en "]" signs should be left out; these are used for making the text
more readable only. (Just in case we have blonds on fire )

General Commands:

pwd Shows the complete path of a directory
ls Shows all files in a directory
ls -al Shows all files with info in a directory
ls ?alR Shows all files and info in all subdirectories
ls -alR > filename.txt Same as ls ?alR, but writes the output to a file
ls *.html Shows all files with .html extension (*.doc, *.xls etc...)
cd [directory name] Changes to the directory you choose (cd /hdd/audiio)
cd .. Changes the directory to one level higher
clear Wipes the screen blank
vdir Same as "ls" command, but with more info.
exit Log off

Move files, copy files and remove files:

mv [old filename] [new filename] Move/rename file
cp [filename] [new filename] copy/rename file
rm [filename] Remove file
rm * Remove all files from this directory
rm *.html Remove all files with .html extension

Directories:

mkdir [folder name] Create new folder
ls -d */ Shows all directories in current directory
cp -r [directory] [new directory] Copies a complete directory with all content

Search directories and files:

find . -name [filename] -print Search for a file
grep [text] [filename] Looks for text in a file

File and Folder rights

The chmod command can be used to adjust rights on folders. This is not
done with usernames and groups but with numbers... There's always 3
levels to set (Like 777 or 656 or 757 etc...)

First level: Owner (The administrator for instance)
Second Lever: Group
Other: Everyone except admin and group

For example:

777 sets complete access for Admins (first 7), groups (second 7) and others (third 7)

756 setc somplete access for Admins (7), groups have Read and Execute (5) and all others have Read/Write and execute (6)

Here's an overview

0 = --- No rights
1 = --X Execute only
2 = -W- Write only
3 = -WX Write and execute
4 = R-- Read only
5 = R-X Read and execute
6 = RW- Read and write
7 = RWX Read, write and execute

Unzip functions (not available on KiSS players but we are looking into it)

For files with ".zip" extension:
unzip file.zip

For files with ".tar" extension:
tar -xvf file.tar

For files with ".gz" extension:
gzip -d file.gz

For files with ".tar.gz" extension:
gzip -d file.tar.gz en dan tar -xvf file.tar

Zip functions

"zip target.zip home.html index.html" wil create a Zip file
with the files home.html and index.html in them.

Well, i hope this clears up some of the little questions in your grey cells and
that somehow it helps you understand some of the basic commands you
can execute using Telnet. Other things you can do using telnet are:

Start web radio streams
Kill Processes and more...

For some of them, i refer to our FREE KiSS Manual

Please feel free to discuss telnet here and share other commands with
eachother. I sure made a good start

regards
Hi-Jack
__________________
Regards
Hi-Jack
___________________________________________
MyMovies for NMJ: Starts here!
Slysoft: 1 Click Backup for BD and DVD
MPC's Recommended Stores
Hi-Jack is offline   Reply With Quote
Advertising
Advertising temporarily disabled
Old 06-11-04, 10:40   #2
Langman

Experienced Member
 
Join Date: Nov 2003
Location: The Netherlands
Posts: 102
Contribution: 0.04%
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
Default

Thanks Hi-Jack!
Langman is offline   Reply With Quote
Old 06-11-04, 11:51   #3
Roonie

Senior Member
 
Join Date: Oct 2004
Location: Holland
Posts: 432
Contribution: 0.17%
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
Default

Hi,
Can anyone tell me what the benefits are for using telnet instead of a ftp programme ......?? All that Hi-jack has told here can also be done with such a programme (I think , correct me if I`m wrong) !! Are there any extra features or something ....it seems a bit old fashion to work that way ....Kind of a step backwards ........... Please inlighten me ! 8O

Ronald
__________________
*** DP-558 HDX-1000 and a Pronto tsu-7000 ***
Roonie is offline   Reply With Quote
Old 06-11-04, 12:18   #4
massivekid

Experienced Member
 
Join Date: Sep 2004
Location: Belgium
Posts: 207
Contribution: 0.08%
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
Default

With Telnet you can LAUNCH programs on the KISS.
With FTP you can only get or send files to/from the Kiss.
massivekid is offline   Reply With Quote
Old 06-11-04, 13:53   #5
Roonie

Senior Member
 
Join Date: Oct 2004
Location: Holland
Posts: 432
Contribution: 0.17%
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
Default

Originally Posted by massivekid
With Telnet you can LAUNCH programs on the KISS.
Hi,
What do you mean by launch programs .... what kind of programs ??
Films or music ??

Ronald
__________________
*** DP-558 HDX-1000 and a Pronto tsu-7000 ***
Roonie is offline   Reply With Quote
Old 06-11-04, 14:41   #6
winge

Experienced Member
 
Join Date: Jul 2004
Posts: 179
Contribution: 0.07%
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
Default

You actually can remotely control the KiSS player. Look what processes are running and other nice things. With ftp you can only transfer files (oh well maybe also rename and move files).

The things listed above is only a few things you can do. There is lots lots more.

/winge
winge is offline   Reply With Quote
Old 06-11-04, 20:55   #7
jeffaries

Experienced Member
 
jeffaries's Avatar
 
Join Date: Dec 2003
Location: Luxembourg
Posts: 184
Contribution: 0.07%
Thanks: 1
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
Default

Originally Posted by winge
You actually can remotely control the KiSS player. Look what processes are running and other nice things. With ftp you can only transfer files (oh well maybe also rename and move files).

The things listed above is only a few things you can do. There is lots lots more.

/winge
Remotly Control ???? What remote action can you do ???? Play, Stop, FF, ... ?
jeffaries is offline   Reply With Quote
Old 07-11-04, 00:15   #8
Hi-Jack

Think Tank
 
Hi-Jack's Avatar
 
Join Date: Nov 2003
Location: Belgium
Posts: 23,322
Contribution: 9.39%
Blog Entries: 12
Thanks: 22
Thanked 3,435 Times in 601 Posts
Downloads: 0
Uploads: 0
Default

yes...
All that.
You can also start any webradio even when not listed in web radio .

As is said, get the manual and read it...
That will give you an idea...
__________________
Regards
Hi-Jack
___________________________________________
MyMovies for NMJ: Starts here!
Slysoft: 1 Click Backup for BD and DVD
MPC's Recommended Stores
Hi-Jack is offline   Reply With Quote
Old 07-11-04, 00:18   #9
winge

Experienced Member
 
Join Date: Jul 2004
Posts: 179
Contribution: 0.07%
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
Default

The things you control are more "deep" than that. I don't even know it it is possible to send commands like FF, stop, play and so on. You're able to start processes and kill then and so on. You can see what applications that are launched when entering web radio or whatever.

Since the player is running uclinux (as I understand it) it is like sitting in front of the linux computer controlling it totally.

Hope I make sense...
winge is offline   Reply With Quote
Old 07-11-04, 08:45   #10
Roonie

Senior Member
 
Join Date: Oct 2004
Location: Holland
Posts: 432
Contribution: 0.17%
Thanks: 0
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
Default

Originally Posted by winge
Hope I make sense...
I get the picture .... still seems a bit old fashion, somehting like that should also be possible via a GUI (http, I think) that would be a lot easier !! :P

Ronald
__________________
*** DP-558 HDX-1000 and a Pronto tsu-7000 ***
Roonie is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Tutorial on how to rip HD DVD/BD into MKV playable TViX desray Archived DViCo 14 25-03-08 10:52
Tutorial : How to change backgrounds on your K|i|S|S player milcoi General Archived Topics 5 24-03-05 08:57
How to use telnet with the DP-558 KeesC Archive PVR and DVR 4 28-12-04 17:33
tutorial moek Community Development General!! 1 05-01-04 13:11
POLL Tutorial: Change Webradio URL 2.8.0 Firmware! Hi-Jack General Archived Topics 0 03-01-04 09:09

» MPC top List...

TOP 5 Regular media players

  • Popcorn Hour C-300 (81%)
  • Mede8er Med500x2 (80%)
  • Dune SMART (D1) (65%)
  • HDI Dune Base 3.0 (52%)
  • DViCo TViX X-Roid (00%)

TOP 5 Hybrid media players

  • HDI Dune BD Prime 3.0 (75%)
  • HDI Dune HD SMART B1 (74%)
  • PoPCorn Hour C-200 (68%)
  • HDI Dune MAX (54%)

We do not recommend currently...

  • Xtreamer products
  • Hantech products
  • MViX products
  • DviCo products
  • HDX products
Powered by vBadvanced CMPS v3.2.1 - twisted by vbTwist and Hi-Jack (MPC Club)