Microsoft: Validation for Windows 7 is coming soon!

Page 8 of 19 FirstFirst ... 67891018 ... LastLast

  1. Posts : 3,639
    Windows 7 Ultimate, OS X 10.7, Ubuntu 11.04
       #70

    pparks1 said:
    Well, I guess I don't want to pay for that much licensing and I like to switch it up run a few different operating systems for learning experiences. If everything were the same, it'd be a bit boring.

    Well, distributions like RedHat have rpm files (which are installed when double clicked) and Ubuntu/Debian have deb files (which are installed when double clicked). Other distros have similar functionality. Here is a 2 minute YouTube clip showing just how easy it is to install skype on a Ubuntu box after downloading the .deb package: YouTube - Installing Software on Ubuntu 9

    And once you get used to the shell, not only is it "not bad", it becomes "preferred" for many us us. The reason that you see so many tutorials on installing software using the shell, is simply because you can cut and paste in the command and you get it right 100% of the time.

    For example, let's say that you want to use Ubuntu to play back MP3 files and commercial DVD's. Now, I could write a guide saying, Go Here, click this, click that, choose this tab at the top, scroll down, find the box which says X, click on that, hit apply. Click on Ok 2 times. Then, right click My Computer, go to Properties, etc. Or, I could say, open a terminal and type the following 2 commands;
    Code:
    sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list --output-document=/etc/apt/sources.list.d/medibuntu.list
    
    sudo apt-get install ubuntu-restricted-extras
    That's it, it's done. Everything is installed and movies and MP3's will playback. So, now you just store those two commands in a text file for future reference and you are set. If you ever set another box up again, or get a new box, you simply cut and paste this lines and "viola"....you are all set. SIMPLE.

    For this reason, there are package managers installed on RedHat/Ubuntu/Debian...where it's extremely easy to load software. It's like going to Add/Remove programs in Windows and seeing thousands of applications that you can install. You simply search for what you want (say, OpenOffice), then you click on the box and choose Install. Here is a short You Tube clip showing how absolutely simple it is to install Apache, mySQL and PHP on a Ubuntu box using the Synaptic Package Manager. YouTube - Install Apache 2.2, MySQL 5, PHP 5, phpMyAdmin for Linux Ubuntu 8.10
    Seriously, you don't even need to go to the web and download the files first. You just tell this tool what you want and it gets it and installs it for you...as well as all the dependencies. This really is simple stuff.

    People always make Linux out to be this horrid system with cryptic and arcane command lines that require a 4 year degree in computer science to use. However, with a little bit of time, you find out that it's really not all that hard to do the majority of stuff that you would actually want to do. Sure, there is a learning curve...but there is a learning curve with everything. None of us were 100% proficient with Microsoft software when we first started using it. It took time. After having used Linux for a number of years, I actually find it just as easy to use, if not simpler to use in some areas.

    Any my intended purpose is not to persuade others to come to the dark side and start using Linux, but rather to show the masses that things aren't as difficult as some people make them out to be. Like you said, you dabbled a bit and did a dual boot for awhile. Take it from somebody doing it for years and getting paid for it, sometimes it's not too hard at all.
    Maybe I just like clicking more then typing. I tried that whole.. terminal thing. Half of the time the guides were not updated with the distro's so it didn't work right and the rest of the time it just wouldn't work! (even with sudo).
      My Computer


  2. Posts : 7,878
    Windows 7 Ultimate x64
       #71

    DarkNovaGundam said:
    Maybe I just like clicking more then typing. I tried that whole.. terminal thing. Half of the time the guides were not updated with the distro's so it didn't work right and the rest of the time it just wouldn't work! (even with sudo).
    You can still click. You can use your mouse to cut, copy and paste into the terminal window. And if you that, you won't mangle the command and you get it right 100% of the time :)

    Sorry to hear about having bad experiences. It's hard to fault Linux if the person didn't put the guide together correctly, or you were using the wrong guide for the version of the OS that you were running.

    I have a comprehensive setup guide for Ubuntu 9.04 which i can guarantee will work perfectly if you follow it top to bottom and of course run on Ubuntu 9.04.
      My Computer


  3. Posts : 139
    Vista64
       #72

    macgyver2 said:
    To whom ever said its not a need/want stuff. Until you live my life don't assume what is a need or want. I have one job skill and that is computers, I get by with tech support with local families or college students and they run windows 7 so if I want to support these people I NEED windows 7.

    As for giving up stuff I need is what I need, new pants shirts stuff like that not food or shelter and I would never take away from my wife, she got what she needed I went without so I could get a computer able to use the programs I use for working some of which cost 600 or more, I am a network+ Security+ and Certified Forensic Computer examiner (CFCE) all of which set me back thousands just to prove I could do the work before I saw any money come back to me. I have been on both sides of this debate, I used my certs to help stop people from doing what i do now.

    I believe some time in the future, hopefully soon this problem/debate with become a mute point as open source and just a better overall "system" will eliminate the need to steel that our own society drives with all the excess we think we need. Take any product that is stolen regularly that there is more product then demand, which makes little sense they don't lower the price or give it away since sitting on a shelf or where ever isn't making any money anyway.

    A man down the street went to jail for 2 months for steeling a hammer and other hand tools so he could get a job in construction after losing his job. Now the stores have more then enough tools they could have helped him out so he could make an honest living. would you help pay for his tools so he could work? my tools are windows and this laptop, I found the money for the hardware and running 7 which will expire in 29 days are you going to help me pay for it so I can work legit? (I don't think anyone will) will I pirate 7? well if I can earn the extra money to pay yes I will, do I think I can earn it before I run out of time, not sure I want to pad MS profit margines to be honest but then again I settle for the free copy of 7 home premium whatever from my new laptop which had vista on it and should fall under the upgrade thing.
    I am the one who said want is not need, and yes, I probably would have boiught the hammer for him so he coould work, and interesting challenge you pose to me. Would I help you buy windows7 so you could work.

    Well, 1st of all it wont be out in 29 days, so you will need to re-arm your copy, but I wioll make you a deal. YOU get rid of ALL your pirated software, and I will cover your cost of Windows7 Ultimate. and have it shipped to you, I will pre-purchase it from amazon.com, BUT you must get rid of all your pirated software.

    Now, there is no way I can honestly verify you have done this, so I will take your word. Now...challenge back at you.
      My Computer


  4. Posts : 3,639
    Windows 7 Ultimate, OS X 10.7, Ubuntu 11.04
       #73

    pparks1 said:
    You can still click. You can use your mouse to cut, copy and paste into the terminal window. And if you that, you won't mangle the command and you get it right 100% of the time :)

    Sorry to hear about having bad experiences. It's hard to fault Linux if the person didn't put the guide together correctly, or you were using the wrong guide for the version of the OS that you were running.

    I have a comprehensive setup guide for Ubuntu 9.04 which i can guarantee will work perfectly if you follow it top to bottom and of course run on Ubuntu 9.04.
    My best experience with a linux distro was with Linux Mint. I liked it but couldn't get KDE to work well so I gave up for a while, plan to reinstall it eventually (maybe after I get this bloody flash to work).

    In all honesty I wanted to try OpenSolaris but I couldn't find my wifi drivers for it (Broadcom 43##) and let alone install them. I cannot connect to a wired network so that was out of the option.

    I wanted to make linux look more mac-ish (but prettier.. because linux itself looks bland compared to Windows or OS X).

    wwoods said:
    I am the one who said want is not need, and yes, I probably would have boiught the hammer for him so he coould work, and interesting challenge you pose to me. Would I help you buy windows7 so you could work.

    Well, 1st of all it wont be out in 29 days, so you will need to re-arm your copy, but I wioll make you a deal. YOU get rid of ALL your pirated software, and I will cover your cost of Windows7 Ultimate. and have it shipped to you, I will pre-purchase it from amazon.com, BUT you must get rid of all your pirated software.

    Now, there is no way I can honestly verify you have done this, so I will take your word. Now...challenge back at you.
    Theres also no way to tell if you are being truthful on that offer or not. :)

    Though that is a tempting offer, can I get in on it?
      My Computer


  5. Posts : 1,112
    XP_Pro, W7_7201, W7RC.vhd, SciLinux5.3, Fedora12, Fedora9_2x, OpenSolaris_09-06
       #74

    DarkNovaGundam said:
    Though that is a tempting offer, can I get in on it?
    He might want to know how much pirated s/w you have, prior to approval...
      My Computer


  6. Posts : 2,899
    Windows 7 Ult x64(x2), HomePrem x32(x4), Server 08 (+VM), 08 R2 (VM) , SuSe 11.2 (VM), XP 32 (VM)
       #75

    ChuckR said:
    He might want to know how much pirated s/w you have, prior to approval...
    well he is running a hackintosh....


    of course just joking and i mean no offense to you DNG as i have ran a ideneb build also on my laptop (although the BCM 4322 support killed it for me, well that got fixed, but other things killed it for me [apart from my processor not being supported and running at full speed all time cooking my case..])...

    now would using expired beta software count?..
      My Computer


  7. Posts : 1,112
    XP_Pro, W7_7201, W7RC.vhd, SciLinux5.3, Fedora12, Fedora9_2x, OpenSolaris_09-06
       #76

    darkassain said:
    now would using expired beta software count?..
    I would guess:

    Only if it were pirated, with no expiration date, after installation...
    Maybe a torrent DL.... ?
      My Computer


  8. Posts : 3,639
    Windows 7 Ultimate, OS X 10.7, Ubuntu 11.04
       #77

    ChuckR said:
    He might want to know how much pirated s/w you have, prior to approval...
    Well does music count? I do not really pirate much.. unless downloading a ISO of Vista counts, because I have a Vista Product Key.. and XP (also grabbed a copy of that). The discs were scratched up so it was either call MS for replacements (Did you know they offer that service?) or just burn my own. XD

    I admit no further piracy then that, as that would be publicly admitting to doing illegal activities.


    darkassain said:
    well he is running a hackintosh....


    of course just joking and i mean no offense to you DNG as i have ran a ideneb build also on my laptop (although the BCM 4322 support killed it for me, well that got fixed, but other things killed it for me [apart from my processor not being supported and running at full speed all time cooking my case..])...

    now would using expired beta software count?..
    Only thing that I still have problems with is my Intel GMA 4500MHD, other then that I never kernel panic'd. My intel GMA 4500MHD was stuck at 1024x768.. but theres almost a working kext for it.


    ChuckR said:
    I would guess:

    Only if it were pirated, with no expiration date, after installation...
    Maybe a torrent DL.... ?
    Lol I'm sure 3/4 of the active SF users were pirating every new build prior to RTM. :P



    EDIT: I admit to one thing, I did torrent Office 2010 Tech Preview because I was never accepted to test it. :|
      My Computer


  9. Posts : 1,112
    XP_Pro, W7_7201, W7RC.vhd, SciLinux5.3, Fedora12, Fedora9_2x, OpenSolaris_09-06
       #78

    DarkNovaGundam said:
    Lol I'm sure 3/4 of the active SF users were pirating every new build prior to RTM. :P
    That's not pirating, that's downloading the latest "leak", an acceptable practice AFAIK... (I'm new here)
    MS needs some real testers. Where else but the 'experts' ?

    If you include RTM, then its probably more like 76%...
      My Computer


  10. Posts : 3,639
    Windows 7 Ultimate, OS X 10.7, Ubuntu 11.04
       #79

    ChuckR said:
    That's not pirating, that's downloading the latest "leak", an acceptable practice AFAIK... (I'm new here)
    MS needs some real testers. Where else but the 'experts' ?

    If you include RTM, then its probably more like 76%...
    77%

    I agree they need more testers, they should keep things OPEN for testing, I mean yes limit it at some point but don't make it like 3,000 people here, 200 there, etc. :|
      My Computer


 
Page 8 of 19 FirstFirst ... 67891018 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 00:21.
Find Us