Hello everybody,
today I want to make post about most useful IMHO commands. Honestly speaking as usually I prefer to use tortoise git with it's gui. But quite often it happens that even the best gui tool can't give you necessary flexibility. For this purpose git commands come on your rescue. In t...
Hello everybody,
today I want to write few rakes of Dockerfile.
First of all I want to document how to install dot net sdk 1.1. It isn't installable by chocolatey, so I had to use following workaround:
RUN Invoke-WebRequest 'https://download.microsoft.com/download/1/1/4/114223DE-0AD6-4B8A-A8FB-16...
Hello everybody,
today I want to document wonderfull tool. Chocolatey. It allows you to install quite big list of programs without need to search, download and setup them.
Before chocolatey will be able to execute anything at your pc, following command needs to be executed at your powershel...