A few questions...


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers A few questions...
# 1  
Old 03-28-2007
A few questions...

I'm new to this UNIX world ! Smilie
I login to a remote server (UNIX [HP-UX]) from an XP machine..

Let's say I need to download a window manager, I've decided upon wmaker ..
But how do I go about it?
How do I connect to the internet from my remote Unix X-Term terminal?

And how do i install it?

OR

Lets say I have the TAR package downloaded in my HDD ..
How will I see the HDD data from Unix terminal??

PS : These questions may sound n00bish, but make no mistake, i AM a n00b! Smilie
# 2  
Old 03-28-2007
Bump...

Any answers??? Smilie
# 3  
Old 03-28-2007
No need to bump (in fact I think it's against the rules). Not everyone is on Bangalore time Smilie

Quote:
Originally Posted by halluc1nati0n
I'm new to this UNIX world ! Smilie
I login to a remote server (UNIX [HP-UX]) from an XP machine..

Let's say I need to download a window manager, I've decided upon wmaker ..
But how do I go about it?
Why do you want a window manager on HP? I believe (though I'm not sure) it probably already has one installed. Most non-linux systems have CDE installed and available.

Generally you'd use a remote _server_ to serve apps like apache or sendmail (or postfix/qmail/etc...) and you wouldn't need or want a window manager in that case.

A third problem would be getting the output of the window manager back to your XP box. It's not impossible but you'd need an X window server on your windows box. Then once you got your window manager started (CDE, wmaker, etc) you'd export the display to your system. For that to work you'd need to have your X window ports open between the HP box and your system (don't know how remote that is and if there are firewalls between you).

Quote:
How do I connect to the internet from my remote Unix X-Term terminal?
If you're able to connect to it remotely, you should be able to then ssh, ftp, trn, or use lynx to web browse out depending on what you're trying to connect to. If you can't, post the error and someone will try to troubleshoot for you.

Quote:
And how do i install it?
Generally there's a README file you should read first and then an INSTALL file you read to see how to INSTALL. There may be other docs and such but those are the two standard files to look for.

Quote:
OR

Lets say I have the TAR package downloaded in my HDD ..
How will I see the HDD data from Unix terminal??
You mean the tar file is on your XP box? If so, just scp the file to the Unix box and work from there.

Quote:
PS : These questions may sound n00bish, but make no mistake, i AM a n00b! Smilie
Remember that most folks here do have other tasks. If we're busy on something else work Smilie related, we may not get to your question until later. Generally folks who answer questions are familiar with the tasks. If the question doesn't have enough information or seems complicated or confused, the person may delay answering leaving it to someone else and then adding their comments. It depends on how busy they are. I'm in the middle of adding a new user and it's a lengthy task (lots of waiting on each system) so I have extra time to provide a detailed response and ask more questions.

Good luck and welcome.

Carl
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Vi questions

Hello, I would like to know how we can highlight/select a section of a file in vi and delete that section if we don't want to use the dd command to delete one line at at time. There is one where we don't want to delete the whole line , but up to a certain word. (2 Replies)
Discussion started by: Pouchie1
2 Replies

2. UNIX for Dummies Questions & Answers

Just had a few questions

1) The lpr and sort utilities accept input either from a file named on the command line or from standard input. a)Name two other utilities that function in a similar manner. b)Name a utility that accepts its input only from standard input. 2) Explain the following error message. What... (10 Replies)
Discussion started by: youngyou
10 Replies

3. Homework & Coursework Questions

Print questions from a questions folder in a sequential order

1.) I am to write scripts that will be phasetest folder in the home directory. 2.) The folder should have a set-up,phase and display files I have written a small script which i used to check for the existing users and their password. What I need help with: I have a set of questions in a... (19 Replies)
Discussion started by: moraks007
19 Replies

4. Programming

two questions

hey all, I have question when am writing simple shell... in the child am calling execvp, i want the parent to know when execvp returns - 1. how can i let the parent know the result of execvp thanks in advance (9 Replies)
Discussion started by: joey
9 Replies

5. UNIX for Dummies Questions & Answers

Just a few questions.

Hi everyone im new to this forums, i just wanted to get started by asking a few question(Im a Unix newbie) 1. How do i sort a file called "dirr" in a ascending order on the 3rd column 2. what does alias on=who do Thanks in advance!!! (1 Reply)
Discussion started by: Da Paper
1 Replies

6. Solaris

2 Questions

Hello Everbody I hope you can give me a hand, I have some questions The first one itīs about some message that I donīt know what means, I was looking about it. but nothing. This is the message rsh: connection from bad port bsd-gw: Error reading from connection: Bad file number And my... (4 Replies)
Discussion started by: lo-lp-kl
4 Replies

7. Programming

C questions

What does "extern" do? ex. extern int x; and another question, what about using static in functions? like: static void foo(), why? (2 Replies)
Discussion started by: Esaia
2 Replies

8. UNIX for Dummies Questions & Answers

i got some questions :)

Hi! Im new to all this but the computer club im in has unix i think. now my questions. 1.is it NTFS i need to partion the harddrive with to be able to use unix? 2.Unix and Linux whats the diffrense?yes im a noob got no idea been using crap windows for ages and hate it. 3.I got a win98... (2 Replies)
Discussion started by: Pierre
2 Replies
Login or Register to Ask a Question