Slashdot Mirror


User: Sprinkels

Sprinkels's activity in the archive.

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

Comments · 47

  1. Into IT for the women? on The Unhappy World of IT Professionals · · Score: 1

    Well, I agree. So if you do, you should think things out first.

    1. You have to find out what kind of woman you prefer.
    2. You have to find out where you can find such a woman.
    3. ??
    4. Profit!
  2. She didn't want to talk to me. on Monday's Planet Views Best Until 2036 · · Score: 1

    Well, I tried to get to know Her.

    I tried to be kind and considerative...

    But She just rejected me, whithout any explanation what so ever, I don't why She did that. I really admired Her. She could've just simple say why She didn't like me. &-|

    I guess, She thought I was too pushy, too jealus, too obsessive, too emotional...

    Perhaps, I hurt her at a painfull place... I really regret that.

    I really thought, She was the one. &-|

    And I hope that if She reads this, She might reconsider. I am willing to wait until She is ready.

    Otherwise, I hope She will find love and happiness somewhere else... Only the stars will know.

  3. Sigh on Monday's Planet Views Best Until 2036 · · Score: 2, Funny

    Well, I think it is really romantic. ;-)

  4. Re:TRanslated from dutch website on Lindows Takes a Hit in the Netherlands · · Score: 1

    1113213211 ...

  5. Re:One more destined for our camp? on Microsoft Agrees Settlement Over MikeRoweSoft.com · · Score: 1

    Answer: automate

    1. Slipstream the windows 2000 and the lastest sp together.
    2. Create a unattended setup script for windows 2000 and include the Novell client, which installation can be automated too.
    3. (Optionally create a disk image using Ghost or Zenworks for desktops)
    4. Install all your other applications automaticly or on demand, using packages. Either with group policies or Zenworks for Desktops
    5. Deploy your workstations and servers automaticly.
    6. Use your now saved time to document and to listen to your customers. Very important.

    Constant rebooting is annoying, but, when you automate it doesn't really matter much.

    Also using the tools you have the right way, is more important than choosing the best tools.

  6. Really? on Microsoft Agrees Settlement Over MikeRoweSoft.com · · Score: 1
    Account management is a breeze in linux as opposed to the nightmare of managing domains, AD and security principles (barf!).

    If I understand you correctly, you are comparing adminstration of a single Linux box, against administration of a multi-domain Active Directory forest.

    Of course this easier.

    However, I doubt setting up a large Kerberos/LDAP based authentication infrastructure is any easier on Linux than on Windows 2000/2003.

  7. Re:MS already has their own BIOS.. on Boot Windows Faster, Using Linux · · Score: 1

    DOS before Netware (do they still do this?).

    Novell Netware 6.0 does. (Using their own Novell DOS.)

    I have not tried Netware 6.5 yet. But I have peeked at the documentation and I do not think they have changed it.

    Netware 7.0 is announced be able to run on both the Netware kernel and on the Linux kernel.

  8. Re:Buy another board on Cross Platform BIOS Flash Upgrades? · · Score: 2, Interesting

    My Asus (A7V333) board has an BIOS update program built into the BIOS.

    Press Alt-F2 during the POST and insert a floppy with the BIOS image file. Updated my BIOS a few weeks a go.

    Asus has some documentation on their website

    Don't know if will work without a normal floppy drive.

  9. Unified drivers is a good thing on NVIDIA Releases New Linux Drivers · · Score: 1

    You are implying that milions of different incompatible drivers for every type, mark, model, and revision of hardware makes the world a better place.

    Honestly, I can't see how this philosophy saves time.

    Actually, I believe that hardware should be engineerd in a way that it will work with generic drivers. This process is called standardisation.

    NVidia is showing leadership with this development model.

  10. Something to think about on NVIDIA Releases New Linux Drivers · · Score: 1

    A lot of people may think Linux is unreliable, because of the instability of binary drivers

    A lot of people may think Windows is unreliable, because of the instability of binary drivers

  11. Re:Truth is stranger than fiction on L.A. County Bans Use Of "Master/Slave" Term · · Score: 1

    The feminists, "queers" and gender studiers want unisex bathrooms:

    I want seperate bathrooms for smokers and non-smokers!

  12. Reference counter on Patching Paranoia - How Fast Do You Patch? · · Score: 2, Informative

    Unix uses a system called reference counter. Each file which exists on disk has on reference counter.

    Normal files, which have only one filename, have a reference count of 1.

    File wich have multiple names, e.g. hard links have an increased reference count.

    For example, if /bin/sh is hard link to /bin/bash . Both filenames point to the same file on disk, which haves a reference count of 2.

    • When files are opened, the reference counter is increased by one.
    • When files are closed, the reference counter is decreased by one.
    • When files are deleteted (unlinked), the reference counter is als decreased by one.
    • When the reference count reached zero, the file is removed from disk.

    Another example: supose you run a program called /usr/sbin/named and you update the program with another version, you will have the following scenario:

    1. /usr/sbin/named is stored on disk. Reference count = 1.
    2. /usr/sbin/named is started. RC = 2.
    3. /usr/sbin/named is deleted (unlinked). RC = 1. The old file is still accessible by the runnnig process.
    4. /usr/sbin/named is replaced by a new version. RC = 1. The old file is still accessible by the runnnig process.
    5. The running process is killend. RC = 0. Old program file is removed from disk.
    6. The new /usr/sbin/named file is executed. (Circle is round)

    Note: You cannot overwrite a running process program. But you can delete the filename from the directory.

    DOS and NT do not allow this. (And sometimes even with files with the same name, but in an other directory!)

  13. The Linux Console Project on What Will Be in Linux 2.7? · · Score: 1
  14. Re:ha, funny on Alternative To Windows Desktops · · Score: 1

    When your boss pays for courses, books, and exams, it's free.

  15. Re:I already use a Windows desktop alternative. on Alternative To Windows Desktops · · Score: 2, Informative

    Current G4 iMacs are able to netboot e.g. run as diskless clients.

    Just press option while booting and select the netboot icon.

  16. Re:really... on WindowsUpdate.com Secured, Permanently · · Score: 1

    Nero allows you while installing to create a local group with the priviliges needed to burn a cd. Members of this group do not need te be administrator.

    For some reason this is not done by default...

  17. Software Update Services on WindowsUpdate.com Secured, Permanently · · Score: 1

    SUS = Software Update Services.

    With SUS you can use the automatic update feature of Windows 2k/XP/2k3 to download and install updates automaticly (or with your own approval for each update).

    It's kind of the Microsoft equilevant of "apt-get update && apt-get upgrade".

    It's based on the same protocol as Windows Update, so therefor it requires IIS.

  18. Re:3 gig on Three LindowsOS PCs Reviewed · · Score: 1

    They don't include monitors or (with one exception) floppy drives or modems. One PC has got a floppy drive and the other two do not.

  19. Re:In many ways he's right on Linux Is Going Down · · Score: 1

    >no innovation. Because there's no money for r+d, there's little innovation and open source plays catchup all the time.
    >Furthermore, there's no incentive for improvement - open source doesn't have to make improvements like MS does - they
    >don't have to make qmail v6 much better than v5 ytto get people to upgrade as MS would with Outlook 2002 vs 2000.

    Which real innovation made you to upgrade from Word 6, to 95, to 97, to 2000? And do you need it every day?

  20. Re:Lilo on How do you Define "Operating System"? · · Score: 1

    Lilo is an application that builds an bootloader (also called lilo).

    Lilo is a bootloader. A program started by the BIOS. An operating system, IMHO.

    By contrast: loadlin is an application and a bootloader, which runs under DOS.

    (you may want to subsitute 'application' for 'system utility')


  21. Re:number of loop devices on Microsoft Clarifies Linux Myths · · Score: 1

    increase

    #define MAXLOOP 8

    in /usr/src/linux/drivers/block/loop.c

    to 256,

    make the apropiate device files (/dev/loop),

    rebuild and boot your kernel

  22. second numpad on the left, instead of the keypad on Changing the Keyboard · · Score: 1

    I think it could be usefull to have keyboard with two numpads instead of a keypad and a numpad. a keypad on the left would be usefull for right-hand mouse users.

    Of course it would require two separate num-lock keys. Numbers could be entered with the right hand and cursor could be moved with the left hand. Or vice versa, if you prefer the other way around.

    It could also be more fair to left-handed people. Today both keypad and numpad are on the right side of the keyboard.

    It will of course take some time to get used to it : training separate hand movement, experimenting wich way it could be used best. However, for experience users it could be more productive; especially for spread-sheets, which require simultaneous use of both numpad and keypad. (This was the main avantage of the AT keyboard, remember)

    It might require some adjustment of keyboard drivers. Probable, it would not be very hard to do so, like the change from XT to AT keyboard's. The changes would consist of an extra numlock key, and extra numeric keys. The current keyboard allready have an extra set of pointer keys.