downloads on sidekicks


 
Thread Tools Search this Thread
Contact Us Post Here to Contact Site Administrators and Moderators downloads on sidekicks
# 1  
Old 08-16-2006
downloads on sidekicks

I downloaded the terminal client on my sidekick one and I am trying to figure out what is the right host to log in to unix,in order to use its feature.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Free O/S for Unix downloads

Can I download Debian or SUSE for free? If so, from where on the internet can I get a free version of Unix? (3 Replies)
Discussion started by: jsb1022
3 Replies

2. Shell Programming and Scripting

Help with watermarking photos downloads with corresponding URLs

Hi Everybody :) Once again I seek the wisdom of the community:b: I wish to accomplish a task on the command line that involves watermarking download photos with the URL that they originated from. So far I have a command that downloads images from Picasa and creates a file of the URL... (0 Replies)
Discussion started by: o0110o
0 Replies

3. Solaris

Downloading JDK - Different types / downloads ?

Hi all I need to update the current jdk_1.5.0_11 to a higher version, as requested by other developing house. However, looking on the net / sun's site, whats all the differences between jdk with javaFX, or Java EE or java SE ? Im assuming that you can download a base developer kit, and... (3 Replies)
Discussion started by: sbk1972
3 Replies

4. Linux

fair downloads with flashget, reget etc.

I would like to shape multi-threaded downloaders (like flashget, reget etc.) but I don't want to make a limit on connections less then two (i.e. you download something from an ftp and want to browse this ftp at the same time). I found a pack of utilities - iproute2 and found a patch to linux kernel... (0 Replies)
Discussion started by: bobbyk2002
0 Replies

5. Cybersecurity

Viruses in downloads/webs

How secure are downloads from unix.com, linux.com, etc? Not talking about off the wall individual user sites, but sites like unix.com, download.com, tucows.com? We've been inundated at work lately from viruses, and I want to make sure that for things like work related downloads, that those kind... (5 Replies)
Discussion started by: kymberm
5 Replies

6. Shell Programming and Scripting

online halo any downloads?

Someone told me that I can download a thing that I can play Halo over the Internet for xbox (1 Reply)
Discussion started by: memattmyself
1 Replies
Login or Register to Ask a Question
CATDIC(1)						      General Commands Manual							 CATDIC(1)

NAME
catdic - Download a dictionary SYNOPSIS
catdic [{-cs|-cannaserver} canna-server] [-i|-u user-name] remote-dic [-l local-file] DESCRIPTION
catdic downloads a dictionary file to the current directory. The file downloaded is a dictionary file the dictionary name of which is remote-dic. It is in the user dictionary directory of the machine on which cannaserver(1M) is in operation. (Hereafter, this machine is called the remote host.) OPTIONS
-cs canna-server (or -cannaserver canna-server) Specifies the name of the server machine that contains a dictionary to be downloaded. -i Downloads the system dictionary. -u user-name Specifies the user name. Another user's dictionary can be referenced by this user name. -l local-file local-file is the dictionary file name. If it is omitted, the standard output will be assumed. EXAMPLES
% catdic test Outputs the contents of dictionary file ``test'' on the remote host, to the standard output. % catdic test -l test2.t Downloads dictionary file ``test'' on the remote host to current directory file ``test2.t''. SEE ALSO
cannaserver(1M), lsdic(1), mkdic(1) CATDIC(1)