Slashdot Mirror


How Long Does it Take You to Tweak a New Box?

An anonymous reader asks: "When you get a new computer, how long does it take to make it 'home'? On a Windows system, there seem to be a huge number of preferences I have to choose before it is really comfortable (doing things like: installing software; changing the wallpaper and color schemes; start menu layout; and so forth). How long do you have to fiddle with computer until you have it set up the way you like? Do you use any shortcuts to speed up the process?"

34 of 463 comments (clear)

  1. On linux... by peterpi · · Score: 5, Funny

    Nobody's found out how long it takes on linux, they're still working at it! ;P

    1. Re:On linux... by ivanmarsh · · Score: 3, Insightful

      Ha farking ha... 1h 45m from install to having a working, up to date and configured system running http, https, php, java, tomcat, mysql, mail server, ftp server, remote X access, and the desktop set up the way I want it... fully firewalled and secure.

      Windows: 6 hours from install to just having the current updates.

      Any more funny jokes?

    2. Re:On linux... by ArsonSmith · · Score: 5, Funny

      Windows - Tweaks for about 4-6 hours and spending about $400 on extra applications
      OS X - Tweaks for about 1-2 hours and spending about $600 on extra applications
      Linux - Change desktop background. Done.

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    3. Re:On linux... by paeanblack · · Score: 5, Funny

      1h 45m from install to having a working, up to date and configured system running http, https, php, java, tomcat, mysql, mail server, ftp server, remote X access

      Connect a fresh Windows ME box to the net and you can get all that in 1 minute and 45 seconds.

    4. Re:On linux... by Sparr0 · · Score: 5, Insightful

      Why arent you just keeping your /home partition backed up? When I installed Kubuntu I let it run overnight with a huge batch of things to download and install. That took about 10 minutes to set up. Then another 15 minutes to copy /home from my old machine. So, call it 25 minutes of work for a fully customized and tweaked installation?

    5. Re:On linux... by aputerguy · · Score: 5, Informative

      Agreed. I set up up, customized, and played with FC6 running cygwin on my underpowered XP laptop.
      Once that was setup, all I had to do was copy it over to my Linux server and turn on/off a couple of services that I needed on my server but not on my laptop. I mean *literally* just copied the root partition.
      It then ran perfectly with all my user and /etc configurations intact.

      When I wanted to set up another machine, I used the same root image and only had to edit a small handfull of files to change the machine name/IP address and to change a couple of passswords.

      When I upgrade to another machine, all I will need to do is copy (or even just physically move) my hard-disks.

      With Windoze, because of the dang registry, you can't just copy or move disks without corrupting everything. Also, since customization is done through menus and stored in obscure parts of the registry, you can't just copy over and/or edit individual config files. Instead, you need to reinstall each application individually and then individually run the program and customize the options by going through endless menus.

    6. Re:On linux... by cdrudge · · Score: 4, Informative

      Yeah, a great deal of that is because you can download a linux ISO that is already mostly up-to-date with patches. With Windows, you're stuck with whatever you have pressed on the CD.
      Perhaps you should look up slipstreaming updates into a Windows installation before you speak incorrectly on the topic. Just about all updates and service packs, including hot fixes, can be slipstreamed onto a new install disc much like the current Linux distro's daily/weekly/monthly offerings.
    7. Re:On linux... by shmlco · · Score: 5, Informative

      Actually, the last time I moved from a Powerbook to a MacBook Pro I used Tiger's Migration Assistant. After the copy finished (about 2 hours) almost everything (applications, preferences, backgrounds, altered command keys, control panel changes, accounts, folder layouts, etc.) was there. I had to reinstall Dreamweaver and Photoshop since their registration mechanisms detected the new hardware and "broke", but other than that I was impressed to no end.

      Contrast that to the last new Windows machine (XP) I bought, when I had to move everything by hand, reset everything by hand, and spent about a week reinstalling each and every application I used... by hand.

      --
      Any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so.
    8. Re:On linux... by Cervantes · · Score: 3, Interesting

      Perhaps you should look up slipstreaming updates into a Windows installation before you speak incorrectly on the topic. Just about all updates and service packs, including hot fixes, can be slipstreamed onto a new install disc much like the current Linux distro's daily/weekly/monthly offerings. *cough*
      *point to 3rd line*
      I can have a fully set up and updated XP box inside of 3 hours... 1.5 if I use a slipstream disk.

      I know none of us RTFA, but can we at least RTFC? :)

      In all seriousness, I was relating to the most standard method of XP installs, which is "put the disc in, install, then do a few hundred megs of updates". When I'm looking for speed in my installs, yeah, I can use a slipstream disk, hell, I'll make a HD image if I'm doing a multi-station rollout.

      The parent poster, however, was comparing a freshly-downloaded Linux ISO, which is already patched, with an XP install that required updates to be downloaded, and then complaining about the difference in speed. Yes, it's entirely possible to make an XP install zip right along... slipstream in updates, even program installs and configs, and you can be done in a comparable timeframe to a linux distro. I'm all for fair comparisons. The parent poster, however, wasn't making a fair comparison, and I was pointing out that flaw in his argument.
      --
      If I knew the wedgies I gave you back in 6th grade would have resulted in this . . . I might have taken a moments pause.
    9. Re:On linux... by drachenstern · · Score: 5, Insightful

      The registry had two important goals, consolidating configuration information into one location with an easy storage and retrieval method, and application interopability enhancement.

      Ya know why CLSID is such a large part of the registry? It has nothing to do with preventing piracy.

      Ya know how CurrentControlSet is so thorough, and how it's off on it's own branch of HKLM? Yeah, if you were to replace all of those values with the correct values for the machine that you were moving to (primarily system driver and hardware reference information) then you could in theory just boot windows back up without ever having a glitch. Theory though, not practice. The theory is sound because MS designed the registry to be modular. It's not their fault that other companies don't respect the sandboxing that MS set up, and it's hard for them to enforce that people play nice, but look at the strides they've made via their IDEs (which is where most people write the said crappy software) and .NET v2.

      Most of the problems that people have with drivers or program interoperability stem from those two registry branches anyways, is another good reason why all IT folks should be able to recite the major points of the registry, as well as knowing all the places where windows looks when it goes to start the various functions.

      This is one of the few shortcomings I can find with the registry, but it's not the fault of MS as a whole, but rather the failure of different groups to consolidate on one storage location for important settings. Then again, two of the reasons why there were so many different locations where settings may have been in the flat files were for security through obfuscation and because sometimes the maximum size you could read on a flat file could have been exceeded due to the number of settings that you might want, so MS designers purposely chose to store info in multiple places, such as the load differences between system.ini and win.ini.

      So I've been going in this direction to come back to, the registry didn't have anything to do with limiting piracy, if anything, it's the reason why so many people want to run Windows, even if they don't want to pay for it. The real thing that seems to be annoying to so many geeks is the oobe libs.

      Need I go further?

      --
      2^3 * 31 * 647
    10. Re:On linux... by ArsonSmith · · Score: 3, Funny

      Yea I've been telling my friend that for years.

      "When Vista comes out of beta it will have the same features as my Linux/Xorg box has for the last several years."

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    11. Re:On linux... by SadGeekHermit · · Score: 4, Informative

      >>The whole point of the registry is to "make piracy difficult". The ONLY reason
      >>they created it in the FIRST place was because Bill
      >>Gates et al thought their third-rate operating system was so special and important
      >>that to protect it from nasty "pirates" they had
      >>to essentially lobotomize it.

      >Um, no, not quite

      Oh, I disagree.

      Consider these related points:

      1. All other commercially available operating systems use flat files to store configuration information. And almost every other operating system out there works better than Windows in a variety of ways, not least of which being performance.

      2. Operating systems that use flat files to store configuration information are trivially easy to back up. They're also trivially easy to clone and distribute.

      3. People who run operating systems that use flat files tend to READ those flat files. The registry, on the other hand, is so huge and byzantine (again, WHY???) that finding entries in it is like going on a fishing expedition. Nobody really knows what's in their registry. I believe this is by design, not by accident.

      4. The registry is IN FACT used to make piracy difficult. Virtually every piece of commercial Windows software stores registration information in the registry, usually in literally dozens of different locations so that to clear out a botched install you have to use a search tool and guess at all the possible names the company may have used for its keys. First, do you think Microsoft isn't doing the same thing??? Second, do you think this isn't by design???

      5. When a hacker creates a Word Macro Virus and the cops catch him like, a week later, how do you think that happens? Word, installed, puts serial number information in the registry and later, into documents. Again, by design.

      6. When they spent millions of dollars building Windows 95 and created long filename support, do you think it was by mistake that they just happened to leave long filename support out of their new version of DOS? Or that you couldn't boot to a command prompt that had long filename support? Again, it was to make piracy difficult. At the time, you couldn't boot to a CD. You had to use a floppy. Live CDs didn't even exist. And there was NO WAY to boot with a floppy and get long filename support. So where before you could use pkzip to zip up your whole windows and dos directory and back up your system to about twenty floppies, with Windows 95 you were basically hosed. Even if you DID zip up all the directories, when you unzipped them during the restore process they'd look like "Progra~1" instead of "Program Files" and you'd be hosed.

      IF YOU ARE CORRECT, you must have a reasonable justification for the use of the registry that is credibly better than using a flat-file approach. I bet you don't have one. :)

      --
      NO CARRIER
    12. Re:On linux... by damium · · Score: 3, Informative

      1. All other commercially available operating systems use flat files to store configuration information. And almost every other operating system out there works better than Windows in a variety of ways, not least of which being performance.

      Hmm... OSX would be one to disagree with you there (netinfo is not in flat files and neither is LDAP). OSX does have flat files on the BSD end but they aren't the ones you configure with the gui. The os that used netinfo before OSX was NeXTSTEP and everyone thought it was a bad idea then too. There is also the gconf database that Gnome uses, while similar to the registry in function it uses the file system directories for hierarchy and xml files for storage so it is easy to edit by hand if you need to.

      3. People who run operating systems that use flat files tend to READ those flat files. The registry, on the other hand, is so huge and byzantine (again, WHY???) that finding entries in it is like going on a fishing expedition. Nobody really knows what's in their registry. I believe this is by design, not by accident.

      Not to knock flat files (I prefer them myself) but one could say the same about finding them. The registry was designed to be a structured database of configuration data, Microsoft just screwed things up badly with it.

      4. The registry is IN FACT used to make piracy difficult. Virtually every piece of commercial Windows software stores registration information in the registry, usually in literally dozens of different locations so that to clear out a botched install you have to use a search tool and guess at all the possible names the company may have used for its keys. First, do you think Microsoft isn't doing the same thing??? Second, do you think this isn't by design???

      Umm... no. If you look at Microsoft's reference documentation on how companies should and should not use the windows registry I think you will note that the locations where things *should* be stored are quite well defined. Microsoft themselves may have issues with using there own standards but I have never found anti-piracy to be one of their reasons for being incompetent.

      5. When a hacker creates a Word Macro Virus and the cops catch him like, a week later, how do you think that happens? Word, installed, puts serial number information in the registry and later, into documents. Again, by design.

      Now you are starting to sound paranoid. Can you point out the place in a word document where a serial number is kept? Give me a link or I call BS. I know it is stored in the registry (Where else do you think it would be?) but so are several other bits of license related data. HINT: it is not called an install code, it's called a license key. If you removed the key from the registry it stops working and asks for a key when you start it up.

      6. When they spent millions of dollars building Windows 95 and created long filename support, do you think it was by mistake that they just happened to leave long filename support out of their new version of DOS? Or that you couldn't boot to a command prompt that had long filename support?...

      IIRC this feature was included in the version of DOS that shipped with Windows 98 so that must not have been their reasoning otherwise they would have left it out.

      IF YOU ARE CORRECT, you must have a reasonable justification for the use of the registry that is credibly better than using a flat-file approach. I bet you don't have one. :)

      Hmm... I can think of 2 design decisions why a databased approach to configuration has advantages.

      • Structured data types in the configuration. (Strings are strings, numbers are numbers, and hey, you can store binary data as well.)
      • Standardized API with systematic si
  2. Personally by geek · · Score: 5, Insightful

    Not very long. After years of working with computers (over 20), I've found keeping it simple is best. I change the background, arrange icons how I like and that's about it these days, whether it's windows or OSX or Ubuntu. If the OS can't accommodate this simple style I don't use it.

    1. Re:Personally by operagost · · Score: 3, Funny

      All together, there are only 2 icons that get to call my desktop home, Recycled and dropbox. I'm thinking about remove recycled.

      I tried a pic of the kids once, but it was too hard to find the icons against the background.
      All two of them? I would think muscle memory would be enough in that case.
      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
  3. Weeks. by strredwolf · · Score: 3, Informative

    It'll take me a week or two, depending on the distribution, to tweak it to my liking. Some items like KDE I'll just copy over a known good install directory. If it's a system I'm transitioning to, I'll just copy $HOME over and make sure everything's nicely compiled right.

    --

    --
    # Canmephians for a better Linux Kernel
    $Stalag99{"URL"}="http://stalag99.net";
  4. It's never over with by igotmybfg · · Score: 4, Informative

    The time I spend tweaking the settings asymptotically approaches something like 5-10% of the time I spend on the PC.

    1. Re:It's never over with by PurifyYourMind · · Score: 4, Interesting

      Then it would seem not worth it, unless you were seeing over 5-10% of time/comfort savings. Then again, some people just tweak for fun, and it's its own reward. (please mod me up for proper it's/its use!)

  5. The only real shortcut.... by ProppaT · · Score: 4, Informative

    The only real shortcut is to setup your system how you like it the first time and make a system image so you can restore it if you ever have to nuke your system. The first time is always gonna be time consuming. The only other thing I could see that would shorten the process would be to use MS's system settings transfer option to move settings from your existing box.

    Also, how the heck did this one make it through the filters? Who the heck cares how long it takes people to set up their system? Although I will brag that I can assemble a new box in under 10 minutes without troubleshooting.

    --
    Wise men say, "Forgiveness is divine, but never pay full price for late pizza."
  6. Let it evolve by jermz · · Score: 4, Interesting

    When I do the whole burn-down-rebuild on a system, I let it evolve to my tastes. I like a change of scenery now and then, and a new OS install is the right time for me to get that. I try new apps, new desktops, new ideas all around. I might do KDE next time, I might stick with Gnome. I get new icon sets, experiment with new color schemes and wallpapers. It keeps me entertained and I always end up with a usable desktop in the end.

    --
    Hi-Technical Excellent Taste and Flavor!
  7. 20 minutes by iusty · · Score: 4, Informative

    Let's see:
      - copy old /home/username dir
      - "debconf-get-selections" on old computer and pipe to "debconf-set-selections" on new one
      - "dpkg -l |grep ^ii" on old computer and replicate the package list
      - go drink some tea while the apt-get proceeds
      - done!

    I carried my home dir with its settings across about three or four new computers in the last eight years or so, and I didn't have to tweak things very much. Only upgrading major components require some maintenance, but other than that, it's simple.

    1. Re:20 minutes by umeboshi · · Score: 5, Informative

      For replicating the package list, try this:
        dpkg --get-selections > packages.txt on old machine,
      then do:
        dpkg --set-selections packages.txt on new machine,
      then do:
        apt-get dselect-upgrade on new machine.

  8. Home by voice_of_all_reason · · Score: 5, Informative

    That's the clincher. About a week, simply because I don't do it that often (once every 3-4 years) that I don't have a list

    Classic-ize windows display settings
    Give the system an enema (remove all the windows default crap, any ads or OEM-given crap)
    Install the necessities (ad-aware, avg, firefox, powertools, other windows registry hax)
    Install a few benchmark things and test (diablo 2, doom, zsnes, media player classic + fddshow)

    Dump data from old backup. (Over my last 3 installs this was via diskettes, then CDrs, then DVDrs). Then over the next week I'll just install new stuff as needed. Winamp, AIM, mud client -- I save all these executables but by the time you do a reinstall they're outdated anyway.

  9. Depends on how cute she is, or how drunk I am.. by stratjakt · · Score: 3, Funny

    ask your mom, she'd know better than me

    badump ching

    --
    I don't need no instructions to know how to rock!!!!
  10. 3 days by fistfullast33l · · Score: 4, Funny

    I use gentoo, and because I'm sadistic I love the install process. The acutal gentoo install is about two hours I think now that they've eliminated stage 1 and 2. But I like to compile everything from sources after that so it takes me another day (not straight through, I usually do it while I'm at work) to compile open office, firefox, x.org, and the like. Then it takes me another day or so to make sure my laptop can handle things like ACPI (I always forget to compile it for some reason), 3D acceleration (stupid ATI drivers), suspend-resume, framebuffer, E17, gensplash, and whatever else takes a bit of time. I don't mind it because I like the feeling of starting fresh without all those packages that you use once and never again being installed.

    1. Re:3 days by tygt · · Score: 3, Informative

      I use gentoo, and because I'm sadistic I love the install process
      Not having used Gentoo, I may be wrong here, but I think that the word you're looking for is masochistic.

      Of course, unless you're inflicting pain on the penguin, but given my own installation experience I think you're the one getting the pain... and apparently enjoying it.

  11. OS X Plus Firewire by 99BottlesOfBeerInMyF · · Score: 5, Informative

    You boot the old computer in Firewire mode by holding down a key. You plug in a firewire cable to the new computer. You click the install from old computer button. You go get some coffee and a bagel.

    So basically, it takes me about 60 seconds and it takes the computer an hour or so. That includes pulling over my Windows and Linux desktop installs within a VM. Seriously, this is one of the main reasons OS X is my base workstation OS instead of Linux. Who wants to waste a bunch of time manually copying things over, only to find not all of it works anyway and you still have to reinstall a few things and tweak a few more?

  12. Windows Update by Hijacked+Public · · Score: 4, Informative

    It has probably been mentioned and I just skipped it, but just the process of securing a Windows reinstall can take days, unless you have the time to babysit the whole thing.

    I have reinstalled XP a few times, from an SP1 disc. Visit Windows Update. It can't Update until I install some ActiveX stuff so I can use the latest version of the site. That done, it recommends maybe 50 or 60 updates. Reboot. Go back to the site, spend a half hour downloading SP2 and another 2 installing it. Reboot. Go back to the site. More updates, maybe only a dozen this time. Reboot. IE7. Reboot. Patch for IE7. Possibly a couple of driver updates. Reboot.

    And if you leave to go to the store without accepting the EULA for the patch....more wasted time. And this whole process is just to secure the machine, no app install of setup or tweaking.

    Vista seems slightly better in this regard as it can download updates during the install process, but it still isn't up to the level that most Linux distros are.

    I don't even know what the OSX install process looks like, or if there even is one. And I own more Macs than anything else.

    --
    "Sacrifice for the good of The State" - The State
  13. Re:Norton Ghost? by Overzeetop · · Score: 4, Insightful

    That'd be great if nothing every got updated. I actually tried this once and by the time I was ready to start over from scratch I realized it was almost easier to do an actual clean install with current-version apps than try and upgrade everything from 0.4-2.0 versions ago. Now I just keep a directory around with all the commonly installed apps, and when I get an update, I try to remember to put the new install version in the appropriate folder. I've almost given up that for a simple list of apps, and a directory with critical drivers. Things change too fast to have a "stable" image that's good for more than 6 months or so, and with XP running stably for longer than that (my current install is 2.5 years old), the image is just useless.

    --
    Is it just my observation, or are there way too many stupid people in the world?
  14. Karma profit! by BecomingLumberg · · Score: 4, Funny

    1. Wait for someone to make a joke at Linux's expense 2. Blast 'em! 3. Completely ignore your sense of humor's pleading, from inside the locked closet, that it is a joke. 4. ... 5. Karma!

    --
    If a nation expects to be ignorant and free, in a state of civilization, it expects what never was and never will be.-TJ
  15. On Windows by ewhac · · Score: 5, Informative
    I've done this a couple of times recently -- once for my new machine, and once for a friend of mine whose machine got pwn3d. My checklist works roughly like this:
    • Perform an inventory of the hardware in the machine. Note especially the vendor and model number of the major components. You'll need this later.
    • Establish partitions on the boot drive (only if I'm dual-booting Linux or BeOS or something).
    • Yank network cable.
    • Install Windows from installation media. This takes a ridiculous amount of time, considering that most of the work is (should be) simply copying files. Reboot.
    • Install Service Pack 2, which I conveniently have on a separate CD I burned. Reboot.
    • Crank up Windows firewall to highest setting, or moral equivalent thereof (I'm behind a NAT router, so that works).
    • Visit Windows Update, and download all security and bug fixes. Duration depends on connection speed, but it can easily consume an hour. Reboot.
    • Using the hardware inventory you prepared earlier: for $item in $inventory ; do
      • Visit hardware vendor's site.
      • Locate, download, and install latest device driver(s) for $item.
      • Reboot.
    • done

    At this point, you have a usable machine. If it's my machine (and even if it isn't my machine), I usually install the following software:

    Schwab

  16. One to two weeks... by Anonymous Coward · · Score: 4, Funny

    depending on how much money I spend on her.

  17. Re:Not long. by linvir · · Score: 4, Funny

    Change mouse behaviour to "Focus follows mouse"

    So you're the degenerate pervert using this. Damn you! Damn you to hell!

  18. Mounted Home by Bent+Mind · · Score: 4, Informative

    I cheat. /home is auto-mounted from a NFS server. Short of telling the box to grab the automount map from LDAP, I don't need to set up any personalization. It's already there. A new box is just new hardware. I do have different application sets depending on the hardware capabilities. However, that doesn't have anything to do with personalizing the system. Rather, it has to do with why the box was built.

    --
    Request a Linux Shockwave player here: http://www.macromedia.com/support/email/wishform/