Author |
Message |
Caspius=GCHQ=
|
Post subject: Bill Gates: How a Geek Changed the World Posted: Fri Jun 20, 2008 10:20 am |
|
|
The Groundkeeper |
|
Joined: Fri Mar 26, 2004 7:59 pm Posts: 6056 Location: UK
|
The Money Programme special Bill Gates: How a geek changed the World, Friday, 20 June, on BBC Two at 1900. Quote: As Bill Gates prepares to end his full-time work at Microsoft, he tells the BBC in an interview that it wasn't just what Microsoft did, but what his rivals didn't do that let Microsoft get ahead.
"Most of our competitors were very poorly run," he tells Fiona Bruce, for The Money Programme.
"They did not understand how to bring in people with business experience and people with engineering experience and put them together. They did not understand how to go around the world."
Sir Alan Sugar, one of Britain's computer pioneers with his Amstrad range, testifies to Microsoft's global mobility even as a comparatively small company in the 1980s.
Amstrad, in Brentwood, Essex, was visited by a Microsoft salesman - or "mid-Atlantic smoothie" as Sir Alan describes him - who came to sell Microsoft's MS-DOS operating system. http://news.bbc.co.uk/1/hi/business/7464074.stm
_________________
|
|
|
|
|
SO19Firearms=GCHQ=
|
Post subject: Re: Bill Gates: How a Geek Changed the World Posted: Fri Jun 20, 2008 10:33 am |
|
|
call me J-Lo ;-) |
|
Joined: Thu Oct 28, 2004 3:54 pm Posts: 10761 Location: Making magic!
|
Quote: "We tried to get everyone who did productivity software to come along and support Windows," he says.
"But they were quite slow, so our own Windows applications, Word, Excel, were doing incredibly well." I'm sure they gave equal time to all the developers.....
_________________ Yeah, but a good joke is a good joke - Lemon=GCHQ= It is JGC right? Or did i just piss my pants in front the geeks? - Wowyouareacow Just loading up now.... Stay Frosty
|
|
|
|
|
Caspius=GCHQ=
|
Post subject: Re: Bill Gates: How a Geek Changed the World Posted: Sat Jun 21, 2008 11:16 am |
|
|
The Groundkeeper |
|
Joined: Fri Mar 26, 2004 7:59 pm Posts: 6056 Location: UK
|
|
|
|
|
elbow=GCHQ=
|
Post subject: Re: Bill Gates: How a Geek Changed the World Posted: Fri Jun 27, 2008 9:40 am |
|
|
Comin' outta Gallifrey |
|
Joined: Mon Aug 01, 2005 9:44 pm Posts: 7821 Location: banging with enamor
|
aha...ahahaha....ahahahahahAHAHAHAHA
Lotus slagging off microsoft for stability....
AHAHAHAHAHAHHAHAHAA
*twitches*
finished watching...yeah, that lotus guy really is a twat
_________________ “There are some people in this world who don’t love their fellow man, and I HATE people like that!”
Last edited by elbow=GCHQ= on Fri Jun 27, 2008 10:36 am, edited 1 time in total.
|
|
|
|
|
Chips=GCHQ=
|
Post subject: Re: Bill Gates: How a Geek Changed the World Posted: Fri Jun 27, 2008 10:15 am |
|
|
I'm ghey 4 teh Hoff! |
|
Joined: Wed Sep 21, 2005 5:18 pm Posts: 4142
|
Caspius=GCHQ= wrote: Now on iPlayer... http://www.bbc.co.uk/iplayer/page/item/b00c6sdc.shtml?src=ip_potpwBill Gate's office"Does it ever crash, like mine at work?" "Its a very reliable system... He doesn't really answer it does he.. Does anyone still get crashes with XP or Vista?? I've had "freezes" which are to do with the software being run - but no crashes for years...
|
|
|
|
|
happyslappy
|
Post subject: Re: Bill Gates: How a Geek Changed the World Posted: Sun Jun 29, 2008 1:24 am |
|
|
that was a stupid comment btw |
|
Joined: Wed Mar 03, 2004 12:40 pm Posts: 109345 Location: manchester
|
Quote: Does anyone still get crashes with XP or Vista?? I've had "freezes" which are to do with the software being run - but no crashes for years... i get them but i guess there more to do with drivers from other people tbh still it would be nice to ssh in and kill the pid rather than reboot waitsfor gp to tell me how to do it
_________________
|
|
|
|
|
GeneralPublic=GCHQ=
|
Post subject: Re: Bill Gates: How a Geek Changed the World Posted: Sun Jun 29, 2008 7:23 am |
|
|
Saints ftw!! |
|
Joined: Fri Apr 23, 2004 6:22 pm Posts: 7877 Location: /dev/null
|
_________________ Insert unfunny comment here ->
|
|
|
|
|
happyslappy
|
Post subject: Re: Bill Gates: How a Geek Changed the World Posted: Sun Jun 29, 2008 11:44 am |
|
|
that was a stupid comment btw |
|
Joined: Wed Mar 03, 2004 12:40 pm Posts: 109345 Location: manchester
|
thats a step in the right direction is htere anything like ps auxf
to bring up proccess treads etc so you can see the offending program ? i know you can with proccess exporer for windows but i just wondered if there was a way i could do it if i installed ssh on the machine ? cheers
_________________
|
|
|
|
|
GeneralPublic=GCHQ=
|
Post subject: Re: Bill Gates: How a Geek Changed the World Posted: Wed Jul 09, 2008 6:36 pm |
|
|
Saints ftw!! |
|
Joined: Fri Apr 23, 2004 6:22 pm Posts: 7877 Location: /dev/null
|
tasklist /? will show all options tasklist /v and tasklist /svc are most useful - /svc will show you what each svchost process is actually doing, rather than just showing the PIDs /fi will allow you to filter by process owner / mem useage etc you can use /u /s /p options with tasklist or taskkill to run on remote systems (needs RDP ports open on firewall though) The shutdown command is pretty useful on remote systems too
_________________ Insert unfunny comment here ->
|
|
|
|
|
TheMacOne=GCHQ=
|
Post subject: Re: Bill Gates: How a Geek Changed the World Posted: Thu Jul 10, 2008 11:01 am |
|
|
Bow down to the master |
|
Joined: Mon Oct 01, 2007 6:38 pm Posts: 2499 Location: Between .local and dev:null :D
|
GeneralPublic=GCHQ= wrote: The shutdown command is pretty useful on remote systems too just love shutdown -r -t 0 or shutdown -a to abort still think halt is MUCH better For windows SSH client and server, this is the best bet. All in one package, and did I mention free? (As it should be ) (you can specify which u need, both client and server or either one) For just a SSH client putty is very good. For Mac, SSH server is as simple as ticking the Remote login firewall option. For the client, already built-in. Open a terminal window in Utilities (Apple+Shift+U) and the command is ssh (funnily enough ) You can type in man ssh to get the command-line goodness. There are also GUI variants but meh For Linux (specificially Debian/Ubuntu), SSH server is a command away. Code: sudo apt-get install openssh-server The client: putty: Code: sudo apt-get install putty All these options require Administrator access to install. If you need non-admin options, let me know. You may need to forward ports on your router to direct the SSH traffic to it. Hope this helps.
|
|
|
|
|
|