Slashdot Mirror


User: bicatu

bicatu's activity in the archive.

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

Comments · 15

  1. Need bittorrent users ! on Fedora Core Release 3 Released · · Score: 1

    Hi, I am trying to download but it seems that most users download and simply stop sharing...

    Please stay online :)

  2. Re:Time for standard kernels in these releases on Fedora Core Release 3 Released · · Score: 1

    I would agree with you except for the fact that when you need a feature that does not come with stock kernel or even distro-kernel you are mostly out of luck.

    The number of patches those distros apply make almost impossible to incorporate extra pacthes.

  3. Re:Fedora moves too fast on Fedora Core Release 3 Released · · Score: 1

    The problem is that security upgrades seem to be slower or non-existant for the "legacy" distros.

    Imagine having to upgrade 100+ clients every year !

  4. Software RAID is probably ok for you on Experiences w/ Software RAID 5 Under Linux? · · Score: 5, Insightful

    Hi,

    The scenario you've mentioned is probably OK to use a software RAID. I use it in a production enviroment without problem with a higher stress that your setup will probably have.

    I'd suggest you to consider the following items :
    a) cooling system - those HD can generate a lot of heat. Buy a full tower case and add those HD coolers to make sure your HDs stay cool

    b) Buy the HDs from different brands and stores - RAID5 (either hardware or software) can recover from one drive. If you buy all from the same brand/store chances are that you end up with 2+ drives with the same defective hardware

    c) cpu - if you are going to use this number of drives the processor will be a majo bottleneck. Do not forget that RAID5 XOR your data to calculate the parity.

    d) partition scheme - use smaller partitions and group them together using LVM. This you help you to recover from a smaller problem without taking a lot of time to reebuild the array

  5. Re:Too much is better than too little on Ph.Ds in IT - Good or Bad for a Career? · · Score: 1

    Indeed, at least it shows that the person with the PHd has enough patience and interest in a subject to cope with a 4-year-study.

    Usually you have to get away from the everyday technology to end up with a frontier knowleadge which probably won't be usefull for regular companies.

  6. Different approach on Linux LVM - Is It Ready for Prime Time? · · Score: 1

    Hi,

    I was wondering if we could switch the approach slightly.

    All underlying fs seems good on paper and all seem to have strong/weak points depending on the view/desired usage.

    Since there's no solution that fits it all (speed, reliability, price etc) under all possibile scenarios lets try to focus in a particular one.

    I have a server for which I can have small downtime If I need to replace a defective drive, but can not tolerate to loose data or extensive fsck if for some reason it locks up.

    So, since hard disks die from time to time, and hard disk space usage tends to increase which is the "best" solution (considering only linux and not high-end solutions) ?

    Use a RAID controller and disks (either SCSI or IDE) to have the "high-availability" and LVM to have the dynamic increase ?

    If so which configuration would you recommend for a 100 Gb solution ?

    I am assuming a software RAID0 for the OS (/boot or the entire OS) using ext3 or reiser for the partitions.
    RAID5 hardware and LVM for the SCSI or IDE (not both)

  7. Re:Any word on how the new AOL deal impacts Mozill on Mozilla 1.4 RC1 · · Score: 1

    I don't trust 100% in that. If you see the number of outside programmers you will see that mozilla still depends of a "corporate" funding.

    I think that if aol stops, perhaps IBM or another vendor would "take over".

    my .2 cents anyway.

  8. Non-sense on The Future of Digital Video? · · Score: 1

    Hi, perhaps in a wonderland with gigabit fiber connections directly to your home this will happen.

    But how about the other 99.99% of the population/world ?

    From my point of view the bandwidth and compression are not evolving as fast as ours demands.

    If you plan to retire your DVD with VOD how about when blue-laser HD-DVD becomes mainstream ?

    I think we will always be in that game.

    Remember when we thought that 10 Gb HD would last forever ? It's the same principle.

    By the time someone copes with that requirements we push the bar a little higher.

  9. So, what can we expect from this new release ? on New Red Hat Beta · · Score: 1

    Besides KDE 3.1 and some minor upgrades in other packages what can expect as really new/cool feature ?

  10. So, what's new ? on New Red Hat Beta · · Score: 1

    One of the things that could help it to have a list (albeit non-final) of the planned features so we could decide to download and try.

    It's rather frustating download just to find a new KDE version of .something updates in other packages.

  11. Re:bleh. on Mono Ships ASP.NET server · · Score: 1

    Well, There are at least two encoders for PHP which can provide the binary/speed feature that you want.
    In PEAR and phpclasses.org you can find tons of classes which do provide good functionality such as access do DB with the pagination feature.

  12. Saving the videos : how can I do it? on Native Sorenson Playback Comes to Linux · · Score: 1

    Nowadays most of the videos (trailers) in quicktime you find asks you to choose bandwidth(size) and opens a small quicktime where you click to play and it starts downloading.

    How can I download direclty so I can play back later ?

  13. Low latency kernel ? on Red Hat Linux 7.3 Released · · Score: 1

    Hi, I was wondering if the kernel included already has the low latency patch applied. If not can we get it from rawhide ?

  14. what has changed ? on KDE 3.0RC3: Prepare to Fall in Love · · Score: 1

    I could not find a chanlog/news anywhere

  15. Re:I refuse to download a official kernel until .. on Linux Kernel 2.4.10 · · Score: 1

    BTW How do I convert an ext2 to an ext3 ?
    I've tried to use tune2fs but I am not quite sure it did it ok...