Slashdot Mirror


User: Walles

Walles's activity in the archive.

Stories
0
Comments
183
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 183

  1. Re:Shaking my head on EU Report Advocates Pooling Open Source Software · · Score: 1
    [The EU] have a fairly good record of not blowing too much money on things which the tax payers have to foot

    Yeah, except for that 50% of the EU's budget goes to 2% of the EU population (the farmers).

    Thus we get the great benefits of investing tax money in raising food prices for our citizens, while at the same time preventing third world countries (and others) from selling us (cheaper due to lower labour costs) their crops.

  2. A way to get at spammers? on UK Parliament to ban DoS Attacks · · Score: 1

    Could this law be used to sue spammers? If a spammer uses your mail server to send out a ton of mail (thereby degrading its performance while the e-mail is being sent out), will that be considered a DoS attack under this bill?

  3. Why re-invent Debian? on Linux Vendors to Standardize on Single Distribution · · Score: 1
    Leverage Conectiva's Apt focus, build a Debian-like "universal" repository

    Why go through the trouble of doing this when Debian has already done it? If this is the way to go, why not just build on Debian? This sounds a lot like re-inventing the wheel to me.

  4. Re:I have an idea... on MS Exec Testifies In Favor of OS Manipulation · · Score: 1
    So, what you are asking is whether Linux installers have improved in any way over the last five years (or when was it that Redhat 5.0 was released)? Well, they have. Big surprize...

    Among those distros I have attempted to install (an ancient Slackware, RH52-71, Mandrake 6 and 7, Debian Potato, SuSe 7.0(?)), Mandrake have had the best installer, but as these things change all the time, that may or may not be true today.

    And even though the Debian installer may not be the best in the world (it lacks automatic hardware detection); once I managed to get Testing onto my computer I've never looked back.

    //Johan

  5. Vote? How? on OpenOffice 641d Released, Next Stop: 1.0 · · Score: 1
    ...we would like you to download it, test it, and finally vote on the feature set.

    Considering their current ambivalence towards Bugzilla's voting feature, how exactly is this voting supposed to be done?

    I can't say I've read very much about 641D though, so it may be obvious...

    Cheers //Johan

  6. WinCVS no good on Tips on Managing Concurrent Development? · · Score: 1
    In my personal opinion, WinCVS is far more complicated to use than the ordinary command line client. It *looks* nice, but that's about it.

    If you want a graphical shell for CVS under Windows, I have heard good things about TortoiseCVS. I have no personal experience with TortoiseCVS however, so whether it is actually better I really cannot say.

    Best thing is of course if you try 'em both out and see for yourself.

  7. Alternative to re-installing on AOL To Finally Switch To Mozilla? · · Score: 2, Interesting
    There is a good reason that "Reinstall Windows" is in the 90th percentile of all support responses. It's a simple answer, and by having nobody who can actually repair a broken windows machine, it's the best answer.

    Something I've been pondering (a little) is that since Linux boxes are fixable (regardless of distro), why couldn't this fixing be automated? Have a program that diagnoses the problem by trying to dial out, run traceroute, start X, and / or whatever, then when an error is encountered "check" (for some definition of checking) relevant config files or whatnot for errors, maybe asking the user some questions in the process.

    Granted, this would be a task in full parity with making something like Linuxconf or XST, but if somebody did, imagine what it would do to the support costs!

  8. Do you audit your copy of the source code as well? on OpenSSH Local Root Hole · · Score: 1
    Unless you audit the version of the source code you have just downloaded, how is this better than installing binaries?

    Surely, what the source says must be a lot more important than who compiled it?

    //Johan

  9. Somebody has to say it on Anti-Viral Software Recommendations? · · Score: 1, Offtopic
    If your current operating system vendor is unable to provide you with a hassle-free environment, maybe your company should be looking elsewhere for those services? Of course, switching operating system is not something you do in a jiffy, but considering the problems you seem to be having, have you at least evaluated the alternatives? What was the result?

    Cheers //Johan

  10. Re:Nope. on Making Linux Look Harder Than It Is · · Score: 1
    One thing speaking against this is that people tend to upgrade from older versions of software to newer, even though the newer version is not the same as the older version. It could be that the threshold of ditching MS Office for OpenOffice is not that much higher than dumping MS Office for MS Office (aka "upgrading"). Especially considering the difference in price-tag.

    Cheers //Johan

  11. LBX = Low Bandwidth X (possibly off topic) on DirectFB: A New Linux Graphics Standard? · · Score: 4, Informative
    The only thing about X is it's chattyness on a network.

    There's a standard X extension (?) called LBX that comes with XFree86 and others. Check out the LBX Mini-HOWTO if you are interested.

    Cheers //Johan

  12. Since when is second best the "market leader"? on Nimda To Strike Again · · Score: 1
    Microsoft's position as market leader makes them a prime target

    If they are the market leader, how come there are more than twice as many Apache servers as there are IIS servers out there?

    Cheers //Johan

  13. Your system is using 16Mb for disk cache on Mandrake 8.1 Released · · Score: 1
    total used free shared buffers cached
    Mem: 62240 60456 1784 1056 1124 15232

    You may think you are short on memory, but your Linux kernel thinks it can afford to use 15232 + 1124 kb = 16Mb for disk cache. I haven't seen your system, so it may very well be swapping like crazy (especially considering the bad rap the 2.4 VM system has been getting), but in the best of all worlds these numbers could mean that your Penguin has in its infinite wisdom thrown out 27Mb memory that isn't used much to improve disk performance (through caching).

    Cheers //Johan

  14. In theory... on Switching Painlessly from IIS to Apache? · · Score: 3, Informative
    ... you could be able to use ASP2PHP while staying in a familiar (Windows/IIS) environment as long as possible:
    • Install PHP on your IIS server.
    • Convert your ASP to PHP using ASP2PHP and get it running on Windows/IIS/PHP.
    • Install Apache with PHP on the Windows box. Get your site running on Windows/Apache/PHP.
    • Install a new box with some securish Unix lookalike or other and move the site over.
    As I have never attempted anything like this it may or may not work for you. However as ASP2PHP is GPL:ed, at least downloading it and giving it a try should be quite doable. If you have any native Windows code (aka "vendor lock in"), you'll probably have to re-write it though.

    Whose idea was it to put Windows servers on the 'net in the first place, anyway?

    Cheers //Johan

  15. The .asp stuff can be migrated with ASP2PHP on Gartner Group Suggests Dumping IIS For Now · · Score: 1
    ASP2PHP will convert the ASP code into PHP for you. Haven't used it myself so I don't know how well it works, but it's GPL so you can just download it yourself and try it out if you're interested. I agree that ActiveX stuff (aka "vendor lock in") is still a problem though, but ASP2PHP may be a good first step.

    Cheers //Johan

  16. Migration tool: ASP2PHP on Gartner Group Suggests Dumping IIS For Now · · Score: 2, Interesting
    I haven't seen any posts about it, but I think that ASP2PHP deserves some attention. A migration could (theoretically) be done like this:
    • Download and install PHP for IIS on Windows.
    • Convert your ASP pages to PHP (using ASP2PHP).
    • Get it running on IIS.
    • Replace IIS with Apache (still on Windows).
    • Replace Windows with some secure Unix lookalike or other.
    I haven't used ASP2PHP myself so I can't say whether it works or not. It's GPL though, so try it out if you're interested.

    Cheers //Johan

  17. Here's how on Is the Unix Community Worried About Worms? · · Score: 1
    I like to be notified about updates, but I want to install them myself. To achieve this I've put the following script in /etc/cron.daily:

    #!/bin/sh

    # Keep the apt cache current
    apt-get update > /dev/null

    # Update the dselect cache from the apt cache
    TEMPFILE=`mktemp /tmp/apt-update.XXXXXX`
    apt-cache dumpavail > $TEMPFILE
    dpkg --update-avail $TEMPFILE
    rm $TEMPFILE

    # Remind admin to keep the system current
    apt-get dist-upgrade -u --trivial-only

    The possible downside of this script is that you'll get notified whether there are any updates available or not. I think that's good (I like getting informed about that the script is still working), but others may not like this.

    Cheers //Johan

  18. Your country can listen to whatever they want... on ClearChannel Plays It Safe · · Score: 2
    ... just not from Clearchannel. They haven't "decided that the country (USA) shouldn't be listening" to anything, they have opted not to play it to their listeners.

    You do have more than one radio station, haven't you? If lots of people think Clearchannel are behaving like idiots, rest assured that they will change this decision fast.

    Cheers //Johan

  19. No accountability? on EU IDA Study On OSS · · Score: 1
    • Lack of accountability
    • No guarantee that development will happen

    The other points I can agree with, but how are these points any different from closed source software? For point one, if you haven't already, pick any proprietary software license agreement, read it and weep. For point two, what kind of guarantees do you have with proprietary software? With Free software, you at least have the option of continuing a project yourself if it stalls. Granted, everybody can't do that, but with a discontinued closed source product you are fucked.

    Cheers //Johan

  20. Did you try LyX? Did it work? on Migration from PDF, MS Word and Frontpage? · · Score: 2
    I love LATeX and TeX, but trying to introduce it in a Microsoft oriented place is asking for disaster. You will just exchange unusable word document with unusable LATeX documents. At least the Word Documents don't have syntax errors.

    Did you try getting people to use LyX? Why (not)? Did it work? Why (not)?

    Cheers //Johan

  21. Freshmeat can send you a mail on new releases on 2.4.9 Kernel Released · · Score: 2, Informative
    Freshmeat lets you subscribe to notification of new releases of the Linux kernel. They send you a mail each time a new version is released.

    Shameless plug: Or you could subscribe to some of my projects :-).

    Cheers //Johan

  22. How do you get the Helium down to earth? on Return of the Zeppelins · · Score: 1
    Of course the interesting point is the supposedly hugh amounts of helium on the Moon, any excuse for a trip I guess!

    In that case, how would you get the Helium from the moon (where it is now) down to Earth (where it's needed)? Since it's lighter than air, it's not like you could just fly it down in a Zeppelin or something.

    Cheers //Johan

  23. Re:Open Source Databases on Open Source Database Underdogs · · Score: 1
    If you're doing large scale distributed payroll using SAP, then I suggest you go with a big name...

    Yeah, like the GPL:ed SAP DB for example.

    //Johan

  24. Netbeans is the open source version of Forte on Best "Visual Studio" Alternative On Linux · · Score: 2, Informative
    Netbeans is the (SPL) foundation of Forte.

    Their FAQ has the following to say about the relationship between Forte and Netbeans:

    The Forte for Java product line is based on NetBeans. Forte for Java Community Edition is a productized version of NetBeans and will continue to be free. The relationship between NetBeans and Forte for Java Community Edition is similar to that between Linux and companies such as Red Hat, Caldera, SuSE, Debian, etc. - a productized version of an open source project.

    Cheers //Johan

  25. Examples? on Netscape 6.1 · · Score: 1
    Could you give some examples of URLs that don't render well (or at all) with Mozilla? As I'm not having any problems with Mozilla myself I'm kind of curious.

    Cheers //Johan