Slashdot Mirror


Best Open Source Alternatives To Enterprise Apps

PeekAB00 writes "With 2009 IT budgets getting chopped down John Perez came up with this list of 25 best alternatives to enterprise applications (e.g DimDim over Webex, SugarCRM instead of Seibel, Zenoss over HP OpenView). John's list is somewhat eclectic. I am curious to hear what other enterprise (let's be frank ... expensive) apps I can replace this year with open source ones. I am particularly interested in back-up and email archiving suggestions."

348 comments

  1. Full text searching engines by tcopeland · · Score: 4, Interesting

    Whatever you've got, consider replacing it with Sphinx, which is awesome. I'm using it with Rails and the Ultrasphinx plugin and it's been great - doing excerpts (for example, notice the highlighted results from a search for 'combat') - was a piece of cake.

    1. Re:Full text searching engines by Anonymous Coward · · Score: 0

      Or Xapian, which also has a Ruby plugin.

    2. Re:Full text searching engines by El+Tonerino · · Score: 1

      Ultrasphinx gives you a limited view of the capabilities too. Playing with the real API is much more powerful.

      --
      El Tonerino
    3. Re:Full text searching engines by tcopeland · · Score: 1

      > Would a Linux installation run slower or faster than the current Windows 98 setup?

      Hm, not sure... probably kind of depends on what stuff you want do with Linux. You might want to turn off all the eye candy and whatnot... it might be usable then...

    4. Re:Full text searching engines by mpapet · · Score: 1

      Faster by far, just don't expect to run gnome or kde desktops, which are the default window manager/desktops in most distros. The more RAM you have the better off you will be. 500MB will do nicely.

      Install debian by downloading the CD and burning it: http://cdimage.debian.org/cdimage/lenny_di_rc1/i386/iso-cd/debian-testing-i386-netinst.iso

      Follow these instructions to get an XFCE desktop: http://wiki.debian.org/DebianXFCE

      --
      http://www.maxineudall.com/2010/02/should-economists-be-sued-for-malpractice.html
    5. Re:Full text searching engines by alta · · Score: 1

      If you install a recent distro, probably slower. The recent stuff has all expanded to use newer hardware. If you want to run it as a server or just a console, it would be faster. On the other hand, if you want to look for a distro that's specifically FOR limited hardware (remember they can run linux on PDAs) then that should be very fast. Don't expect to put the newest Ubuntu on there and have a fast machine.

      --
      Do not meddle in the affairs of sysadmins, for they are subtle, and quick to anger.
    6. Re:Full text searching engines by rubbsdecvik · · Score: 1

      Because a new Linux installation has more features than Win98. You're talking about 10 of difference between the two operating systems. What Linux distro are you using? Some are more suited than others for you application

      --
      When single shines the triple sun, What was sundered and undone, Behold! The two made one! ~Rubbs
    7. Re:Full text searching engines by knewter · · Score: 2, Informative

      I use Sphinx as well on http://www.mystock.com/ and can agree that it's amazing. Also, if you're using UltraSphinx I must suggest you have a look at Thinking Sphinx, it's a better Rails plugin all around though I can't speak to your specific use case. FWIW it also works in Merb.

      I actually just donated some money to Sphinx yesterday, because Andrew Askyanoff (lead dev from Russia) spent some time on Skype with me getting an issue sorted out where Sphinx's BM25 algorithm was a bad algorithm to use on a particular use case, and he pointed us to use wordcount and it was much better for that use case.

      Anyway, just a bit of info, esp. if you haven't seen Thinking Sphinx. Pat Allan develops that, and he is currently in Turkey I think, at least he gets on Google Talk very late still so I assume he's still there :) Anyway, all very good devs involved all the way down the stack.

      - Josh Adams
      http://www.isotope11.com/

      --
      -knewter
    8. Re:Full text searching engines by tcopeland · · Score: 1

      > have a look at Thinking Sphinx

      Cool, I'll do that, thanks!

    9. Re:Full text searching engines by bill_mcgonigle · · Score: 1

      I have an old AMD K6 machine (333 megahertz). Would a Linux installation run slower or faster than the current Windows 98 setup?

      you want to be over at http://linuxquestions.org/

      TV Band/whitespace Devices will block my Baltimore/Philly stations. No more channels 2,3,6,10,11,12,13,17,35,45,57,61,65

      Internet can replace TV. TV can't replace Internet.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    10. Re:Full text searching engines by NateTech · · Score: 1

      I put in "radio" as a search, and I got this back:

      -----------
      You searched for: radio
      Did you mean radio as in...
          radio (music devices) two-way radio (communications tools) radio broadcaster (broadcaster) radio (art) radio (appliances)

      No photos matched your search criteria.
      -----------

      Why have someone REFINE their search criteria when there's nothing found under the BROADER scope?

      Even stranger, typing in "two-way radio" just gives the answer that there's nothing. Why not ask the user to broaden their scope... IF there's something labeled a "radio" -- which in this case there's not, but just to point out the logical user interface flaws go both ways.

      Usability... and having the interface make sense logically, are important.

      --
      +++OK ATH
  2. AMANDA by BradleyAndersen · · Score: 2, Informative
    1. Re:AMANDA by geminidomino · · Score: 1

      How well does Amanda work if you're not using a tape backup system?

    2. Re:AMANDA by morgan_greywolf · · Score: 5, Informative

      Amanda has support for 'virtual tapes' -- files that hold your backups. You can then burn these virtual tapes to DVD or BD later.

    3. Re:AMANDA by Anonymous Coward · · Score: 0

      I use HD -> DVD backups and does the job great.

    4. Re:AMANDA by Anonymous Coward · · Score: 0

      Bacula does it even better, it's comlete enterpise solution for backups. Kinda PITA to configure though.

    5. Re:AMANDA by Anonymous Coward · · Score: 0

      simple - you make a set of virtual tapes on your hard drive and use a tape changer glue script as provided by them.

    6. Re:AMANDA by ThogScully · · Score: 1

      The documentation isn't as straightforward, since it assumes you are. But it's not overly complicated from what I've seen. (Disclaimer: I use it with tapes)
      -N

      --
      I've nothing to say here...
    7. Re:AMANDA by norkakn · · Score: 1

      Why AMANDA over bacula? The lack of native clients makes me scared of AMANDA.

    8. Re:AMANDA by morcego · · Score: 1

      How well does Amanda work if you're not using a tape backup system?

      Call me old fashined, but I really don't trust any other kind of backup besides tape. I have tried everything you can imagine (disks, dvd, cd, online systems etc), and a tape backup is what gave me the least grief.

      --
      morcego
    9. Re:AMANDA by _Hiro_ · · Score: 1

      My problem is that I keep picking tapes based on performance and cost/MB, and end up with things like OnStream tapes...

      I still say that OnStream drive was one of the best investments I ever made, it was fast, reliable, and worked without a hitch for 6 years... but when the drive died, it left me with now have a stack of tapes that are useless.

      Hence why I went HDD... The interfaces are standard and I don't have to do the research to see if the tapes will be readable by next year's drives or not...

      --
      -Pope Peter Porker, S.O.W., K.M.K.R., U.G.O.A., F.S.G.S.D.
    10. Re:AMANDA by morcego · · Score: 1

      Which is why I have been using LTO tapes.

      --
      morcego
    11. Re:AMANDA by shaiay · · Score: 1

      It works very well using what it calls "virtual tapes" which are just files. We run it using only virtual tapes with daily backups to a dedicated backup server, and weekly off-site backups to USB disks which we then take home.

    12. Re:AMANDA by ishobo · · Score: 1

      Try picking a technology made by multiple vendors or a vendor with a proven track record. OnStream was too new of a company; they should have licensed the technology instead of being the sole manufacturer.

      I recommend LTO, cheapest GB per tape. The initial drive unit will cost about $3500. If that is too expensive for you, try DAT which offers lower initial investment but the GB per tape is much higher.

      I have a DDS1 drive from 1993 that works, and you can still buy tapes.

      --
      Slashdot - The great and glorious cluster fuck of Internet wisdom.
  3. Enterprise search by Anonymous Coward · · Score: 0

    Xapian (www.xapian.org) and Flax (www.flax.co.uk) which provides scheduled indexing, file format translation and templated output, based on Xapian. Scalable to hundreds of millions of documents.

  4. SugarCRM is old hat. by Lumpy · · Score: 3, Informative

    OpenGOO kicks the crap out of SugarCRM when it comes to useability. I was ableto switch an entire office over to it with a crapload of buy-in by the secretaries and other non techie users simply because of how easy it is to use.

    http://opengoo.org/

    --
    Do not look at laser with remaining good eye.
    1. Re:SugarCRM is old hat. by AnalPerfume · · Score: 3, Informative

      I've only played with OpenGoo on my test server as a single user so far but it impressed me with the speed and ease of use. I expected a word processor through a browser to be slow but it's damn snappy. The presentation suite looks useful too. I did notice a lack of spreadsheet software in the suite (at least for now) but it has the advantage of being able to install on your own server, and therefor keeping Google's greasy paws out of your data. It seemed stable enough too, perhaps I was expecting an early beta project. I can see OpenGoo going from strength to strength as they get more recognition and users.

    2. Re:SugarCRM is old hat. by jmertic · · Score: 4, Informative

      SugarCRM and OpenGoo are entirely different beasts; OpenGoo is Google Apps you can install on your own hardward; while SugarCRM is designed for Sales Force Automation, as well as a platform for design business applications.

      That said, SugarCRM is a great platform for building business web applications on to replace aging VB, Foxpro, and other legacy database applications, that can be designed with a point and click interface and extended easily with PHP. I think most of the applications I've done for my previous SMB employer in the past I could have built on SugarCRM is half of the time and with more features.

    3. Re:SugarCRM is old hat. by rho · · Score: 2, Funny

      http://demo.opengoo.org/en_us/index.php

      Not Found
      The requested URL /en_us/index.php was not found on this server.
      Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
      Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at demo.opengoo.org Port 80

      --
      Potato chips are a by-yourself food.
    4. Re:SugarCRM is old hat. by AnalPerfume · · Score: 1

      I wouldn't be surprised if the demo part of the site wasn't Slashdotted right now. I had no idea what to expect when I installed it as there are no screenshots (that I could find) on the site. I expected rough but functional.....but it stunned me. These guys deserve a lot of praise for OpenGoo.

    5. Re:SugarCRM is old hat. by Anonymous Coward · · Score: 0

      OpenGoo and SugarCRM are completely different tools. While OpenGoo is a sophisticated Rolodex (a very cool looking Rolodex), it doesn't have any of the SFA tools that SugarCRM provides, such as Lead tracking, Campaign management, Quotas, Forecasting, Pipeline reports, etc.

  5. the most cost effective applications on the market by Anonymous Coward · · Score: 4, Informative

    That's what the TFA says.

    Strangely they include stuff like vBulletin, which, while open source software, is not free software. Neither beer nor speech.

    I wonder how anything with a non-zero pricetag can be more cost-effective than something that costs nothing.

    They should have mentioned phpBB instead of vBulletin.

  6. Which Enterprise? by Anonymous Coward · · Score: 5, Funny

    NX-1
    NCC1701
    NCC1701a
    NCC1701D
    NCC1701E

    1. Re:Which Enterprise? by Arthur+Grumbine · · Score: 1

      2.0, actually

      --
      Now that I think about it, I'm pretty sure everything I just said is completely wrong.
    2. Re:Which Enterprise? by TrekkieGod · · Score: 4, Funny

      That would be NCC 1701. No bloody A, B, C, or D. Or even E.

      --

      Warning: Opinions known to be heavily biased.

    3. Re:Which Enterprise? by Etrias · · Score: 1

      Kudos to you, good sir, for living up to you screen name!

      Only missing a stunning denouement by including the season and show number for that old relic.

    4. Re:Which Enterprise? by isorox · · Score: 1

      What, This one?

  7. Database Sofware by Andr+T. · · Score: 5, Informative

    Why only MySQL? PostgreSQL is a big competitor.

    --

    Any life is made up of a single moment, the moment in which a man finds out, once and for all, who he is.

    1. Re:Database Sofware by AndrewNeo · · Score: 4, Funny

      Because nobody wants a LAPP stack, that just sounds silly.

    2. Re:Database Sofware by Anonymous Coward · · Score: 2, Funny

      I'd also argue for FreeBSD over Linux.

      Everyone likes a good FAPP stack.

    3. Re:Database Sofware by norkakn · · Score: 1

      But you could always LARP. People seem to like that for some ungodly reason.

    4. Re:Database Sofware by Anonymous Coward · · Score: 0, Flamebait

      Postgres is an incredible heavy lifter. Most of the time though, recommending postgres for a small application is like recommending a shotgun to kill flies. Mysql is a great example of a spreadsheet without row limits, which is exactly what most organizations need. They don't need real power, don't need a real database... mysql is easy to use, fast right out of the box, and simple to maintain.

      I love Postgres, I prefer Postgres, but giving someone a complicated beast (although better and faster in the long run) will just frustrate people immediately when they can't get it to "just work" right out of the install. Mysql is much better with immediate gratification.

      Most business know though that if they really need heavy db usage or actual heavy lifting, they've already researched it enough to realize mysql isn't a contender anyway. A "suggestions article" isn't going to list software that takes real effort, knowledge, and experience to use.

    5. Re:Database Sofware by Anonymous Coward · · Score: 3, Funny

      No but a LAPP dance isn't all that bad...

    6. Re:Database Sofware by berend+botje · · Score: 3, Interesting

      I may be biased, but I think Postgresql is *easier* to use than MySQL. Thanks to PgAdminIII even newbies can do a fine job of managing a rock-solid RDBMS.

    7. Re:Database Sofware by Anonymous Coward · · Score: 0

      FreeBSD replacing GNU/Linux makes it FAPP or perhaps FRAPP, FrAPP, FrAPP.

    8. Re:Database Sofware by Larryish · · Score: 1

      I have a 7 inch LAPP stack.

      As a LIMP stack, it is only about 3 inches.

    9. Re:Database Sofware by Anonymous Coward · · Score: 0

      If all you're after is a spreadsheet without row limits, there are much better tools than MySQL. SQLite, HSQL, Derby, Sleepycat and (shudder) Access are all much more suited for that type of usage than MySQL.

      I may be biased because I use MySQL on a daily basis for my company's webapplication, but I see MySQL's niche as being shared webhosting providers. Period. That's it. For every other usage (including what we (mis-)use MySQL for), there exists a product that is better suited to that use. For serious database usage, there's PostgreSQL, for more one-off, there's the ones I listed above. By MySQL works well in shared hosting providers because it's fairly easy to provision client databases automatically and it's very well supported by the various scripting languages that shared webhosting clients use (P[ython|erl|HP], Ruby).

      But when you try to push MySQL beyond that limited usage, my experience is that you should expect mass amounts of pain that you won't get from more serious databases.

    10. Re:Database Sofware by AndrewNeo · · Score: 1

      Linux, IIS, MSSQL and Prolog? No wonder!

    11. Re:Database Sofware by Larryish · · Score: 1

      That combination made me puke a little bit in my mouth.

      Well played, sir.

    12. Re:Database Sofware by Anonymous Coward · · Score: 0

      That's not true. I have one word for you: lapnap. If you don't know what it is, then the secret remains.

    13. Re:Database Sofware by deniable · · Score: 1

      Pascal, actually. Damn, I just frightened myself.

    14. Re:Database Sofware by Anonymous Coward · · Score: 0

      And ACID compliant by default, not as an (not usually turned on) option!

    15. Re:Database Sofware by gullevek · · Score: 1

      And then after two years, you outgrow your database and you sit on a shitpile of MySQL. Been there, and from now on I only use Postgres. It can scale from a simple two table mini db two extreme large setup.

      Plus I actually trust that Postgres does not screw up my data or behaves in strange ways when I want to retrieve the data ...

      --
      "Freiheit ist immer auch die Freiheit des Andersdenkenden" - Rosa Luxemburg, 1871 - 1919
  8. OpenOffice works on Windows??? by theaveng · · Score: 4, Funny

    I wish someone had told me that sooner.

    I was led to believe I had to install Linux *first* before I could use OpenOffice. Now that makes me wonder what other free alternatives exist for common applications - like PowerPoint. Why waste money buying expensive software when I can just use zero-cost alternatives?

    --
    FOX NEWS.com should be BANNED from television and internet. Have the Congress take it over and give us Truespeak.
    1. Re:OpenOffice works on Windows??? by Andr+T. · · Score: 3, Funny

      Don't you know that Linux runs on top of Windows? Someone mentioned it yesterday. It should be easy to install!

      (ok... are you for real? OpenOffice HAS a Powerpoint replacement)

      --

      Any life is made up of a single moment, the moment in which a man finds out, once and for all, who he is.

    2. Re:OpenOffice works on Windows??? by theaveng · · Score: 2, Interesting

      I don't see any FPGA development suites listed on Mr. Perez's homepage. At $10,000 per package I guess that's not something programmers are willing to just give away.

      --
      FOX NEWS.com should be BANNED from television and internet. Have the Congress take it over and give us Truespeak.
    3. Re:OpenOffice works on Windows??? by niteice · · Score: 2, Funny

      Someone tell me that parent is not serious.

      --
      ROMANES EUNT DOMUS
    4. Re:OpenOffice works on Windows??? by theaveng · · Score: 1

      Microsoft just spent $9 billion and many years to create Vista, so it does not sound reasonable that some new alternative could just snap into existence overnight like that. IBM tried, and spent a huge amount of money developing OS/2 but could never keep up with Windows.

      Apple tried to create their own system for years, but finally gave up recently and moved to Intel and Microsoft. Its just not possible that a freeware like the Linux could be extended to the point where it runs the entire computer fron start to finish, without using some of the more critical parts of windows. Not possible.

      Is this a joke?

      --
      FOX NEWS.com should be BANNED from television and internet. Have the Congress take it over and give us Truespeak.
    5. Re:OpenOffice works on Windows??? by NineNine · · Score: 0

      Are you serious, or are you an advertisement for some kind of open source advocacy group?

    6. Re:OpenOffice works on Windows??? by glop · · Score: 4, Informative

      Open Office contains Impress which is comparable to Powerpoint. Animated slides/drawings are much easier to do on Impress than on Powerpoint at the time I used both.

    7. Re:OpenOffice works on Windows??? by Andr+T. · · Score: 1

      It seems a very well written troll.

      --

      Any life is made up of a single moment, the moment in which a man finds out, once and for all, who he is.

    8. Re:OpenOffice works on Windows??? by Anonymous Coward · · Score: 0

      this is twitter bait isn't it?

    9. Re:OpenOffice works on Windows??? by JPeMu · · Score: 1

      I'd be real interested in this myself. As I am only a hobbyist in this regard, anything >$0 is too much for me to spend on this right now. gEDA is real interesting for basic EDA stuff, but without wishing to sound ungrateful, I found it too disjointed and unstable for my taste - perhaps that has changed since I last tried it?

    10. Re:OpenOffice works on Windows??? by JCSoRocks · · Score: 2, Funny

      Didn't you read the articles from yesterday's slashdot? There's no such thing as free software. That's a harmful lie and it shouldn't be spread. Now hand over that pirated OO.org CD.

      --
      You are using English. Please learn the difference between loose and lose; they're, there, and their; your and you're.
    11. Re:OpenOffice works on Windows??? by thtrgremlin · · Score: 1

      Would you really believe that someone that knows that little knowledge of Linux would have such (relatively) intimate knowledge of OS/2? That was the complete give away. Not to mention I think when tech people say things anywhere in the realm of 'critical parts', non-computer people start to glaze over. I know much smarter people than the one portrayed here that doesn't even know there are "parts" to what he is describing.

      --
      Want Big Business out of government? Take away the incentive and start by getting government out of big business!
    12. Re:OpenOffice works on Windows??? by thtrgremlin · · Score: 5, Funny

      The parent is not serious.

      --
      Want Big Business out of government? Take away the incentive and start by getting government out of big business!
    13. Re:OpenOffice works on Windows??? by Anonymous Coward · · Score: 0

      ok, seriously, wtf is with all the OO.o love? I understand it's probably the best linux office suite (though abiword is a WAY better word processor imo), but seriously, it cannot compete with MS office.

      OO.o is certainly better than nothing, and acceptable for writing a 10th grade english essay, but it just does not have the feature set or usability to compete with office 200-3/7/8 for "serious" work.

      If my job necessitated I use an office suite for the better part of my workday, and they gave me openoffice, I'd shoot myself. (or *gasp* spend the absolutely horrific $500 on an un-discounted, single seat license for 2007 pro.)

    14. Re:OpenOffice works on Windows??? by Falstius · · Score: 3, Informative

      Altera has the free-beer "web edition" of Quartus which is full featured and installs to your computer. I have no clue why they call it web edition. I have seen open source simulators, but not synthesizers. It has more to do with the FPGA internals being proprietary, I think, than a desire to monopolize the software.

    15. Re:OpenOffice works on Windows??? by Falstius · · Score: 3, Informative

      Yes, for serious work Latex is much better.

    16. Re:OpenOffice works on Windows??? by theaveng · · Score: 1

      The part I found odd was this: "Apple tried to create their own system for years, but finally gave up recently and moved to Intel and Microsoft."

      Anyone with even half a brain knows Apple has a working OS and does not need Mickeysoft.

      --
      FOX NEWS.com should be BANNED from television and internet. Have the Congress take it over and give us Truespeak.
    17. Re:OpenOffice works on Windows??? by theaveng · · Score: 1

      Yes teacher.

      (hands over illegal Linux CDs). BTW do you want me to wear leather during our later confrence? Should I bring the whip?

      --
      FOX NEWS.com should be BANNED from television and internet. Have the Congress take it over and give us Truespeak.
    18. Re:OpenOffice works on Windows??? by theaveng · · Score: 1

      The former.

      I have an old AMD K6 machine (333 megahertz). Would a free open-source OS (like Linux) run slower or faster than the current Windows 98 setup? Perhaps I should just stick with Win98.

      Will Linux run Utorrent (the main purpose for this machine)??

      --
      FOX NEWS.com should be BANNED from television and internet. Have the Congress take it over and give us Truespeak.
    19. Re:OpenOffice works on Windows??? by ketilwaa · · Score: 1

      A Linux based distro can run as fast as you need it to. It depends on what desktop environment you choose. For small and ease of use, go with XFCE, like Xubuntu. Avoid Gnome or KDE with an old computer, that will be slow. You can strip all the stuff you don't need. Distros are also different. From Damn Small Linux which has an install medium of ~50 megs, to the standard distros which fit on a Live CD.

      Utorrent runs in Wine on Linux, AFAIK. Google it to be sure. Deluge is a good alternative that runs natively on Linux.

    20. Re:OpenOffice works on Windows??? by HeronBlademaster · · Score: 1

      A command-line-only Linux installation with one of several command-line bittorrent clients would run faster than Win98, yes, and it would serve your needs quite well, assuming you don't need to do anything with a GUI on it.

    21. Re:OpenOffice works on Windows??? by orasio · · Score: 1

      Now that we are sharing anecdotes..
      I could never get any serious work done with msoffice. I knew how to do everything in WordPerfect, but msword seems nonsense to me.
      Accepting the fact that I need to jump through hoops just to align part of a line both to the right and the other part to the left took me years.
      While I was in the uni, papers with formulas on msword were a PITA. When OO came along, writing formulas became sensible, if not easy.
      I had tried LaTeX, but writing is not that much of a part of my life.
      OO seems to be familiar enough for those of us who learned with wysiwyg editors, but powerful enough or those of us who occasionally need to write more than a couple of pages.

    22. Re:OpenOffice works on Windows??? by Anonymous Coward · · Score: 0

      PowerPoint - Google Docs Presentation.

    23. Re:OpenOffice works on Windows??? by pembo13 · · Score: 1

      At the very least you can prepare formal presentations with OO.org Impress. I'm sure there is a lot of fancy annoying stuff that it is missing that MS Powerpoint has however.

      --
      "Thanks for all the money you paid to us. We've used it to buy off ISO among other things" -Microsoft
    24. Re:OpenOffice works on Windows??? by electrictroy · · Score: 2, Insightful

      Install the xubuntu-desktop package, only in breezy. If you are using Hoary now you will have to wait till Breezy is released and you upgrade.

      Breezy? Hoary? I wish they'd speak in normal language.

      --
      The government is not your daddy. Its purpose is not to raid middle-class neighbors' wallets and give it to you.
    25. Re:OpenOffice works on Windows??? by ketilwaa · · Score: 1

      Maybe, for a start, you could look at versions not from 2005?

    26. Re:OpenOffice works on Windows??? by Emperor+Shaddam+IV · · Score: 1

      Because most people that make money use PowerPoint, and if you use OpenOffice, you are saying that you don't make enough money to buy PowerPoint.

      hehehe

    27. Re:OpenOffice works on Windows??? by geminidomino · · Score: 1

      As long as you don't want to embed audio and save it as a powerpoint-compatible file for, say, a really really annoying assignment in a Software Engineering course.

      *sigh* Only 20 credits left...

    28. Re:OpenOffice works on Windows??? by Timothy+Brownawell · · Score: 1

      Microsoft just spent $9 billion and many years to create Vista, so it does not sound reasonable that some new alternative could just snap into existence overnight like that. IBM tried, and spent a huge amount of money developing OS/2 but could never keep up with Windows.

      Is this a joke?

      Or maybe it's just someone who doesn't understand that less buggy software is easier (cheaper/faster) to build than buggy software.

    29. Re:OpenOffice works on Windows??? by jvin248 · · Score: 1

      Also look into

      Gimp.org
      inkscape.org
      Firefox browser
      Thunderbird email
      and a lot more


      I usually recommend to anyone considering Linux that they first try out these programs on their windows machine - as they will mostly be using them on Linux.

    30. Re:OpenOffice works on Windows??? by spinkham · · Score: 1

      Nope. There are decent Verilog synthesis and simulator projects( Icarus Verilog, Verilator), but no full dev suites that can replace the commercial tools.

      The market is too small and the complexity too high to have spawned an open source competitor yet.

      There are good open source tools for other things in the electronics space like PCB layout, but we're a long way from full FPGA pro tool replacement.

      --
      Blessed are the pessimists, for they have made backups.
    31. Re:OpenOffice works on Windows??? by jimwelch · · Score: 1
      OpenDisc is a high quality collection of open source software (OSS) for the Microsoft Windows operating system. open disc.
      • Design:
        • Blender - 3D graphics modeling program
        • Dia - diagrams:entity-relationship models, UML diagrams, flowcharts, network diagrams, and simple circuits.
        • GIMP - manipulate digital photographs, design and export graphics for the web, convert images from one file format to another, or even produce complex high-resolution compositions for print
        • Inkscape - vector graphics editor (SVG)
        • Nvu - web page editor
        • Scribus - desktop publishing application
        • Tux Paint - drawing program designed for young children
      • Games
        • Battle for Wesnoth -turn-based strategy game with a fantasy theme
        • Enigma is a puzzle game
        • Neverball - you tilt the floor to roll a ball through an obstacle course
        • Sokoban YASC - Sokoban
      • Internet
        • Azureus - powerful BitTorrent protocol client
        • FileZilla - fast and reliable FTP client and server
        • Firefox web browser
        • HTTrack- easy-to-use offline web browser utility
        • Pigdin- Internet Messenging (chat) client
        • RSSOwl - RSS feed reader
        • SeaMonkey - all-in-one internet suite which uses the same engine as Firefox and Thunderbird, and also includes a newsgroup client, an internet relay chat (or IRC) client, and a flexible HTML editor.
        • Thunderbird- modern email client
        • TightVNC - remote control software that lets you see the desktop of a remote machine and control it with your local mouse and keyboard,
        • WinSCP - fully featured SFTP (Secure File Transfer Protocol) client.
      • Multimedia
        • Audacity - sound editing program
        • Celestia - simulation of the entire universe
        • Really Slick Screensavers - collection of impressive screen savers
        • Stellarium - planetarium for your computer
        • Sumatra PDF - flexible and lightweight PDF reader
        • VLC - media player
      • Productivity
        • GnuCash - personal and small-business financial-accounting software
        • MoinMoin - wiki locally on your own computer to help you stay organised,
        • Notepad2 - Notepad with color syntax highlighting
        • OpenOffice - full-featured productivity suite including a word processor, spreadsheet, web page editor and presentation program.
        • PDFCreator - generate PDF documents directly from any Windows program.
      • Utilities
        • 7-Zip - program for creating or unpacking archived and compressed files.
        • Abakt - flexible backup tool for Windows
        • Clamwin - powerful anti-virus program
        • GTK+ - multi-platform toolkit for creating graphical user interfaces.
        • HealthMonitor is a powerful and feature filled monitoring tool.
        • TrueCrypt - powerful encryption software
        • Workrave - assists in the recovery and prevention of Repetitive Strain Injury (RSI)
      --
      Never trust a man wearing a coat and tie!
    32. Re:OpenOffice works on Windows??? by jimwelch · · Score: 1

      Or they will think you are not a sheep, but a FREE thinker

      He He

      --
      Never trust a man wearing a coat and tie!
    33. Re:OpenOffice works on Windows??? by dbIII · · Score: 1

      Even better, give up on the antiquated slide show idea and step right in the 1990s and prepare it as a web presentation so it has more than a ten minute life in a dark room. The net is the final destination for any decent presentation and converting things after the fact can be a serious time sink that gives disappointing results.

    34. Re:OpenOffice works on Windows??? by badkarmadayaccount · · Score: 1

      First, it's spelled LaTeX. Second, a LyX frontend is a better idea.

      --
      I know tobacco is bad for you, so I smoke weed with crack.
  9. Jira sucks.... by HerculesMO · · Score: 1

    Just wanted to say :)

    And this is coming from a person who already hates Remedy :p

    --
    The price is always right if someone else is paying.
    1. Re:Jira sucks.... by Talsan · · Score: 1

      Agreed. Their help desk solution - Footprints - is just as bad, if not worse. If you're not willing to pay for a decent tool, at least go open source so you can make the modifications necessary to come up with something usable.

    2. Re:Jira sucks.... by alta · · Score: 1

      have either of you tried Kayako? I'm using it, not because I think it's great, but because it fit the bill at the time, was not too expensive ($500) and I didn't have time to look for something else. I am very interested in something that's better. But I'm not going to move to something that, graphically, is CRAP. (OTRS)

      --
      Do not meddle in the affairs of sysadmins, for they are subtle, and quick to anger.
    3. Re:Jira sucks.... by Bigjeff5 · · Score: 1

      Remedy is heaven compared to Digital Workflow.

      I work in an office where I use Remedy, and most of my co-workers use DW. Remedy has its quirks, but I won't touch DW. You spend 10 minutes working a ticket and an hour trying to close it in DW.

      Remedy at least is useable. Of course, you can get a glimps of how retarded my company is just by the fact that we are using two different systems in the same office. And yes, Remedy tasks have to be converted to DW tickets, and then back again after they are finished. It's stupid.

      Probably the easiest ticket tracking system I've used is TrackIt. Stupid simple, kept track of who's tickets were in, easy to view how many tickets were in the queue all at once, easy to sort, easy for a user to put in a ticket correctly, and it was easy to add comments to and the like. It is pretty much the opposite of Digital Workflow.

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
    4. Re:Jira sucks.... by HerculesMO · · Score: 1

      Amen to that -- Remedy has the most awkward interface I've used or even THOUGHT of for a helpdesk application.

      If they didn't have a neat API to go with it, it would be the bottom of the barrel. But you can customize it to do pretty much anything you want, including set up AD accounts, email boxes, etc... all automatically. That is its greatest strength, too bad few people have the resources to do things like that.

      I'd hate to use Digital Workflow, if it is WORSE than Remedy :)

      --
      The price is always right if someone else is paying.
    5. Re:Jira sucks.... by ckaminski · · Score: 1

      Track-It was dead simple to use, but performance sucked (we had to purge our case history every 8 months), and their support was horrible. RT has been the best I've used so far.

  10. MailArchiva by redmond · · Score: 1

    For email archiving, you should look at MailArchiva. I've only been using it for a few months, but I am happy with it. I am using the free version which has some limitations. If you need more features, they have a commercial version available also. http://www.mailarchiva.com/

    --
    :wq
  11. Yea kind a lame list. by LWATCDR · · Score: 1

    "MySQL - The best and most cost effective choice for a free SQL/Database environment that needs to be hosted in the cloud."
    Hosted in a CLOUD!!!!
    Hey MySQL is actually a good choice for a lot of uses but then so is Postgres. I have not done much with FireBird.
    And for Content managment they left out Drupal and Zope.
    And just putting Linux down for the server... Grrr...
    What kind of server? Yes as a server OS a flavor of Linux is a good choice but some are better then other.
    I wouldn't pick say Fedora for a server. I would choose CentOS.
    If apt-get is your thing then Ubuntu Server or Debian would be a better selection the Ubuntu.
    There is of course always Slackware as well.
    If I was going to build a NAS then I would look at OpenFiler.
    And to be honest Solaris is a very tempting choice for a server thanks to ZFS.
    Ond of course FreeBSD and OpenBSD are good options as well.
    Just saying Linux is a real cope out.

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    1. Re:Yea kind a lame list. by aztracker1 · · Score: 1

      The way firebird works is really good for standalone apps. Or disconnected client storage. It works well under windows (embeddable), and is a breeze with Castle's ActiveRecord (NHibernate based). I also like postgres a lot. I'm more inclined to like firebird for desktop applications that need storage, but sqlite works well in that space as well.

      Firebird also works well for applications where you want to archive your entire database, and have separate db's that are similar to eachother. However, I wouldn't suggest it where you need huge amounts of data storage, or replication. It doesn't scale in that way.

      If you are going to deploy under Linux, I would probably suggest PostgreSQL first, and MySQL second myself. Unless you are using an application already written to mysql, without a postgres data adapter available. I also actually really like MS-SQL and IBM's DB2, though those are commercial. If you are on Windows, with data that will never reach 4GB in size, then MS-SQL Express could fit the bill nicely, which is free (as in beer), but closed source.

      As to servers, I'm partial to BSD myself, but generally go with Ubuntu as it is well supported (by the community) and "makes sense" to me. Not as fond of redhat varieties, and I want to like SuSE (and Yast) but don't like it for the desktop though.

      --
      Michael J. Ryan - tracker1.info
    2. Re:Yea kind a lame list. by LWATCDR · · Score: 1

      I really like CentOS for servers. YUM is very easy to use. Of course when it comes to servers I am a command line or web interface kind of guy. I never run X on a server. I use OpenSuSE at work because our sysadmin likes it.
      Solaris really interests me now. ZFS seems like the ideal file system for a NAS, It runs Postgres, MySQL, Apache, and Samba so I do find it an interesting option.
      The lack of hardware support isn't a big issue for a server so I think it could be a good choice.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  12. NOT all open source by lophophore · · Score: 5, Insightful

    Uhhh, a lot of the solutions mentioned in TFA are not open source, but they are cheaper than their more expensive competition. i.e. Basecamp, dimdim, etc. are not open source..

    OTOH, SugarCRM, asterisk, open office are open source, free in both senses.

    Anyway, an interesting list...

    --
    there are 3 kinds of people:
    * those who can count
    * those who can't
    1. Re:NOT all open source by chill · · Score: 4, Informative

      DimDim went GPL and you can download the source from their website.

      --
      Learning HOW to think is more important than learning WHAT to think.
    2. Re:NOT all open source by Anonymous Coward · · Score: 0

      dimdim is open source. Look it up on source forge

    3. Re:NOT all open source by BlindSpot · · Score: 1

      Uhhh, a lot of the solutions mentioned in TFA are not open source

      They couldn't even get the spelling of Jira correct ('Jirra') - you expect them to have done any other homework?!

    4. Re:NOT all open source by The_reformant · · Score: 1

      I wouldn't really have said many of these are enterprise apps either, theres no messaging, app serving, transaction management. Theyre all just web apps really. I mean i'd have expected stuff like JBoss, ActiveMQ, Tomcat and such to be mentioned rather than vBulletin and OpenOffice.

      --
      I have discovered a truly remarkable sig which this post is too small to contain.
    5. Re:NOT all open source by Metaphorically · · Score: 1

      Anybody tried dimdim?

      I get the feeling from the wording on the download page ( http://www.dimdim.com/opensource/dimdim_open_source_community_edition.html ) that they're not that interested in talking about the "Open Source Community Edition."

      --
      more of the same on Twitter.
    6. Re:NOT all open source by WhiteHorse-The+Origi · · Score: 1

      SugarCRM isn't really open source. It's more of "get you hooked so you buy the full version" trial-ware. The fact that they exclude 50% of the Pro version in the Open version makes for a largely unusable system after installation, unless all you want to do is data entry into a web form. Forget about payment processing, invoicing, accounting, shipping, etc.

  13. Bacula is an outstanding cross platform solution by leereyno · · Score: 3, Informative

    If you're looking to back up Unix, Mac, and Windows systems, then check out Bacula:

    http://www.bacula.org/en/

    I've got this running on 7 systems at work. Some use tapes, while others back up to a RAID array. It is fast, stable, and robust. It does not rely on Samba, NFS, or any other services. It has its own file and storage daemons. It will also do VSS backups of Windows clients, allowing open files to be backed up.

    --
    Muslim community leaders warn of backlash from tomorrow morning's terrorist attack.
  14. Check the costs by kiwimate · · Score: 4, Interesting

    We are migrating a whole bunch of sites away from eRoom because it's so expensive. (I didn't know it was open source, but the guy who brought it into our enterprise is a huge proponent of open source. He has rapidly lost interest in it over the past 12 months, mainly because it was a headache to administer and an embarrassment in a business sense because of the costs.)

    Open source or not, I don't particularly care; I'm interested in doing the best thing for the business. In this case, eRoom is so expensive as to be unjustifiable, and we're realizing substantial cost savings by migrating to a closed source solution.

    Bottom line: eRoom may (or may not) be a good technical solution, but I'm amused by seeing it in an article about using open source alternatives to save money.

    1. Re:Check the costs by theaveng · · Score: 1

      Why would Eroom be more expensive than the closed-source software?

      --
      FOX NEWS.com should be BANNED from television and internet. Have the Congress take it over and give us Truespeak.
    2. Re:Check the costs by kiwimate · · Score: 2, Insightful

      {Glib answer #1} Because it's owned by Documentum.
      {Glib answer #2, but also serious} Why wouldn't it be? Just because it's open source doesn't automatically make it cheap/free.

    3. Re:Check the costs by Tsunayoshi · · Score: 1

      But your forgetting that to most people, OpenSource == Free as in beer.

      I mean, why would you PAY for something you can download for free?

      --
      "Get a bicycle. You will not regret it, if you live." - Mark Twain, "Taming the Bicycle"
  15. Forum software enterprise, but no Exchange? by NineNine · · Score: 2, Interesting

    Seems like it was a stretch. Community and forum software as "enterprise"? Uh, no. I desperately need an open source alternative to Exchange/Outlook and point of sale software for my business.

    1. Re:Forum software enterprise, but no Exchange? by Anonymous Coward · · Score: 1, Informative

      There is an Open Source Exchange/Outlook alternative:

      http://www.inverse.ca/contributions/sogo.html

    2. Re:Forum software enterprise, but no Exchange? by corbettw · · Score: 4, Informative

      Take a look at Zimbra. They have a free version and a licensed (read: supported) version, and because the client is written in AJAX it'll work in most every modern browser. They also have connectors for Outlook and Evolution, and I think Thunderbird, if you'd rather not use a web client.

      Zimbra is so good, I'm shocked it wasn't on his list. The one caveat is it's owned by Yahoo!, so if they either go away (doesn't seem likely) or do get bought out by Microsoft (also doesn't seem likely at this time), the support for it may disappear. But then, it's open source, it'll never really die, will it?

      --
      God invented whiskey so the Irish would not rule the world.
    3. Re:Forum software enterprise, but no Exchange? by josmar52789 · · Score: 1

      Try Zimbra - it's a perfect replacement for Exchange.

      I believe xTuple has a point-of-sale application that you can install in addition or in place of the full application.

    4. Re:Forum software enterprise, but no Exchange? by jshackles · · Score: 1
      www.zimbra.com

      Zimbra is great, even though they're owned by Yahoo now. For a little bit of money you can even buy a license for an Outlook connector and the people who use Exchange now won't even know the difference.

    5. Re:Forum software enterprise, but no Exchange? by Anonymous Coward · · Score: 2, Informative

      True open source exchange replacement ain't easiest to find.

      eGroupware 1.6.x & Thunderbird (boosted with Lightning calendar and Funambol mozilla plugin to do SyncML on contacts & calendar) & SyncML capable mobile phones is what we are using quite successfully.

      Zarafa & Zimbra & Scalix are alternatives too IF you are ready to pay for advanced options.

    6. Re:Forum software enterprise, but no Exchange? by Anonymous Coward · · Score: 2, Interesting

      http://www.citadel.org/doku.php

      I haven't used it yet, but Citadel is often touted as the piece you're looking for.

    7. Re:Forum software enterprise, but no Exchange? by edmicman · · Score: 1

      In my experience, that is because there *is* no alternative to the Exchange/Outlook ecosystem. It sucks....I spent a lot of time looking for alternatives some time back. There is absolutely nothing out there that fully replicates the functionality of Exchange and Outlook as a mail and information management system.

      There are lots of mail servers, lots of Outlook connectors (that you usually have to pay for), lots of half-attempts that get most of it right, but I never found anything that did the total package, integrating email, groupware, calendars, shared contacts, etc.

    8. Re:Forum software enterprise, but no Exchange? by Anonymous Coward · · Score: 0

      Zimbra's support for Blackberry devices is lacking. That will be a big deal breaker.

    9. Re:Forum software enterprise, but no Exchange? by jimicus · · Score: 2, Interesting

      Zimbra is so good, I'm shocked it wasn't on his list. The one caveat is it's owned by Yahoo!, so if they either go away (doesn't seem likely) or do get bought out by Microsoft (also doesn't seem likely at this time), the support for it may disappear. But then, it's open source, it'll never really die, will it?

      Ah. Funny you should say that.

      I looked into Zimbra and actually, it's not as simple as that. It's licensed under a modified MPL, not GPL, with a very heavy trademark protection stance - you can't rebrand it, for one thing. It's a complicated enough project that I don't see there being a successful fork unless it's backed by a commercial enterprise and any commercial enterprise wanting to take it over would have to buy the rights to the Zimbra name.

    10. Re:Forum software enterprise, but no Exchange? by Omega996 · · Score: 1

      I can recommend Zimbra Open Source Edition, as I installed it instead of MS Exchange at two small companies. It'll integrate with Active Directory, if you want it to, or it can host its own directory information. The OS edition is nice - installation is straightforward and easy and the software performs well enough. You'll have to come up with your own backup solution for the OSE, though there are a number of sample scripts floating around.

      I don't know about the value of the subscriptions for Zimbra. It will depend on how many users you're licensing, and whether you need to factor in MS Office into the equation. The 'Professional' edition of Zimbra, which includes an Outlook connector runs $875 a year, the 'standard' edition, which doesn't include the connector but does have backup integrated in, is somewhat cheaper - $625 per year.

      The web client is definitely very nice, and it can be downloaded as a standalone package as well, to interface with other mail services.
      PoS I have no direct experience with, unfortunately - google turns up stuff on Openbravo POS, among others. I know nothing about these products, though. Check out Zimbra, if you're serious. I've used it, and can definitely recommend it highly.

    11. Re:Forum software enterprise, but no Exchange? by corbettw · · Score: 1

      Reading through the license, it doesn't seem as bad as you imply. Section 3.2 seems the salient part:

      3.2 - In any copy of the Software or in any Modification you create, You must retain and reproduce, any and all copyright, patent, trademark, and attribution notices that are included in the Software in the same form as they appear in the Software. This includes the preservation of attribution notices in the form of trademarks or logos that exist within a user interface of the Software.

      So as long as you maintain the trademarks and logos as required, you're otherwise free to use the software as you choose. Should Yahoo! stop publishing Zimbra, there's nothing saying you couldn't keep using it and even keep developing it, as long as you don't change the name or trademarks associated with it. Yes, that means you can't fork it to become Ximbra (for example), but it's not nearly as heavy handed as closed source programs.

      And for the purposes of the original list, it's still a handy suite and should be considered by anyone looking to replace Exchange.

      --
      God invented whiskey so the Irish would not rule the world.
    12. Re:Forum software enterprise, but no Exchange? by PerlStalker · · Score: 1

      For point of sale, try OpenTaps [http://www.opentaps.com/]. Open source ERP+CRM

    13. Re:Forum software enterprise, but no Exchange? by _Hiro_ · · Score: 1

      It's not open source, put far cheaper than Exchange... Check out Kerio MailServer (Kerio.com).

      It runs on OSX, Linux, Windows, or a pre-built CentOS VM, and has an Outlook MAPI plugin that includes offline caching, and so far is running great on my 25-user network. (I'm using the VM.)

      Cost? $1k for 25 users. There is a rolling per-user support charge, but unlike the commercial version of Zimbra, they don't turn off your Outlook plugins if you opt to go support-free. It's also built on a lot of open components, so if you want to get in and tinker, you can to a point.

      --
      -Pope Peter Porker, S.O.W., K.M.K.R., U.G.O.A., F.S.G.S.D.
    14. Re:Forum software enterprise, but no Exchange? by jimicus · · Score: 2, Insightful

      So as long as you maintain the trademarks and logos as required, you're otherwise free to use the software as you choose. Should Yahoo! stop publishing Zimbra, there's nothing saying you couldn't keep using it and even keep developing it, as long as you don't change the name or trademarks associated with it. Yes, that means you can't fork it to become Ximbra (for example),

      It also means that you can't fork it under the same name unless you happen to own the rights to the name "Zimbra". The GPL uses copyright law to its advantage, the ZPL uses trademark law.

      My fear is someone like Microsoft buying the rights to the name Zimbra in order to kill the product.

    15. Re:Forum software enterprise, but no Exchange? by feeniks13 · · Score: 1

      I've done some reading on Zarafa and it sounds pretty good for an exchange replacement. However I haven't gotten it up and running yet to try it out.

    16. Re:Forum software enterprise, but no Exchange? by dbIII · · Score: 1

      MS Exchange is not "enterprise" software unless you mean it in terms of chewing through endless numbers of guyys in red shirts. It's a small business collaboration tool that can get forced into a larger environment if you have a lot of MS Exchange servers. It's beginning to behave a bit more like the big end of town though - backups have been possible for at least the last two versions!

    17. Re:Forum software enterprise, but no Exchange? by Anonymous Coward · · Score: 0

      you can try http://www.phppointofsale.com/
      i helped a friend to customise it for a chain of 5 retail shops and it works great.

  16. Other ways to cut costs by Anonymous Coward · · Score: 1, Funny

    Lets take the example of an expensive e-mail archiving app. How are they billing you?

    If it's per e-mail address, then pair employees and have them share the same e-mail address. Costs cut in half.

    If it's per e-mail, then tell employees to always send 2 messages at a time, concatenated.

    If it's per MB, then ask your employees to mail less.

    If it's a flat rate for the whole company, then pair employees with another company, and have them share the same e-mail address.

    1. Re:Other ways to cut costs by Anonymous Coward · · Score: 0

      Or: Don't Archive. Don't use e-mail.

  17. BIRT Over Crappy COGNOS by curmudgeon99 · · Score: 2, Informative
    [This may be tangential to Enterprise Apps.]

    If you're developing an Enterprise App in Java, for example, you often end up with some requirement to add reporting to the system. There are several approaches and all of them come with costs and pain. Having been the proud owner of several batches of these requirements, I have experience to offer a relevant point of view. To wit:

    You need to write a custom meta-data-driven reporting system:

    • You can write your own. That means you handle everything from the dynamic queries to the data formatting, paging, column-click sorting, etc have fun.
    • You can choose that expensive, bloated behemoth Crystal Reports, that runs like a pig and is proprietary and sucks uniformly.
    • You can choose that expensive, slow, complex to build, ball-of-pus called COGNOS, and pay for the COGNOS consultant that comes along with it.
    • You can use that free, open source Java framework called BIRT, that does have its complexities but in fact is pretty easy to use and interact with.
    1. Re:BIRT Over Crappy COGNOS by Anonymous Coward · · Score: 0

      Except that it runs under Eclipse.

    2. Re:BIRT Over Crappy COGNOS by Anonymous Coward · · Score: 0

      and Jasper Reports?

    3. Re:BIRT Over Crappy COGNOS by Linker3000 · · Score: 2, Informative

      Do I get shot down in flames for mentioning Jasper Reports?

      --
      AT&ROFLMAO
    4. Re:BIRT Over Crappy COGNOS by curmudgeon99 · · Score: 1

      But it also runs as a free standing object outside of any Eclipse instance.

    5. Re:BIRT Over Crappy COGNOS by Anonymous Coward · · Score: 0

      How does BIRT compare to Jasper reports?

      We're evaluating reporting tools, and these are the two open source ones we've even heard of so far.

    6. Re:BIRT Over Crappy COGNOS by injustus · · Score: 1

      I dont know much about BIRT, but both tools seems to have very similar feature lists.

      I know Jasper well, and I love iReport. It's 5 minutes to master if you are used to something like Crystal Reports. The jrxml format used by Jasper is very easy to generate from other tools.

      I'm really a fanboy.

    7. Re:BIRT Over Crappy COGNOS by nuttycom · · Score: 1

      Thanks for the pointer to BIRT; I'm actually in just the situation you describe on a project I'm working on and BIRT looks quite reasonable for what I'm trying to do.

      Cheers!

    8. Re:BIRT Over Crappy COGNOS by DuckDodgers · · Score: 1

      Our problem is that we have thousands of man hours invested in complex existing Crystal Reports documents that are still in heavy use. I hate using Crystal with an unholy passion.

      But paying them their fucking $15,000 for the report server software we need (and we are a tiny company, less than 20 employees) is dramatically cheaper than paying a consultant - even a foreign one - to port all of our stuff to Jasper or BIRT.

      All of our future development is planned for Jasper, but I would be shocked if we can ditch Crystal compatibility within five years.

    9. Re:BIRT Over Crappy COGNOS by curmudgeon99 · · Score: 1

      Hah! Was it the COGNOS guy who quoted you that figure? I had no experience with BIRT and I was up and running on it within a week. I--a single man with no prior BIRT background--wrote the entire reporting feature in under a month. At the time, I was making $60 an hour and that would be around $9,600.00 So, unless you have a bunch of really unmotivated guys, you can save money easily and quickly going to BIRT. COGNOS needed one day to do a report. In BIRT, you could do ten a day.

    10. Re:BIRT Over Crappy COGNOS by The+Original+Yama · · Score: 1

      Pentaho rules them all :)

  18. Bacula by autocracy · · Score: 1
    --
    SIG: HUP
    1. Re:Bacula by Anonymous Coward · · Score: 0

      http://backuppc.sourceforge.net [sourceforge]

    2. Re:Bacula by alta · · Score: 2, Interesting

      Can everyone please give their opinion of Bacula vs Amanda? (The only thing that looks good TO ME about BackupPC is it's data de-duplication) Currently I'm using Retrospect, and it gets the job done, but has flaws and I'm not ready to pay the upgrade price (we originally got a free license) I'm a VERY mixed environment, we have: Win2k3 w/exchange Win2k3 for file/print Centos for: MySQL Apache Pen/VRRP load balancing MailScanner virus/spam gateway Vmware Server (all hosts are linux, guests are mixed) Vmware ESXi Right now retrospect does a good job on all of it except MySQL. Well, except for the fact that it recently lost a backup set at the same time the server hosting the files died, loosing 20GB of data :/ I have another handwritten backup script that rsyncs the most crucial data to exavault.

      --
      Do not meddle in the affairs of sysadmins, for they are subtle, and quick to anger.
    3. Re:Bacula by sumdumass · · Score: 1

      I can't give a direct comparison because of a couple problems I encounters with both of them but I can tell you about my experiences if it gives you and Idea. Keep in mind, it was at least two years ago since I last played with one of them and in opensource times, that can be a lot of improvements.

      When I tried Amanda, despite my equipment being claimed to be supported, I couldn't get the robot to change tapes at all with Amanda. I had a 7 tape changer with a single drive as the primary backup and a dual 15 tape changer cabinet with 4 drives in another cage. I purchased them at an auction and had them working on the windows software but there was no Linux or Novel client for the software that came with it which is why I tried Amanda and Bacula. Anyways, after waiting several days for posts telling me to check the cables instead of do this or that to the configuration, I decided to jump into bacula.

      I though I hit paydirt with bacula. Both robots worked, the drives worked, I got automatic backups to run and everything. The one would actually spit the case into a drop box so it could be taken off site without opening the enclosure doors and exchanging tapes. The bar code readers eventually worked and all was well until it came time to recover. If I would do a simple recover, all would be good, it would put the info back onto the drive or wherever I told it to go until the tape had been recorded onto twice. For some reason that we could never figure out, if the tapes were in rotation more then once, after you did the recovery, it could no longer read the formatting and wouldn't process the tape unless you manually reformatted it and manually added it to the pool. At first this didn't seem like a big problem until they either hired an idiot or had a severely disgruntled employee that would either erase document templates or save information in them resulting in the need to do a lot of restores. Then whenever the tapes were being used again, the backups would fail and I would need to go in (hopefully before 3 am so the jobs would run after I fixed the tapes) and reformat the tapes and manually add them to the job pool. We even ran into a situation where the tapes in the pools got their names and labels misplaces because the jobs were taking longer then usualy and because of the missing or unusable tapes so it would look for Saturday the 20th's tape and not find it because it was on a tape labeled Sunday the 21st or whatever.

      I had to give up and use a commercial solution. It was actually a newer version of the software that came with the tapes and had the clients I needed. On the plus side of things, the commercial solution not only operates the tape drives and everything flawlessly, it also allowed me to set up a remote backup on a T1 between two buildings so I could do off site copies of the tapes over a T1 connection instead of having to pick the tape up and move it manually. This software actually allows the entire tape to be compressed and copied to a file on the remote server and you can restore from either in case something happened to a drive or something. The T1 was already there and it's a private network so I wasn't too worried about transmission security.

      Anyways, your mileage may vary depending on how complicated your needs are. Those were my experiences but as I said, the amount of time between then and now is enormous when considering the development cycle of some open source software.

    4. Re:Bacula by alta · · Score: 1

      Just curious, what was the comercial software? I am in no way opposed to Commercial or OSS. I simply use what gets the job done for me while considering stability, ease of use, performance and cost. Sometimes Comercial software is the winner (exchange) and othertimes not, (LAMP)

      --
      Do not meddle in the affairs of sysadmins, for they are subtle, and quick to anger.
    5. Re:Bacula by sumdumass · · Score: 1

      I forget the name of it off the top of my head. It worked for me because it was designed for the equipment I purchased- even though it was a modern version. It was either Veritos or Backup Exec which I believe both have something to do with symantec now or CommVault Galaxy. I use a combination of the three across 4 or 5 different sites with robotic tape drives. I'm actually thinking the CommVault was it because I hate symantec with a passion and probably wouldn't have such a high opinion of them. I think the tape robots are Exabyte models with mammoth LTO and DLT drives.

      Perhaps if you list you device types, someone might recognize it and shout about some experience they had. Also, if you don't have anything overly complicated for your backup needs, backup assist seems to be working well at a site with one Tape drive working with about 3 file servers, a mail server that I use a script to toss the mail store and configuration files onto one of the file servers with, and a SQL store that I dump at the end of the night in the same way (script to a file server). Of course if your using scripts to move things to file servers, make sure you have it documented so you remember where to find the crap in 4 years down the road when something happens or you upgrade or something.

      The Backup assist uses MS backup as it's core so it probably isn't the best for complex scenarios. but on the other hand, if your doing a bare metal recovery, it's a cake to reindex the tapes and restore from a clean install without having to find a database dump and reload it. but, it's MS backup on steroids and has it's own limitations like requiring windows.

    6. Re:Bacula by richlv · · Score: 1

      from my (limited) experience, bacula is more streamlined and solid than amanda.
      i did not do too many tests when choosing, but when i did, bacula seemed to be the most solid solution available, so i settled with it. so far it is working very, very well. it is also progressing quite nicely, so i would definitely pick bacula for any new systems, if only because i'm familiar with it :)

      --
      Rich
    7. Re:Bacula by Anarke_Incarnate · · Score: 1

      Check out bakbone. They are a good lower cost backup solution

    8. Re:Bacula by ooglek · · Score: 1

      Use JungleDisk. It works on Windows, Mac OS X and Linux. It stores things to Amazon EC2 which is pretty cheap per gig per month. Keep a backup on a single drive at home, and either EC2 or your drive will go down, less likely both simultaneously. Restore from the 'net if your local copy dies. I store all my family photos, work documents and other important things there. If you don't like the monthly fee, you can always go through the hassle of backup to tape, or maintaining an account on two or three friends' servers and hope they don't shut things off. For me, a cheap network drive (non redundant) for a local copy, and EC2 for a remote, offsite copy, enabled by JungleDisk, which can also encrypt my data, is worth the $0.15/GB/month. I pay less than $10/month for 50 some-odd gigs of data I'm backing up. Probably makes less sense if you are backing up terabytes of data, but if you're doing that, you'll probably be willing to back up, then drive it off-site, for super-safe keeping.

    9. Re:Bacula by alta · · Score: 1

      Fine for personal, and if I was just doing a server or two, but I need some higher level features Not offered here: 1. Ability to have one backup server running backups of other servers. 2. Support onsite/offsite, online/nearline/offline backups. 3. Support archiving of old data. 4. Data deduplication. 5. Proactive/Continual backups 6. Exchange database backup. 7. Full server, barebones restore 8. Full/Incremental/Differential backups

      --
      Do not meddle in the affairs of sysadmins, for they are subtle, and quick to anger.
    10. Re:Bacula by rmm4pi8 · · Score: 1

      We currently use AMANDA in production on about 75 hosts, and I've evaluated, though not deployed, Bacula. I must say that neither really excites me. I'm trying to move from a tape model to a disk model, and I'm left wondering why I want to have "virtual tapes" rather than something a lot more elegant and designed for d2d backup. Oh do I hate labeling and changing tapes, let alone finding them for restores.

      Also specifically with AMANDA the permissions model is a total pain (both the host-based network part and the filesystem part) and calling dump on filesystems as a backup method doesn't exactly get you consistent backups of databases, so you have to have some other hotbackup method to get those to disk, which AMANDA then captures.

      So while we're continuing to use AMANDA for webservers and other things which don't *need* to be backed up, but where covering your arse is frequently useful, I'm moving to a different model for servers holding critical data: snapshotting the underlying storage with LVM2 or the NetApp, to have guaranteed consistency, then backing up d2d with rdiff-backup which gets me a top-level mirror (easy-as-pie DR restores) with reverse diffs for old data (space efficient) and a very simple way of trashing old information on a schedule if you need the space. For VM servers I don't worry about doing anything inside the VM, and I just snapshot the underlying storage on the host or SAN that the VM sits on. If you're interested in this sort of thing, email me and I'll share my wrapper scripts.

      You'll presumably still be stuck with Retrospect for the non-VM Windows (or AMANDA/Bacula--probably Bacula if you're smart), but this is a great method for key databases and VM servers.

      --
      U.S. War Crimes blog. Email for free Mandriva support.
  19. Re:the most cost effective applications on the mar by blhack · · Score: 4, Insightful

    I don't know about now...but I used to monitor bugtraq and it scared me into never, EVER using phpBB.

    --
    NewslilySocial News. No lolcats allowed.
  20. Can't take recommendations seriously by mlwmohawk · · Score: 1, Insightful

    Recommending MySQL is just stupid. Not only is its development at Sun in question, it is a poor excuse as a replacement for a commercial database.

    As the MySQL fanbois are used to saying, "MySQL is good enough for what I do," a commercial database is held, and rightly so, to a higher standard to which MySQL fails miserably to measure. Yea, sure, the MySQL guys can cook single instance benchmarks that look impressive, but the scalability, reliability, and feature set lack on a professional level.

    I don't even need to say which is the better alternative because everyone knows what it is. Since the guy recommends MySQL, this means he didn't evaluate the application space well enough to make the recommendations he does.

    1. Re:Can't take recommendations seriously by LWATCDR · · Score: 1

      I think your right but a bit harsh on MySQL. There are tasks that MySQL is great for. However to only mention MySQl is a massive over site. Postgres and Firebird are other options that may be a better solution for some tasks.
      I am a big Postgres fan but MySQL and even SQLLite can be very useful tools.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    2. Re:Can't take recommendations seriously by TwinkieStix · · Score: 4, Interesting

      Interesting. Tell that to Flickr, Facebook, Wikipedia, Google, Nokia and YouTube. Or, how about Slashdot and Digg - capable of bringing down moderately sized web sites with the click of a million mice?

      Check out:
      http://en.wikipedia.org/wiki/MySQL
      http://www.mysql.com/customers/customer.php?id=281
      http://www.mysql.com/news-and-events/generate-article.php?type=ss&id=slashdot

      Just as a single example, what kind of scalability do most people need beyond Facebook and Wikipedia. I work for a very large internet company that has standardized on Oracle, and we have several well-paid DBAs who spend all day monitoring and tweaking our database servers. My previous job was a different large company that used MySQL as a back end for a very similar infrastructure (Java EE, Spring, Hibernate, Clustered in a similar way) with not a single full-time DBA (the helpdesk manager was the only real DBA other than the deployment engineers).

      Now, I'm not a professional DBA. I'm just a programmer, but I was one of the maintainers of the MySQL server (I don't get to touch the Oracle servers here except on my local developers instance). I can tell you from personal experience that MySQL is easier to maintain and administer, faster to start up, and requires far fewer system resources to keep going. Judging by just the performance of Wikipedia and Facebook, it seems to perform quite well under heavy load. So, please tell me what basis you have to place MySQL out of the elite top-tier of database servers?

    3. Re:Can't take recommendations seriously by Thyamine · · Score: 1

      I would agree. I can't say that I'm familiar with any other open source/free/whatever you want to call it database solutions, but I've used MS SQL Server and MySQL, and I always find myself annoyed at MySQL in general. For the most part I've inherited any MySQL install, so perhaps the previous dev/admin did a poor job in configuring the setups but I've never been happy to have to develop with or admin a MySQL install.

      I'm not a Microsoft fanboy by any stretch of the imagination, but I find their management tools (yes GUI based) to be much more intuitive. And before I get flamed, yes, you can do it all with SQL queries and such from the command-line, but that's not my preference for trying to make what should be simple or quick changes in the GUI.

      --
      I will shred my adversaries. Pull their eyes out just enough to turn them towards their mewing, mutilated faces. Illyria
    4. Re:Can't take recommendations seriously by Anonymous Coward · · Score: 2, Funny

      I don't even need to say which is the better alternative because everyone knows what it is.

      MS Access?

    5. Re:Can't take recommendations seriously by jlarocco · · Score: 5, Insightful

      Interesting. Tell that to Flickr, Facebook, Wikipedia, Google, Nokia and YouTube. Or, how about Slashdot and Digg - capable of bringing down moderately sized web sites with the click of a million mice?

      Yeah, but none of those are very important. If a transaction fails when you're updating your Facebook profile, nobody gives a shit. I mean look at what happened to Slashdot when it got 24 million posts.

      I would bet money that none of those companies use MySQL for their paycheck processing software.

      I don't dislike MySQL, but I wouldn't consider it an "enterprise RDBMS".

    6. Re:Can't take recommendations seriously by Anonymous Coward · · Score: 1, Informative

      The same reason everyone else has: Parroting the party line

    7. Re:Can't take recommendations seriously by ChrisA90278 · · Score: 3, Insightful

      When they say the MySQL will not scale like Oracle they are mostly right. The exceptions where MySQL works are when you design a application around MySQL and use just one installation of MySQL per application. When you do this and it works what you are really doing is using mySQL is a fancy kind of file system.

      With Oracle you can build an enterprise database that holds _everything_ and all you applications can access the same database. There are some great advantages when you do this

    8. Re:Can't take recommendations seriously by Matt+Perry · · Score: 1

      Just as a single example, what kind of scalability do most people need beyond Facebook and Wikipedia.

      Those only represent a single type of database need. There are other uses for databases that don't represent serving up small amounts of web data. I'd be very curious to hear about people using MySQL successfully with huge datasets, such as multi-terabyte ERP and data warehousing applications, or using it for banking and financial transactions. That's where the real action is. I'm sure people are using MySQL for these functions but they probably don't announce it as publicly as most web-based companies.

      --
      Slashdot: Failed Car Analogies. Amateur Lawyering. Anecdote Battles.
    9. Re:Can't take recommendations seriously by debrain · · Score: 1

      It's worth noting that the performance of the cites you list are probably better examples of memcached performance (which I believe is used by all the sites you give, though I stand to be corrected) than MySQL per se, though certainly the database is an important part of the equation for a massive public online deployment.

    10. Re:Can't take recommendations seriously by Anonymous Coward · · Score: 0

      Yes. At the end of the day, it's just a persistence layer.

    11. Re:Can't take recommendations seriously by Anonymous Coward · · Score: 0

      While I wouldn't suggest that MySQL isn't usable in a production environment or can't scale for certain enterprise level software systems, it's been my experience that it's lack of transaction control is a major deterrent for people looking to implement large scale e-commerce or financial systems.

    12. Re:Can't take recommendations seriously by jimicus · · Score: 1

      I note that you completely ignored the parents' comments regarding reliability and feature set.

      Myself, I'm not sure I'd have worded it quite the same way - rightly or wrongly I think the poster does come across as a bit of astroturf - but I work daily with Postgres and MySQL. I find that Postgres comes across as a better quality product - one which doesn't announce features until such time as they're pretty solid, whereas MySQL tends to follow the "release early, release often and don't worry if there's a bug which results in data loss, we'll worry about that in the next release" approach.

      The thing that worries me is the bit about "if there's a bug which results in data loss...".

    13. Re:Can't take recommendations seriously by orasio · · Score: 1

      Oracle brings lots of advantages, but only in theory.
      In practice, it needs more babysitting than other dbs, only the babysitters are more expensive.
      And most of the ones I have met rely more on black magic than actual knowledge to do their jobs.
      I haven't worked a lot with MySQL, but I can tell you that Oracle does not scale easily.
      Postgres does scale very easily, and everything is nice and easy to maintain for anyone with unix-like experience, even if you don't have certified DBAs.
      It has most of the extensions that Oracle has, and hooks+examples to implement your own.
      Heck, I even think that even MsSQL server is more reliable and scalable _in_practice_ than Oracle.

    14. Re:Can't take recommendations seriously by mlwmohawk · · Score: 2, Informative

      Interesting. Tell that to Flickr, Facebook, Wikipedia, Google, Nokia and YouTube. Or, how about Slashdot and Digg - capable of bringing down moderately sized web sites with the click of a million mice?

      As has been discussed many times over there are a couple points to make out about these examples.

      (1) *ALL* of these sites buttress MySQL with support code. Take a look at what Slashdot has to do to enable MySQL to keep up with the sites needs.

      (2) None of these sites are mission critical. Would you TRUST your bank transactions on MySQL? LOL, no way!

      Now, I'm not a professional DBA. I'm just a programmer

      I was a DBA, I am a software engineer. I have published articles about Windows kernel development and data acquisition. I was CTO at a dotcom, I am currently a consultant have worked directly or indirectly with AOL, Microsoft, Sun, and Yahoo.

      but I was one of the maintainers of the MySQL server (I don't get to touch the Oracle servers here except on my local developers instance).

      I have managed and developed on many Oracle systems. I have also done the same on Sybase, PostgresSQL, MySQL, DB2, MSSQL, mSql, SQLite, Advanced Revilation (Not SQL, but a database), and others.

      I have a very good background on the subject.

      I can tell you from personal experience that MySQL is easier to maintain and administer,

      Than what?

      faster to start up, and requires far fewer system resources to keep going.

      Than what?


      Judging by just the performance of Wikipedia and Facebook, it seems to perform quite well under heavy load.

      You are not looking at MySQL, you are looking at an aggregate system whose performance is a product of the development teams ability to work around MySQL.

      None of the sites you mention simply execute a query and display the results. Every single one of them requires a lot of extra programming work to serialize and cache load because MySQL sucks.

      So, please tell me what basis you have to place MySQL out of the elite top-tier of database servers?

      I think I made my point.

    15. Re:Can't take recommendations seriously by Slashdot+Parent · · Score: 1

      (1) *ALL* of these sites buttress MySQL with support code. Take a look at what Slashdot has to do to enable MySQL to keep up with the sites needs.

      You are going to have to do that with any database. My current client is a large publisher, and you should see the shit we have to do to Oracle to get it to perform, and that is with 6 full-time DBAs.

      (2) None of these sites are mission critical. Would you TRUST your bank transactions on MySQL? LOL, no way!

      This is not exactly a scientific metric.

      None of the sites you mention simply execute a query and display the results. Every single one of them requires a lot of extra programming work to serialize and cache load because MySQL sucks.

      Like I said, if we just had "pages calling Oracle", we would fry Oracle. It required extensive SQL tuning, client optimization, denormalization, caching, clustering, load-balancing, etc. to keep Oracle alive.

      Given all of the framework we have built around Oracle, I would bet that MySQL with NDB-cluster would be able to keep up, but I have no data to back that claim up with. The point, of course, is moot, because we use a lot of other features in Oracle that are not present in the open source databases like MySQL and PostgreSQL.

      --
      They don't grade fathers, but if your daughter's a stripper, you fucked up. --Chris Rock
    16. Re:Can't take recommendations seriously by nxtw · · Score: 1

      It's important to note that MySQL does have GUI tools. It seems like phpMyAdmin is one of the more popular ones. Back when I actually wanted to use MySQL, it was the only useful open source one I could find. It was convenient when running a standalone MySQL server at a remote location connected via a relatively slow link. But on a LAN, I'd much prefer a real application.

      I like MS's SQL Server management tools. The 2005 tools were a bit of a disappointment at first when compared to the 2000 ones; they were rewritten in .NET and were noticeably slower on the hardware I was using at the time. But the rewritten tools had a better interface and more features.

      I recently used Oracle's SQL Developer for the first time. It's written in Java and works fairly well (although it does use Swing). It's comparable in features to SQL Server's management tools.

      When trying to figure things out on my own, I found MySQL and SQL Server to be easier to use than Oracle or PostgreSQL. Having worked with MySQL and SQL Server first, I could be biased.

      PostgreSQL's pg_hba.conf was a source of confusion at first. And the Oracle TNS/SID thing seemed confusing in comparison to the server:port+username+password+database required to connect to MySQL, PostgreSQL, or SQL Server.

      Of course, you only need to learn how to configure & connect to a database once.

    17. Re:Can't take recommendations seriously by lawpoop · · Score: 1

      I mean look at what happened to Slashdot when it got 24 million posts.

      How does PostGres handle an integer column rollover? Isn't this a problem of table design, not necessarily MySQL?

      --
      Computers are useless. They can only give you answers.
      -- Pablo Picasso
    18. Re:Can't take recommendations seriously by DuckDodgers · · Score: 1

      I'm curious, what features do you use in Oracle that aren't available in PostgreSQL?

    19. Re:Can't take recommendations seriously by DuckDodgers · · Score: 1

      PostgreSQL has the GUI management tool pgAdmin 3, which is pretty intuitive and has a lot of features.

      I haven't seen the Microsoft SQL Server or its GUI tools, so I can't give you a feature-for-feature comparison. But if you're bored, I would suggest giving PostgreSQL and pgAdmin 3 a try.

    20. Re:Can't take recommendations seriously by jlarocco · · Score: 2, Insightful

      The problem wasn't entirely integer overflow. From the description here it sounds like they had a foreign key index using a different data type than the row it referenced. It shouldn't even be possible to do that.

    21. Re:Can't take recommendations seriously by The_reformant · · Score: 1

      Yeah, but none of those are very important. If a transaction fails when you're updating your Facebook profile, nobody gives a shit. I mean look at what happened to Slashdot when it got 24 million posts.

      I would bet money that none of those companies use MySQL for their paycheck processing software.

      I don't dislike MySQL, but I wouldn't consider it an "enterprise RDBMS"

      And how often does MySQL participate in transactions involving multiple dbs?

      --
      I have discovered a truly remarkable sig which this post is too small to contain.
    22. Re:Can't take recommendations seriously by machine321 · · Score: 1

      When they say the MySQL will not scale like Oracle they are mostly right.

      Right, that's why there's Postgresql.

    23. Re:Can't take recommendations seriously by mlwmohawk · · Score: 1

      You are going to have to do that with any database. My current client is a large publisher, and you should see the shit we have to do to Oracle to get it to perform, and that is with 6 full-time DBAs.

      No one is mentioning Oracle, don't use it as a strawman. We are talking about Free/OSS replacements for commercial apps.

      This is not exactly a scientific metric.

      The first part was: "None of these sites are mission critical." The point was that MySQL is not up to the task.

      Like I said, if we just had "pages calling Oracle", we would fry Oracle. It required extensive SQL tuning, client optimization, denormalization, caching, clustering, load-balancing, etc. to keep Oracle alive.

      Like I said, we aren't talking about Oracle. That being said, equivocation is a fools game. Saying that two things are the same because both posses flaws is either lazy or cynical. Oracle has problems, as does PostgreSQL, Sybase, DB2, etc. That's why intelligent people weight the pros and cons when they evaluate technology. So, yes, it may be an amount of work to get Oracle to perform well in a specific environment, but that, in no way, is equivalent or even similar to what is need for MySQL.

      Given all of the framework we have built around Oracle, I would bet that MySQL with NDB-cluster would be able to keep up, but I have no data to back that claim up with.

      If you can't quantify why you think something is true, then you are not making an informed decision.

      The point, of course, is moot, because we use a lot of other features in Oracle that are not present in the open source databases like MySQL and PostgreSQL.

      Ahh, nice equivocation whitewash. Both MySQL and PostgreSQL lack features you use, so both are equally bad. LOL. Having worked with all these platforms, and having moved a couple systems from Oracle to PostgreSQL, I call your bluff.

    24. Re:Can't take recommendations seriously by jadavis · · Score: 1

      If you don't see the advantages of centralized data management, you probably have never needed to get the answer to an interesting business question before.

      Developers are usually only interested in pushing data into a database, or perhaps regurgitating it later. But the data is being stored for a reason: so that business people can make useful inferences from the facts collected throughout the enterprise.

      --
      Social scientists are inspired by theories; scientists are humbled by facts.
    25. Re:Can't take recommendations seriously by jadavis · · Score: 1

      That was probably a joke. But I have had to report out of both Access and MySQL databases, and Access was much better.

      The SQL dialect in Access is more consistent, closer to the standard, and richer than MySQL's SQL dialect.

      Access is slow, and annoying in some other ways, and certainly would not be my first choice, but I would not rule it out.

      --
      Social scientists are inspired by theories; scientists are humbled by facts.
    26. Re:Can't take recommendations seriously by Anonymous Coward · · Score: 0

      MySQL is ACID compliant with InnoDB.

      Uh... that guarantees no ugly stuff like that. :)

  21. Wrong link for sugarcrm by houghi · · Score: 1

    http://www.sugarcrm.com/crm/ is the right one.

    --
    Don't fight for your country, if your country does not fight for you.
    1. Re:Wrong link for sugarcrm by JCSoRocks · · Score: 1

      No it's not. 403 forbidden.

      --
      You are using English. Please learn the difference between loose and lose; they're, there, and their; your and you're.
  22. we haven't bought any software in 15 years by Anonymous Coward · · Score: 0

    & everything is working just fine/better than ever.

  23. phpdhcpadmin by Anonymous Coward · · Score: 0

    phpdhcpadmin (on sourceforge) as a replacement for RedHat or Microsoft dhcp administration utilities.

  24. Re:the most cost effective applications on the mar by rodrigoandrade · · Score: 2, Insightful

    > I wonder how anything with a non-zero pricetag can be more cost-effective than something that costs nothing

    Training and support, for starters. You're pretty much on your own on these 2 things when it comes to so called "free" software, and the TCO ends up being more expensive than a paid application.

  25. Bacula by Colin+Smith · · Score: 1

    Amanda had some problems last time I looked. Bacula isn't TSM by any means but it's actually not bad.

    --
    Deleted
  26. I would like to see my work... by thtrgremlin · · Score: 1

    replace Blackboard with Moodle. When I was first starting to learn php, found moodle really easy to customize, in addition to just being great running on default. Nothing that NEEDS to be configured much to get started any more than Blackboard. Blackboard does provide hosting, but at an outrageous rate that is not really a 'hosting' price. On the other hand I have gotten many more teachers to use the Blackboard system just telling them how much the district spends per year just to have the service available.

    On a side note, when the tubes came to the district, one high school hired a bunch of IT people, and the other had an industry experienced teacher run several classes that had students expand and maintain the network. The student run network was quite superior. In 1998 they managed to get an OC3 line DONATED by a local company, and a partial Class B Internet license, just to name a few things. Downtime was negligible and never during school hours. While the 'professional' school dwindled with poor service, and just the local service paid for by the school, the student run program was scraped after 4 years when students that graduated had not documented their code. It was mostly customized FreeBSD setup. (The other school was using NT4). Rather than addressing the issue with the teacher, program was terminated permanently. They hired a bunch of techs to take their place, and within about 2 years they decided it was too expensive and now there are some 6 people that go around fixing problems for the whole district.

    And THIS in Silicon Valley!

    I may have missed some of the details of all what happened, but I do know the kids today don't know hardly anything about computers other than how to play video games, but props to the few that can customize a myspace page. Now, email or Internet access in general is out every few days for up to several hours. Rarely, but a few times, it has been out every day for about 2 hours in the morning for a week+.

    Too bad something like technology can't be used directly to teach students about the modern world, like, the technology itself while making money to have a quality infrastructure. Oh well.

    Just to note, I asked the IT staff about OpenOffice, because I heard they were having major budget problems, and they said that they did a 'trial run' and for too many teachers they concluded the transition would be too difficult, and too many teachers couldn't figure it out. They are going to transition to Office 2007 instead for all the computer labs (eventually as they can afford it). I stopped making suggestions after that.

    Anyway, shout out to Moodle for anyone interested in education. It is simple enough I would recommend it to (tech savvy) parents to use at home to manage their kids homework and chores, just as an idea.

    --
    Want Big Business out of government? Take away the incentive and start by getting government out of big business!
    1. Re:I would like to see my work... by prestomation · · Score: 1

      My university uses a proprietary LMS, while the Math department in particular uses Moodle.
      I think Moodle is fine and all, especially for being GPL, but I can't for the life of me figure out why those math guys don't use the superior product they have at their disposal.

    2. Re:I would like to see my work... by HeronBlademaster · · Score: 1

      Our school uses Blackboard, but the math department rebelled and got Moodle set up.

      Most of the teachers I've talked to complain endlessly about Blackboard. Would you believe that when they (the teachers) update something (an assignment, announcement, quiz, whatever) on Blackboard, it doesn't show up for the students until early the next morning?

      Personally I don't like either solution; they both seem clunky (from a student's perspective). Granted, Moodle is orders of magnitude better than Blackboard, but still.

    3. Re:I would like to see my work... by hplus · · Score: 1

      I've only used Moodle for one semester while studying off campus, but my impression was that it's very rough around the edges. Perhaps it was just the install that we were using, but we had constant problems with it, ranging form getting people registered so that they could use the application to messages randomly (albeit rarely) getting dropped.

    4. Re:I would like to see my work... by thtrgremlin · · Score: 1

      Maybe they are willing to put up with a little extra work and take pride in the freedom that it enables. Some people just prefer to work that way, and a university is all about learning. Not a bad thing to add to the work if it is rewarding.

      Honestly, I think I have as MANY problems under Ubuntu as I did with windows. Mac is just a different story. The difference is that I feel good every time I fix a Linux issue, and I feel sick getting done fixing a Windows problem. It is really just personal... however, I spend a lot more time programming for fun since switching, while on windows I played games. It is really just a personal choice of what you want to do.

      I also refuse to fix peoples broken windows applications / installations, whatever. I just say "I forgot how to, I do Linux now". One exception, I will show people how to setup and use free software when they want to switch, usually OpenOffice, Firefox, and such.

      --
      Want Big Business out of government? Take away the incentive and start by getting government out of big business!
    5. Re:I would like to see my work... by thtrgremlin · · Score: 1

      Moodle does have a bit of a GTK+ feel to it that I have gotten used to. It is very simple and extendable. If you were some kind of php5/flash guru, someone could easily make Moodle really awesome (in ways that should not be the default setup). Good for them. I am impressed there is a school with someone informed enough to even know what Moodle is.

      --
      Want Big Business out of government? Take away the incentive and start by getting government out of big business!
    6. Re:I would like to see my work... by thtrgremlin · · Score: 1

      I haven't been the manager on a large scale, but have had the same issues with Blackboard. Have you used both as a student? Both are somewhat new in general for what they provide. Sure they will both mature because of each other.

      --
      Want Big Business out of government? Take away the incentive and start by getting government out of big business!
    7. Re:I would like to see my work... by hplus · · Score: 1

      I have used Blackboard extensively as a student. My experiences with have been mostly positive, though the uni which uses Blackboard has a much better tech department than the program that used Moodle, which might account for the difference.

  27. OPENSiebel! by JackassJedi · · Score: 1
    --
    Power corrupts the few, while weakness corrupts the many.
    1. Re:OPENSiebel! by JackassJedi · · Score: 1

      Ok maybe I should have said that I created this page in 2006 after a friend working with it explained me what Siebel is!

      --
      Power corrupts the few, while weakness corrupts the many.
  28. Glassfish/OpenMQ instead of Websphere/WebsphereMQ? by kbrasee · · Score: 2, Interesting

    I've often wondered if Glassfish app server and OpenMQ messaging are viable alternatives (in realibility, performance and features) to IBM's Websphere and Websphere MQ. That would save a bunch of money right there, but it's got to be a huge battle switching an existing IBM system (and add-ons to that system) over to the open source alternatives.

  29. Re:Lame by thtrgremlin · · Score: 2, Funny

    Not sure if that would qualify as 'enterprise', but a good suggestion. I think this article would ALSO be popular on digg.

    --
    Want Big Business out of government? Take away the incentive and start by getting government out of big business!
  30. quickbooks? by lophophore · · Score: 1

    our small business uses Quickbooks for accounting.

    I'm not sure whether I hate Quickbooks or Intuit (the vendor) more.

    Is there a decent open source business accounting package that our accountant can deal with?

    We are using it for invoicing, accounts receivable, check register, etc. Nothing fancy.

    --
    there are 3 kinds of people:
    * those who can count
    * those who can't
    1. Re:quickbooks? by josmar52789 · · Score: 2, Interesting

      Try xTuple.... Has a lot of the same user-friendliness as Quickbooks - but doesn't lack features like some other accounting/sales/CRM/inventory systems.

      It's enterprise-class and you can buy support from the vendor.

    2. Re:quickbooks? by John+Hasler · · Score: 1

      Look at LedgerSMB

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
  31. The Two Most Important & Missing Open-Source A by Anonymous Coward · · Score: 0

    Adobe Acrobat and AutoCad.

    These two applications are used prolifically. They are also practically the exclusive editing applications for .pdf and .dwg files, respectively.

    These kinds of files are used every day by a huge number of people who have no choice but to buy the proprietary software for editing these file extensions. It would be a boon and a blessing for someone to develop a open-source system that could replace these programs.

    If someone does I would make a donation, that's how much I think this is needed.

  32. Open Source Solutions by josmar52789 · · Score: 4, Informative

    OpenOffice instead of MS Office

    7-zip instead of WinZip

    Alfresco for document management and workflow

    Zimbra (or Google Apps) instead of Exchange

    Firefox instead of IE (yeah, you'll save money by not having to remove all the magically installing spyware)

    MySQL or PostgreSQL instead of MSSQL (come on people, open source is about choice - use whatever open source dbms you want and quit fussing!)

    xTuple instead of Quickbooks (great enterprise-class accounting/sales/CRM/inventory software that can truly rival the "polished quality" of Quickbooks with pretty much the same features)

    1. Re:Open Source Solutions by blincoln · · Score: 1

      7-zip instead of WinZip

      Most "enterprise" workers don't need anything beyond the built-in support in XP and Vista for zip files.

      I do use 7-zip myself, but the interface is minimalistic enough that I'd be nervous recommending it to an office worker if they did need more advanced archive-handling for some reason. I was honestly shocked when I discovered that it was written specifically for Windows and not a port of a Linux app.

      --
      "...always new atoms but always doing the same dance, remembering what the dance was yesterday." -Richard Feynman
    2. Re:Open Source Solutions by josmar52789 · · Score: 1

      I really don't think I could compare the built-in tools of Win XP and Vista to that of an open source application like Z-zip, which is constantly maintained to provide the most secure and optimal archiving experience. Plus, from what I can tell, 7-zip provides far better compression than Winzip or the Win XP and Vista solutions.

    3. Re:Open Source Solutions by raftpeople · · Score: 1

      xTuple instead of Quickbooks (great enterprise-class accounting/sales/CRM/inventory software that can truly rival the "polished quality" of Quickbooks with pretty much the same features)

      While xTuple looks interesting, I wouldn't classify it as "enterprise-class", more like entry level/small business (Quickbooks isn't enterprise either, even if they sell something they call "enterprise").

  33. Re:the most cost effective applications on the mar by twistedsymphony · · Score: 2, Informative

    As someone who maintains several large forums on nearly all of the major forum software I'd stay away from phpbb... it's got a lot of security issues and the administration features are really lacking when compared to the other players.

    If you're using it on a intranet server for business collaboration then it'd be fine but as far as putting it on the web, I'd avoid it. I actually just migrated the two phpbb forums I had to vB.

    SMF is the other major open source contender and it does somethings better and other things worse than phpbb... I'm still using it for one of my forums but thats only because part of the point of the site is that it's 100% open source so...

    Really IPB and vB are both better choices but neither are free. Interesting enough they both USED to be free. It seems that in the forum world once they reach a certain level of usefulness they close those doors and start collecting license fees.

  34. This one's for you, Scotty by Anonymous Coward · · Score: 0

    NCC one seven O one. No bloody A, B, C, or D.

  35. It's astroturf. by Benanov · · Score: 3, Informative

    It is a very well written troll.

    FTFY.

    Visit jerryleecooper .com (link busted on purpose) for more trolls in the same vein. Looks like astroturf.

    1. Re:It's astroturf. by Godji · · Score: 2, Informative

      That link you provided is not astroturfing. It's sarcasm, and pretty good one at that - because it sounds like astroturfing but still contains little clues that the author is actually joking.

      In particular try this. It made me laugh hysterically. :)

    2. Re:It's astroturf. by dotancohen · · Score: 3, Funny
      --
      It is dangerous to be right when the government is wrong.
    3. Re:It's astroturf. by Anonymous Coward · · Score: 0

      He truly is godlike among trolls.

    4. Re:It's astroturf. by sumdumass · · Score: 1

      OMG......

      I have not read anything like that or laughed like that over something I read in years.. Thanks for the post.

      all my hotmail is gone...

    5. Re:It's astroturf. by eulernet · · Score: 1

      He also reviewed Mac OSX Leopard
      http://www.amazon.com/review/R1SM2V0UJ2MM9L

    6. Re:It's astroturf. by deniable · · Score: 1

      Complete with Enron style accounting. That's just brilliant. The comments are even funnier.

    7. Re:It's astroturf. by Anonymous Coward · · Score: 0

      I almost died reading the rest of Ernesto's reviews.

      Especially the one about OS-X.

      a/c

  36. Microsoft Project by Anonymous Coward · · Score: 3, Interesting

    Does any one know of a good alternative to Microsoft Project? I am working on a small (academic) practicum project with a constraint that no money is to be spent on acquiring software. I tried OpenProject but that seems to have quite a few rough edges. Any other alternatives?

    1. Re:Microsoft Project by Flopy · · Score: 2, Interesting

      Ever tried Planner? http://live.gnome.org/Planner There's also a Windows version.

    2. Re:Microsoft Project by jvin248 · · Score: 1

      Try ganttproject.biz
      I use it with Fortune top 10 corporations.
      I usually export to .jpg then insert the .jpg into presentations (OOo Impress) for screen presentations or printing.

    3. Re:Microsoft Project by Anonymous Coward · · Score: 0

      you might want to consider trac ( http://trac.edgewall.org/ )

    4. Re:Microsoft Project by Daehenoc · · Score: 1

      Yes, GanttProject: http://ganttproject.biz/

      I've given it a whirl and while not quite as feature packed as MS Project, it can import and export to Project. If we didn't have an enterprise license for Project already, I would put forward this tool as the one to use for Project Management.

    5. Re:Microsoft Project by Anonymous Coward · · Score: 0

      Ganttproject comes to mind. I believe it imports MS project files.

    6. Re:Microsoft Project by Anonymous Coward · · Score: 0

      Have a look at:
      Open Workbench
      http://www.openworkbench.org/

      Dotproject.net
      http://www.dotproject.net/

    7. Re:Microsoft Project by Anonymous Coward · · Score: 0

      Hi,

      The download link seems to be down for the moment, however I will give it a try.

      I am currently giving GanttProject. Looks promising. Will give it a whizz.

      Thanks all.

    8. Re:Microsoft Project by Abstract · · Score: 1

      Take a lookt at http://ganttproject.biz/

      You'll have to get used to the interface (ctrl + R is your friend for updating the relationships) and the export functions are a bit different, but I used it for a project last month, and I didnt miss MS project.

    9. Re:Microsoft Project by Anonymous Coward · · Score: 0

      Kplato or openworkbench perhaps?

    10. Re:Microsoft Project by Anonymous Coward · · Score: 0

      Have look at Open Workbench and see how many rough edges that has.

      http://www.openworkbench.org

  37. I'll throw OpenNetAdmin in to compete with QIP by hornet136 · · Score: 1

    I'll throw out http://opennetadmin.com/ as a competitor to Lucent/Vital QIP. Its still in early stages but already can handle DNS and DHCP quite well. It even blends to other facets of your network configuration such as routers/switches.

  38. Re:the most cost effective applications on the mar by TypoNAM · · Score: 2, Informative

    Note that SMF (Simple Machines Forum) isn't technically free open source software either. See their license for details: http://www.simplemachines.org/about/license.php.

    So they could easily do the same thing and go commercial and non-freely available too without any rights for anybody to fork it later on. Hence why I'm not interested in using their forum for any serious site.

    --
    This space is not for rent.
  39. I would retitle this... by deviator · · Score: 1

    "Least-Bad Alternatives to Enterprise Apps."

    Everything that's mentioned on this list has some Achilles heel--though it's suitable for some purposes it's not an exact replacement for what's mentioned.

    Many of the "geekier" replacements (i.e. Digium which is actually Asterisk) have hidden admin costs. OpenOffice has hidden training costs (and frankly, every non-technical person we've put in front of it hates it--they all want Office 2007.) The ticketing systems are pretty lightweight. SugarCRM is pretty lightweight. MySQL doesn't scale. BaseCamp is simplistic as far as project management goes (and it's not open source?)

    Open Source and free apps have been around for decades - yet there's a reason companies still get away with *charging lots of money* for enterprise apps...

    I own a small Managed Service Provider in Seattle. I've wanted to use open source for years as much as possible--but the commercial alternatives have always been better fits for our needs and our customers' needs.

    1. Re:I would retitle this... by simplu · · Score: 1

      Support costs more or less the same. But you don't pay licenses for open source software. In terms of money this is the only difference. But anyway you didn't try enough open source software if you say that otrs is lightweight.

      --
      L.
    2. Re:I would retitle this... by profplump · · Score: 1

      I call BS on you're "they all want Office 2007". They might all want Office 2003 -- I have yet to meet a user who liked Office 2007 on their new computer, and OpenOffice is arguably a closer match to Office 2003 in terms of user interface.

    3. Re:I would retitle this... by deviator · · Score: 1

      They ask for--actually demand it--by name when we put OpenOffice on their PC.

    4. Re:I would retitle this... by deviator · · Score: 1

      Support doesn't cost more or less the same; that's a huge assumption in your argument that is generally incorrect.

      As an engineer, I like a lot of open source software. As a business owner it's hard to find well-rounded engineers who a) understand open source, b) aren't social retards.

      And really, I have spent way too much time in the past tinkering with open source to get it to work the way I want--at this point it's just easier to buy something off the shelf which is already finished. Let the vendor deal with making software work the way you want.

      Yes, I know this is an unpopular opinion around here - but sometimes /. needs some balance. Has anyone ever figured out why open source software, with a $0 acquisition cost, hasn't completely taken over the world yet?

    5. Re:I would retitle this... by badkarmadayaccount · · Score: 1

      A person is smart, people are stupid? The same everyone hasn't switched to CFLs and LED lamps?

      --
      I know tobacco is bad for you, so I smoke weed with crack.
    6. Re:I would retitle this... by badkarmadayaccount · · Score: 1
      Gaaah, gonna have to Gramar Nazi myself, damnit!

      The same reason everyone hasn't switched to CFLs and LED lamps?

      Hey, I just Godwined myself.

      --
      I know tobacco is bad for you, so I smoke weed with crack.
  40. Re:Bacula is an outstanding cross platform solutio by lymond01 · · Score: 2, Informative

    It has a little friend (I'd say brother, but they aren't in any way related) called Backuppc which does disk-to-disk backups. It won't natively back up open Windows files, so database dumps or VSS scripting is needed.

    It does, however, do pooling (industry calls it deduplication). I have the equivalent of 9 TB of backups (2 months of weekly fulls and daily incrementals) stored on less than one TB of space. The actual amount of raw data being backed is about 1.5 TB: 558 GB compressed and 188 GB uncompressed on disk (746 GB).

    Bacula doesn't do deduplication so its d2d capabilities are limited. But its tape abilities are comparable to anything out there (if you don't mind losing the GUI).

  41. a critical application for our enterprise by Luyseyal · · Score: 4, Funny

    I am hoping someone can suggest a replacement for "Hello World" which, according to our engineers, is a critical application for our enterprise.

    Sincerely,
    PHB

    --
    Help cure AIDS, cancer, and more. Donate your unused computer time to worldcommunitygrid.org. Join Team Slashdot!
    1. Re:a critical application for our enterprise by HexaByte · · Score: 1

      Check out Southern Open Source Systems "Howdy Y'all".

      --
      HexaByte - he's a square and a half!
  42. Actaully... by mengel · · Score: 2, Funny

    A LAPP stack sounds kind of cool... Folks could call themselves LAPP-landers.

    Of course, like LAMP as an acronym, it still suffers from the potential disagreement about what the last P stands for (Perl, PHP, Python, ...) (note preceding list is in alphabetical order and implies no stated preference :-))

    --
    - "History shows again and again how nature points out the folly of men" -- Blue Oyster Cult, 'Godzilla'
    1. Re:Actaully... by HeronBlademaster · · Score: 1

      That's why I call them LAPPPP systems to avoid the whole argument...

    2. Re:Actaully... by dwye · · Score: 1

      > A LAPP stack sounds kind of cool... Folks could call themselves LAPP-landers.

      I think that most people would like to be a different kind of cool than to be outdoors in the cold, herding reindeer. Maybe, if you are Finnish, you cannot tell which you would rather be, but most of us want to think about reindeer only one night a year.

    3. Re:Actaully... by booch · · Score: 1

      potential disagreement about what the last P stands for (Perl, PHP, Python, ...)

      Or Ruby -- it starts with a P with a kickstand.

      --
      Software sucks. Open Source sucks less.
    4. Re:Actaully... by badkarmadayaccount · · Score: 1
      Or maybe PL/I.

      Yes, I specifically looked that up.

      --
      I know tobacco is bad for you, so I smoke weed with crack.
  43. SugarCRM is not even close to Seibel by Anonymous Coward · · Score: 0

    Did the author even glance at feature sets?

  44. Fescalo by Anonymous Coward · · Score: 0

    This one looks like a nice online CRM app : www.fescalo.com

  45. PBX Replacement by EvilVassago · · Score: 1

    A good open source solution for replacing the costly PBX systems is the Asterisk platform http://www.asterisk.org/ If you want even more functionality a good recommendation is a pre-built system which incorporates FreePBX which provides an easy management interface for configuring and maintaining the PBX as well as various built in apps. All of this put on top of a CentOS system. I currently run the PBX In A Flash pre-built package put out by Nerd Vittles. http://pbxinaflash.net/ It is probably one of the easiest to use/update Asterisk systems I have worked with and is by far the most stable.

    1. Re:PBX Replacement by Anonymous Coward · · Score: 0

      I'll second that. After rolling my own dial plan for years and then trying FreePBX with PBX In A Flash I haven't looked back.

  46. Comment removed by account_deleted · · Score: 4, Interesting

    Comment removed based on user account deletion

  47. Zabbix better than Zenoss by Macka · · Score: 4, Informative

    We just did an evaluation of tools like Nagios, Munin, Zenoss & Zabbix and chose Zabbix. It's a little more effort to get going than Zenoss: compile from sources for the free version create your own account, move the files around yourself, etc than Zenoss (RPM install). But once going you're instantly more productive. Zenoss touts their strength as an agentless solution, but in practice I found that I didn't get a single system out of an initial scan of 50 PCs that picked up all the information is was supposed to get, or didn't give me a splat of SNMP errors to boot. Plus you have to block out a day to learn the Zenoss language of zenThis, zenThat, zenTheOther to even begin to understand the product and work out what you want to capture.

    Zabbix by comparison was a loads easier. Edit the client conf file to point back to your server then copy the client agent conf file to the target, and the agent binary, following their instructions (create an account for it on Linux) start it, and you're done on the client side. From the server, login to the web page and follow the instructions for adding a new client and linking it to the appropriate system template. Instantly it starts collecting data and (after a period of time) you can view what it's collecting in graph form. The graphs have a nice zoom feature too: just click, drag and release on the bit you want to expand. I'm not even beginning to do this tool justice, it can do so much more than this. Go see their web site.

    Zenoss looks a bit prettier, but Zabbix blew them away on ease of use once it was up and running. Oh, and Zabbix can do agent-less too using SNMP templates for things like network switches, if that's the way you want to go. Oh (again) be aware that if you have a mix 32bit and 64 of Linux builds (as we do) that you compile the agent binary for the box you're putting it on. They provide pre-built win32 and win64 agents for you.

    1. Re:Zabbix better than Zenoss by 0racle · · Score: 1

      Oh (again) be aware that if you have a mix 32bit and 64 of Linux builds (as we do) that you compile the agent binary for the box you're putting it on.

      If your hosts are similar (we have ~10 CentOS 5 x86 hosts and ~4 CentOS 5 x86_64 hosts, 2 Solaris and whatnot) you don't have to build the agent one each and every one. In our case, we build the x86 agent once, x86_64 once and Solaris once then just copy it over to the other systems.

      --
      "I use a Mac because I'm just better than you are."
    2. Re:Zabbix better than Zenoss by richlv · · Score: 1

      It's a little more effort to get going than Zenoss: compile from sources for the free version create your own account

      actually, you can get packages for most of the distros, though for some it might be outdated.

      as a zabbix user, i can only agree. i'd add that you can also receive snmp traps, use ipmi, add userparameters (basically, you can get in zabbix _any_ value that you can script) - and probably a zillion of other things i don't remember right now :)

      --
      Rich
  48. ClarkConnect by joyofhacking68 · · Score: 1

    About 12 months ago, we stumbled across ClarkConnect and have been using it extensively in deployments of 30 users or less. Felt compelled to reply to the OP since you mention archive and backups.

    It has a very simple email archiving module (using MySQL backend).

    For backup, we've been using the Bacula module - but the CC team just recently begin offering a remote backup service that is much more elegant.

    All in all, one of the best OSS-based platforms for small businesses, IMO.

    S.

  49. This guy needs to be educated by Wapiti-eater · · Score: 1

    as to the difference between:

    Open Source software
    (free, as in speech)

    and

    Free Software
    (free, as in beer)

    Several of his suggestions are available at no cost - but they are NOT open source.

    --
    Senior NCO in the fight against entropy. I've seen things, man. Things no one should have to see.....
    1. Re:This guy needs to be educated by swordgeek · · Score: 1

      No, not really.

      Does it matter? To you, yes. To 99% of the business world (and about 98% of the rest of the world), no.

      --

      "People who do stupid things with hazardous materials often die." -- Jim Davidson on alt.folklore.urban
  50. Open Source managed service provider .. by rs232 · · Score: 1

    "I own a small Managed Service Provider in Seattle. I've wanted to use open source for years as much as possible--but the commercial alternatives have always been better fits for our needs and our customers' needs"

    What's the name of your company and customers?

    Here's a Managed Service Provider that uses Open Source ..

    DirectPointe, Top Managed Service Provider, Defeats Bad Economy

    --
    davecb5620@gmail.com
    1. Re:Open Source managed service provider .. by riondluz · · Score: 1

      the URL:
      http://www.directpointe.com/partners/opensource_list.aspx
      raises suspicion though - IIS pointing to all that FOSS goodness?
      Geez, maybe they're running mono on a linux box? Even moonlight?
      Doubt it, too lazy to find out.

      --
      resist propaganda
  51. Comment removed by account_deleted · · Score: 3, Insightful

    Comment removed based on user account deletion

  52. Open Source Financial Software? by Anonymous Coward · · Score: 1, Interesting

    Does anyone here have any experience with and/or recommendations for any open source finincial software suitable for running a small (but growing!) services company?

    We are currently running on QuickBooks, but we are finding it extremely limiting.

    Thanks!
    AC

  53. Re:the most cost effective applications on the mar by Anonymous Coward · · Score: 2, Insightful

    This is enterprise software. Not something that normal users are getting their grubby little claws on. We admins can figure this stuff out pretty easily. How often do any of us need actual paid-for training for any software?

  54. Enterprise by dkixk · · Score: 2, Interesting
    You know, I've been hearing that term, Enterprise, thrown about for a while now and I *still* don't know what it's supposed to mean. Maybe Wikipedia can help.

    Enterprise software is software intended to solve an enterprise problem (rather than a departmental problem) and often written using an Enterprise Software Architecture

    Off to a good start. So, what is an enterprise? Merriam Webster thinks that it is one of the following:

    1. a project or undertaking that is especially difficult, complicated, or risky
    2. readiness to engage in daring or difficult action : initiative
    3. a: a unit of economic organization or activity ; especially : a business organization b: a systematic purposeful activity

    So, apparently, Enterprise Software can be software that helps one recite the alphabet backwards while drunk (difficult), pick random sex partners (risky), walk up to Mike Tyson to insult him (daring), or helps, for example, my little cousin run her lemonade stand (economic activity).

    1. Re:Enterprise by raftpeople · · Score: 1

      I can tell about it's use in the ERP world:
      Prior to ERP we had MRP (Manufacturing Resource Planning) software which started out in the Inventory, Sales Orders, Purchase Orders, Work Orders, etc. part of distribution/manufacturing companies. At the same time there was financial and HR software coming from the accounting side of the business. Everyone (software companies) was scrambling to have complete suites of software that covered every department in the enterprise by building missing modules or buying other software companies.

      In typical fashion, prior to achieving the goal of having complete sets of software, all of the large vendors changed the name of their software to Enterprise Resource Planning, and voila, now they were selling Enterprise software, not just manufacturing or accounting software.

    2. Re:Enterprise by lawpoop · · Score: 1

      I think it generally means "a big company". My impression is basically that it's so large, it's at a point where you have to share information amongst groups of people who cannot reasonably be expected to communicate in person or face-to-face everyday. Thus the need for departments, procedures, paperwork, etc. You have to be able to get the information to do your job without being able to ask someone questions at any moment.

      I've never worked at a big company. As a software person in a small company, it was typically my job to bring in some software package that was going to solve all the office communication problems. Inevitably, because you could just walk across the hall, or holler down into another office, people would never use the software ( or even bother to learn it ), and instead rely on their old habits of "just asking". And they wondered why the software didn't solve all the problems :)

      --
      Computers are useless. They can only give you answers.
      -- Pablo Picasso
  55. the MySQL fanbois .. by rs232 · · Score: 1

    "As the MySQL fanbois are used to saying,

    then how does the Shinsei Bank of Japan manage (US$118 million net income, first quarter 2008).

    "the MySQL guys can cook single instance benchmarks"

    Produce any evidence that the 'MySQL guys' faked benchmark results, produce a comparison benchmark of MySQL versus a 'commercial' database.

    troll detect score 5+, keywords fanbois, cook, benchmark

    --
    davecb5620@gmail.com
    1. Re:the MySQL fanbois .. by Abcd1234 · · Score: 1

      Produce any evidence that the 'MySQL guys' faked benchmark results

      FYI, cooking benchmarks doesn't require faking results. In this case, I think the OP just means the benchmarks used to test MySQL just happen to focus on areas MySQL is particularly strong in. Alternatively, it may be an accusation that MySQL was deliberately tuned to favour the specific benchmarks in question (can we say 3dmark cheating?).

    2. Re:the MySQL fanbois .. by mlwmohawk · · Score: 1

      then how does the Shinsei Bank [linuxinsider.com] of Japan manage (US$118 million net income, first quarter 2008).

      Notice too, that it is to manage their CRM product, and *NOT* their financial data.

      Produce any evidence that the 'MySQL guys' faked benchmark results, produce a comparison benchmark of MySQL versus a 'commercial' database.

      I never said "fake" I said "cook." The implication is that anyone can create a benchmark that makes their product look best. You should not that MySQL can't even do a STANDARD sql benchmark because it does not support enough of the standard SQL features.


      troll detect score 5+, keywords fanbois, cook, benchmark

      There is a difference between being a troll and being opinionated.

      I have a couple decades of experience with databases and have spent a very good amount of my career keeping up with the state of the art. I've used at least one version of pretty much every popular database since Aston Tate introduced dBase. To some, I am considered an expert and am paid for the advice I give. That doesn't mean much on slashdot because "MySQL is good enough."

    3. Re:the MySQL fanbois .. by nxtw · · Score: 1

      Produce any evidence that the 'MySQL guys' faked benchmark results, produce a comparison benchmark of MySQL versus a 'commercial' database.

      Results could be flawed without being faked or even intentionally misleading. For example, one database engine might be doing additional integrity or validity checks that another isn't.

      In one application I tested, MySQL was very fast for inserts - but it also accepted invalid data that Oracle, SQL Server, and PostgreSQL rejected.

  56. Re:the most cost effective applications on the mar by Jonner · · Score: 4, Informative

    Typically, the Slashdot summary gets it wrong. The article is called "The 25 Best Alternatives To Your Enterprise Applications & Functions" and describes the list as "some of the most cost effective applications on the market that can easily replace some of your more expensive Enterprise solutions and functions." However, the article confusingly has an Open Source logo prominently displayed and doesn't very well distinguish between Open Source, free of cost, and low cost alternatives.

  57. MindTouch Deki instead of Sharepoint by sarahcarr · · Score: 1

    Consider MindTouch over Sharepoint. MindTouch offers many many other usability features, scalability and extensibility features compared to Sharepoint. Dramatically improve business automation and collaboration within your teams and departments. www.mindtouch.com MindTouch has millions of users and powers thousands upon thousands of public sites like: * http://developer.mozilla.org/ (Mozilla) * http://ipp.developer.intuit.com/ (Intuit) * http://baseswiki.org/ (Harvard-Kennedy Business & The United Nations & The World Bank) * http://soapedia.mysoapware.com/ (Doc.com) To name a few...

  58. Look at BackupPC by ALecs · · Score: 1

    I've been running backuppc where I work for a while and am nothing but pleased with it.

    http://backuppc.sourceforge.net/

    It's web-based for file restores and I can grant permissions to inidividual system operators to restore files for only their systems. It connects using rsync so no other agent is required on the backed-up host. It's running on a 1-U server with 4 SATA disks in a software raid-5 and backing up 20 servers without difficulty.

  59. Exchange? by Anonymous Coward · · Score: 0

    It's disappointing that there's nothing listed for exchange. Zimbra is my first suggestion, but unfortunately I have no experience administering it or using it since my company went ahead with Exchange.

  60. Re:the most cost effective applications on the mar by nametaken · · Score: 1

    I used to run phpBB on a regular basis, over multiple domains, over the course of years.

    For exactly the reason you mention, I will never, EVER use phpBB again.

  61. BackupPC by ALecs · · Score: 1

    Ah yes - forgot to mention the de-duplication in my earlier post. Thank you.

  62. Re:the most cost effective applications on the mar by nine-times · · Score: 1

    Any opinions out there on SMF? I know some people won't consider it strictly "free" in the GPL sense, but I'm wondering how its reputation compares to phpBB's

  63. Re:the most cost effective applications on the mar by AlXtreme · · Score: 1

    Strangely they include stuff like vBulletin, which, while open source software, is not free software. Neither beer nor speech.

    vB isn't open source by any common definition. Google Analytics and a few other products on the list also aren't open source. TFA speaks about Open Source and "Lower Cost Alternatives", but the slashdot headline fails to make this distinction.

    It is good to see companies sporting the term 'open source' (SugarCRM) switch to actual open source licenses, but the suggestion that vB or GA are open source in any way is misleading.

    --
    This sig is intentionally left blank
  64. embarrassment in a business sense .. by rs232 · · Score: 2, Interesting

    "We are migrating a whole bunch of sites away from eRoom because it's so expensive .. [and an embarrassment in a business sense because of the costs]

    Expensive, how so, licenses, maintenance, down time, explain Spock ?

    [we're realizing substantial cost savings by migrating to a closed source solution.]"

    What 'closed source solution did your company choose, who did the choosing, how is this solution saving your costs?

    "I didn't know it was open source .. but the guy who brought it into our enterprise is a huge proponent of open source"

    This is curiously contradictory, while he was enthusing on 'open source' did he neglect to mention that eRoom was so expensive? Did you even ask about the license, even when the splash screen came up?

    "He has rapidly lost interest in it over the past 12 months, mainly because it was a headache to administer"

    What's he being doing over the past twelve months to earn his salary. Does he stil lwork there? How did you company manage preceding your migration to the 'commercial' solution. What is it about these 'open source fanbois', don't they have any business discipline?

    What was it doing that caused the excessive administration. Generally, from what I've seen, and I've been in the business for over fifteen years, once a system is up and running, and baring hardware failure, it requires minimal administration, a bunch of scripts does it all.

    "I'm amused by seeing it in an article about using open source alternatives to save money"

    I'm amazed that Ford Motor Company seems to be able to get it working. What business are you in again ?

    --
    davecb5620@gmail.com
    1. Re:embarrassment in a business sense .. by kiwimate · · Score: 1

      Pre-preamble: even though I know I gave anecdotal experience, I was nevertheless trying to use it to illustrate the generic.

      Preamble: "we" means "the company". I had no responsibility in the original implementation and have no responsibility in the migration.

      I'm not going to go through this whole thing item by item because it's just not that relevant. Core takeaway is that the monthly maintenance is a killer, and we save money by moving to an in-house hosted solution (not the in-house eRoom solution which is still hideously expensive, gives marginal value, and is just not very good).

      Open source can work. Closed source can work. The rest of your post comes down to "make sure you analyze what you buy and know the business reasons/justification, do the cost analysis, etc.". I.e. understand the problem and get the appropriate solution. That was one of my points, too.

      The other main point was to point out that it was amusing to see this listed in an article about using open source alternatives to save money, when it is a very expensive solution. It's not hard to get working (especially as the core business was originally a hosted solution). It just may not be the most cost-effective one. And it's certainly not cheap, let alone free.

      Enough?

  65. Re:the most cost effective applications on the mar by HexaByte · · Score: 1

    I wonder how anything with a non-zero pricetag can be more cost-effective than something that costs nothing.

    Easy, free app takes too long to install, configure or just plain doesn't let the employees get the work done efficiently, while paid app pays for itself with increased productivity, sales. etc.

    I LOVE FLOSS, and use it whenever I can, but there are times I tell a customer: Pay for app X, and you wont be sorry.

    --
    HexaByte - he's a square and a half!
  66. Re:the most cost effective applications on the mar by HangingChad · · Score: 4, Insightful

    You're pretty much on your own on these 2 things when it comes to so called "free" software, and the TCO ends up being more expensive than a paid application.

    That is not true generally, although it can be if you really go out of your way to implement something badly.

    It's a MS talking point and it conveniently overlooks that most of the time with proprietary software you're paying for a steep license fee AND pay for support or a support contract separately. We use majority OSS here and the TCO blows away proprietary alternatives.

    If we need support on an OSS choice we choose to purchase it, so far we haven't needed any. The other bogus argument frequently raised is that there's a productivity hit on time you spend researching solutions for OSS issues. That's another one that never happens in reality and also ignores the hours proprietary admins spend pouring over knowledge base searches.

    Most for profit companies are squeezing their workforce so hard for profits these days that service in many companies is worse than what you get from OSS.

    --
    That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
  67. FAPP by berend+botje · · Score: 2, Funny
    I use a FAPP stack.

    FreeBSD, Apache, Perl, Postgresql

    Best decision I ever made.

  68. Re:the most cost effective applications on the mar by twistedsymphony · · Score: 1

    WOW. That is VERY different from when I first started using them. Thanks for pointing that out. Looks like I'll be ditching them as well.

  69. Open-Source Disk Replication/High-Availability by kavansmith · · Score: 1

    DRBD is a great open-source solution to accomplish high-availability and disaster recovery. It's a block level replication device that is compatible with virtually any application.

    8.3.0 will be released soon which includes 16TB addressing, 3rd node replication and enhanced sync algorithms.

    And of course....it's free :)

    http://www.linbit.com/

  70. Get this CD by berend+botje · · Score: 2, Informative
    On the off-chance you weren't pulling our collective legs, check out the Open Disk.

    Full of free software for Winders.

  71. Not enterprise at all! by swordgeek · · Score: 4, Insightful

    I keep hearing about 'alternatives to enterprise software' and invariably the same mistake pops up over and over: Alternatives to enterprise software are non-enterprise software!

    Seems pretty obvious, right? Let's look at what is commonly meant by "enterprise," at least by those who live in that world.

    I want software that has been thoroughly documented, tested, and proven. It NEEDS a decently long track record! It NEEDS a formal support mechanism behind it.

    If I buy something like backup software (with a support contract of course), The vendor has to be able to tell me, "It will work _this_ way." Not "it should..." or "we thought it would..." But hey, bugs happen, right? When I discover a bug that affects my enterprise, I have to be able to go to the vendor and say "fix this" and have it done. When something breaks in the middle of the night, I need to be able to get definitive technical support within a pre-specified time frame.

    Enterprise software is only marginally about the compiled code you get on a CD. It's primarily about support, robustness, and guarantees of quality. It's about strict patch release management, and conservative changes.

    If you want to run (say) Amanda instead of NetBackup, that's fine--it's a decent piece of software as far as I've seen; but understand that by itself it's not an enterprise tool. The support mechanism around it is what makes it enterprise software (or not).

    It's a simple cost analysis--how much will your company lose if software "x" dies, and how much of an increased risk is there in using freeware vs. buying a commercial product from a given vendor?

    --

    "People who do stupid things with hazardous materials often die." -- Jim Davidson on alt.folklore.urban
    1. Re:Not enterprise at all! by justin.warren · · Score: 1

      You have an inflated opinion of the quality of 'enterprise' software.

      When something breaks in an enterprise app, you can go to the vendor and say 'fix this'... only to have them ignore you because you're not one of the top 20 accounts. You have to wait until the next patch release, if the vendor decides your problem is important enough to make it into the development schedule. Which is only practical when you're a commercial vendor with limited resources.

      As for 'definitive' tech-support, you need to be a top account if you want access to the top engineers. Even then, think you'll be able to talk to the guys who write the code? Think again. The documentation is superficial, and doesn't cover your problem (it's never happened before, after all). You can't get access to the engineer who might be able to help you. Definitive support in a specified time frame? Hah! Try waiting while the vendor tries time and time again to figure out what's wrong.

      The number of times I've had to design around flaws in vendor products because of bugs, misfeatures, or missing features.. well, it's made me a rich man. We didn't have time to wait for the vendor to fix things, because we had a product to ship, or a project burning through its budget. And we certainly didn't have the time or money to sue anyone. It took the EU 10 years to get Microsoft to release protocol documentation. Think you can do better?

      If software 'x' dies and it's a vendor product, you can't fix it yourself. You have to wait. If software 'x' is open source, you have the option of fixing it yourself, or buying someone who can.

      You're right that enterprise software is about more than the code. It's certainly possible to make the wrong choice of open source software for a large company. But don't kid yourself that sticking to 'enterprise' vendors is the lowest risk solution.

      --
      Just because you're paranoid doesn't mean they're NOT after you.
    2. Re:Not enterprise at all! by EveLibertine · · Score: 2, Interesting

      The alternative explanation of swordgeek's definition of "Enterprise" software (Star Trek jokes aside) is that, according to his definition, there is currently no enterprise software available anywhere, from anyone, nor has there ever been any.

      I'm willing to accept that as a reasonable answer.

    3. Re:Not enterprise at all! by swordgeek · · Score: 1

      Well, I admit that my post was how things work in an ideal world. Also, I'm lucky to have worked for several companies that have BIG accounts--one employer actually sat down with a vendor and offered input into the next version of their LDAP server software.

      I've also worked at a moderately large (as opposed to huge) company that had support contracts of less than a hundred grand. After a disastrous application rollout day, I yelled at them long enough until I talked to the guy who wrote a big chunk of the code, and he found the source (literally!) of the problem. You don't have to be enormous, you just have to be loud. Your contract is simply your megaphone--if it's larger, you don't need to strain your vocal chords as much.

      "If software 'x' dies and it's a vendor product, you can't fix it yourself. You have to wait. If software 'x' is open source, you have the option of fixing it yourself, or buying someone who can."

      True enough. Great idea for some companies, not so great for others. If you're a software development shop, running Amanda for backups is probably the right solution. If you're an oil and gas exploration company that doesn't write any software, it's probably the wrong solution. In your own words, "Think you can do better?"

      "But don't kid yourself that sticking to 'enterprise' vendors is the lowest risk solution. "

      No, absolutely true. The key is that building an enterprise computing solution is a big balancing act--money, relability, maintainability, functionality, and criticality all have to weighed against each other, and the environment should be built holistically from that basis, not as a plug 'n' play mechanism.

      --

      "People who do stupid things with hazardous materials often die." -- Jim Davidson on alt.folklore.urban
    4. Re:Not enterprise at all! by justin.warren · · Score: 1

      It appears we are in violent agreement. Excellent. :)

      --
      Just because you're paranoid doesn't mean they're NOT after you.
    5. Re:Not enterprise at all! by Anonymous Coward · · Score: 0

      If I buy something like backup software (with a support contract of course), The vendor has to be able to tell me, "It will work _this_ way." Not "it should..." or "we thought it would..." But hey, bugs happen, right?

      Ummm... we use HP's Data Protector. This is pretty much what we hear from them on a regular basis. And more often we hear " ... we're looking to add/fix that in the next version..."

      Oh, and our other "enterprise software" vendors say the same... BS.

      Just like firefox and linux, I've seen quicker response to bugs and features in FREE software, than I ever have in "enterprise software".

      Oh, btw we pay more in support for shit that goes down on a regular basis than the FREE apps we have setup. $200k a year can be a lot for an "professional enterprise app" that continues to fail, doesn't work as promised, or isn't what the vendor said it was...

  72. Enterprise is more then cost by nurb432 · · Score: 0

    you are also paying for support.

    not all companies/products can effectively support large scale applications/setups even when they are good in SMB environments and you shouldn't trivialize it by looking at purchase cost alone.

    Sure, there are exceptions but the overall question is suspect.

    --
    ---- Booth was a patriot ----
  73. seriouslythough by indiejade · · Score: 1

    vBulletin makes me want to put a bullet in my head.

    Seriously, though, this list is bigger. And better. :P

  74. Re:the most cost effective applications on the mar by Cowmonaut · · Score: 1

    Depends what you are doing and what the support would be for. When its something mission critical and you don't know the code inside and out for the application, you want to have a guru you can call. Support is like insurance. You pay for it so its there when you need it. Just make sure you keep a copy of the SLA you're paying for in case they blow it.

  75. Price Comparison of GroundWork over Open View by WebMistress · · Score: 1

    The question of comparing an open source solution to a big expensive app like Open View came up not too long ago when GroundWork published their cost comparison of GW Monitor vs HP Open View. Over three years, GroundWork Monitor was 82% less expensive than Open View. GroundWork is about $54/node and Open View is about $295. You can download the PDF here: http://www.groundworkopensource.com/solutions/tco-gwme_vs_hp-openview.html

    This study caught the attention of Matt Assay on cnet when HP had a fit about their pricing being exposed. http://news.cnet.com

    You probably saw it on slashdot right after Thanksgiving. http://news.slashdot.org/article.pl?sid=08/11/28/0857213

  76. Knowledge Base by Paralizer · · Score: 1

    I'd like to set something up internal to IT (8-10 users, possibly more) to use as a Knowledge Base. We do not really have a formal place to put centralized documents for processes and a Knowledge Base would be very beneficial. I thought Mediawiki, but that requires MySQL and MSSQL (which is currently setup) is already enough of a headache to manage. What are other people using?

    1. Re:Knowledge Base by Diag · · Score: 1

      Do you have VMware?

      We've been looking at this Mediawiki appliance.

      For 8-10 users, you could probably even get away with running it on a "desktop class" machine running VMware Player with a static IP address for the appliance VM.

      --
      Serving Suggestion: Defrost
    2. Re:Knowledge Base by riondluz · · Score: 1

      For me, KB is not really a pure category. More of a hybrid that fits somewhere
      between/within a ContentMgmtSys and a DocMgmtSys

      You mention mediawiki, which I feel is quite impressive, as a collaborative CMS.
      If mediawiki is overly-complex then maybe a different one would work better:
      http://twiki.org/
      http://www.splitbrain.org/projects/dokuwiki
      http://moinmo.in/
      http://www.pmwiki.org/

      OTOH, if yo mean a KB that is concerned about DocMgmt, then you probably know that
      many Document Managements Systems, though ofter synonomous with a "Knowledge Base Systems" (KBS), but probably contain better features related to lifecycle management for documents,
        publication workflow and access rights management.
      http://www.alfresco.com/
      http://www.knowledgetree.com/
      http://www.epiware.com/
      http://www.jaspersoft.com/
      http://www.jivesoftware.com/clearspace/
      is not free for use, but I've deployed it and can say 1st hand its worth mentioning;
      you can download a free 30-day trial for evaluation.

      --
      resist propaganda
  77. Back To Basics by westlake · · Score: 1
    Several of his suggestions are available at no cost - but they are NOT open source.

    This is a "Free as in Beer" story. "Enterprise-level" apps that are plausible alternatives to the market leaders.

  78. Re:the most cost effective applications on the mar by thebrett · · Score: 1

    What do you mean? Just too many bugs?

  79. SMS Alternative? by Farmer+Pete · · Score: 1

    Anyone know of a software deployment system similar to SMS/Landesk that is FOSS? I've seen a few crummy ones, but none that look very refined.

  80. Drupal? by Mouse42 · · Score: 1

    I'm honestly shocked that his list for web CMS options leaves out Drupal in favour of Alfresco and OpenCMS. Especially when he mentions that OpenCMS merely has promise to be great. Well, Drupal is already great.

    Drupal has been making such great waves, that I haven't had to advertise my Drupal services for the last two and a half years. Potential clients just come directly to me specifically requesting Drupal.

  81. Re:the most cost effective applications on the mar by Anonymous Coward · · Score: 0

    I wonder how anything with a non-zero pricetag can be more cost-effective than something that costs nothing.

    Total cost of ownership. It takes resource (time, skill-sets, etc.) to apply patches, provide support when thing break, help desk training, etc.
    While the license may be free, there is a good reason why many organizations pay big bucks to have a company back a software solution.

  82. openmeetings by Ded+Bob · · Score: 1

    I have not tried openmeetings, but it looks promising for a Webex replacement.

    1. Re:openmeetings by pchen · · Score: 1

      You should try omNovia at omNovia.com. They have some cool features and it's very solid.

  83. How can you ignore complete solutions (ie OFBiz)? by almax · · Score: 1

    These are pieces to a solution - albeit valuable ones. But why ignore apps that address the total needs of an enterprise in one cohesive package instead of having to bear the cost of multiple apps with their associated integration costs and learning curves? I am referring to Apache's Open for Business Project (ofbiz.apache.org) and Compiere.

  84. iphone? .. since when by marafa · · Score: 0

    "ActiveCollab - Another open source tool that is also compatible with iPhones."

    since when is the iPhone a criteria in a decision making process regarding the worthiness of enterprise software?

    --
    _ In Egypt Networks: Network Solutions with a Twist
    1. Re:iphone? .. since when by Diag · · Score: 1

      Since the CFO bought an iPhone and now wants to read his Exchange email on it, so he doesn't have to carry his Blackberry too?

      --
      Serving Suggestion: Defrost
  85. Network Management Apps by krusecontrol · · Score: 1

    NetworkAuthority Inventory for managing network device configurations. This app would replace Ciscoworks.

    1. Re:Network Management Apps by Ceseuron · · Score: 1

      I thought I'd throw a post up suggesting Untangle as an open source alternative for network traffic management. It has quite a few neat features that would otherwise cost you thousands of dollars for an enterprise level appliance from SonicWall, BlueCoat, Coyote Networks, etc. After installing it on a dedicated server in my rack here, I've noticed an almost 50% reduction in our spam intake at the gateway, as Untangle blocks incoming SMTP, POP, and IMAP connections from blacklisted sources. Web traffic on our T1 has improved as well, with Untangle preventing a vast majority of advertisements and other junk found on many websites from being passed back onto our internal network.

  86. RCS by Anonymous Coward · · Score: 0

    SVN as an alternative to ClearCase/Perforce...

  87. LAPP stack by Anomalyst · · Score: 1

    A LAPP stack sounds kind of cool... Folks could call themselves LAPP-landers

    Performing Installations, upgrades & maintenance could be called a LAPPdance.

    --
    There is no right to feel safe thru security vaudeville at the expense of everyone's freedom, privacy and tax money.
  88. check also Jasper Reports and OpenLaszlo by injustus · · Score: 1

    Check also Jasper Reports and iReport (http://jasperforge.org/). It's a Crystal Reports killer. It's Java, but I managed to write a small servlet which receives the jrxml path/filename and other parameteres via HTTP and it spits out the report in PDF, XML and other formats. That way I can integrate it with PHP or any other framework able to communicate using HTTP. Another interesting tool is OpenLazslo (http://www.openlaszlo.org/). It is a RAD (rich internet application) framework posed to compete with Macromedia Flex and Microsoft Silverlight. Unlike these two, Openlaszlo is multi-runtime, generating applications in DHTML, Flash and (potentially) even Silverlight.

  89. Open source two-factor authentication by Anonymous Coward · · Score: 0

    drop your hardware tokens and go with http://www.wikidsystems.com

  90. Citadel looks promising by Xtifr · · Score: 1

    I agree that Citadel looks very promising. I actually know people that used to use it back in the eighties--but, of course, it was a much different system back then. Still, it's one of the few proposed alternatives to Exchange that has actually been around longer than Exchange, and seems to offer more-or-less all of the same features (email, integrated calendaring & scheduling, groupware, IM, etc.). Of course, since its roots go back to before there was an Exchange, I suspect it's probably less of a drop-in replacement than other more recent systems--but those other systems still seem to be playing catch-up, while Citadel looks like it's more than caught up already.

    All that, and it's GPL'd.

    My biggest concern is that the IM doesn't seem to be based on XMPP (Jabber). Which is too bad, but then neither is MS-IM. :)

  91. Re:the most cost effective applications on the mar by Mincer+Lightbringer · · Score: 1

    How is vBulletin open source? This license doesn't look like open source at all to me.

  92. Openlaszlo X Macromedia Flex X MS Silverlight by injustus · · Score: 1

    I think OpenLaszlo is going to eat Flex and Silverlight lunch because it's multi-runtime.

    The same code generates identical apps in DHTML, Flash or potentially any other runtime.

  93. Re:the most cost effective applications on the mar by Kalriath · · Score: 2, Informative

    Bugtraq isn't where you list bugs. It's where you list gaping security vulnerabilities, of which phpBB is one of the biggest offenders in the world.

    --
    For a site about things like basic rights, Slashdot users sure do like to censor "dissent".
  94. Re:the most cost effective applications on the mar by Kalriath · · Score: 1

    When you open the files, you see source. As such, it's open source. What it isn't, is OSI-compliant licensed open source software. Contrary to the dogma they feed you, the english language had the words first and the meanings of "free" and "open source" were already defined long before OSI and Richard Stallman decided they wanted to use them.

    --
    For a site about things like basic rights, Slashdot users sure do like to censor "dissent".
  95. osalt.com by Nate+Fox · · Score: 1

    http://www.osalt.com/ is a good resource to look up the proprietary program, and find an OSS replacement for it. Also, here's a good list of 50 replacements for various programs http://whdb.com/2008/the-top-50-proprietary-programs-that-drive-you-crazy-and-their-open-source-alternatives/

  96. Re:the most cost effective applications on the mar by sgt+scrub · · Score: 1

    Warning. This response will make people who love microsoft go booo hooo. Please read no further.

    I wonder how anything with a non-zero pricetag can be more cost-effective than something that costs nothing.

    Poorly written yet expensive point and click software that looks pretty + part time tech support (that just calls the seller's tech support when something goes wrong) + managers that are technological morons = non-zero software is better. How do you think windows made it?

    --
    Having to work for a living is the root of all evil.
  97. Re:the most cost effective applications on the mar by Larryish · · Score: 1

    phpBB? uh yeah...

    How about SMF instead?
    http://www.simplemachinesforum.com/

  98. Re:the most cost effective applications on the mar by Mincer+Lightbringer · · Score: 1

    I would like to see use of the "open source" term before it was conceived to mean what it means now. Your explanation ("When you open the files, you see source.") is ludicrous.

  99. Open Office is no MS office by Anonymous Coward · · Score: 0

    It is not rational to compare Open Office to Ms office. MS must have spent billions over the years refining and expanding Office. There is a lot of functionality inside office. Just the programming aspects, with integration of .net and the new collaborative features inside Office and SharePoint makes Office a huge platform for information processing. OpenOffice has no such functionality. OpenOffice is not current in its features. It is like 10 years behind.

  100. Re:the most cost effective applications on the mar by Kalriath · · Score: 1

    It is not ludicrous in the slightest. It is perfectly valid vocabulary. Open source, in English, means the source is open to you. It does NOT mean "able to be distributed at will to third parties without requiring permission". Your explanation, that a product must be OSI approved to be open source, is ludicrous.

    --
    For a site about things like basic rights, Slashdot users sure do like to censor "dissent".
  101. Re:the most cost effective applications on the mar by Mincer+Lightbringer · · Score: 1

    My explanation wasn't that a product must be OSI approved to be open source. In fact, I haven't explained it yet, so here it goes: "open source" is what complies with the Open Source Definition.

    By the definition you're apparently working with, any source is open, as if it can't be opened, it can't even be compiled. This makes your definition meaningless. Unless you can provide a meaningful alternative definition to the term "open source" that has actually been ever used by anyone but you, I'll be forced to believe that you're trolling me.

  102. VirtualBox by sproketboy · · Score: 1

    Not sure why this wasn't mentioned.

    http://www.virtualbox.org/

  103. Wow by Anonymous Coward · · Score: 0

    What a horrible list that is completely inaccurate. File this under trash.

  104. Backuppc is more user friendly by mortonda · · Score: 1

    I prefer BackupPC due to the web interface to restore files. I only wish they had the VSS option fully working.

  105. Re:the most cost effective applications on the mar by Kalriath · · Score: 1

    Oh? You're still wrong. An example of open source would in fact be... well, vBulletin. With the software, you are provided the source to it and you can use it however you like - you can run a forum, you can eat it, you can even print it out and use it as toilet paper. The only thing you can't do, is give it to non-customers. That makes it open source in the technical sense. What it ISN'T, is OSI approved (and OSI uses the definition you linked, so technically your first and second sentences contradict each other - but that's just being picky).

    --
    For a site about things like basic rights, Slashdot users sure do like to censor "dissent".
  106. Re:the most cost effective applications on the mar by Mincer+Lightbringer · · Score: 1

    The one being wrong is still you. You're the only one who calls being able to see the source code of a program you purchase a license for "open source". I'm sure getting the source code of a program that's written in an interpreted language (PHP in this case) must be a novel and great thing to you, but rest assured it isn't for the rest of the world. "Use it however you like" and "the only thing you can't do, is give it to non-customers" contradict each other.

    Also, you've failed to show any evidence of anyone but you using this useless "definition" of the term.

    As for my first and second sentences, you aren't being picky -- you are being dense. A prerequisite for OSI approval of specific licenses is conforming to the OSD, but this doesn't make these two things equal. Approval is an actual process involving the examination of a license; conforming to the definition follows from licensing and its practical application. (Software patents might apply, for example.) To make it easier to understand, a license might conform to the OSD and yet not be OSI approved; and hopefully all OSI approved licenses conform to the OSD -- which makes "OSI approved" a subset of "open source".

  107. The near total BS of support contracts. by sarkeizen · · Score: 2, Insightful

    It's a MS talking point and it conveniently overlooks that most of the time with proprietary software you're paying for a steep license fee AND pay for support or a support contract separately.

    Something the Dijkstra noted and is worth repeating. When people say you need to pay for an application and support. You are often saying "You are paying for an application that likely does not work as described in some way and us to come fix it".

    This isn't maintenance in the classic sense. There is little in the way of wear and tear on software. It's insurance against a broken application.

    That said it's often not even very good insurance. Unless you are in an organization with some real pull with your vendor (that is to say you are very big or they are very small). You are really paying for the vendor to fix it when and if they feel like it. Worse you are, in most cases absolutely forbidden to fix the software yourself.

    This leaves me asking the question. Who would pay for this kind of "support". The answer seems to be "People who don't or can't hire skilled IT"

    Again there is a kind of support (often lumped under the same name) that can be helpful and this is deployment support. However again if you are running a shop with skilled IT people. This is often a fifth wheel.

    I can't count the number of times we have had some vendor in to "train" us and sat through a demo which was essentially "Clicking on this button does pretty much what you would expect". When it came time to ask questions ("What happens during a network failure", "That schema element is already used how do we reconfigure your app to use another") they were clueless.

    In fact my team has spent more time helping vendors install their product into our environment than the other way around.....don't even get me started on vendors who resell another vendors product and have signed a contract to do all the first line support for it or third-party system integrators. Most of those people I've met could be thrown in a woodchipper and nobody would miss them.

    1. Re:The near total BS of support contracts. by HangingChad · · Score: 1

      Most of those people I've met could be thrown in a woodchipper and nobody would miss them.

      Note to self: Budget item for Q2 09 - One Wood chipper with extra large chute.

      I wonder if I could get that past the board? The utility is obvious. :)

      --
      That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
    2. Re:The near total BS of support contracts. by Shadow99_1 · · Score: 1

      I'll tell you the other case where vendor support is useful, besides where IT isn't very skilled.... Understaffed IT departments. I for instance am the sole IT person for a 600 user network... & trust me if I had my way we'd have more IT people... But I don't... & I don't have the time to fix the vendors crap, I probably also didn't choose to use vendor X's crap, and most of the time I can still get work done while explaining to their clueless helpdesk that X needs fixed because of Y...

      & the kicker, as long as I've complained enough to vendor X, I'm not held accountable for their shit.

      --
      we are all invisible unless we choose otherwise
  108. OSS Alternative to Quicken Quickbooks? by Daehenoc · · Score: 1

    On this topic, can anyone suggest a Linux alternative to Quickbooks? I need a Linux based application that can be accessed by multiple people and preferably import data from Quickbooks. (So GNUCash doesn't fit :( )

  109. MediaWiki! by maiden_taiwan · · Score: 1

    MediaWiki (the software behind Wikipedia) can transform a company's culture from "nobody ever documents anything" into "Is it on the wiki yet??" It's the "swiss army knife" of intranet applications, super-extendable and easy to use. Even non-techies can master wikitext syntax with about 15 minutes of training.

  110. LedgerSMB? by cheros · · Score: 1

    AFAIK, LedgerSMB might be worth looking at. The people working on it had to clean up an awful lot of stuff and the last time I looked documentation wasn't too high on the list yet, but those problems appear worth conquering as it's multi-{user/company/currency}, low on resources and with a web interface. I think the bit that made me pause was the LaTEX based forms (and that I had no time), but I'm going to look at installing it in the new year..

    --
    Insert .sig here. Send no money now. Owner may sue, contents will settle. Batteries not included.
  111. Commercial ads disguised as an article by Anonymous Coward · · Score: 0

    None of your project management "alternatives" is free software. Actually they are all Software as service model.

    Only activeCollab offers you source code if you pay up, and even then, I doubt it will be opensource as they charge 399 plus 199/year maintanence.

    This is not really slashdot worth.

  112. Re:Bacula is an outstanding cross platform solutio by Limburgher · · Score: 1

    Losing the GUI? What about BAT?

    --

    You are not the customer.

  113. how is vBulletin open source ? by curri · · Score: 1

    From what I see, I can't redistribute, so it's not open source; right ? do they use an OSI approved license ?

    Also, it seemed several other products had the same issue :) they are available for free, or very cheap, but they're not open source

  114. Re:the most cost effective applications on the mar by Bert64 · · Score: 1

    I have very rarely seen any closed source applications which didn't require patches, support for when things break and training in how to use it...
    On the other hand, with open source the authors are less concerned about controlling distribution, so patching is easier (use a centralized repository, downloads easily obtained), and with closed source i have often had the additional burden of dealing with license compliance, sometimes license servers need to be set up and managed and sometimes codes have to be stored and entered into each installation.

    There are two sides to every coin, some smaller open source apps have fairly flakey or highly manual install procedures, but for the most part things are fairly slick. A lot of OSS will actually come preinstalled with a linux distro, or on ready to run virtual images etc.

    While most closed source is harder to obtain (cant just wget a url or apt-get install) harder to install (often has its own binary installer instead of using package management) harder to remove (same reason) and a whole heap of other problems...

    You also have issues, at least on linux and bsd, where precompiled binaries from another system may not run at all, which often makes closed source apps an even bigger hassle, open source apps can be recompiled if there isnt a binary available with your distro.

    --
    http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  115. Re:Backup by Anonymous Coward · · Score: 0

    try boxbackup http://www.boxbackup.org/

  116. Re:the most cost effective applications on the mar by AigariusDebian · · Score: 1

    Badly wrong, sorry. There actually is no specific word to describe a software distribution model where source code is available to customers on a non-OSI-approved licence. Founders of OSI created the term 'open source' and they defined it with rules taken from DFSG.
    And there is a lot of different meanings of the word 'free', but in educated circles 'free software' = FLOSS = software with an OSI-approved licence or a DFSG compilant licence. Free as in 'free beer' is another example of a different meaning of 'free' that does not apply.

  117. FLOSS implementation of PageRank by mahadiga · · Score: 1

    http://forum.aspseek.org/ (compiles with gcc-2.95)

    --
    I'd like to buy homeland for our 10 million people. http://twitter.com/mahadiga