Earlier quoted context omitted.
Not having to reboot after updates is my favorite part of Linux so far.
Not having to reboot almost ever is also pretty nice.
Windows 10 will come with a command-line package manager
301–310 of 348 posts
Re: Windows 10 will come with a command-line package manager
#302Earlier quoted context omitted.
I was merely providing examples everyone is familiar with. What software do you run on your Windows servers? And, how does it get updated?
I run a few windows servers maintained via ansible. There is a protocol called winrm built that is functionally equivalent to ssh for the purposes of remotely controlling a box. Ansible uses winrm to provision. Beyond that, chocolatey.org provides a complete package management solution as long as you are looking to install popular free (as in beer) software. Also, you need to learn powershell to do anything useful. I…
One thing I am seriously disappointed with is the documentation or lack thereof. PowerShell's Get-Help/man cmdlet is admittetly nice, but compared to the kind of documentation you get with Perl or Python, I am left underwhelmed.
Re: Windows 10 will come with a command-line package manager
#303Earlier quoted context omitted.
> Desktop computing doesn't really matter that much anymore. For whom? Companies might make more money selling mobile devices compared to desktop/laptop PCs but that doesn't equate to the inane statement oft repeated that "desktop computing doesn't really matter that much anymore". Desktop (including laptops of course) is where 99% of the world's actual office, accounting, design, writing, programming, editing etc, c…
To consumers who don't create content - as the comment you're replying to clearly states.
I don't think the old stereotype of "consumers" as some sort of purely passive livestock is especially useful any more. Clay Shirky's old but very readable "Here Comes Everybody" makes a similar case at much greater and more articulate length.
Re: Windows 10 will come with a command-line package manager
#304> much to the lament of Linux users What? Everyone will be happy to have one, especially people that use Linux at least some of the time.
Re: Windows 10 will come with a command-line package manager
#305Earlier quoted context omitted.
Not sure why you think I don't know why they exist, but Chromium is quite different from Chrome: https://code.google.com/p/chromium/wiki/ChromiumBrowserVsGoo...
I know that you know it, I was talking about your hypothetical user. Except for the color of the icon and the lack of support by default for AAC, H.264 and MP3 (I have support for those 3 in Chromium in Arch), do you find anything relevant that will make some non-expert notice they are using Chromium and not Chrome?
Re: Windows 10 will come with a command-line package manager
#306Earlier quoted context omitted.
Why do you need to lock a binary on disk when a copy of it is running in main memory? Because the copy in memory may still want to use the old version. Raymond Chen explained it here: http://technet.microsoft.com/en-us/magazine/2008.11.windowsc...
To prevent DLL Hell, in other words. Again, not a problem on Linux because Linux keeps numbered versions of .so files. So it's not that Windows has to restart after replacing a file that is in use. It's just that it would rather not deal with the complexity that results if it doesn't. In other words, "we didn't want to bother with versioning DLLs."
Windows did hack on a form of DLL versioning in the form of isolated assemblies. It's ugly and complicated and Microsoft still resorts to suggesting that you avoid DLL hell by bundling local copies of all your shared libraries. Which kind of makes me wonder why they're even called "shared" at all. May as well just statically link.
Re: Windows 10 will come with a command-line package manager
#307Earlier quoted context omitted.
Open cmd window, left click on icon on left of cmd title bar, adjust window size in Defaults and Properties. This includes, height, width and buffer size.
Unlike every other window , where you can change the horizontal size by dragging. It's a relic and I'm glad they're fixing it, but as with the browser they're only delivering changes because third-party software innovated them and it's making them look bad.
How is that a bad thing? Firefox was kinda stagnant before Chrome came around and took the performance throne, I don't see anyone criticizing Mozilla for that.
Re: Windows 10 will come with a command-line package manager
#308Wow, what's next, ability to shift-ctrl+c & shift-ctrl+v text in the console just by default?
You mean that right click on the window chrome then select 'mark' then select text then right click window again and then choose 'copy' isn't a good user interface?
(Bonus feature: you can halt unexpected TTY spew by clicking in the window, giving you a chance to examine it.)
QuickEdit still doesn't fix the box select thing (at least not pre-Windows 10) but it's a massive improvement nonetheless.
Re: Windows 10 will come with a command-line package manager
#309Earlier quoted context omitted.
I'll believe it when they let me resize the cmd window
Windows 10 command prompt will indeed let you resize the window. It will even re-flow the text already written , i.e. a long string written that flowed across several lines will also flow back into one line, once the window gets wide enough.
Re: Windows 10 will come with a command-line package manager
#310It seems to me if Microsoft is copying features from Linux for Windows, then it may be that Linux on the desktop is starting to worry them.