Click here to Skip to main content

Welcome to the Lounge

   

For lazing about and discussing anything in a software developer's life that takes your fancy.
The Lounge is rated PG. If you're about to post something you wouldn't want your kid sister to read then don't post it. No flame wars, no abusive conduct and please don't post ads.

Technical discussions are welcome, but if you need specific help please use the programming forums.


 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
GeneralRe: So anyway, Linux IDEs...memberJH6426-Nov-12 17:58 
GeneralRe: So anyway, Linux IDEs...mvpNish Sivakumar23-Nov-12 4:27 
GeneralRe: So anyway, Linux IDEs...memberBilliousBob23-Nov-12 4:55 
GeneralRe: So anyway, Linux IDEs...memberJan Steyn23-Nov-12 21:44 
GeneralRe: So anyway, Linux IDEs...memberlemur25-Nov-12 23:28 
GeneralRe: So anyway, Linux IDEs...memberEddy Vluggen23-Nov-12 8:37 
GeneralRe: So anyway, Linux IDEs...memberJ. Dunlap23-Nov-12 12:37 
Eddy Vluggen wrote:
Don't you hate installing all tools on a Windows-machine? All those little setups, installers, asking the same bullsh*t; what location and do you want a Toolbar for IE? Wouldn't it be great if you could apt-get under Windows? Write a simple batchfile to install all crap in one go on a fresh system? Well, there's already two applications that provide such a service under Windows.

 
That's what Chocolatey is good for Smile | :) Doesn't work for everything, and you are left with adding product keys to "buyware" apps, but it sure takes a lot of the pain out of package management. The simplest script to install a bunch of packages would look something like this [Powershell - I don't use cmd anymore]:
 //or load a list from a text, CSV or JSON file or whatever you wish
$apps = @("git", "SublimeText2", "GoogleChrome", "thunderbird", "skype", "VisualStudio2012Professional", "WHATEVER" )
$apps | %{ cinst $_ }
 
If you use Windows, use it to its fullest!
 
EDIT: D'Oh! | :doh: "Well, there's already two applications that provide such a service under Windows." - I should read fully before I reply. Well, leave this as an example of what you were saying.
GeneralRe: So anyway, Linux IDEs...memberEddy Vluggen24-Nov-12 15:26 
GeneralRe: So anyway, Linux IDEs...memberJan Steyn23-Nov-12 21:45 
GeneralRe: So anyway, Linux IDEs...memberloctrice24-Nov-12 7:19 
GeneralRe: So anyway, Linux IDEs...memberRASPeter26-Nov-12 9:44 
GeneralRe: So anyway, Linux IDEs...memberEddy Vluggen26-Nov-12 10:23 
GeneralRe: So anyway, Linux IDEs...memberloctrice24-Nov-12 7:16 
GeneralRe: So anyway, Linux IDEs...memberFlorin Jurcovici26-Nov-12 7:08 
GeneralRe: So anyway, Linux IDEs...memberDexterus23-Nov-12 5:00 
GeneralRe: So anyway, Linux IDEs...memberRutvik Dave23-Nov-12 5:26 
GeneralRe: So anyway, Linux IDEs...memberfat_boy23-Nov-12 6:33 
GeneralRe: So anyway, Linux IDEs...memberJohn M. Drescher23-Nov-12 5:33 
GeneralRe: So anyway, Linux IDEs...memberfat_boy23-Nov-12 6:34 
GeneralRe: So anyway, Linux IDEs...memberNemanja Trifunovic23-Nov-12 6:19 
JokeRe: So anyway, Linux IDEs...memberRutvik Dave23-Nov-12 6:26 
GeneralRe: So anyway, Linux IDEs...memberNemanja Trifunovic23-Nov-12 7:56 
GeneralRe: So anyway, Linux IDEs...memberVikram A Punathambekar23-Nov-12 18:31 
GeneralRe: So anyway, Linux IDEs...memberloctrice24-Nov-12 7:25 
GeneralRe: So anyway, Linux IDEs...memberVikram A Punathambekar26-Nov-12 0:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web02 | 2.6.130617.1 | Last Updated 18 Jun 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid