Earlier quoted context omitted.
Being built on Linux as GP suggested doesn't mean its just Linux -- presumably you'd implementing Windows APIs on top of Linux. Think WINE, but without the disadvantage of having to be done by third parties. Though a more likely way, were Microsoft to want to bridge that gap, would be to have a solid first-party POSIX environment on top of Windows, rather than the other way around.
Why? What's the point? NT isn't bad at all, it's just different from POSIX (hell, I can't believe the irony of this statement, but I'm glad that Microsoft is still around to resist the POSIX monoculture ). Neither Microsoft nor the Free Software™ world would gain much from killing the NT kernel, but the latter camp would gain so much more from learning the lessons that made Windows so successful 20 goddamned years af…
Windows 10 will come with a command-line package manager
91–100 of 348 posts
Re: Windows 10 will come with a command-line package manager
#92Earlier quoted context omitted.
I've thankfully never seen a Windows Server with Flash, Reader, iTunes or VirtualBox installed, sounds like a security nightmare waiting to happen regardless updates. I also see lots of insecure and outdated applications running on Linux servers, especially Wordpress, Drupal, myphpadmin, cPanel etc. Heartbleed and Shellshock themselves are still not patched in a good percentage of servers.
I was merely providing examples everyone is familiar with. What software do you run on your Windows servers? And, how does it get updated?
Once you get over these couple of things it's not terrible. (though I of course widely prefer linux)
Re: Windows 10 will come with a command-line package manager
#93This will be a great way to automate Java and Flash updates, so users don't have play uncheck the adware every time there's an update.
Just hope that oracle doesn't try to sneak install the ask toolbar with every update.
Re: Windows 10 will come with a command-line package manager
#94> and who knows, that might just trigger some kind of revolution in Windows app management Free trials of un-tar? Installing apps that require subscriptions to the cloud? Dev libraries that require enterprise support packages? Good package management on Linux is owed largely to the tireless voices such as Stallman who understand the core issues here. Yes, tying together install scripts and maintaining repositories re…
Re: Windows 10 will come with a command-line package manager
#95http://www.reddit.com/r/sysadmin/comments/2khkpo/windows_10_...
using the username : fearthecowboy (his twitter is the same, @fearthecowboy )
This was the top comment: http://www.reddit.com/r/sysadmin/comments/2khkpo/windows_10_...
Re: Windows 10 will come with a command-line package manager
#96Earlier quoted context omitted.
More like C: \> instpkg32.exe /DefaultSettings:ALL_DEFAULTS C: \> Cryptically named command with verbose arguments, that then goes on to fire a GUI window that requires manual intervention: that's the Microsoft way.
I take it you haven't used PowerShell much ...
Yes, it technical superior than it's counterparts on Linux by piping objects instead of mangling text, but the syntax of PowerShell is just too convoluted.
I have concluded that when doing command line you want to write commands and not program code to execute.
That's why bash is usually straight on and powerful for the 95% commands you do. It's edge cases when you need to do horrible awk piping and general guess work.
PowerShell feels the other way around. Easy for the 5% edge cases, but pain for the 95% common stuff.
Yes, you can create aliases in PowerShell for the most common tasks, but then you don't really learn the powerful mechanics that you need to know.
And it does not help that you need to learn one more scripting language. Microsoft should have gone for JavaScript.
Maybe I'm missing something in the greatness of PowerShell?
Re: Windows 10 will come with a command-line package manager
#97Earlier quoted context omitted.
More like C: \> instpkg32.exe /DefaultSettings:ALL_DEFAULTS C: \> Cryptically named command with verbose arguments, that then goes on to fire a GUI window that requires manual intervention: that's the Microsoft way.
Good job at not reading the article! Had you read it, you would've learned that the commands work like this: Find-Package Firefox Install-Package Firefox I admit it's not as easy as on e.g. Debian: sudo apt-get remove iceweasel sudo echo deb http://packages.linuxmint.com debian import >>/etc/apt/sources.list sudo gpg --keyserver pgp.mit.edu --recv-keys 3EE67F3D0FF405B2 sudo gpg --export 3EE67F3D0FF405B2 > 3EE67F3D0FF…
sudo apt-get install firefoxRe: Windows 10 will come with a command-line package manager
#98Earlier quoted context omitted.
More like C: \> instpkg32.exe /DefaultSettings:ALL_DEFAULTS C: \> Cryptically named command with verbose arguments, that then goes on to fire a GUI window that requires manual intervention: that's the Microsoft way.
Good job at not reading the article! Had you read it, you would've learned that the commands work like this: Find-Package Firefox Install-Package Firefox I admit it's not as easy as on e.g. Debian: sudo apt-get remove iceweasel sudo echo deb http://packages.linuxmint.com debian import >>/etc/apt/sources.list sudo gpg --keyserver pgp.mit.edu --recv-keys 3EE67F3D0FF405B2 sudo gpg --export 3EE67F3D0FF405B2 > 3EE67F3D0FF…
Re: Windows 10 will come with a command-line package manager
#99In Linux, dedicated installers are the exception not the rule. I'm curious how the adoption on Windows will be, especially for commercial/non-free software which there is a lot on Windows.
I'm also curious how they will present the packages to the average user. Worst case, the user will have to look in three different places to uninstall software (namely System Control, the package manager, and in directories of software that isn't registered anywhere).
Re: Windows 10 will come with a command-line package manager
#100Wow, what's next, ability to shift-ctrl+c & shift-ctrl+v text in the console just by default?