Where Can I Find Free Unix/Linux Software?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GFED
    Confirmed User
    • May 2002
    • 8121

    #1

    Where Can I Find Free Unix/Linux Software?

    Preferably opensource...

    http://freshmeat.net
    http://sourceforge.com

    any other good ones?

    I've been having a lot of fun building FreeBSD and Redhat servers from all my old computers...

    Not into games, just apps and ideas for my own server projects...

    Thanks!
    https://www.flow.page/savethechildren
  • Chris
    Too lazy to set a custom title
    • May 2003
    • 27880

    #2
    www.download.com has an option for it
    [email protected]

    Comment

    • dougeetx
      Confirmed User
      • Apr 2002
      • 6163

      #3
      http://www.tucows.com
      Coming Soon! A NEW revolution in black adult social networking!

      Comment

      • PowerCum
        CjOverkill
        • Apr 2003
        • 1328

        #4
        This is what I use:

        Linux :
        http://www.freshmeat.net
        http://www.sourceforge.net
        http://www.linuxfromscratch.org
        Build your own linux from scratch.

        The only problem with these sites is that they give you precompilled packages only for x86 CPUs, and usually you need to hack some sources to make them work on other architectures. on PPC (G3, G4) all compiles ok, but on PA RISC you will need to hack some sources or they will never work.

        HP-UX
        http://hpux.connect.org.uk/hppd/hpux/
        Download and install GCC and then build from sources. Probably you will get problems to find precompilled GNU packages for the latest HP-UX versions, so install ignite, then find a precompilled GCC or compile it yourself (read the manuals about how to do that on HP-UX or it will not compile) and start compilling from sources.

        Solaris:
        Install the GNU ports that come with the gnome and you can start compilling any GNU source. usually you do not need to make changes in the code.

        BSD:
        Sorry, I do not use BSD, it's too slow and obsolete.

        Hope this helps you
        CjOverkill Traffic Trading Script
        Free, secure and fast traffic trading script. Get your copy now

        Comment

        • darksoul
          Confirmed User
          • Apr 2002
          • 4997

          #5
          Originally posted by PowerCum

          BSD:
          Sorry, I do not use BSD, it's too slow and obsolete.
          That says how much of a clue you have.
          1337 5y54|)m1n: 157717888
          BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
          Cambooth

          Comment

          • Punk`d
            Confirmed User
            • Sep 2003
            • 116

            #6
            Originally posted by PowerCum

            BSD:
            Sorry, I do not use BSD, it's too slow and obsolete.
            hahah
            NasdaqNM: GOOG

            Comment

            • Freeze
              Registered User
              • Jul 2003
              • 44

              #7
              Originally posted by PowerCum
              BSD:
              Sorry, I do not use BSD, it's too slow and obsolete.
              *cough*bullshit*cough*

              For FreeBSD, check out http://www.freebsd.org/ports/index.html

              example: to install wget (nifty HTTP and FTP downloading tool):
              su to root
              cd /usr/ports/ftp/wget
              make install clean

              thats it. For any other application in ports, substitute the appropriate port directory.

              Note that a bug has recently been found in OpenSSH, so you should cvsup your source and recompile sometime soon. (same bug will probably also affect your linux boxes)

              Check the FreeBSD handbook at http://www.freebsd.org/doc/en_US.ISO...ook/index.html - section 4 for ports related stuff, sections 9, 21.3 and 21.4 for details on how to update your sources via cvsup and recompile.

              If you need more help, I might get a 900 number

              Freeze
              Is it just me, or is it hot in here?
              Jorn! Fixth the air condithning, Jorn!

              Comment

              • Freeze
                Registered User
                • Jul 2003
                • 44

                #8
                If you want to use the FreeBSD box for web development and testing, install:

                /usr/ports/www/apache13
                /usr/ports/www/mod_php4

                If you like mySQL, /usr/ports/databases/mysql(version)-server ; or if you prefer PostgreSQL /usr/ports/databases/postgresql72

                Freeze
                Is it just me, or is it hot in here?
                Jorn! Fixth the air condithning, Jorn!

                Comment

                • bigdog
                  Confirmed User
                  • Jul 2001
                  • 6964

                  #9
                  Originally posted by PowerCum
                  This is what I use:

                  Linux :
                  http://www.freshmeat.net
                  http://www.sourceforge.net
                  http://www.linuxfromscratch.org
                  Build your own linux from scratch.

                  The only problem with these sites is that they give you precompilled packages only for x86 CPUs, and usually you need to hack some sources to make them work on other architectures. on PPC (G3, G4) all compiles ok, but on PA RISC you will need to hack some sources or they will never work.

                  HP-UX
                  http://hpux.connect.org.uk/hppd/hpux/
                  Download and install GCC and then build from sources. Probably you will get problems to find precompilled GNU packages for the latest HP-UX versions, so install ignite, then find a precompilled GCC or compile it yourself (read the manuals about how to do that on HP-UX or it will not compile) and start compilling from sources.

                  Solaris:
                  Install the GNU ports that come with the gnome and you can start compilling any GNU source. usually you do not need to make changes in the code.

                  BSD:
                  Sorry, I do not use BSD, it's too slow and obsolete.

                  Hope this helps you
                  whats wrong with freebsd?

                  Comment

                  • com
                    Confirmed User
                    • Aug 2003
                    • 4541

                    #10
                    Originally posted by bigdog


                    whats wrong with freebsd?
                    His IQ is too low ;)

                    Real. Professional. Hosting.
                    .:Expect Nothing Less:.
                    320-078-843 :: www.realprohosting.com :: [email protected]

                    Comment

                    • icedemon
                      Confirmed User
                      • Jun 2003
                      • 1022

                      #11
                      Since your using RedHat, you can find RPMs at http://www.rpmfind.net
                      Clips4Sale.com

                      Comment

                      • GFED
                        Confirmed User
                        • May 2002
                        • 8121

                        #12
                        Thanks guys! Great info here!

                        I also wanted to know what is wrong with BSD?

                        I am studying Red Hat because it is most widely used for Internet server applications... also have been told by numerous people that FreeBSD is the best and I'm learning that too...
                        https://www.flow.page/savethechildren

                        Comment

                        • com
                          Confirmed User
                          • Aug 2003
                          • 4541

                          #13
                          Originally posted by GFED
                          Thanks guys! Great info here!

                          I also wanted to know what is wrong with BSD?

                          I am studying Red Hat because it is most widely used for Internet server applications... also have been told by numerous people that FreeBSD is the best and I'm learning that too...
                          From a performance, security and stabilty standpoint redhat is at the end of the stick along side german sheizer flicks (its the windows of *NIX oses. Whereas FreeBSD is the OS with the highest network throughput capacity... "The Power To Serve". OpenBSD Is awesome for IDSes / firewalls etc... and BSDi is just a monolithic piece of shit that was dope back in the day!

                          Real. Professional. Hosting.
                          .:Expect Nothing Less:.
                          320-078-843 :: www.realprohosting.com :: [email protected]

                          Comment

                          Working...