Slashdot Mirror


Cost-Conscious Companies Turn To Open Source

Martyr4BK writes "BusinessWeek has a slew of special reports today on open source software discussing the benefits for buyers who are cost conscious and open source being the silver lining for the economic slump. They even have a slideshow of 'OSS alternatives' like Linux, Apache, MySQL, Firefox, Xen, Pentaho, OpenOffice.org, Drupal, Alfresco, SugarCRM, and Asterisk. These are all good examples (we use a bunch of them already); what other open source software can I use to drop my company's IT costs, and maybe get a decent bonus for the year?"

249 comments

  1. Couldn't find the slideshow mentioned... by geminidomino · · Score: 3, Insightful

    Do they mention anything about project management? Even on linux, the free stuff I've found can't compete with the uber-expensive proprietary stuff. Am I just looking in the wrong places?

    1. Re:Couldn't find the slideshow mentioned... by Anonymous Coward · · Score: 0
    2. Re:Couldn't find the slideshow mentioned... by AndGodSed · · Score: 4, Informative

      I use planner.

      Have you tried it? I find it is adequate for my needs. Mind you I am not the most hardcore project management user out there...

    3. Re:Couldn't find the slideshow mentioned... by geminidomino · · Score: 1

      Yeah, I've tried it. It's actually under my "Office" submenu now (don't ask me why apt puts it there...)

      Nice for the four kinds of charts, but not much else... Not even PERTs, apparently.

    4. Re:Couldn't find the slideshow mentioned... by Nursie · · Score: 1

      I've heard good things about both TaskJuggler and openproj.

      The latter can read MS Project files.

      TaskJuggler claims to be comprehensive, but I've got the impression that it's one of those OSS apps that does absolutely everything *if* you can figure out how the hell to get it to do anything at all.

      Still, maybe worth a quick look at those two.

    5. Re:Couldn't find the slideshow mentioned... by mjhaynes · · Score: 2, Informative

      You're not alone in having trouble finding hardcore project managment solutions, particularly if you're looking for something to replace Sharepoint and MS Project. I use Trac for project management and software development, and I really like it. It requires a database, Apache, and Python. I know that 37 Signals uses it for their development work.

    6. Re:Couldn't find the slideshow mentioned... by Foofoobar · · Score: 1

      Trac now has a nice SCRUM plugin. And a separate SCRUM tool is built off the TRAC project. Trac also has alot of additional plugins which are extremely useful for project management like gant charts and stuff and can integrate with subversion and has very basic bug tracking as well. Can be a good all in one tool for internal and remote offices (since it is web based).

      --
      This is my sig. There are many like it but this one is mine.
    7. Re:Couldn't find the slideshow mentioned... by Foofoobar · · Score: 1

      Aside from Trac though, I hate to say this but you are right. My manager recently asked about this and after researching, I had to admit that I couldn't find anything satisfactory. I use Trac (which is web based) but it's not something that I would suggest for project management on a daily basis. Agile42 is the SCRUM tool based on Trac which again is web based but is very good. But again, not much out there for project management.

      --
      This is my sig. There are many like it but this one is mine.
    8. Re:Couldn't find the slideshow mentioned... by Octorian · · Score: 1

      Trac is an absolutely excellent software package, in its domain (smaller-team software development projects). I'd even go so far to say as its the best thing the OSS world has to offer in that arena. However, I'm not so sure its useful as a generic project-tracking system, in the way MS Project and similar software is intended.

    9. Re:Couldn't find the slideshow mentioned... by Anonymous Coward · · Score: 1, Informative

      At Sun Microsystems, we've been working on something that I think is the perfect Project Management system. Project Kenai ( http://kenai.com/ ) has provided everything I've needed, from SVN/Mercurial (It should have others, maybe Git), a Wiki, BugTracker (using Bugzilla atm) and it also has a Social aspect to it. It was in private beta until recently, but I believe anyone can sign up and use it now.

    10. Re:Couldn't find the slideshow mentioned... by Anonymous Coward · · Score: 1, Insightful

      GanttProject is not bad. Simple but usable.

    11. Re:Couldn't find the slideshow mentioned... by CornMaster · · Score: 3, Informative

      I use dotProject: http://dotproject.net/

      It's not exactly an application or linux only, as it is a web app, but it is free and open source. And it allows many users to input into a process. Currently our project manager manages everything with MS Project using some of its features. This type of product allows managers (or at least in our case) to offload some of the updating to the workers since they can log their own progress.

      I've used a few other web app managers but dotProject seemed to have the most features. Not exactly a piece of cake to configure, but it is quite powerful.

    12. Re:Couldn't find the slideshow mentioned... by Anonymous Coward · · Score: 0

      for projects we use dockuwiki + mantis (as a general task manager) + home grown web timesheets.

    13. Re:Couldn't find the slideshow mentioned... by Anonymous Coward · · Score: 1, Insightful

      What is it with Sun Microsystems and interface design? You guys manage to make everything look very ugly, not what I'd expect from a company capable of hiring decent UI designers.

      Even if you can't afford UI designers, tell the people who're trying to do the job that, in design: less is more.

      Get rid of those awful gradients, horrible bullet points, weird bulgy header (just make it a box, FFS!), the blurry logo and the overly-complicated 'Beta' sign (never try to use real-world elements as part of a design, e.g. torn paper, notebook spirals etc.; it takes a very good designer to make it work). Oh, and make sure your text is always left-aligned, browsers still can't make justified text look good.

    14. Re:Couldn't find the slideshow mentioned... by Foofoobar · · Score: 1

      Yeah, I love Trac but have to agree with you. OSS doesn't have anything that competes with Microsoft Project. Open Office did have something that was going to compete but it got sidebarred while they pushed 3.0 out the door. They may be getting back to it now or else someone may be building onto Eclipse... I dunno.

      --
      This is my sig. There are many like it but this one is mine.
    15. Re:Couldn't find the slideshow mentioned... by iamhigh · · Score: 1

      I'll second dotProject. I wish they had a better ticketing system, but it works and was easy for me to modify to fit our needs. It can also be incorporated into Drupal (really as a seperate/sub website, but you can write a module to access the tickets/tasks/projects). It is a little difficult to learn how all of it works, but really powerful. Gantt charts work great, dynamic tasks work (caveats). No MS Project integration, though. All in all a very robust, flexible solution.

      --
      No comprende? Let me type that a little slower for you...
    16. Re:Couldn't find the slideshow mentioned... by Foofoobar · · Score: 2, Interesting

      This is nothing more than Trac which again is still the best thing that open source has to offer. I use Trac and love it. It integrates with Subversion, has a wiki and bug tracking plus project management and tons of plugins including one for scrum support and gant charting. But as many will point out, it isn't a full project management tool. Openoffice was working on a project management tool but this got dropped. This unfortunately is one area that got dropped in the open source arena.

      --
      This is my sig. There are many like it but this one is mine.
    17. Re:Couldn't find the slideshow mentioned... by Foofoobar · · Score: 1

      *sigh* I just spent a week having to do this and I sure as hell don't have the time to lay them all out on Slashdot for one troll. I looked and looked and I currently use Trac but they wanted something more along the lines of Microsoft Project and layed out alot of features that Trac just doesn't have like integration with other applications. Do the research rather than asking someone to do it for you. All decent open source project management tools are all based on Trac (agile 42, a scrum pm tool is also Trac based). So again, Trac is about it and as I said, is pretty damn good but isn't what alot of management wants; they want full integration and other have that.

      --
      This is my sig. There are many like it but this one is mine.
    18. Re:Couldn't find the slideshow mentioned... by jvin248 · · Score: 1

      I used to use MSProject... now I use GanttProject (ganttproject.biz) primarily or OpenProj (openproj.org).

      I do consulting (including engineering and global program management) for Fortune 10 companies.

      Are there nuances to these programs? Sure, but not any more issues than I found with MSProject (and some things work a whole lot better). These two programs also run on Windows (for those who just can't make the leap to Linux yet).

    19. Re:Couldn't find the slideshow mentioned... by Anonymous Coward · · Score: 1, Interesting

      > I'm not so sure its useful as a generic project-tracking system, in the way MS Project and similar software is intended.

      Of course it isn't, because traditional project tracking systems are not useful.

      I have tried both, and with track and ability to pick our own tools and select the tasks we want to do we finished 2 months early and we spent about 20% less hours than what was planned. Yet I enjoyed the project and considered the speed very relaxed.

      With traditional project tracking, my tasks changed every week, because work done by others was taking more time and I needed the parts they were supposed to implement. We have to use tools picked by the company (which are more expensive for a single person than my salary is) and a lot of time is spend learning the tools and still after the learning it takes more time to use them that the project team would have wanted to use.

      We have already missed several deadlines and we have nearly nothing done yet. We have talked about the problems, but decisions can't be changed.

      It is like a horror movie for developers.

    20. Re:Couldn't find the slideshow mentioned... by dvice_null · · Score: 1

      > OSS doesn't have anything that competes with Microsoft Project.

      That is because OSS is mostly designed and implemented by the developers and developers don't see Microsoft Project and tools like that as an advantage or benefit. They only slow down the project. If you are a project manager and want to pick the best tools for your team, don't pick the tools, let the developers do that for you.

    21. Re:Couldn't find the slideshow mentioned... by Locutus · · Score: 1

      did you find any which offer browser based project management? Even if that means running one Windows machine in a virtual machine, it would enable you to continue moving more and more to open source.

      it doesn't have to be all or nothing.

      LoB

      --
      "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
    22. Re:Couldn't find the slideshow mentioned... by Locutus · · Score: 1

      you probably don't require it integrate with Microsoft's products. I often get this when really all they want to do is put an image of part of the schedule into a document they send someone else.

      Keeping as many users as possible very dumb is a blessing for Microsoft. "I need Windows to check my email." kinds of things are just due to really ignorant computer users.

      LoB

      --
      "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
    23. Re:Couldn't find the slideshow mentioned... by ozmanjusri · · Score: 1
      I've heard good things about both TaskJuggler and openproj.

      Thank you!

      I've just installed OpenProj and have it running on my work laptop. I've had to keep a Windows partition on the lappy JUST for sharing MS Project files with my client. OpenProj means I can reclaim that space.

      If you're ever in Perth, Karratha or Singapore, let me know & I'll buy you a beer...

      --
      "I've got more toys than Teruhisa Kitahara."
    24. Re:Couldn't find the slideshow mentioned... by rtb61 · · Score: 1

      Ahh, the ultimate dead end. I want to change software but the new software must integrate with the old M$ software hence I can never change except to pay for endless pointless upgrades because of cause the existing software must comply with the new operating system which must integrate with the required upgrades.

      Either make do with a little less integration and pointless reports for a short period of time or accept the fact that will you and your company are quite simply M$ 'marks' (as in they have you totally conned).

      Leaving yourself and you company stuck like that, incapable of making choices in the tools you will use and having your supplier dictate to you what tools you will use and how often you will update them and how they will work, will eventually mean you fall victim to more competitive companies who decide for themselves, who can change and adapt and who will squeeze the maximum buck out of the software overhead burden.

      --
      Chaos - everything, everywhere, everywhen
    25. Re:Couldn't find the slideshow mentioned... by Nursie · · Score: 1

      A couple of months ago I would have claimed that beer. But now I'm back in rainy old England. Maybe when the Aus residency visa comes through next year.

      Glad you like 'em, I'm not much of a project manager myself, but did a bit of searching around to see if I could read MS Proj files on Linux as I've left it so long since I booted windows that I forgot the password.

    26. Re:Couldn't find the slideshow mentioned... by bl8n8r · · Score: 1

      Also, a plug for dotproject. Works very well for project managing. Your phb will love the gantt charts too. It's browser based, so you don't need to get roped into special client-side software (Korganizer, Gnome, etc).

      --
      boycott slashdot February 10th - 17th check out: altSlashdot.org
    27. Re:Couldn't find the slideshow mentioned... by ozmanjusri · · Score: 1
      Yeah, I mostly do documentation and planning myself, but occasionally get my hands dirty...

      Enjoy the cool climate - we're about to head into +40c summer days here...

      --
      "I've got more toys than Teruhisa Kitahara."
  2. Would love to... by DogDude · · Score: 3, Informative

    Would love to save $$$ with OSS, but the software I need (robust, full-featured POS system) is non-existent. Bummer.

    --
    I don't respond to AC's.
    1. Re:Would love to... by Hobb3s · · Score: 1

      I'm with you on this, for certain uses OSS is just not feasible without coding it yourself. If I could find an MIS that would run all of my companies manufacturing operations in OSS that would be phenomenal and save us mad cash.

    2. Re:Would love to... by LWATCDR · · Score: 3, Insightful

      Hire some developers and put them to work then release the software under the GPL.
      Free doesn't always mean free as in beer.
      The idea is that once you make the investment you will get others improving your software.
      But for somethings like CAD I just don't think you will ever find a FOSS solution as good as what you pay for. But I think ProE run on Linux :)

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    3. Re:Would love to... by The+Great+Pretender · · Score: 4, Interesting
      I'm not convinced yet that money is saved for small to medium businesses. We are supposedly an open source shop and productivity is severely hampered by the constant maintenance required. We have twice the IT staff for half the people that were being served in my previous job, which was MS based.

      In addition, the open source IT staff seem to just want to constantly be changing everything when something newer and flashier comes out (read that as closer to functionality to a purchased project). In one year we have had 3 different email servers, with the associated problems of swapping over. Or the IT recommended web casting software works on MAC and windows but doesn't have full functionality on the Linux boxes. I was hoping that would change when we change the IT staff lead, but the new guys seem the same.

      I also find it amusing that the anti-MS IT staff bitch about things like MS Outlook, but then celebrate when Thunderbird adds a function bringing it closer to MS Outlook.

      Over half the company just use their own personal laptops due to the hassle, which ironically, defeats the crippling obsession with security that the IT guys have.

      --
      A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort.
    4. Re:Would love to... by Hobb3s · · Score: 2, Insightful

      That would be great, however the cost of several developers to create a system that rivals existing systems that we can buy would be prohibitive. If there were a middle ground.. hire a developer to tweak an existing 'almost there' system.. that would be doable.

    5. Re:Would love to... by DogDude · · Score: 1

      I'm willing to pay as much as $20K for software for a single store. That's a lot of $$ for software.
      Unfortunately, that same $20K wouldn't even get a developer past the architecture phase. Besides, if I *did* spend hundreds of thousands of dollars reinventing the wheel, I certainly wouldn't hand that software to all of my competitors who didn't have to sell their firstborn children to pay for it like I did.

      --
      I don't respond to AC's.
    6. Re:Would love to... by Hobb3s · · Score: 3, Insightful

      It sounds more like you have an issue with management and leadership in your IT department than issues with OSS.

    7. Re:Would love to... by Bert64 · · Score: 4, Insightful

      Just goes to show that anything can be implemented badly...
      Where i work we have 2 separate networks serving different parts of the company, one is all OSS while the other is primarily MS based.
      The OSS one is faster, has better uptime, cost very little to build (runs entirely on hardware that was discarded by the MS oriented staff), and requires minimal maintenance. Users don't really notice any difference until something goes wrong, which happens far less frequently on the OSS network. The bean counters notice because of how under-budget the OSS based network is.

      The MS guys are jealous of some of the fancy kit we have to play with, but we've still spent a lot less overall.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    8. Re:Would love to... by truthsearch · · Score: 1

      Sounds like your problem isn't so much the software, but the staff and lack of policies.

    9. Re:Would love to... by Anonymous Coward · · Score: 0

      M$ is actually the better solution if you don't have anyone capable of managing the technology - there're too many options in open source softwares so if you have someone inexperienced managing your systems he'll easily be spending time on trial and error.

    10. Re:Would love to... by indiejade · · Score: 1

      Maybe you've not looked hard enough? It does exist, but what most OSS lacks is marketing/promo budget. That is why comprehensive lists like this (eCommerce, ERP, and Business Enterprise) are good. ;)

    11. Re:Would love to... by LWATCDR · · Score: 1

      "I certainly wouldn't hand that software to all of my competitors who didn't have to sell their firstborn children to pay for it like I did."
      That is the problem with FOSS.
      The idea is that you will get back more than you put into it. Or you could go into business selling it yourself with support.
      But that is the problem with FOSS.
      But there are some projects that might fit what you need.
      But none of them seem both mature and active to be honest.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    12. Re:Would love to... by Anonymous Coward · · Score: 0

      Contact Optaros.com. They should be able to help.

    13. Re:Would love to... by coleblak · · Score: 1

      Then you hire the people to help out the users and charge them[users]. That business model works quite well.

      --
      77 HITS
      Really Long Off Topic Combo
    14. Re:Would love to... by xs650 · · Score: 3, Funny

      "Would love to save $$$ with OSS, but the software I need (robust, full-featured POS..."

      With that requirement, it would be hard to beat Microsoft's offings.

    15. Re:Would love to... by The+Great+Pretender · · Score: 2, Insightful
      Oh, I agree with you. The problem lies in hiring talented staff. This is why I started saying that "I'm not convinced yet..." The concept of not paying the license fees is very attractive. However, albeit in my limited exposure, I have yet to see an OSS staff that is not distracted by the daily updates of products and one who can understand that BETA is not satisfactory for business operations. This is the hurdle that needs to be removed for me to accept OSS as a viable solution.

      Interestingly, it's the same problem I have come across in science staff - good, relevant experienced management is hard to come by - nearly all are excellently qualified granular-focused folk who unfortunately don't understand the bigger business picture. Doesn't mean they can't do a job, just not a management job.

      --
      A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort.
    16. Re:Would love to... by DogDude · · Score: 1

      So, instead of selling dog and cat food, I now have to get into the business of software support? Uuuuh, no thanks.

      --
      I don't respond to AC's.
    17. Re:Would love to... by LWATCDR · · Score: 1

      Again that is the weakness of FOSS.
      There are FOSS POS software. I suggest that you try some of them out and see if any of them fit your needs. If not you may find that the developer will add features for $$$.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    18. Re:Would love to... by DogDude · · Score: 1

      Yeah, I've been looking for several years now. They all suck pretty badly.

      --
      I don't respond to AC's.
    19. Re:Would love to... by Directrix1 · · Score: 2, Interesting

      That you would buy over and over again with each new upgrade. Software is not a fixed cost, it is always a recurring cost no matter how you look at it. An additional, often overlooked, cost of proprietary software is having to mold your workflow to match their model (using F/OSS and some dev time you can guide the project in the direction you need). You can start a project with a well organized website stating project goals, and let people build from there. State that developers are needed, offer rewards for certain features. I might suggest seeding the project with a small useful core (pay a dev for that). And just try to grow it from there. Make it a pet project.

      --
      Occam's razor is the blind faith in the natural selection of least resistance and in universal oversimplification. -- EF
    20. Re:Would love to... by LWATCDR · · Score: 1

      Which was the best and what features does it lack if I might ask?
      Also I know that SQL Ledger has POS and you may want to look at LedgerSMB as well.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    21. Re:Would love to... by TheRaven64 · · Score: 1

      What about other stores catering for a different market to yours? Why not approach some of them, and between you get a POS system written that you can all use?

      --
      I am TheRaven on Soylent News
    22. Re:Would love to... by scipiodog · · Score: 1

      I wish I was able to move more things to OSS.

      I have had the devil of a time in my company just getting people to switch to Open Office from MS Office, and this is for people who only use basic word processing and spreadsheet functionality.

      The fact that it does exactly the same things and only has a slightly different interface doesn't seem to matter - if it doesn't look exactly the same as Office they simply stare blankly at the screen, or pester me so relentlessly about walking them through every little feature that looks different until we just give in and give them an Office license.

      After this I genuinely believe that they are only being stupid about it because they know it is free - they somehow feel less important if they're given a tool that wasn't paid for.

      That may seem cynical but I don't think anyone who uses a computer all day at work could be so dense that they couldn't figure out how to use OOWriter instead of MSWord.

      --
      http://clightnirish.wordpress.com/
    23. Re:Would love to... by LWATCDR · · Score: 1

      "In addition, the open source IT staff seem to just want to constantly be changing everything when something newer and flashier comes out (read that as closer to functionality to a purchased project). In one year we have had 3 different email servers, with the associated problems of swapping over."
      That is just a bad IT department or changing requirements.

      Most of the problems you are speaking about has more to do with a failure of leadership. We use a FOSS mailserver. Over the last few years we have changed once. Sendmail to Qmail and that is it.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    24. Re:Would love to... by jbolden · · Score: 1

      The software as written by you would fit only well with your business processes. For your competitors to use it they would need to customize it. That's how you start getting improvements for free.

    25. Re:Would love to... by Tubal-Cain · · Score: 1

      After this I genuinely believe that they are only being stupid about it because they know it is free - they somehow feel less important if they're given a tool that wasn't paid for.

      Maybe you could lobby for StarOffice instead? It meets the requirement of having a cost ($70 per user, on up to 5 machines, IIRC). Since StarOffice and OpenOffice look virtually identical, you might be able to slip OpenOffice to the more basic users later.

    26. Re:Would love to... by Tubal-Cain · · Score: 1

      For your competitors to use it they would need to customize it.

      In ways you obviously don't need (otherwise you would have had it coded in in the first place.)

      Ok, I think you are anticipating that something that is a convenience for you will be a necessity for your competition. That could work...

    27. Re:Would love to... by scipiodog · · Score: 1

      Maybe you could lobby for StarOffice instead? It meets the requirement of having a cost ($70 per user, on up to 5 machines, IIRC). Since StarOffice and OpenOffice look virtually identical, you might be able to slip OpenOffice to the more basic users later.

      All humour aside, the sad thing is that it might actually work, and I'm going to try it.

      --
      http://clightnirish.wordpress.com/
    28. Re:Would love to... by rkanodia · · Score: 1

      The OSS one ... runs entirely on hardware that was discarded by the MS oriented staff

      The MS guys are jealous of some of the fancy kit we have to play with

      I guess you never really appreciate what you have until it's gone, eh?

    29. Re:Would love to... by Tubal-Cain · · Score: 1

      Seeing as MS Office Pro costs $380 retail, you might be able to get a percentage of the budget savings set aside for bounties and/or donations (if not hire your own programmer outright) in order to address those features that MS really does do better than OOo.

    30. Re:Would love to... by turbidostato · · Score: 1

      "The problem lies in hiring talented staff."

      Truly enough, and that's a bigger problem with open source software than with privative software.

      For the tech guy open source's best quality is that it allows choice. It allows you to choose if you want to use it out-of-the-box or you will enhance it. And if you will enhance it, to choose if you will enhance it inhouse or by paying a third party. And it allows to choose to change tomorrow because you are not tied up by onerous licenses you need to recover and usually it don't tend to lock your data in.

      On the other hand, closed source is usually much more "that's the way you get it, take it or leave it" and, being so, it's easier for standards the facto to arise.

      And then, once choice is avaliable, you'd better be clever enough to make the right choices; dumb people is more tolerable on situations where there's no choice since there's no margin for the mistake. Your "OSS-driven" IT staff if just mediocre; enthusiastic but mediocre. Is not that your former "privative" IT staff was probably any better, but that they had no choice (it's Microsoft this and Microsoft that or at the very best a choice among two or three "big" contenders that are almost the same since they compete on a tight niche), thus less place to make mistakes.

      All in all, while I am all for open source, I always has had a hard time to see it as a cheaper alternative. It is not on most ocassions. But it usually has far, far more potential that properly tamed allow for interesting competitive advantages. I usually compare it with a pret-a-porter versus a tailor-made suit. The tailor made one is usually not cheaper, but it fits much better. And I'm not talking only about a suit (or a dress) for a galant event, but every time your dress can make a difference. It's not only a smoking or a frac that you want tailor made, but a racing car pilot's, or an astronaut or a deep diver: whenever your dress can make a difference it's an advantage to have it tailor made. Equivalently, whenever your software can make a difference (and it *can* make it, for most modern companies), you want it tailor made, and open source allows for "tailor made" software at a very interesting price tag.

    31. Re:Would love to... by Tubal-Cain · · Score: 1

      ...it's easier for standards the facto to arise.

      Sorry to be a grammar nazi. It's de facto.

    32. Re:Would love to... by Anonymous Coward · · Score: 0

      I think that where small to medium sized businesses are concerned there are a lot of people who try to save money on IT, and end up spending a lot more than they need to. Without the proper support staff, disciplin or knowledge any IT setup can cost a lot more than just the purcahse price.

      A company I worked at for four years took the DIY approach to IT with some cheap outsourced support and failed miserably. They had daily problems which made it very hard to work. At one stage they lost the email server for a week. While anyone else would have stuck in at least a temporary solution in a matter of hours, because the staff didn't have a clue and couldn't be bothered a lot of email was lost. (This problem was compounded by an external spam filtering company. Emails were filtered and then SILENTLY DROPPED when they couldn't be delivered instead of being bounced)

      It sounds like the problem is with your IT staff rather than whatever software they are using. Would their constant fiddling stop with non-OSS? Is there really a business need to constantly upgrade?

  3. Vista? by Smivs · · Score: 0, Flamebait

    Why not use Vista?...people seem very keen to off-load it...there must be loads going for free!

  4. Web Filter by Hobb3s · · Score: 2, Informative

    I've implemented Dansguardian webfiltering with a squid proxy on an unused Mac OS X server to placate my bosses need to control everyone's surfing habit and keep the cost of doing so at $0.

    1. Re:Web Filter by Dionysus · · Score: 2, Insightful

      You weren't paid?

      --
      Je ne parle pas francais.
    2. Re:Web Filter by Hobb3s · · Score: 1

      We also use Open Office for our Mac Clients, Filezilla for FTP transfers, 7zip for zipping and the like, and a number of other smaller simple applications for specific tasks.

    3. Re:Web Filter by Andr+T. · · Score: 2, Funny

      The agreement was that his web-surfing was not to be filtered.

      --

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

    4. Re:Web Filter by Hobb3s · · Score: 1

      Yes, but if I hadn't done it, I still would have been paid for researching and saying 'it can't be done for less than $$$'. Then going back to telling users they need to restart and jiggle the cord.

    5. Re:Web Filter by Hobb3s · · Score: 1

      Good point.. I guess that's why I'm the only one allowed on /. Actually, the interesting part is that no one else in the company understands *nix environments, nor how to add or remove what can or can't be seen. It's a real problem with cross training... but job security for me.

    6. Re:Web Filter by Bert64 · · Score: 1

      As a salaried employee, he will be paid wether he implements a new proxy or not. If he has no other work to do at the time he would just be sitting idle so yes, the relative cost really could be $0.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    7. Re:Web Filter by mjwx · · Score: 1

      I've implemented Dansguardian webfiltering with a squid proxy on an unused Mac OS X server to placate my bosses need to control everyone's surfing habit and keep the cost of doing so at $0.

      You weren't paid?

      Yes it would have cost him his time.

      Look at it this way, it didn't cost him new hardware, at least two additional software licenses, a consultant to configure it and his time.

      Everything costs time, it's a question of cost verses benefit.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
  5. Corporate Bureaucracy by Anonymous Coward · · Score: 1, Insightful

    It's not to much that they're opting for free, it's just easier to download and install something that's free to use than to go through the corporate bureaucracy of requesting a software license. I've been waiting 3 months for Dreamweaver (we migrated to Macs and no one thought to think that the licenses weren't transferable from PC's...) and had to find free alternatives to get some damn work done.

    1. Re:Corporate Bureaucracy by Anonymous Coward · · Score: 0

      ..and had to find free alternatives to get some damn work done

      Interesting... what usually happens to me is that I get myself thinking of ways of getting work not done.

    2. Re:Corporate Bureaucracy by tbuddy23 · · Score: 1

      Since Adobe's purchase of Macromedia I have always been provided with both keys for Windows and Mac version. I would bet two shiny nickels that you could upgrade to CS4 with what you have and get a key for the Macintosh versions.

    3. Re:Corporate Bureaucracy by suggsjc · · Score: 2, Funny

      I've personally found that vi(m) is the best development tool around. You can say that DW/Eclipse saves you time with auto-completion and whatnot, but as for me and my sites, I take pride in the fact that I have typed every single character.

      --
      When I have a kid, I want to put him in one of those strollers for twins and then run around the mall looking frantic.
    4. Re:Corporate Bureaucracy by johnek · · Score: 1

      A couple of years ago I would have agreed with you. But I recently started using RedGate SQL Prompt. It's saves me an enormous amount of time. Now my clients pay me to create solutions not remember sql syntax and column names. BTW, does anyone know of a OSS equivalent? Code completion can save you so much time it's really not funny. I use DW cs3 and I think it's basically on overprice notepad ++. Has anyone encountered a PHP/ASP based editor with decent code completion and library integration? And I agree VI has it's merits. I grew up writing c with embedded informix sql on sco v. Would I go back to those days? hell no.

    5. Re:Corporate Bureaucracy by Yvan256 · · Score: 1

      Not sure if it fits the bill, but TextWrangler has a lot of features.

    6. Re:Corporate Bureaucracy by Antique+Geekmeister · · Score: 1

      I take it you don't like Amaya? For freeware web design, it avoids the dancing bears common to Dreamweaver design, and produces light, stable, usable HTML. It could use some integration to support HTTPS/WebDAV access for editing a site, but overall I've found it to be great for cleaning up MS produced web garbage.

    7. Re:Corporate Bureaucracy by Tubal-Cain · · Score: 1

      Bleh. I find Amaya to be more of a lousy web browser than an HTML editor. I like KompoZer (bug-fix fork of the defunct Nvu, until Nvu's author finishes a replacement) and Quanta Plus.

      But then, I am not a professional web developer (IANAPWD?) so take my vote with a grain of salt.

    8. Re:Corporate Bureaucracy by mjwx · · Score: 1

      Since Adobe's purchase of Macromedia I have always been provided with both keys for Windows and Mac version.

      Parent probably has the retail version which is OS specific, Volume licenses provide keys for both Win and Mac. When I upgraded the web and graphics subsidiary my company purchased I upgraded the four CS1/2 Retail licenses to 4 CS3 Volume licenses for exactly this reason.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
  6. I wonder by LWATCDR · · Score: 3, Interesting

    Besides Slashdot how much FOSS does Slashdot use?
    Do they use Asterisk for it's phone system? Or does it's parent company do all the "business" stuff for them and just let write perl and post articles?

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    1. Re:I wonder by larry+bagina · · Score: 1

      slashdot is a marque site, but not particularly profitable. VA Linux or whatever they're called now, makes moet of their money selling source forge, which is closed source and proprietary. Slashdot runs on MySQL, and they have dedicated MySQL programmers who have customized it. I've heard they've kept their patches to themselves. (To be fair, if they're as incompetent as the perl/web programmers, that's probably for the best.)

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    2. Re:I wonder by Foofoobar · · Score: 3, Insightful

      You use it where it is feasible and where it can be supported. At the financial company I work at, we are about to move to Asterisk (mainly because conferencing calls cost the company thousands of dollars each year). We have started dynamically creating our PDF's through a LAMP app instead of using a Windows app and closed source BIN for PDF generation. But all of these are supported and maintained in house. If they have the STAFF to support them, then I say do it. If they have the money to get someone else to support it, then I say do it. Otherwise, as a business, their best bet is to stay where the support and maintenance is... not even open source supporters can be all open source; we'd like to do everything ourselves but the fact of the matter is there just aren't enough hours in the day.

      --
      This is my sig. There are many like it but this one is mine.
    3. Re:I wonder by Anonymous Coward · · Score: 0

      I think they are big on Office and Exchange there.

    4. Re:I wonder by Anonymous Coward · · Score: 0

      l2"its"vs"it's"

    5. Re:I wonder by jesterzog · · Score: 1

      If they have the STAFF to support them, then I say do it. If they have the money to get someone else to support it, then I say do it.

      Just extending what you've said (I think), some OSS just comes through resellers anyway these days, even if OSS wasn't specifically requested or considered by the business that ends up using it. There's an entire business model for start-up companies to take a reasonably mature open source product (apache, plone, whatever), learn heaps about it, and then re-sell that product and the primary support for it to other businesses.

      We've had this a few times now when we've put out a tender and we haven't specifically asked for something Open Source, but the winning tenders have come back to us with open source products that just happen to do exactly what we want after they've customised it, and as part of whatever contract gets dreamed up they'll continue to support it to the extent that we want them to.

  7. TCO not always lower by NinthAgendaDotCom · · Score: 4, Interesting

    I used to think the TCO argument was rubbish. But then I did some research this year on bug tracking software for my company. At least in this one area, it was obvious that while you'd save a few hundred initially on open source solutions, these solutions were much less polished and supported than their commercial competitors. I would have had to do a lot of additional installations and customization to get things working right. And there was no quick answer from a tech support email address when I would have trouble. And in another recent purchase of music production software, the open source versions were an absolute joke in comparison to commercial varieties. Open source is great. I use Firefox and Open Office all the time. But for business and specialty applications, commercial applications are still often much more solid and cheaper in the long run.

    --
    -- http://ninthagenda.com/
    1. Re:TCO not always lower by JCSoRocks · · Score: 3, Insightful

      I think the source of this trouble is that when you use exceptionally popular programs like FireFox or 7zip you're seeing software that really isn't representative of FOSS. These are definitely in the top 99%.

      When you start digging down into niche software that serves a tiny market segment you're getting into an area where few people are interested in using it and even fewer are interested in contributing. I do agree that these areas are currently best served by commercial apps. The whole FOSS thing works because so many people are contributing and it's easy to get support from one of the masses of people using it or working on it. On smaller projects you find yourself doing your own support - which isn't necessarily awful, it's just a real time sink.

      --
      You are using English. Please learn the difference between loose and lose; they're, there, and their; your and you're.
    2. Re:TCO not always lower by Bert64 · · Score: 1

      Yes, niche software is far less likely to be covered...
      But in those cases, i would still like to run the niche software on linux, If i have to pay for the apps then so be it, the underlying OS is not a niche product and i shouldn't have to pay for that as well, just like i shouldn't have to buy proprietary hardware for a generic purpose (i want it to run on standard hardware, tho specialized peripherals are ok if its really necessary).

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    3. Re:TCO not always lower by flyingfsck · · Score: 2, Informative

      Hmm, even NASA uses Bugzilla.

      --
      Excuse me, but please get off my Pennisetum Clandestinum, eh!
    4. Re:TCO not always lower by EricWright · · Score: 1

      You know, saying something is in "the top 99%" isn't really a ringing endorsement of the product...

    5. Re:TCO not always lower by JCSoRocks · · Score: 1

      Ah curse you early morning post... top 1% was, in fact, what I meant... but you already know that!

      --
      You are using English. Please learn the difference between loose and lose; they're, there, and their; your and you're.
    6. Re:TCO not always lower by gbjbaanb · · Score: 1

      I'd say that bugtracking, ticket tracking OSS software is one area where OSS far outperforms the commercial stuff. We use Siebel for our corporate stuff, and ... I hate it with a true passion. We also use Mantis for internal bug tracking, so far 3 groups have decided that they want to continue using it, or move to using it.

      Same applies to Remedy and Clarify and .. all the others.

      That does not necessarily apply to other areas, I find that there is some OSS software that is brilliant, and a ton that is poop, but if you can find the good stuff you'll find it is generally better than the commercial equivalent.

    7. Re:TCO not always lower by Just+Some+Guy · · Score: 1

      At least in this one area, it was obvious that while you'd save a few hundred initially on open source solutions, these solutions were much less polished and supported than their commercial competitors.

      I got certified to admin a certain expensive trouble-ticketing system. Frankly, outside of some SLA stuff that I'm certain I could reimplement as nicely, it didn't do anything that Trac or Bugzilla couldn't.

      When you say "a few hundred", you left out the trailing "thousand". Trac and Bugzilla don't require big iron or Oracle, they don't need you to fly employees to week-long certification programs, and they don't give you $400/hr consultants who constantly call the main office to handle situations you'd think they could manage on their own.

      --
      Dewey, what part of this looks like authorities should be involved?
    8. Re:TCO not always lower by Anonymous Coward · · Score: 0

      And that helped the Challenger crew how, exactly?

    9. Re:TCO not always lower by Tubal-Cain · · Score: 1

      Bugzilla may be good, but it can't prevent an event that occurred before it was installed.

  8. Obligatory question by fgaliegue · · Score: 4, Insightful

    And what about the _total_ cost of ownership?

    I'm all for open source software, don't get me wrong, but switching from a known solution that Works For You(tm) even though it's horribly expensive to a $0 one but with a steep learning curve can be disastrous.

    Would you replace Oracle with PostgreSQL if "all" you had in house were Oracle gurus?

    I know, this is one example, others may not be that extreme. But taking this kind of decision has to be done with some caution.

    1. Re:Obligatory question by slim · · Score: 3, Insightful

      Would you replace Oracle with PostgreSQL if "all" you had in house were Oracle gurus?

      I'd view that as being similar to replacing AIX or Solaris with Linux -- and that's something that plenty of companies have done successfully.

      It does require retraining, it may involve buying support contracts, but it's proved worthwhile for many companies.

    2. Re:Obligatory question by poetmatt · · Score: 1

      Well yes, people are tied down. TCO is not something very accurate all the time, though.

      This is why adoption of open source in businesses has not been as fast as it could be.

      That doesn't mean however that businesses are blind to the option of not paying licensing fees and being able to fix software with their own dev team/make improvements aka using open source.

    3. Re:Obligatory question by andy19 · · Score: 1

      Think about the costs of renewing licences, or buying more if your company grows.
      In the long run, I'd expect the FOSS setup to be cheaper, even if there is a high cost to migrate and train people.

    4. Re:Obligatory question by zappepcs · · Score: 1

      As you say, it depends. I'm moving two data warehouse setups from Oracle on Solaris to MySQL on CentOS Linux. I had a small problem with UTF-8 and of course rewriting truck loads of SQL statements, but over all it was worth it. The commodity hardware that CentOS is running on is 1/3 the cost of comparable Sun hardware. The maintenance cost burden of Solaris, Sun, and Oracle far outweigh the costs involved in the change over. Going forward the in-house staff are switching to the new OS/database with grace. Perl runs equally well on both the old and the new.

      One might argue that an Oracle guru that is unable to move to MySQL or PostgreSQL is probably not 'the' best in-house resource you could have. Training is worth the effort and cost. Remember, if you invest in your people the payback is compound. If you invest in OS and apps, you will always be limited to what people you can hire. With training, limitations are reduced for the company overall. You retain skill sets, gain new ones, and have an improved manpower resource pool. All of that at less cost than maintaining the status quo in many cases.

      TCO is difficult to compute as a one size fits all answer. From what I've seen, in many cases F/OSS does have a lower TCO and increased benefit to those who choose it.

    5. Re:Obligatory question by lewp · · Score: 4, Funny

      Good point. This is why the ultimate cost saver is to switch from commercial software to pirated commercial software.

      --
      Game... blouses.
    6. Re:Obligatory question by Ploum · · Score: 1

      Yes because gurus should be able to learn new things.

      The problem with proprietary solutions is not the cost : it's that you are tight by the balls !

      If you have Oracle Gurus and you don't want to switch because of that, your gurus will become even more expert in Oracle only and you will hire only Oracle gurus making the situation even worse regarding an eventual migration.

      You must always keep in mind that the question is not "Will the migration happen" but "When will it happen".

      If you choose it deliberately, at least you have time, you can prepare, you can choose the best moment for it.

      If not, you are just playing with fire and waiting for one of :
      - Oracle change the licensing scheme for one that you cannot afford
      - Oracle just declares bankrupcy (don't say it will never happen and look for examples of company that were "too big to fail")
      - Oracle new version remove a feature that is essential to your business
      - Oracle drop support for the version essential to your business
      -

      Of course those problem could happen with a free software product but :
      1) There's a fairly good chance that the community could handle, at least for some time, a lot of the support
      2) You can choose to support it yourself for your internal use and to correct/add what you need

      In the worst case, it gives you a lot more time to prepare a migration and it makes your business solid and not "one-product-only" dependant.

    7. Re:Obligatory question by jedidiah · · Score: 1

      > Would you replace Oracle with PostgreSQL if "all" you had in house were Oracle gurus?

      If your in house Oracle people can't quickly adapt to a new OS or new RDBMS then they aren't really gurus.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    8. Re:Obligatory question by Bert64 · · Score: 1

      In the current market, unemployment is rising, costs are rising...
      Using cheaper software is a good way to save money...
      If that cheaper software requires more staff, hiring those staff is comparatively easier in the current market, and the savings from free software could easily pay for a few staff while still saving you money in a medium to large company.

      And consider long term savings, once you have postgres competent staff on hand the choice to make future deployments on postgres is a no brainer.

      Also using something that doesn't lock you in to a single supplier is extremely sensible in the long term.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    9. Re:Obligatory question by Anonymous Coward · · Score: 0

      Are your Oracle gurus unable or unwilling to learn a new technology? If so, then I'd hardly consider them gurus.

    10. Re:Obligatory question by Anonymous Coward · · Score: 0

      So you say someone who is smart and learned to handle Oracle for decades, just reads the manual of another RDBMS for a few hours and can handle that as effective as his old one...

    11. Re:Obligatory question by Hognoxious · · Score: 1

      No. But if someone has just learned lots of stuff by rote without picking up any transferable concepts, I'd say he's not a guru. More like a monkey, albeit one with a good memory.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    12. Re:Obligatory question by Anonymous Coward · · Score: 0

      I'd replace Oracle with a pencil and pad of paper. It scales better and crashes less. Seriously, 510M for a freaking client!?!

    13. Re:Obligatory question by einer · · Score: 2, Interesting

      I know the intent (and moderation) was "funny" but this is actually how a former employer operated. Once he realized that all he had to do was not get caught for a certain period of time and it suddenly became worth it to not renew licenses, he stopped renewing licenses. He did get audited. It cost him an order of magnitude less than it would've to have kept current on his licenses for the five years he managed to skate by.

      Your plan makes sense in some cases. :)

    14. Re:Obligatory question by squallbsr · · Score: 1

      > Would you replace Oracle with PostgreSQL if "all" you had in house were Oracle gurus?

      If your in house Oracle people can't quickly adapt to a new OS or new RDBMS then they aren't really gurus.

      However an Oracle Guru is going to know a lot about the internals of Oracle and how different queries interact at all levels of the software. As soon as you switch to PostgreSQL, MySQL, or anything else for that matter; that knowledge is now useless.

      Now you are dealing with a learning curve which a lot of things are learned by trial and error, new bugs get put into production and it is possible to see less than optimal queries performed now because the DBA is lacking that Guru level knowledge.

      --
      Sleep: A completely inadequate substitution for Caffeine.
    15. Re:Obligatory question by skiman1979 · · Score: 1

      Would you replace Oracle with PostgreSQL if "all" you had in house were Oracle gurus?

      Sure I would, if PostgreSQL proved more beneficial to my business than Oracle in the long run. Those Oracle gurus should know enough about the system to be able to adapt that knowledge to a different, but somewhat similar, system. Maybe the gurus would need some additional training for the new technology.

      --
      Having a smoking section in a public restaurant is like having a peeing section in a public swimming pool.
    16. Re:Obligatory question by Anonymous Coward · · Score: 0

      Note: if something has a steep learning curve, that means you can learn it quickly!

    17. Re:Obligatory question by pushf+popf · · Score: 1

      Would you replace Oracle with PostgreSQL if "all" you had in house were Oracle gurus?

      It's not a valid comparison, since nobody buys Oracle because they happen to like it, they buy it because their application(s) require it.

      However if a company can switch to an applicaton that can handle Postgres instead of Oracle, they would be crazy to not make the switch, ditch the Oracle DBAs and hire Postgres DBAs. You can buy a lot of geeks in any flavor you want (even 24x7x365 geeks) for 6 million bucks.

      Given Oracle's licensing fees (a 32 processor system is about 6 million dollars for the licence), I'd be hard pressed to find an application that couldn't be re-written at a significant savings.

    18. Re:Obligatory question by Karem+Lore · · Score: 1

      That kind of depends on which axis your time scale is on doesn't it?

      --
      When all is said and done, nothing changes...
    19. Re:Obligatory question by Daimaou · · Score: 1

      Performance and scalability aside, I think any Oracle guru would be happy with a switch to PostgreSQL because it is so much easier to install and use.

    20. Re:Obligatory question by turbidostato · · Score: 1

      "Would you replace Oracle with PostgreSQL if "all" you had in house were Oracle gurus?"

      Certainly yes. On a blink.

      Of course, there would be some "ifs". Main one by far would be asking the question "Are they really Oracle GURUS?" If they are, then no problem: they are high rated DB admins so they'll take on a breeze on Postgres and they'll be productive at a certainly lower cost. On the other hand, if they are just "Oracle MONKEYS", then we have a problem. Well... we have a problem even if staying with Oracle, but that's a different issue. A second blocker would be if we are locked in onto something that can only be done on Oracle (or Oracle does obviously better) but that probably lies out of scope since this has nothing to do with the relative quality of my DBAs.

    21. Re:Obligatory question by stephanruby · · Score: 1

      And what about the _total_ cost of ownership?

      I agree. The original question misframes the situation completely. Use whatever fulfills your business objectives. In some cases, open source may be more cost effective. In other cases, another commercial package may actually be more cost-effective (for instance, if you're switching from Oracle to MS SQL Server). In other cases still, you may find out that it's impossible (not cost-effective) to switch to anything else.

      Open source, closed source, and/or out-source. Those are just a three options out of many-many more options that may save you a boat load of money. The thing is. Technologies change. Requirements change. What was a good idea a year or two ago, may not be the best for you right now. Make sure you keep your ears to the ground. Hire people who don't just know one technology. That being said, don't take too long to decide, and just be ready to roll back if things don't go the way you originally planned.

    22. Re:Obligatory question by Chandon+Seldon · · Score: 1

      it is possible to see less than optimal queries performed now because the DBA is lacking that Guru level knowledge.

      Oh no, not a less than optimal query!

      What's the TCO increase of that happening? How likely is it to be a problem? If it is, how hard is it to fix?

      --
      -- The act of censorship is always worse than whatever is being censored. Always.
    23. Re:Obligatory question by Anonymous Coward · · Score: 0

      Would you replace Oracle with PostgreSQL if "all" you had in house were Oracle gurus?

      As a cost-saving measure? If the technical requirements allowed for PostgreSQL to handle the applications and load, then yes. PostgreSQL is similar enough to Oracle that a great deal of Oracle guru knowledge would be reusable to a large extent.

      Maybe that wasn't the answer you wanted.

    24. Re:Obligatory question by bill_mcgonigle · · Score: 1

      And what about the _total_ cost of ownership?

      How 'total' do you want to get?

      Would you replace Oracle with PostgreSQL if "all" you had in house were Oracle gurus?

      Replacing Oracle is a 'when', not an 'if'. A hundred years from now, nobody will be running Oracle. Fifty? Twenty? Ten? Five?

      If my business were completely reliant on any one vendor I'd start diversifying immediately. If I could pick up some cost savings and productivity along they way, even better. Granted, not all companies will do so. And some of them will be out-competed by their more-nimble rivals.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  9. Comment removed by account_deleted · · Score: 3, Interesting

    Comment removed based on user account deletion

  10. silver lining for who? by larry+bagina · · Score: 1

    This is a race to the bottom. I'm not syaing Open Source is the cause or the problem (it isn't), just a unintended benificiary (at least in mindshare). But the overall trend is bad for everyone.

    --
    Do you even lift?

    These aren't the 'roids you're looking for.

    1. Re:silver lining for who? by AvitarX · · Score: 1

      If the same amount of software is getting put into companies with less money spent it is a good thing for everyone not making money selling software. It either reduces the cost of end products for everybody, or frees up money for investment in better products.

      Much the way that industrialization improved things for everyone not weaving by hand.

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
  11. "Alternative"? by Anonymous Coward · · Score: 0

    So what is MySQL an open-source "alternative" to? It seems to me like it's a very different kind of product from its proprietary "competitors."

    1. Re:"Alternative"? by slim · · Score: 2, Informative

      Time was, MySQL was an open source alternative to 'non-enterprise' DBs like FoxPro. Now it's a viable alternative to Oracle or DB2 in certain circumstances where the high end commercial features are overkill.

    2. Re:"Alternative"? by larry+bagina · · Score: 3, Funny

      A spoon is a viable alternative to a shovel in certain circumstances like eating soup.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    3. Re:"Alternative"? by jedidiah · · Score: 1

      Many people for a long time have insisted on eating soup with a shovel.

      MySQL and Postgres taking over from Oracle aren't so much about how
      good or bad either of those 2 products are. It's more a matter of
      companies finally regaining a little sanity and realizing that they
      should not overpay for small things based on brand name recognition.

      Oracle is quite frequently gross overkill where it's employed.

      It may even be deployed in a manner that fails to exploit any
      of it's advantages over the likes of mysql or postgres.

      This may perhaps be more a matter of people and companies no longer "living large".

      --
      A Pirate and a Puritan look the same on a balance sheet.
    4. Re:"Alternative"? by digitalgiblet · · Score: 1

      I'd hate to dig a big trench with a spoon.

      Especially if my competitors are using shovels.

      The trick is matching the tool to the task.

      Note that I am not saying Oracle is the shovel and MySQL is the spoon. The previous posts reduced the argument to abstracts. This makes the argument applicable to many areas, not just the current discussion.

      Decide for yourself which tools are shovels and which are spoons, then match them to the job at hand.

    5. Re:"Alternative"? by TooMuchToDo · · Score: 1

      Funny, but there are some big shops using MySQL in what I'd consider enterprise environments.

  12. What non-free software do you have? by slim · · Score: 3, Insightful

    Without telling us what non-free applications are currently being used, it's a very difficult question to answer.

    If I were starting a business tomorrow, I can't think of a single piece of commercial software I'd standardise on.

    Partly because I'm stingy when it comes to software. Partly because I don't want license management to become a headache as the business grows.

    1. Re:What non-free software do you have? by QuantumRiff · · Score: 1

      Partly because I don't want license management to become a headache as the business grows. This i the biggest factor for me favoring open source solutions. I remember calling our MS Rep, and a few others, 3 people gave me 3 different answers about how to license MS SQL Server. (per processor, or how many seats). Total pain in the ass. Its funny, but I've never seen a TCO calculation take into consideration how much time and money you have to spend to ensure that you are in compliance. For larger companies, its almost impossible to ensure two employees didn't buy some off the shelf software and install it.

      One thing I have always thought was interesting, was that MS doesn't write/sell any software to track licensing compliance themselves. I used to think that was a mistake on their part, but after hearing/seeing how much it nets them in audits, it was a genius move on their part!

      --

      What are we going to do tonight Brain?
    2. Re:What non-free software do you have? by Anonymous Coward · · Score: 0

      Amen. License management is the bane of my existence as an IT admin. It's fiddly, it's tedious, it's time-consuming, it's no fun, and the more they make software strictly enforce the licensing, the more it tends to break things. I try to use opensource/free solutions where ever I can just to avoid the headaches that PAID FOR commercial apps give me.

      It's not that I disagree with paying for software; I love to reward developers for a well built app. I just have a huge issue with being treated like a thief and forced to jump through tiny, flaming hoops suspended 20 feet in the air just to use software I've already paid for. It's annoying enough on consumer OSes and games. Putting it in corporate software intended to be reliable and get work done is asinine in the extreme.

    3. Re:What non-free software do you have? by jimicus · · Score: 1

      One thing I have always thought was interesting, was that MS doesn't write/sell any software to track licensing compliance themselves. I used to think that was a mistake on their part, but after hearing/seeing how much it nets them in audits, it was a genius move on their part!

      It's worse than that. I've looked into license management and auditing software; I found out a few interesting things:

      • Most software either checks the "Add/remove programs" registry entries (won't pick up pirated copies of things which don't appear there) or checks for every executable without having the intelligence to boil the list of executables down to the applications which are actually installed (results in thousands of things showing up as being installed). This may be OK if you're the BSA and the company on the wrong end of the audit is paying for your time, it certainly isn't if you're doing this pre-emptively.
      • Few auditing products check for things like fonts. Yet font foundries are notoriously litigious and will happily get involved if a third-party audit shows up unlicensed fonts.
      • Management of the application which does the auditing itself is, as often as not, like stepping back in time 10 years. "Go to every PC you want to audit and click start, run, setup".
      • (This is the good one) Most of the commercial license management/audit packages have significantly more obnoxious licenses than the software that you're trying to audit
  13. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  14. Many starters to free(er) software by Anonymous Coward · · Score: 0

    free, as in beer, not stuck to any location, not locked-in, etc. Here are some starters to current state and future directions of making computing really much more free: http://freedomdrive.org

  15. Open Source cost saving by MosesJones · · Score: 1

    Server side the savings are pretty obvious, especially around maintenance contracts. On the desktop its much harder as you have all the transition and training costs. Looking at things like SugarCRM, rather than Salesforce.com, is a grey area as you have to pay for the implementation rather than just renting.

    Oh hang on its Slashdot and we aren't going to worry about the actual business change, implementation or management side of it, we just want to see two list prices compared and be able to go "OSS is free".

    The crunch will help OSS, especially as a CapEx reduction strategy. That is the sales pitch even if it increases the OpEx as right now Cash is king. If you can build a case that does OpEx and CapEx then you are completely sorted.

    --
    An Eye for an Eye will make the whole world blind - Gandhi
  16. Works for me by IceCreamGuy · · Score: 4, Interesting

    Ever since I started using Nagios, I've been able to slowly help the rest of the IT department consider open source when starting projects. Now we use Nagios, Backuppc, MySQL, Perl, Splunk, Snare and Ubuntu LTS for servers. The clincher was not having to pay for licensing for a SQL server, OS and all. We're all so tired of dealing with the behemoth of a licensing scheme that Microsoft uses, and that's really what pushed us to alternatives.

    1. Re:Works for me by Anonymous Coward · · Score: 0

      Try groundwork, it's nagios+.

    2. Re:Works for me by Bert64 · · Score: 2, Informative

      Don't think splunk is open source...

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    3. Re:Works for me by IceCreamGuy · · Score: 1

      Damn, yeah it looks like you're correct. Ah well, it's at least free as in beer :-)

    4. Re:Works for me by jimicus · · Score: 1

      Only if you're analysing a relatively small amount of data.

      I promise you that as soon as you go over that limit, the price will give you one hell of a shock.

    5. Re:Works for me by IceCreamGuy · · Score: 1

      Hahah, yeaaaah, I had to really pick and choose what I turned on in the firewall syslog to stay below that 500M/day limit. $10,000 for 1GB/day!

    6. Re:Works for me by TooMuchToDo · · Score: 1

      Snare? Never heard of it. I googled and got tons of hits for different stuff. Link? I'm always interested in FOSS I don't know about that I could use.

    7. Re:Works for me by IceCreamGuy · · Score: 1

      It's the open source Windows-eventlog-to-syslog forwarding agent. http://www.intersectalliance.com/projects/SnareWindows/

    8. Re:Works for me by WuphonsReach · · Score: 1

      Here's why I think things will push forward:

      1) Licensing fees. Small companies hate to pay license fees. It's been a constant battle for me to keep things on the up and up about paying for every bit of commercial software that we have. We spend at least $600 per desktop (on hardware that is only worth $600) for commercial software licenses. At that point, eyes start to open in the CxO offices when they realize that their desktop PC budget is being eaten alive by licensing costs.

      It's no longer $2000-$3000 machines with $300 of software on top. Hardware costs have plummeted, but software costs have remained the same or increased over the past 20 years.

      2) Hassles of license tracking. I dislike the need to track licenses, or pushing through a purchase order for additional licenses. Not to mention the need to periodically audit all of the machines to make sure that nobody has circumvented licensing provisions.


      Or finding out that the company will no longer sell me a license for the version that we're using and they want us to do a mass upgrade to the latest shiny version. At which point we're forced to migrate if we want to stay 100% legal.

      3) Virtualization.

      I think this is probably the killer deal for Linux servers making inroads. If your company is on the fence, put Linux on the server and run Windows Server inside of a VM. Now you have the best of both worlds because you can still use Windows, but can start making a push towards moving server-side work to Linux.

      It may even end up as the solution for the desktop, depending on how good VM software gets. OS X Parallels software is pretty darn good, as an example.

      --
      Wolde you bothe eate your cake, and have your cake?
  17. Ah yes, the cost-conscious companies by dingen · · Score: 2, Funny

    in contrast to all those companies out there with a policy of spending as much as possible.

    --
    Pretty good is actually pretty bad.
    1. Re:Ah yes, the cost-conscious companies by francium+de+neobie · · Score: 1

      ... and then ask for a bailout.

    2. Re:Ah yes, the cost-conscious companies by Isaac1357 · · Score: 1

      I believe we call those "Government Agencies" ;)

  18. Migration doesn't sound like cost cutting. by malevolentjelly · · Score: 0

    How is migration and re-training a cost cutting measure? So, you need to either fire your old IT guys and hire on new ones OR pay for training to have them switch to a new architecture? That's cheaper?

    In order for these licenses to even be cheaper we're talking about companies dropping their support contracts altogether and using unsupported IT infrastructures. Any company that plans on "saving money" by switching to an unsupported and "community-developed" system for a commercial infrastructure in order to somehow save money is going to get slapped hard- and it's completely their fault.

    The real answer here is that it's got more to do with sociology than with business or software. They're simply switching to free software because it looks good in a PowerPoint presentation and gives them something to do other than get fired.

    IT is in a rough situation here, they can just keep their existing legacy infrastructures and just keep on as many IT people as they need to maintain it until the market improves; or they can turn to a hip new bleeding edge linux installation that's unstable, poorly undocumented, and full of unanticipated caveats- IT people won't just keep their jobs, they'll have to hire on an army of new people to keep their servers from detonating in lieu of that missing support contract.

    Who needs a vendor that can issue quick security and bug patches to major clients when your job's on the line? With linux, IT is always busy and therefore indispensable!

    COMMON SENSE COST CUTTING TIPS: Do not upgrade or migrate your IT infrastructure until the financial situation improves. Linux/F/OSS is mostly supported by angel investors and Sun Microsystems, both of which are in terrible shape due to stock market failure. Migrate to linux when the market is in GOOD shape so that it is being maintained, otherwise Windows Server will be innovating faster. If you are adding just a couple new machines, just spring for a couple extra Windows/Solaris/AIX licenses. Do a cost benefits analysis, this is most definitely cheaper. There's nothing more expensive than changing everything, even when it's free!

    ALSO, Your employees WILL need to be re-trained to use Evolution instead of Outlook or Openoffice instead of Microsoft Office-- they only look similar when you start them up. The finer points are very different to a non-technical employee. Openoffice.org 3.0 is similar feature-wise to Microsoft Office 2000 or 2003, so it's better to just skip the upgrade to 2007 and wait out the financial crisis in comfortable productivity.

    1. Re:Migration doesn't sound like cost cutting. by truthsearch · · Score: 3, Informative

      Linux/F/OSS is mostly supported by angel investors and Sun Microsystems

      This is just completely wrong. Most open source projects have no outside investors at all, but are either maintained on a developer's free or salaried time. IBM, Apple, and Google, for example, have hundreds of employees who contribute to open source projects on company time.

      I don't know why you would think so many projects would be backed by angel investors when those projects would return nothing financially on their investment.

    2. Re:Migration doesn't sound like cost cutting. by dingen · · Score: 1

      ALSO, Your employees WILL need to be re-trained to use Evolution instead of Outlook or Openoffice instead of Microsoft Office

      I've read this argument over and over again: employees need training in order to use basic software. But is this really true?

      I've worked quite a few jobs that all involved office-type computer work and I've never ever received any form of training for the software that I had to use. I wonder how many employees out there really have been trained in working with the software they use. I'm guessing: not a whole lot.

      --
      Pretty good is actually pretty bad.
    3. Re:Migration doesn't sound like cost cutting. by malevolentjelly · · Score: 1

      ...either maintained on a developer's free or salaried time... IBM, Apple, and Google, for example, have hundreds of employees who contribute to open source projects on company time... ...those projects would return nothing financially on their investment.

      Okay, we have companies giving away salaried labor for projects that don't make financial returns. How would a recession not hurt this kind of investment? That's basically angel investment.

    4. Re:Migration doesn't sound like cost cutting. by malevolentjelly · · Score: 1

      I've worked quite a few jobs that all involved office-type computer work and I've never ever received any form of training for the software that I had to use. I wonder how many employees out there really have been trained in working with the software they use. I'm guessing: not a whole lot.

      If you're reading slashdot, then you are not speaking for non-technical users. It doesn't matter so much what they're trained for as what they're used to. If they're used to using Microsoft Office, they're productive with it. What's the benefit of switching an old version of Office to OpenOffice? What version of Microsoft Office is OpenOffice competitive with? For real? 98? 2000? 2003?

      If you're setting up a new shop, it's a different question-- but people are just so resilient to change. Even moving simple context buttons confuses them.

      Now, if you want to question whether it's a bigger change for users to use OpenOffice than Office 2007, that's certainly open for discussion. The last thing I am advocating is switching to Vista or Office 2007 as a solution. My solution is not falling for marketing hype and continuing use of your current office solution- if you're using OpenOffice/staroffice, certainly do not change.

    5. Re:Migration doesn't sound like cost cutting. by Antique+Geekmeister · · Score: 1

      COMMON SENSE COST CUTTING TIPS: don't fire the pensioned dinosaurs who can't do anything but burn money the way they did before. Here, I fixed that for you. Seriously, IT is not a stable field. Demands, and capabilities, change very quickly. Training staff, and circulating them among new, sharp people who have new skillsets, is an ongoing IT expense. The skills that worked well for expensive SAN arrays have just been effectively discarded as 1 Terabyte SATA drives become commonplace, and the token ring networking skills of a dozen years ago are pointless in a world where each manager wants their laptop on the wireless network safely. MS Office is a poor choice for open source migration, because of the powerful and still effective Microsoft monopolies in certain fields. But Exchange as the mail server is usually a very, very bad choice in terms of reliability, scalability, and affordability.

    6. Re:Migration doesn't sound like cost cutting. by truthsearch · · Score: 1

      You're combining my two separate comments.

      Angel investment refers to a rich individual providing capital for a start-up. They expect a direct financial return on their investment. Large companies, by definition, are not angel investors.

      IBM, Apple, Google, and others that have employees work on open source do get a return on their investment, just indirectly. Apple, for example, includes the open source projects they work on with their server products. They make money on server sales, which obviously increase by having better software on them. IBM contributes to the Linux kernel because it benefits them to have linux run well on the hardware they sell.

      So there are large financial returns for some companies to have employees work on open source. These aren't cash contributions to a startup.

    7. Re:Migration doesn't sound like cost cutting. by malevolentjelly · · Score: 1

      Yes, I did combine your comments. I used ellipses for this. I think Sun Microsystem's failure in the market is a sign that open source is not delivering on the investment returns the hype of the bull market promised. Large corporations and small investors are operating on the same market in the same practice, in this case. I think the recession will see many large corporations re-evaluating the free exchange of technology with the question of whether or not they're actually pulling in hard money from this or simply melting down their technology advantage and rendering their position in the market as moot.

    8. Re:Migration doesn't sound like cost cutting. by tsstahl · · Score: 1

      I don't know why you would think so many projects would be backed by angel investors when those projects would return nothing financially on their investment.

      Welcome to the dot com era! A few years too late, perhaps. :)

  19. Right... by Anonymous Coward · · Score: 0

    But it's okay to use unlicensed proprietary software, right? I'm sure Microsoft won't mind; it's not like they have teams of lawyers ready to put you out of business.

  20. Re:How about GIMP? by jank1887 · · Score: 1

    depending on what you do, Paint.net is a decent low end alternative. I compare it to the slightly older versions of Paint Shop Pro, but they've supposedly added a lot of functionality in the last few versions, closing the Photoshop functionality gap a bit. It's native to windows, and having tested both GIMP and this, has a much less steep 'getting used to it' curve.

  21. Re:yawn by Hal_Porter · · Score: 1

    It should worry you that someone called Adolf Hitroll with First Post! actually makes a worrying amount of sense.

    This story reminds me of those horrid company newsletters that always headline with similar silver lining type stories about how the company's favoured technology is taking the world by storm, regardless of whether there is a bust, depression, global thermonuclear war or the return of The Old Ones to consume the world.

    "Company (NASDAQ:COMP) salesdrone Mr Smith reports that Lord Cthulhu's (NASDAQ: N/A) return has upside. Company RFIDs are being implanted in babbling mad civillians in a fallout shelter miles beneath ruined Washington DC. As other cities are consumed, upto 0.0003% of the population will survive in gibbering insanity for weeks before they starve or asphyxiate and will require an RFID for tracking. Company sales representatives have also been dispatched to visit R'lyeh to discuss possible synergies between the company's other product lines and Lord Cthulhu's takeover of this planet and possibly universe, but have not so far reported back. They did report in via email, but those emails have not so far been deciphered."

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
  22. Re:Do warn them by Bert64 · · Score: 1

    How many companies make software products? I'm willing to bet the vast majority don't...
    And even then, it's often permissible to link against OSS libraries without giving away the source of the program (you may have to distribute the library, which is open anyway).

    But speaking of risk assessment, i hope your risk assessment of proprietary software includes the risks of not having a second source, because there is very little proprietary software for which a second source vendor is available if the first one goes bankrupt. And as you've nodoubt seen on the news lately, even the biggest companies can easily go bust.

    --
    http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  23. Get rid of Exchange and SharePoint by IGnatius+T+Foobar · · Score: 1

    Exchange and SharePoint are huge money-suckers. There are plenty of open source alternatives, such as Citadel and Kolab and OpenGroupware. Give them a try and get that migration started.

    --
    Tired of FB/Google censorship? Visit UNCENSORED!
    1. Re:Get rid of Exchange and SharePoint by flyingfsck · · Score: 1

      ...but if you switch to Citadel on a single little server, what are you going to do with the dozens of redundant Exchange servers? Think of the hardware!

      --
      Excuse me, but please get off my Pennisetum Clandestinum, eh!
    2. Re:Get rid of Exchange and SharePoint by drinkypoo · · Score: 1

      Have you ever actually used OpenGroupware? Please don't recommend it.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    3. Re:Get rid of Exchange and SharePoint by IGnatius+T+Foobar · · Score: 1

      Have you ever actually used OpenGroupware? Please don't recommend it.

      I happen to be a Citadel developer. I only mention a few others in order to focus on the idea rather than a specific product. Of course I think you should be running Citadel. :)

      --
      Tired of FB/Google censorship? Visit UNCENSORED!
    4. Re:Get rid of Exchange and SharePoint by Tubal-Cain · · Score: 1

      Turn all the servers into a render far^W^Wcluster full of virtual servers (including the Citadel).

  24. First place I go... by CleverDan · · Score: 1
    ... to get an idea on what's available: Find Open Source Alternatives to commercial software.

    *Not affiliated, just like the resource.

  25. We're Doing It by aquatone282 · · Score: 1

    JSF, RichFaces, Hibernate, MySQL, developed on NetBeans and served by Apache TomCat on CentOS for a state government contract.

    We have to train ourselves, but that's half the fun.

    The other half will be when we pull the plug on one legacy Oracle database with a per CPU cycle license the state is paying an obscene amount of money for.

    --
    What?
  26. Another obligatory question by Anonymous Coward · · Score: 0

    > Would you replace Oracle with PostgreSQL if "all" you had in house were Oracle gurus?

    Can you afford to do that?

    Things change, change is inevitable and then... is it wise not to know something?

    Companies which have had the resources to do so and which have ordered someone to learn about open source apps won't be putting all eggs in the same basket. It's funny if you everyone on the same boat and the trip is uneventful.

    Not so funny when a storm approaches.

    Can any company really afford to adopt a single solution, be it onerous or inexpensive?

    Even if you like best one office suite, it's better to have both. Even moreso if one of them is free as in beer.

  27. pitiful by CarpetShark · · Score: 2, Interesting

    Planner wasted a day of my life last week. I put an entire project into it, and then found out it couldn't do leveling. It also couldn't export in MS Project or any other common format, so I had to start again in another project management tool. Eventually I just went with a table in a wordprocessor, and a collaboration webapp.

    1. Re:pitiful by Anonymous Coward · · Score: 0

      And it made you waste 30 minutes choosing a font, didn't it?

      Any business plan that cannot be done in ASCII art is middle manager salary padding.

    2. Re:pitiful by Daimaou · · Score: 1

      Personally, I use Scrum and a text document. I don't like apps like MS Project very much because I feel they do a poor job of realistically planning and tracking a complex project.

    3. Re:pitiful by MicklePickle · · Score: 1

      If you're now just using a spreadsheet, then why not use openoffice?

      --
      -- main(s){printf(s="main(s){printf(s=%c%s%c,34,s,34) ;}",34,s,34);} $p='$p=%c%s%
    4. Re:pitiful by jonaskoelker · · Score: 1

      Express task dependencies in graphviz format; write a scheduling algorithm in C, python, or gvpr and have it output a Gantt chart in pic format.

      Wait, you manager you not hacker? ;)

    5. Re:pitiful by ivucica · · Score: 1

      He never said he uses a spreadsheet (he uses a wordprocessor) and he never said he doesn't use OpenOffice :)

      Ah my dear Watson :)

  28. Tech support? What support? by mangu · · Score: 4, Insightful

    And there was no quick answer from a tech support email address when I would have trouble

    Obviously, you've never worked for a corporation using commercial software. Try emailing, for instance, Oracle's tech support. At one time, it took me *two months* to get the response I needed from Oracle. Or rather, a response that *didn't* solve my problem: "that feature has been deprecated since Oracle 8i". It took them two full months just to find that an obscure feature that was essential to my work wasn't supported anymore.

    Based on my 25+ years of experience of using software, both commercial and free, today I'd rather have Google and the source code than any paid tech support.

    1. Re:Tech support? What support? by IntentionalStance · · Score: 1
      At the University where I consult, we use uPortal which is an open source Java based framework for student portals.

      The product is excellent. I learned a lot about good OO design from studying the code base.

      The support from the community is superb. You need to know how to ask questions well. You need to show that you've done your homework and aren't simply being lazy. But, if you do this, you nearly always get a response and probably from the committer who built the area in question.

      We get vastly better support from the uPortal community than we do from many commercial products where we pay serious sums of money for support contracts.

      On another project I've been using the online learning product, Moodle. The support here is much more flaky and the code base is pretty dreadful. It's PHP and the original 'architects' appear not to have heard of MVC. Similarly, the support wiki is rather patchy.

      One of the secrets to deciding whether to use an open source product is the community that surrounds it. Try a pilot or proof of concept deployment and test the quality of the support you can get from the community. Make good support an absolute must.

  29. Payroll and Time Management. by Anonymous Coward · · Score: 0

    Often over looked in the geek crowd, but critical to any company and often a fairly large expense is how they handle their payroll and time management.

    In the past this market has been strictly held by the traditional proprietary software companies, but the open source alternative TimeTrex has broken into this market with a pretty big bang.

    Last I heard they were getting over 10,000 downloads a month, and I personally haven't found a single competitor worth mentioning.

  30. software appliances can further reduce costs by lirazsiri · · Score: 2, Interesting

    Despite being free on one level, if you look at opensource from a business perspective you realize they are looking at the costs slightly differently.

    If they are looking at all that is. To be considered by a business, the opensource alternative has to be noticed first, and that isn't trivial considering the vast majority of opensource projects don't exactly have a marketing budget.

    One way to lower the barrier to entry is to make an opensource solution really easy to try out, but sometimes even that isn't enough. Often an opensource alternative is noticed, but its not a perfect fit for what the business (thinks it) needs. The free part is less impressive when you have to consider customization costs, integration costs, long-term maintenance costs, etc. Most businesses don't want to have to notice their software, they just want something that works.

    Now for the plug. I'm one of the developers for TurnKey Linux, an opensource project that aims to develop high-quality software appliances that are easy to use, easy to deploy, and free. The project's motto is "everything that can be easy, should be easy!"

    We've been building a family of installable live CDs that are based on Ubuntu (Debian too soon!) and are each pre-integrated to serve specific usage scenarios (e.g., CMS, database, Wiki, web development frameworks).

    We only launched a few months ago, and we're still officially in beta, but thanks to the feedback from the community we've already made pretty good progress (up to 9 appliances now - we're covering the low hanging fruit first)

    Technical highlights:

    • auto-updated daily with latest security patches
    • MacOS X themed web management interface
    • easy to use configuration console (written from scratch in Python)
    • packaged as an installable Live CD that runs on real machines and VMs
    • minimal footprint - includes only minimum required components (about 150MB per appliance)
    • based on Ubuntu 8.04.1 Hardy LTS

    We're hoping this kind of last-mile integration effort will make opensource alternatives an easier "sell" and promote adoption.

    Check us out!

    http://www.turnkeylinux.org/

    1. Re:software appliances can further reduce costs by networkBoy · · Score: 1

      suggestion:
      NAS system
      something like the Linksys nas, but on steroids and not sucky. That allows adding drives on the fly via SATA, samba server and web UI.
      -nB

      --
      whois gawk date unzip strip find touch finger mount join nice man top fsck grep eject more yes exit umount sleep dump
    2. Re:software appliances can further reduce costs by lirazsiri · · Score: 1

      A NAS system is a great idea. Definitely something we would consider adding to our roster of appliances.

      I've added this to our blueprints on Launchpad.

      Thanks!

    3. Re:software appliances can further reduce costs by RealUlli · · Score: 1
      Take a look at OpenFiler. I tried it about 2 years ago, it worked fine for me.

      Cheers, Ulli

      --
      Simple things should be simple, complex things should be possible.
    4. Re:software appliances can further reduce costs by AlXtreme · · Score: 1

      Sounds similar to a project I started 6 years ago based on Knoppix, but you've thought it out on a much better level (single-use distro, target beginners). Good stuff.

      One point of advice (you probably considered this already): try to promote your project though the 'appliance' software communities. A project like drupal or joomla would give you a lot of exposure to new users, so simply ask if they would co-host their appliance via their site. This gives them another route for new users to try out their project (next to simply download-and-install and online-demo) so a win-win in my book.

      Just my 2c.

      --
      This sig is intentionally left blank
    5. Re:software appliances can further reduce costs by liraz · · Score: 1

      Thanks, thats good advice. We do put a fair deal of effort into spreading the word so this is something we've given some thought to.

      I'm aware of two significant appliance related communities - VMWare's virtual appliance marketplace and rPath's rbuilder community. We'll be promoting TurnKey appliances on the VMware marketplace as soon as we directly target VMware. Right now to minimize overhead while maximizing our coverage we only target Live CDs which can be installed into multiple VM types. Supporting any specific VM format is not very difficult technically but it adds some overhead so thats something we'll be getting to a bit later.

      Also, it seems the concept of a Live CD is something users are more familiar with than the concept of a software appliance.

      I don't think we can promote via rPath's community because that requires you to use rBuilder to assemble appliances and that will probably never happen.

      Are you aware of any other communities we should try and target?

  31. don't be a cheapskate by Anonymous Coward · · Score: 0

    It's a tool. Buy it yourself and take a personal tax deduction. I worked construction a lot, the various companies didn't provide ALL the tools, you needed a robust selection to bring to the job with you, not just show up empty handed. Why should using computer tools be any different, it is a well paid business. I worked logging before, you bought all your own chainsaws (you always went into the woods with several), the company provided a truck and skidder. Once I had a white collar job in sales, it was well paid if you produced (100% commissions). I didn't get a company vehicle, I provided my own, at my own expense and maintenance and gas and insurance, etc and took a mileage deduction on taxes, which worked out pretty good actually because I got a cheap but still in good shape used car for all my driving (around 200 miles per day). Drop the cash if that is the tool you really NEED to do your job. Now I don't know for a fact, but I would bet you being in a design job where you need dreamweaver you make enough money to afford a copy, and just get with your accountant or tax preparation software to see how to make it cost effective with your tax burden. Most likely it will be free/paid for within a year or two, and much quicker if you actually use that tool to be more productive.

  32. Really? It exists in Brazil. by Mark_in_Brazil · · Score: 1

    Would love to save $$$ with OSS, but the software I need (robust, full-featured POS system) is non-existent. Bummer.

    That's weird. Here in Brazil, most POS solutions (that's "Point of Sale," not "Piece of $#!+") are Windows-based, but I found a few Linux-based solutions, of which some were Free Software and some were proprietary. The best one, called Stoq, does everything I want, and it's real Free Software, so if I want to have it modified or customized, I can get the source code and adapt it myself or pay somebody to do it, or I can hire the company that makes Stoq to make the modifications for me. If they find the modifications interesting enough to add to the product in general, I might not even get charged for the alterations.

    One thing that's nice about Stoq is that as of the next version, which is due in January, I will have functionality that most of the proprietary solutions don't offer. It has to do with credit and debit card transactions. There are two ways to do that here. One is called, confusingly enough, POS (but to be fair, I should mention that Point of Sale is usually expressed in Portuguese - Ponto de Venda and is therefore usually abbreviated PdV or PDV). Under POS, the store owner has to rent separate machines for each major credit card brand (VISA and Mastercard are the two main brands, with a few others available). Under the other standard, TEF (from the abbreviation of "electronic funds transfer" in the Portuguese word order), the store has to have a single pinpad with a card reader, which is then used for transactions involving any kind of card.

    TEF can be done a couple of different ways. For retailers with ten or more points of sale, it's worthwhile to have "Dedicated TEF," with a server that provides the communication between the points of sale and, via a dedicated X.25 connection, the credit card providers. For smaller retailers, a dedicated TEF solution is not worth what it costs. Smaller retailers wanting to use TEF have, until recently, been restricted to "dial-up TEF," and further, because of the fact that the only company approved to supply TEF dialers is a Microsoft partner, there were no non-Windows TEF dialers, so smaller retailers were restricted to Windows-based solutions in order to be able to use TEF.

    It is ridiculous to have to use a dial-up solution in 2008, especially in places like Sao Paulo. TEF over IP exists, but there are still relatively few solutions in the market. Stoq will have TEF over IP available starting in January, just as free-as-in-beer AND free-as-in-speech as the rest of Stoq. The retailer will still need to pay the providers for the service, but the monthly cost to be able to provide transactions using all the card providers available in Brazil on a TEF over IP solution is less than the cost of renting a single card machine from a single card provider for a POS solution.

    Anyway, given that there are good Free Software POS solutions available in Brazil, I would imagine such things are also available in the USA. "Non-existent" is a pretty strong claim.

    --
    "It is nice to know that the computer understands the problem. But I would like to understand it too." --Eugene Wigner
  33. hidden costs by catdevnull · · Score: 1

    Here's the rub: pay for the proprietary software and get service, deployment, and customization with varying degrees of quality. Or get open source projects that require customization and put the burden on your IT staff to make it happen. Some of those are no-brainers but some of the more specialized enterprise stuff gets REALLY hairy. With deadlines, migrations, and trouble-shooting, the company might spend just as much money on over-time and lost productivity or, worse, the salaried IT staffers will suffer under the extra work-load. Hiring contractors, training, and all of those other things add up, too. These details make the business decisions more complicated when you're trying to justify the pain of migration with lowered costs.

    I know this will be a very unpopular comment here, but I think open source and GNU software are awesome but they're not always the right solution to every problem.

    --

    I might know what I'm talkin' about, but then again, this is Slashdot...
    1. Re:hidden costs by slim · · Score: 1

      Here's the rub: pay for the proprietary software and get service, deployment, and customization with varying degrees of quality. Or get open source projects that require customization and put the burden on your IT staff to make it happen.

      I'm confused as to why you think OSS necessarily requires customisation. I'm even more confused as to why you thing non-OSS software necessarily does not require customisation.

      Or, if you're saying that what you pay for proprietary software includes consultancy and support -- well, you must realise that you can buy that kind of thing for OSS. It may even cost less - but the real benefit is that you can shop around -- choose your application and your support package independently.

    2. Re:hidden costs by Tubal-Cain · · Score: 1

      I know this will be a very unpopular comment here, but I think open source and GNU software are awesome but they're not always the right solution to every problem.

      Actually that's the point of OSS: Use the right tool for the job. The OSS solutions make it easier to switch to a better tool if the current one isn't working for you.

    3. Re:hidden costs by mspohr · · Score: 2, Insightful
      "Here's the rub: pay for the proprietary software and get service, deployment, and customization with varying degrees of quality. Or get open source projects..."

      ... and get service, deployment, and customization with varying degrees of quality.

      There is still no substitute for doing your job. You still have to evaluate the software.

      --
      I don't read your sig. Why are you reading mine?
  34. Re:How about GIMP? by danieltdp · · Score: 5, Insightful

    Sorry for the bluntness, but... holy crap! not The Gimp Thread Again. It boils down to:

    1) Gimp is nice
    2) Gimp gets better with time
    3) Gimp's interface is horrible
    4) Gimp's interface gets better with time
    5) Gimp doesn't have CMYK support
    6) This is not important to a whole lotta people
    7) But it is a show stopper for some
    8) iterate until hell freezes over

    There, one less gimp thread!

    --
    -- dnl
  35. Smells fishy to me by HangingChad · · Score: 1

    We are supposedly an open source shop and productivity is severely hampered by the constant maintenance required.

    If that's the case then you've implemented OSS badly. We're 90% Linux here and the last significant downtime we recorded was when the remnants of Hurricane Ike blew through town and knocked out the power across the whole area. We use OSS solutions precisely because we don't have to jack with them all the time. The last place I worked that was constantly tweaking and fixing things was an all Microsoft shop.

    Over half the company just use their own personal laptops due to the hassle, which ironically, defeats the crippling obsession with security that the IT guys have.

    See, that sounds fishy to me. The only people still using Windows here are the sales reps. There's a Windows kiosk in accounting for a couple Windows-only apps they need and one in the flex area for anyone who might need a Windows client, but that goes largely unused. Other than that, no one is using their home laptops here. We use corporate Gmail which has some quirks but is generally quite reliable and no one has once complained about missing Outlook. Many were already using Gmail to manage their office email anyway. Lot of the staff use GoogleApps to collaborate on docs, we use Gliffy quite a bit and our Blackberry's.

    There are generally two areas that make transition challenging: Productivity and specialty apps like GoToMyPc, which doesn't support Linux. On the productivity side, linked spreadsheets and Access db's are what give you fits. The specialty apps are why we keep a Windows box in the flex area. But that hasn't hurt our productivity any. I'd put our application turn-around times against any Windows shop and we do it with less staff. We save a LOT of money in license costs. Very real savings that we put to very good use.

    Either your IT shop is phenomenally poorly run or that story's a big, fat fib.

    --
    That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
  36. IPAM tool by hornet136 · · Score: 1

    I'm working on an IPAM tool that might be useful to people. It's still got a bit of work to go but its better than a spreadsheet! Have a look at http://opennetadmin.com/

  37. Use FOSS where it makes sense... by ducomputergeek · · Score: 1

    When we started development of our software, we noticed that everyone else in our business were all depolyed on Windows. When we were doing research on our main competitor in this region, it was pretty clear why they were Windows based, all of the company's founders had worked for Microsoft or were certified MS techs.

    From the outset we were going to be using *iux based servers with PHP & PostgreSQL and JAVA for desktop apps. OpenBravo powers our ERP and POS systems.

    Originally I pushed for FreeBSD, but we went OpenSuSE for no other reason that it was the first distro to work out of the box with all drivers with our development machine. So when it came time to go live, our servers were running OpenSuSE on the web and application servers and FreeBSD to power the Database Server.

    Our Jr. Coders & Contract employees all currently use OpenSuSE based desktops with Eclipse, OpenOffice, and/or Google Docs for internal communications. Right now we're spending about $95 per developer in software costs. And that is for a single Windows box that people can remote into to test or use a rapid development CRUD program that is windows only.

    When were looking at our main competitor in the geographic region, we figured we could hire at least one, possibly two full time developers for what they spend on software licenses alone. (They use MSSQL and roll their own database servers in house.) Now they may have a bit more scalability built in. But our plans was to use PostgreSQL until it reaches the point where we need a true enterprise class database. Then we call Teradata and be done with it. But that is likely going to be a coupe years until we reach that point.

    --
    "The problem with socialism is eventually you run out of other people's money" - Thatcher.
  38. Not a question.. by cheros · · Score: 1

    Come on, with so many networkable games around this is not a question that will arise :-).

    However, it assumes you like the Citadel model. I'm not so happy with it, but that's personal taste - I am certainly impressed by its ability to interact with other Citadel servers.

    --
    Insert .sig here. Send no money now. Owner may sue, contents will settle. Batteries not included.
  39. Re:Availability by Phrogman · · Score: 1

    I would think another problem might be that if you opt for a commercial solution you have no guarantee that the company and its software will continue to exist in the future. With FOSS the author(s) might stop writing it and companies that support it might come and go, but you always have the option of hiring a developer to expand and improve it if you wish to do so. With commercial software your only choice is to continue to use a deteriorating product, or switch to something else.

    --
    "The first time I got drunk, I got married. The second time I bought a chimpanzee, after that I stayed sober" Arian Seid
  40. Sorry, nice try by cheros · · Score: 2, Interesting

    At this very moment in time there is nothing I can pull in from the Net which I can run for a while as Exchange replacement without a large amount of work on the client side - MS has built the barriers quite well.

    As long as there isn't a USABLE Exchange replacement we won't be able to lose it in the server room - management is addicted to Outlook (even though the 2007 version suffers the same productivity obliterating GUI) and its ability to share calendars. And AFAIK there is NO plug-n-play replacement out there.

    Next up: Outlook. Without an API compliant replacement that integrated what Outlook put together you've got no hope. Mobile phones sync to it (including the Jesus phone), calendaring is integrated and there is over the air sync available as well. And it sucks VERY badly on networking (which you find when you make the mistake to use it on EDGE or 3G) - but it works for management. End of story.

    I would LOVE to nuke the Exchange setup and move that last bastion to Ubuntu as well, but no chance..

    --
    Insert .sig here. Send no money now. Owner may sue, contents will settle. Batteries not included.
    1. Re:Sorry, nice try by Hobb3s · · Score: 1

      nail on the head.

    2. Re:Sorry, nice try by jimicus · · Score: 1

      Agreed 100%.

      The problem is that Exchange has put Microsoft in a very powerful position. I don't care what others say about products like Citadel, OpenGroupware, Zimbra or whatever, quite simply none of them integrate with Outlook anywhere near as well. (Yes, I've set them up in test environments). And while you can whine "But microsoft make that hard!!11", the executive who wants a shared calendar which appears on his smartphone and Outlook doesn't care about that. He cares about his calendar. And he didn't employ you to whine.

      As soon as it looks like some Exchange plugin is becoming mainstream, Microsoft integrate the same functionality into Exchange (see also: Blackberry, ActiveSync over the air). This is something they've shied away from in Windows lately, mainly for anti-trust reasons, but those antitrust cases never even looked at Exchange. If that functionality happens to be something that F/OSS can't do very well (push email to smartphones is a damn good example), so much the better.

    3. Re:Sorry, nice try by Isaac1357 · · Score: 1

      I agree that Exchange is one of the huge hurdles to giving MS the boot in many companies, and there isn't anything currently working that can fully replace it, but it is being worked on. Integration for Evolution (Gnome mail client) with Exchange/MAPI was supposed to ship with Fedora 10 but got delayed. Further out is a full Exchange replacement, but it is in the works by the same people (www.openchange.org).

    4. Re:Sorry, nice try by IGnatius+T+Foobar · · Score: 1

      For every person who says "We cannot replace Exchange because it has so and so feature and Outlook blah blah blah" there is another person who is kicking Exchange to the curb. Over at the Citadel project we've actively made the decision that an Exchange replacement does not necessarily have to be an Exchange clone. If you want the exact feature set of Exchange, then you should probably be running Exchange. We're having a lot of success with organizations who are smart enough to realize that Exchange's feature set sucks if you're not serving a building full of PHB's.

      Zimbra and Scalix are making the mistake of trying to face Exchange head-on in the "enterprise" market. They are doomed to fail. Citadel is focusing on creating a system that people love to use, and it's got a strong and growing following. (And if you've got a couple of the abovementioned PHB's who still insist on using Outlook, there's a plugin that connects Outlook to Citadel's mail, calendar, address book, etc. with very little effort.)

      Anyway, don't make the mistake of assuming that just because you are chained to Exchange that everyone else is too. Every organization is different, and if you change your vantage point a bit you will see a startlingly different picture.

      --
      Tired of FB/Google censorship? Visit UNCENSORED!
    5. Re:Sorry, nice try by Anonymous Coward · · Score: 0

      The middleground is to go for the pay version of Zimbra. Doing a cost comparison over a three year period for licences alone, we figured Zimbra would be approx 5/8's the cost of Exchange (licence vs CAL, not including extra software such as Outlook, AD etc or hardware costs)

      Migration is easy, Outlook integration is good, directory server integration is easy, customer support is excellent, mobile support is impressive and scalability and functionality is quite above Exchange.

      It's not a 100% plug and play drop in, granted, but it's damn close in my experience. Oh, and calendars work perfectly.

    6. Re:Sorry, nice try by Anonymous Coward · · Score: 0

      Zarafa (Zarafa.com) has converted me from exactly the same mindset you have.

      For free, it has full OWA functionality in it's webclient, and your get 100% Outlook support on the desktop for 30 euro per user per year.

      It's truly tremendous, easy to setup (even for multi-company hosted solutions), constantly improving, and 100% free for non-Outlook setups.

  41. Business Opportunity by rhinokitty · · Score: 1

    This is a good example of an itch that needs to be scratched (for a fee). If people are trying to get into Open Source to save money, and all they are lacking is support, crunch some numbers about how much typical businesses would save by eliminating the cost of their proprietary software. Charge that much for support and if you can stay in business:profit.

    It isn't conceptually difficult, it is just a matter of getting the right numbers to work out for your consultancy. If there was a one stop shop that was easy and could save a business money, many would make the switch.

  42. Specific open source tools that save money by Antique+Geekmeister · · Score: 1

    gcc as your compiler. The visual GUI's for various Microsoft compilers are pretty, but tend to produce crap code.

    GNU-make for building software. Again, the GUI's for software builders are pretty, but tend to reproduce problems solved in GNU make 10 years ago.

    CygWin for Windows SSH and X software. It costs some support, but is much lighterweight, more powerful, and more flexible than the commercial X servers.

    Bugzilla for ticketing. The idea in commercial systems of 'internal notes' that the bug submitter cannot see is anathema to good support, and the focus on pretty charts of garbage like Siebel is a waste of everyone's time. And the amazingly stupid proprietary clients for many commercial ticket systems, coupled with the Oracle databases, are huge moneysinks and support time abusers.

    Amanda for backup. There are plenty of expensive backup systems with lots of features, but most of them are unnecessary in the real world. Zmanda now provides commercial support.

    Xen for virtualization. The situations that Xen cannot handle instead of VMware are very few, and usually the result of someone doing something very foolish, and Xensource for commercial support is quite affordable.

    CFengine for network wide management. The tiime spent learning it is time spent otherwise adapting commercial tools to accomplish the same site specific sites.

    Apache for web servers. It's very powerful, very flexible, and actually follows the specifications as compared to IIS and many commercial web servers.

  43. Where I work... by CompMD · · Score: 1

    We were traditionally a windows company. However, the number of linux boxes is growing rapidly in engineering. I have a windows box, a linux box, and a dual-boot laptop. I can do most everything on my linux box, the windows box is mostly for using Outlook (we run Exchange) and having an environment common to the one engineers on windows machines have. The laptop is for small scale experiments. All in all its a great setup for me.

    1. Re:Where I work... by rantingkitten · · Score: 1

      If your Windows box is just for Outlook, Evolution handles Exchange pretty well these days. I use it on my Linux machine and it works fine. The only issue I've run into is sending calendar appointments -- I can receive them just fine and they go into the calendar, but I can't seem to send them to others. Probably an easy fix but since I don't care and don' tneed that feature I haven't bothered.

      Or, I hear Wine runs Outlook pretty damn well, and there is always the virtual machine option, which would also let you keep your Windows environment if you need to test against that. Just seems a waste of a piece of hardware to sit there running Windows and Outlook all day and nothing else.

      This has just become a pet peeve of mine in the past couple of weeks, so feel free to ignore my blithering and carry on...

      --
      mirrorshades radio -- darkwave, industrial, futurepop, ebm.
    2. Re:Where I work... by CompMD · · Score: 1

      Well, I should say "mostly Outlook." Evolution has issues with our AD implementation (thanks, Microsoft!) and we make extensive use of "Public Folders" in Exchange, and I have no idea if Evolution can handle those. But it does get actual engineering use from time to time when I need to replicate issues on other windows engineering workstations. Unfortunately, a VM isn't an option. I'm not a fan of watching the Core2 Duo in the windows box sitting idle most of the time, but its the best option given IT standardization and support needs.

  44. Let's not also forget... by gillbates · · Score: 1

    The cost of a bad decision is amortized over the life of the system. It is easier for a business to accept a low initial cost in exchange for paying a much greater total cost over the life of the product than it is for them to accept a large initial cost with much greater long term savings.

    This is why Windows is so successful. Consumers browsing Best Buy don't see the annual reinstall or inevitable virus-cleanup. They see a product which is easy to use from the outset, and can play their video and audio with minimal hassle. I've actually met people who would rather buy another PC when their machine slows down than deal with the inconvenience of rebuilding their Windows system, or installing and learning Linux.

    In business, a similar law applies: A decision which results in immediate savings earns the manager kudos, where one which results in immediate loss is discouraged. There are multiple reasons for this:

    1. A long term gain benefits the company, but not necessarily the manager who made the decision, who may have since moved on to other roles. A short term gain always benefits the manager who makes the decision, even if it leaves the company worse off in the long term. Managers are almost never rated over periods longer than one year. CEOs are rated quarterly.
    2. There are often limits to what a manager can spend per month/quarter/year, etc... Money unused in one period cannot be saved for use in a subsequent period, hence, a manager cannot make a decision more expensive than their periodic budget allows. So that high-initial-expense-long-term-payoff decision won't ever get approved if it breaks the budget.
    3. It is difficult to predict the future, and that system with long-term payoff may become obsolete before the company has realized the full saving potential. Consider how the Web has changed; now everyone wants "web 2.0" (whatever that means...) A long-term payoff solution may not ever realize the savings proposed.
    4. IT budgets are often structured more on an absolute cost basis than on a value-per-dollar basis.

    Open source has already become ubiquitous in companies still in the black. Now that the economy is in the toilet, those companies that have reduced their IT cost through using open source solutions are better able to compete with those that did not. You have two types of management culture:

    • The short term manager. The companies which embrace this culture have a large number of proprietary systems, and are hard at work trying to reduce their IT cost. In fact, in these companies, IT cost IS ALWAYS AN ISSUE. Instead of concentrating on making their product/sales, the employees spend a considerable amount of time and effort overcoming the poor IT environment.
    • The long term manager. The companies which embrace this culture are now hard at work taking market share away from the aforementioned type of companies. They're looking to buy the least expensive IT assets, because they're going to need them. They're more concerned about the value per dollar of their IT assets than absolute value of IT spending. The employees at this type of company don't even notice IT; they're too busy making a product or selling it to notice.

    Open source is for companies that want to be successful, regardless of market conditions. It does take a considerably greater up front investment, but results in the company working better as a whole. Companies which track the cost of every bean probably won't benefit from open source because of the difficulty in quantifying the savings; they'll never adopt it in the first place. But ultimately, success in business is not about accounting methods, but revenue generation and cost elimination. Consequently, one of the best indicators of a good employer is their use of open source... if they don't use it, it could be indicative that their management is incapable of sound long term decisions.

    --
    The society for a thought-free internet welcomes you.
  45. GLPI Helpdesk by mikey1134 · · Score: 1

    If your company requires helpdesk/ticket tracking software, I would recommend a French project called GLPI. It's basically just a php-based site that runs on any linux/apache/mysql server.

    --
    <gir voice> I love this sig... </gir voice>
  46. Get a bonus by Shotgun · · Score: 1

    Switch your company to GNUCash. Of course, you will need to know something about bookkeeping and accounting to hide your bonus in there like the C*Oes do.

    (What? You didn't think you'd get anything more than a Jelly-of-the-Month club subscription for saving the company millions, did you?)

    --
    Aah, change is good. -- Rafiki
    Yeah, but it ain't easy. -- Simba
  47. Re:yawn by reddburn · · Score: 1

    More worrying, to me, is that the post, which makes sense, is modded "Offtopic," and furthermore, that this was predictable.

    --
    "Those who believe in telekinetics, raise my hand" - Kurt Vonnegut, Jr.
  48. Alfresco Is Not OpenSource by Ryyuajnin · · Score: 1

    Alfresco is not open source. it is not registered with OpenSource.org. it does not comply with the classifications of being open source (http://www.opensource.org/docs/definition.php). And I really hate to see people misled into thinking that Alfresco is open source.

    if you're talking about the community edition, yeah, its open source for the most part. The bad part is that the community edition has no guarantee, nor solid history of being stable.

    If you're talking Enterprise level, which is a totally different code base, the source is held captive by a $15K ransom.

    Alfresco should not be considered open source, and should not be referenced as such. If they want talk the OSS talk, then Alfresco needs to start walking the OSS walk.

    1. Re:Alfresco Is Not OpenSource by Anonymous Coward · · Score: 0

      SugarCRM is not open source either.

      Too bad Slashdot helps spread misinformation. Badgeware != FOSS.

    2. Re:Alfresco Is Not OpenSource by crowne · · Score: 0
      There is a large difference btw Free Software and Open Source ... that Stallman chap has been ranting on about the differences for ages.
      We use both at work, we pay for some of the nicest open source software that we use, namely jira and confluence from Atlassian. We pay the enterprise licence, and they give us access to a copy of the code. We also use CEntOS, mostly in the dev environments and RHEL in prod.
      Databases in order of adoption:
      • Sybase ASE
      • Postgres, on a crappy server to get performance that Sybase couldn't deliver
      • Oracle because the new financials solution must run on it, probably cant run on others without a lot of work
      • mySQL, coz someone wanted to try XPanner

      Desktop stuff that I use:

      • Eclipse
      • PuTTY
      • Zip Genius
      • Firefox
      • winSCP

      Other:

      • JBoss
      • Tons of java frameworks, seam, struts, ant, maven, poi, gwt, icefaces, quickfixj, apache/jakarta various, quartz ...
      • Nexus
      • XWiki
      --
      RTFM is not a radio station.
  49. OpenProj by Anonymous Coward · · Score: 1, Informative

    I use OpenProj http://openproj.org/openproj

  50. Stuff that works and stuff that drives us nuts by spaceyhackerlady · · Score: 1

    I'm typing this on a Linux box. It works just fine. It's a powerful development platform and I've developed all sorts of cool stuff on it.

    We make extensive use of Apache, MySQL, and related goodies. One of my recent applications was my first foray in to Django. It too works just fine.

    Now we're looking at VoIP, based on Asterisk. I downloaded the current source tarball, built it, am using the O"Reilly Asterisk book to figure out how it works. It works. I just phoned a test extension and left voicemail. Great. What is not great is trying to get any hardware to use with it. Nobody in town has VoIP anything, except for Vonage boxes (ugh). I ordered a SIP phone to play with from some clowns on the internet who never bothered telling me that it was back-ordered/discontinued (they seem unable to decide themselves) until I phoned them today (2 weeks later) wondering where the hell my phone was.

    This is starting to raise a flag. The software is fine, but if we can't get hardware to play with it, what's the point?

    ...laura

    1. Re:Stuff that works and stuff that drives us nuts by TooMuchToDo · · Score: 1

      You'll love Asterisk. I did a favor for a good friend building out a call center driven by Asterisk. Thousands of concurrent calls across the world, call logging, recording, etc. And all for about an eighth to a tenth of what it would've cost to go with a standard PBX system.

    2. Re:Stuff that works and stuff that drives us nuts by rantingkitten · · Score: 1

      My (VoIP provider) company used to ship our customers' phones from voipsupply.com; they seem fairly reliable. I will tell you that in my experience of doing this for nearly three years, asterisk is the easy part -- the phones and all their obnoxious little quirks from various vendors are the real pain in the ass. That, and NAT traversal, which shouldn't even be a problem these days, but it is. :/

      In the meantime while you wait for hardware, try softphones. They're not always as good but they get the job done. On Windows, Xlite is free and works fairly well. In Linux, Ekiga is nice, as is kphone though not as user-friendly. These things work fine with nothing but a mic and speakers (which is what my sister uses -- just talks to her laptop), but a cheap little headset is obviously better.

      --
      mirrorshades radio -- darkwave, industrial, futurepop, ebm.
    3. Re:Stuff that works and stuff that drives us nuts by spaceyhackerlady · · Score: 1

      I'm using Xlite and it works fine. But I want a phone, dammit!

      :-)

      ...laura

  51. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  52. AhmadTX by Anonymous Coward · · Score: 0

    I have created a spreadsheet (on Google Docs) with a list of categories and started to share it with friends. If you like, post your gmail address (highly recommend you do it in this format emailID[at]gmail.com to avoid spam), and I'll be more than happy to give you read-only access.

  53. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  54. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  55. Re:How about GIMP? by R2.0 · · Score: 1

    1) Gimp is nice
    2) Gimp gets better with time
    3) Gimp's interface is horrible
    4) Gimp's interface gets better with time
    5) Gimp doesn't have CMYK support
    6) This is not important to a whole lotta people
    7) But it is a show stopper for some
    8) iterate until hell freezes over

    You forgot:
    9) Gimp has a stupid name
    10) Tough shit, that's the name the developers picked.

    --
    "As God is my witness, I thought turkeys could fly." A. Carlson
  56. Re:yawn by Ex-MislTech · · Score: 1

    Companies could save a lot with programs like Scalix.

    It will replace Exchange Server, and that is one of the
    last bastions of MS cash flow.

    If Scalix can surpass Exchange then the MS will take a big hit.

    http://en.wikipedia.org/wiki/Scalix

    Scalix may not kill the MS empire, but that will be a decent chunk.

    --
    google "32 trillion offshore needs IRS attention"
  57. In other related headlines: by g0at · · Score: 1

    Thirsty Man Turns To Water.

    Naked People Turn To Clothes.

    etc.

  58. Re:We're doing (half of) it by zrq · · Score: 1

    JSF, RichFaces, Hibernate, MySQL, developed on NetBeans and served by Apache TomCat on CentOS for a state government contract.
    We have to train ourselves, but that's half the fun.

    Ok, you got the first half of the process ... using open source tools and libraries to build new applications and services. Sounds like an interesting project to work on, lots of interesting links to the things you are using.
    The next step is to make your code open source so the rest of us can learn from your experience and use your code to build even bigger and better systems ;-)

  59. Pentaho code rots my brain by Anonymous Coward · · Score: 0

    Pentaho's code is funny. Check the 158 undocumented classes all called "Messages". http://javadoc.pentaho.com/kettle/index.html Or references in the code to previous clients. And the sheer amount of constructor of some classes (most of them of type String). Or classes (lots) with 6,000 lines (check TransMeta.java). My brain rots with the stupid amount of code they use to do some things. And remove System.outs already wtf!

    However, it works.

  60. $250,000 in an Small buisness by cenc · · Score: 2, Interesting

    I save easy $250,000 US a year being an all open source shop, and would likely not even be in buisness without open source software in a small company of less than 10 employees that is not primarily IT related but uses a lot of software to reduce cost.

    For those that complain that they did better under Microsoft, chances are has no idea what their IT staff was doing when they ran MS.

    1. Re:$250,000 in an Small buisness by Tubal-Cain · · Score: 1

      Small business. That should be our target. When they are first starting to come together, they have not yet enslaved themselves to a closed-source solution, they have little money with which to buy licenses, and they can ill afford to be caught pirating. Also, it's still small enough that you can advise the President/CEO/Founder directly. No incompetent middleman.

    2. Re:$250,000 in an Small buisness by cenc · · Score: 1

      It is not even so much the bosses that you need to catch, it is the employees. Most of our employees are young with very little computer background. To them one software was as good as the next. Once employees are in the closed source software rut, it is hard to retrain them. Once started on open source they become use to it, and I find them unable to work when faced with things like MS office and such. Add in lots of web apps, and it is all the same to them.

      The limits of your ability to introduce software apps, are the limits of your employees flexibility to learn knew things.

  61. Project Management by Anonymous Coward · · Score: 0

    dotProject ... and web2project are 2 possibilities. There are others. Freshmeat.net is your friend.

  62. Why proprietary software is dangerous for business by jonasj · · Score: 1

    If I were starting a business tomorrow, I can't think of a single piece of commercial software I'd standardise on.

    Partly because I'm stingy when it comes to software. Partly because I don't want license management to become a headache as the business grows.

    /.'s very own Roblimo gives another very good reason in this article: Why proprietary software is dangerous for business-critical applications

    --
    You know, Microsoft's street address also says a lot about their mentality.
  63. I got suggestions by TheZorch · · Score: 1

    Using GIMP in place of Photoshop to cut costs is one thing. Also, a good alternative to JAWS is needed for Blind users. The screen reading software is $900, the company Freedom Scientific is charging such a high price because they know people will go to their state's Rehabilitation department for help getting the software. Because they have a monopoly on such products they can do as they please, but the OSS community could change all that.

    --
    Michael "TheZorch" Haney
    thezorch@gmail.com
    http://thezorch.googlepages.com/home
  64. for custom web apps, SmartGWT by ckendrick · · Score: 1

    Even in a recession some companies build custom in-house applications for legitimate reasons(eg drug development pipelines at life sciences companies, which I'm currently working on).

    For custom web apps, especially apps that need to provide desktop-like functionality in a browser, you should consider SmartGWT.

    Google Code project:

              http://code.google.com/p/smartgwt/

    SmartGWT is:

    1) LGPL, so free for use inside closed-source, commercial applications

    2) Ajax-based, so you're not buying into a proprietary platform like Silverlight or Flex

    3) based on Google Web Toolkit, so you write your applications in Java in a model similar to Java Swing. You can use your existing skills and existing people instead of trying to hire Flex or Ajax experts, who are hard to find even in this recession

    4) really suited to enterprise apps, eg, it's not just pretty widgets that leave all the data handling up to you. The concept of CRUD operations on data is deeply built into it the framework, so master-detail, many-to-many assignment, and similar recurring interactions from enterprise applications are really easy:

              http://www.jroller.com/sjivan/entry/smartgwt_1_0_released

    5) commercially supported (by Isomorphic Software) if you need a throat to choke, or want the enterprise version some day (additional tools, pre-built Hibernate integration, etc)

    Demos:

              http://www.smartclient.com/smartgwt/showcase/

  65. Re:How about GIMP? by danieltdp · · Score: 1

    You are right. This part always get into The Gimp Thread too!

    --
    -- dnl
  66. Alchemy by Dollyknot · · Score: 1
    Before we had chemistry we had alchemy, where lone researchers tried to make an elixir or turn base metal into gold. Basically they all had to reinvent the wheel in terms of doing chemistry, because they kept their research secret out of selfishness. Then because of men like Francis Bacon, researchers started to publish their results, this lead Isaac Newton to announce "If I have seen farther than others it is because I have stood on the shoulders of giants".

    By keeping source code a secret, companies like Microsoft, hold back computer science, if when windows95 was put on the market the source code had been published as well, thousands and thousands of coders from all over the world would have been able to work on it, adding features and removing bugs. People will wave their hands about and cry how will these coders get paid? Simple - they could have been paid in just the same way as any other public servant or military personnel or teacher is paid.

    The more that companies support and use open source, the more everybody benefits. Why do you think Google have made Android open source? It is so every one can benefit. Making the source code for an operating system closed source, is a narrow minded and antisocial form of selfishness.

    --
    It's called an elephant's trunk whereas it is in fact, an elephant's nose, a nose by any other name would smell as sweet
  67. We're not chained by perspective.. by cheros · · Score: 1

    Grin, I have had an active Zimbra machine for well over a year, and I'm just moving all the data over to a commercial Zimbra provider because it's both cheaper and safer (the lot I work with operates under both data protection and bank secrecy in a country where these terms still mean something). And I have had that box run Citadel for a while as well to test. And I've used OpenExchange for over 2 years..

    The problem I have is the golf course effect. You have a couple of high level people who take design decisions that they should not take, but you are powerless to argue. When your new setup non-Exchange is being tuned, every hiccup is a disaster and proof that the "old system was better" and people are tasked to deploy Exchange. The fact that a mobile Exchange - Outlook link sucks seven road to Paris, that the server needs a lot of work and that the whole assembly costs bags more money is ignored.

    Microsoft KNOWS decisions are not made on technical merit but on perception, why do you think they blow so much money on marketing? Vista shows you must really screw up badly before you break that approach.

    Besides, if decisions were really made on the basis of technical merit I am very uncertain we would be running Windows at all..

    --
    Insert .sig here. Send no money now. Owner may sue, contents will settle. Batteries not included.
  68. WebGUI by Anonymous Coward · · Score: 0

    WebGUI is a great open source CMS. On par with MS SharePoint or Oracle Portals, and it's free. http://www.webgui.org

  69. POSTPATH (except...Cisco swallowed it) by dloflin · · Score: 1

    PostPath (http://www.postpath.com/) is supposed to be a drop-in replacement for Exchange - e.g no MAPI connector needed, they reverse-engineered the Exchange protocol.

    However, Cisco bought them recently, and unlike most Cisco acquisitions (which continue on nearly unchanged, e.g Linksys), PostPath seems to have been swallowed up. I hear their intent is to turn PostPath into an email-as-a-service product. Thus, not available as an in-house server any longer. Sigh.

    Cisco - make PostPath available for in-house (non-SAAS/cloud) servers again!

  70. Open Source PoS System - Re:Would love to... by insomniak1 · · Score: 1

    Would love to save $$$ with OSS, but the software I need (robust, full-featured POS system) is non-existent. Bummer.

    I was looking into this in the past and I came across OpenBravo (http://www.openbravo.com). They have two main components: ERP and a POS. They appear to have been designed to integrate.

    I've never personally deployed this, but they offer the standard "commercial support for OSS product" model.

    From my own light exploration, they appear to be pretty flexible applications. Might be helpful to your business especially if you are looking for front-end/back-end integration between internal business logistics/inventory and the front-line PoS systems.

    There are a few caveats, as with any system, but maybe they're worth a look if you're seriously interested. Actually, I'd like to hear how you make out with that as I've been looking into its application elsewhere.

    As for almost any kind of implementation, OSS or otherwise, it's important to make sure you've got your business requirements down. Then find a solution that works for your business needs - not the other way around. (But I'm sure everyone here already knows that and doesn't fall for the old 'gadget/feature' trap.... Right? ;) )

    Anyhow, I'm rambling now. Let me wrap up:

    * OpenBravo's one option, I'm sure there are more.

    * It will be rare that an OSS or commercial product will be perfect 'out of the box'. You may need devel work done, but YMMV.

    * If you don't want to do/commission any devel to meet your needs, you will likely be disappointed by the OSS world. Most OSS projects I've used are best-effort unless they're commercially backed. It wouldn't be fair to you or the projects to bring unrealistic expectations to the eval table.

    * Even though I'm not a devel, I don't think OSS simply exists for others to party w/o sharing some of the cake. If it works, feel free to contribute in some manner. (ie. paid support, code, donations, feedback (not whining), even 'championship'/promotion.)

    My company tends to stick with paid support and we will do testimonials where appropriate. I tend to do advocacy (championing/promotion) by recommending what I believe the best tool is for the job, OSS or otherwise. That way people know what to expect and what its limitations are and what recourse they have to get assistance.

    * Despite what I've heard about people's understanding of OSS, I don't think the OSS community planned OSS to be "free" as in "free ride." (Not to imply that that this is what you're looking for.)

    * OSS is not a magic bullet for saving money. Every solution has a cost and that cost is sometimes not quantifiable in dollars and cents.

    * Lastly, I'm not associated w/ OpenBravo or any other OSS/commercial product. Just my 2,3 and 4 bits.

    Good luck on your search!