Sponsored Content
Top Forums UNIX for Advanced & Expert Users How to connect ubuntu through putty from Window? Post 302457083 by pludi on Monday 27th of September 2010 07:55:12 AM
Old 09-27-2010
Yes of course it's possible then. Download and install a virtualization solution of your choosing (VirtualBox, VMware, ...), install Ubuntu in it, and finally install the OpenSSH server by running sudo ap-get install openssh-server.
These 2 Users Gave Thanks to pludi For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Change putty title window?

Is it possible to change the putty window title from a Unix command line? (12 Replies)
Discussion started by: akbar
12 Replies

2. UNIX for Advanced & Expert Users

putty title window?

I have implemented the solution from mschwage located in post https://www.unix.com/unix-advanced-expert-users/35784-change-putty-title-window.html; ie wt () { echo -n "^2;${@}^G" } This method is awesome!!!! The reason I am sending you this message is to get your assistance with... (3 Replies)
Discussion started by: lwif
3 Replies

3. Shell Programming and Scripting

How do I Get the Title of My Putty Window (Emulating an XTerm)

I have a Perl script that changes the terminal window title and I would like to reset it to the original value when I am done. We are using Putty which emulates xterm. We are not running X-Windows so I can't use something like xprop (can I?). I'm using XTerm control codes to change the title and I... (2 Replies)
Discussion started by: NateTut
2 Replies

4. Linux

Opening a GUI from a putty window on Linux

Hi, I have a linux which I am accessing using putty.I have written some code in TCL-Tk & developed a GUI based app.I knew that it is difficult to open a GUI based app. from putty,but there must be some way to do that. If anybody knows any such workarounds kindly let me know. Shell I am using is... (4 Replies)
Discussion started by: forstudy3
4 Replies

5. UNIX for Dummies Questions & Answers

Putty - window size

Hi Guys, When I use putty and maximize it, then the second half of the emulator window is not utilized and used! I mean the mouse cursor is at the half of the page not at the bottom! i have to once minimize and maximize the window to tell putty that i am going to use the maxmized window...is... (4 Replies)
Discussion started by: messi777
4 Replies

6. UNIX for Advanced & Expert Users

Change the window name for putty

Hi everyone , Happy new year ! I have a question , hope someone will respond to me . I will be logging into so many servers in the same putty . So , whenever i loggedoff and loggedin into anonther server , putty window will change accordingly to the server name . If the above is... (7 Replies)
Discussion started by: radha254
7 Replies

7. Shell Programming and Scripting

Remotely setting putty window title

I have successfully used a script to modify putty's window title for many years. It has worked great in a Solaris 10 environment, using, sh, bash and tcsh. But I've never been able to get it to work in linux :( The script relies on sending escape sequences via gnu echo. The version of echo on... (4 Replies)
Discussion started by: tsreyb
4 Replies

8. Ubuntu

Login from putty in wndows7 to connect ubuntu machine

hi, i have ubuntu installed on windows 7. I am trying to connecting to ubuntu from windows 7 using putty but it is giving network problem. I am trying to connect with ip address Thanks (9 Replies)
Discussion started by: diehard
9 Replies

9. Shell Programming and Scripting

Help with putty window setting

hi friends, This is not a shell scripting related doubt, but still posting so that you can answer it ;) or redirect to correct place in this website. Many a times i have to open multiple putty sessions by duplicating a session and want to rename their tabs. For this activity i have to right... (4 Replies)
Discussion started by: kunwar
4 Replies

10. UNIX for Dummies Questions & Answers

Getting command output to putty window title.

Hi, Last 2 weeks I have searched many forums and i haven't found the answer for the question: How to get all command output to Putty title? Needed it for other programs to know when some jobs on a server is done and is it done right or wrong. Plink stdout and stdin wasn't working, i used many... (1 Reply)
Discussion started by: domagaj
1 Replies
NGLISTER(1)							  NGLister Manual						       NGLISTER(1)

NAME
NGLister - Tool to download newsgroup information from news servers SYNOPSIS
nglister [ -u username ] [ -p password ] [ -P port ] hostname filename nglister -h | --help DESCRIPTION
NGLister is a tool to download information about groups and other information available on an NNTP (Usenet news) server. It is designed to be fast and simple; just specify the server and the information you want, and NGLister will send it to standard output. You can write the information to a file by appending: > filename to the end of your command-line. INSTALLATION
To install NGLister, you will need a current version of Python <URL:http://www.python.org/>. NGLister requires only one other piece of software: Optik. You can find it at <URL:http://prdownloads.sourceforge.net/optik/Optik-1.3.tar.gz>. To install, run this command as root: python setup.py install OPTIONS
-u username Specifies the user name to use for logging into the server. Use this only if your server requires authentication. -p password Specifies the password to use for logging into the server. Use this only if your server requires a password. -P port Specifies the numeric port to use when connecting. Most servers listen on port 119, the default NNTP port, so that value is used by the default. This option will only be needed rarely. hostname Specifies the name of the NNTP server. filename Specifies the name of the data to retrieve from the remote NNTP server. Most people will use active or newsgroups here. The set of files supported varies from one server to the next. Please note that this parameter does not denote an output filename or even a real filename; just the type of information you want from the server. Here is a list of commonly-supported information types. Additional items are specified in RFC2980 <URL:http://www.ietf.org/rfc/rfc2980.txt> with the LIST command. o active lists all newsgroups and describes their numbering. o newsgroups lists the newsgroup descriptions. Note that most servers do not carry descriptions for all groups, and the groups that lack a description will not be listed here at all. o active.times describes how recently each newsgroup has seen activity. o motd shows the server's "Message Of The Day" -- that is, current news about the server. -h --help Displays brief usage help. CONFORMING TO
o Network News Transport Protocol as specified in RFC 977 o Common NNTP Extensions as specified in RFC 2980 o Standard Python 2.2.1 as implemented on POSIX-compliant systems. COPYRIGHT
NGLister and this manual, are Copyright (C) 2003 John Goerzen. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA AUTHOR
NGLister its libraries, documentation, and all included files, was written by John Goerzen <jgoerzen@complete.org> and copyright is held as stated in the COPYRIGHT section. NGLister may be downloaded from the Subversion repository <URL:http://svn.complete.org/> or from the Debian package page <URL:http://pack- ages.debian.org/unstable/news/nglister.html>. SEE ALSO
slrn(1), python(1) John Goerzen 12 February 2003 NGLISTER(1)
All times are GMT -4. The time now is 01:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy