Find the answer to your Linux question:
Results 1 to 5 of 5
I recently became an OpenSUSE user, and am hosting my own website. I do not have a static IP, so I used NoIP ( No-IP - Dynamic DNS, Static DNS ...
  1. #1
    Just Joined!
    Join Date
    Nov 2008
    Posts
    2

    How do I install stuff?

    I recently became an OpenSUSE user, and am hosting my own website. I do not have a static IP, so I used NoIP (No-IP - Dynamic DNS, Static DNS for Your Dynamic IP) to create a domain with a dynamic IP. The website works fine; however, the NoIP client that tells NoIP what my modem's IP currently is is installed on a windows machine on the same LAN. i want to put it on my actual OpenSUSE server, but i don't know what to do with a tar.gz file. HELP!!

  2. #2
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    The normal way to install is via

    Yast-Software-Software Management

    You will find yast in the menu in the gui or you can run a text version from the command line.

    If you install from source you need to follow the instruction provided by the packages development page,

    gz files are just compressed files like zip files once uncompressed there should be a read me in the directory where you uncompressed it. It will have details on exactly how to build the app from source.

    You will find several zip utilities in the menu. You can use gzip from the command line. Type info gzip for information on the program.

    But it is best to install via Yast if at all possible

  3. #3
    Linux Enthusiast deltaflyer's Avatar
    Join Date
    May 2005
    Posts
    577
    to install no-ip under linux/openSuSE The Newbie's Guide to the No-IP Linux Client
    follow that after downloading the linux version from here Download a Free Dynamic DNS Update client for your dynamic IP hope this helps
    SLOMO: acer extensa 5235 2.2ghz,2gb ram 160gb hdd wireless
    SPEEDY: homebrew desktop,Amd x2 dualcore,2gb ram,500gb +1tb( 2x500gb) hdd suse 11.3,32mb fibreline
    registered linux user #401845

  4. #4
    Just Joined!
    Join Date
    Nov 2008
    Posts
    2

    Hey thanks

    Thanks for the help with that - it works now

    One more question...

    Can set up my existing server as a proxy server (like those in the Tor network, but independently)? I've heard the term SOCKS proxy thrown around, is that the way to go?

  5. #5
    Just Joined!
    Join Date
    Sep 2008
    Posts
    88
    To me, that's a compiation file.(the source code for that particular s/w you want)
    What really is that tarball file for? Did your source tell u its purpose?
    If it's important and u want to see its purpose, jyst do this;

    Go to run command and type:konsole
    type :cd /(whatever path that tarball file is in)[enter]
    type :tar -xf(or -zxvf) (the name of the tarball)[enter]
    type :./configure[enter](you have to look for any signs of faults like if the configuration is too shortlived or finishes prematurely. If it does, that file is broken and you need 2 luk for anatha.)
    type :make(this compiles the code iinto an object code)
    If errors arise, the file is either broken or your system configuration does not match the compilation's attributes.
    type :make install

    and the installation is complete...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...