Slashdot Mirror


User: willamowius

willamowius's activity in the archive.

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

Comments · 36

  1. Re:how to implement ext3 on Linux 2.4.16 Released · · Score: 3, Informative

    Very simple:
    Compile ext3 into your kernel (make sure it's not a module, if you want to use it for your root file system).
    Do a "tune2fs -j /dev/hdaX".
    Reboot.

    That's it.
    The help for the kernel option tells you which version of the ext2progrs you'll need (at least 1.20 ?).

  2. Make sure you have removed ext3 option, too on Serious Bug In 2.4.15/2.5.0 · · Score: 2, Informative

    For those who have tried ext3 in 2.4.15:
    Make sure you have reset the journaling flag on your filesystems, because your older kernel will not mount an unclean ext3 volume.

    Do a "tune2fs -O ^has_journal /dev/whatever".

  3. Are 5% speedup noticable ? on KDE 2.2.2 · · Score: 2, Interesting

    My general rule of thumb ist that a speedup below 30% for GUI applications isn't noticed by the user.

    Did anyone try KDE 2.2.2, yet ?

  4. Re:DNS & mod_gzip on Handling the Loads · · Score: 1

    That is exactly my experience.

    Using gzip reduces the amount of data and since sending the data is what takes up time, the server is free much earlier with gzip.

    Having less concurrent Apache threads saves a lot of cycles.

  5. Same as music recording industry ? on No Shortage Of Programmers? · · Score: 1

    I don't really buy the argument that having many, many applications means that there is no shortage.

    Think of the music recording industry: There are thousands of local bands with a lot of experience and most of them are turned down by the record companies. They still put out CDs by somebody who is already a star.

    There might be a few who deserve a chance, but I'm glad they spare me all those who could be "trained".

  6. vmware breaks on Linux 2.4.7 Released · · Score: 5

    2.47 breaks the compilation of the vmware modules. If you need them, wait for an update from vmware until upgrading.

  7. Flexible budget on How Much Do Employers Budget for Education? · · Score: 1

    We allocate half of a monthly salary for training per year. So far it has worked out pretty well.

  8. IDE for Eiffel on Eiffel As a Learning Language? · · Score: 1

    Take a look at http://www.willamowius.de/eiffel.html for a free IDE for Eiffel (actually a conversion of a C++ IDE).

  9. Re:2.4.4 breaks vmware 2.03 on Linux Kernel 2.4.4 Released · · Score: 3

    That fix works nicely, but I prefer not to modify the kernel file, and inserted the code in bridge.c in /usr/lib/vmware/modules/sources/vmnet.tar (right below the include of linux/skbuff.h).

  10. 2.4.4 breaks vmware 2.03 on Linux Kernel 2.4.4 Released · · Score: 4

    Beware: vmware 2.03 doesn't compile under Linux 2.4.4.

  11. Try SNiFF+ on Class Diagram Tool For Hundreds Of Classes? · · Score: 1

    For reverse engineering like this I'd recommend SNiFF+. It will read and analyse even code that can't be compiled right now. Works with C++, Java, Perl etc.