how do I start an xTerm on my pc?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers how do I start an xTerm on my pc?
# 8  
Old 10-08-2002
so still use ssh?

after reading http://www.sans.org/top20/#U3, does it still make sense of using ssh with the presumption that it is more secure than telnet and etc...

SO, after all these security, whether telnet, ssh, we are still at the risk of not being secure, so what can we do?
yls177
# 9  
Old 10-08-2002
Turn off your network interfaces Smilie

Seriously though, just don't take anything for granted - Do not assume you are secure just because you are using something like SSH, VPN, telnet, etc...

Getting back to getting an xterm on your machine - have you had any luck?
If you're on a Windows PC, you might try PuTTY - it masqurades as an xterm via telnet or ssh, so you can cut and paste via the mouse, view color text, and it's highly configurable...
# 10  
Old 10-08-2002
CRT

CRT is also a good tool to use and can be downloaded free of charge
# 11  
Old 10-10-2002
Sorry, I was trying to split this thread into a SSH vulnerability thread and accidentally deleted two good posts. My apologies for the mistake.
# 12  
Old 10-10-2002
what do u mean by network interfaces? sorry for my ignorance,
yls177
# 13  
Old 10-10-2002
Quote:
Sorry, I was trying to split this thread into a SSH vulnerability thread and accidentally deleted two good posts. My apologies for the mistake.
D'oh!
# 14  
Old 10-11-2002
To build an emulation terminal

just type:
i) man xterm
=> This is for normal UNIX system usage to build the emulation
from the terminal

ii) man hpterm
=> this is for HP UNIX sytem. It has its own UNIX terminal. I have tried to use before but I don't much different between xterm and hpterm.

***Sorry to call you to read at the help because I have not touch HP UNIX for 5 years. Now I am moving to LINUX Mandrake & SuSe.


Telnet also can be used; or other software. Since you are using HP - UNIX, you can use a software to telnet for terminal emulation

There is also a command, user friendly for HP UNIX;

type: tsm
(if I am not mistaken - it has a software that can emulate and execute from dump terminal - F1, F2, etc.)
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Splitting week start date and end date based on custom period start dates

Below are my custom period start and end dates based on a calender, these dates are placed in a file, for each period i need to split into three weeks for each period row, example is given below. Could you please help out to achieve solution through shell script.. File content: ... (2 Replies)
Discussion started by: nani2019
2 Replies

2. Shell Programming and Scripting

Start program in background (or start crontab ahead of time)

Hey! I'm working on a script that will add a user, create some configfiles, and add a crontab for the user. The crontab looks like the following: @reboot /home/user/program config.conf & I would like for this process to start at the end of my script under the corresponding username by... (0 Replies)
Discussion started by: noratx
0 Replies

3. AIX

Q: how to start a service when system start

As topic, assume we have a service called "blahservice" and we can start it by: startsrc -s blahservice what is the best practice to run such command when system start? - directly use mkitab to add it into /etc/inittab or - drop startup scripts in /etc/rc.d/rcX.d I know they... (4 Replies)
Discussion started by: acerlinux
4 Replies

4. Linux

where to put an application if i want to start it on start up

hi i want to know the way by which i put any file somewhere and it get s started when the system restarts or bots i mean whenever my system starts that application must also start thanks (3 Replies)
Discussion started by: shukla_chanchal
3 Replies

5. UNIX for Dummies Questions & Answers

xterm

hi I'm trying to launch admintool via an export DISPLAY. that is i am doing a rlogin to serverB from serverA. i did the command export DISPLAY=serverA:0 but it prompted me the error DISPLAY=serverA:0: is not an identifier i have searched the forum but there is not much things on this error... (3 Replies)
Discussion started by: legato
3 Replies

6. Shell Programming and Scripting

xterm help?

I want to add a title to this xterm window but cannot figure out how. Can anybody assist with this? xterm +sb -geom 80x25 -ls -tn xterms -tm "intr ^q" -name unikix -e $UNIKIX/bin/unikixl (1 Reply)
Discussion started by: douknownam
1 Replies

7. UNIX for Dummies Questions & Answers

xterm?

Hello all, This is a lame question because I have been working with unix for some years now, but anyway here it is; What is an xterm? ivo (1 Reply)
Discussion started by: Ivo
1 Replies

8. UNIX for Dummies Questions & Answers

How do I start a program when I start my Computer?

I'm running MAC OS X and I'm wondering how I start 'nixey programs (not normal apps) on startup? Things like the dnet client and hxd Hotline Server. Anyone know? (1 Reply)
Discussion started by: l008com
1 Replies

9. UNIX for Dummies Questions & Answers

xterm

Would someone tell me how to save changes in xterm once I've made them using the program options? For example, I type: xterm -bg red and my console window changes color. But how can I now make this attribute save, so that it becomes the default when I relaunch xterm? Any help you can offer... (1 Reply)
Discussion started by: af6
1 Replies

10. UNIX for Dummies Questions & Answers

Xterm

Guys: Anyone have ideas on where can I get information or references if I want to learn on how to program with UNIX GUIs? If you do have ideas please let me know. Its a big help. (2 Replies)
Discussion started by: jfsuminist
2 Replies
Login or Register to Ask a Question