A few questions...

Discussion in 'Technical' started by halluc1nati0n, Mar 28, 2007.

  1. halluc1nati0n

    halluc1nati0n New Member

    I'm new to this LINUX/UNIX world ! :cool:
    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! :D
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Are you asking how to unpack a tar.gz file? This works as follows:
    Code:
    tar xvfz file.tar.gz
     

Share This Page