Home
Reset your code
Cancel

Get through corporate proxy - any host any protocol

Prerequisites Install putty Install favorite Linux machine on Azure portal Install and configure Cntlm Enable endpoint In azure portal (old or new one) you need to modify SSH endpoint to ...

Track every single change in folder with git

During my last work with Vagrant I need to track every single file change. The easiest way which I found was to create simple git repository in selected folder (with git init of course) and two new...

[about.mbank] devs for devs: meet me on 16.08.2014 at Wrocław .NET UG

Sometime ago a group of very special people did a unique application. Above sentence can describe almost any IT project, but I am sure You will agree that the New mBank in 100% meets above definiti...

Vagrant provisioning using shell - how to setup storm project

Provisioning in Vagrant There is a lot of choices when you want to provision your virtual machine with vagrant: Run scripts manually - completely insane idea Run shell scripts inline or not ...

Run vagrant on your Windows

Prerequisites Windows machine :) Install vagrant form https://www.vagrantup.com/downloads.html Install git with tools (or other ssh.exe client) + add folder to PATH. In powershell just invok...

StackOverflow question - my personal anti-record

Some minutes ago I asked a simple question on StackOverlow: How to compile C# to .NET 4.0 on machine with 4.5.1 But in the text of question I made a stupid mistake because I wrote: In my c...

Why your perfect website design is lost?

Let’s look on simple website creation flow. 1. Your idea -> 2. Find design/hire designer -> 3. Implement/customize design The step one is obvious. With the second step: you go to designers ...

Why am I not an European Athletic Champion?

During last few days I watched a lot relation from European Athletics Championships in Zurich. Poland got a lots of medals - 12 (when I writing) and it is a really big success when I look in other...

Atom on Windows

I decied to try to build Atom and I succeed. The instruction is very simple: Install git Install posh-git Install Python 2.7 After above run powershell with following commands: $env:Pat...

What is an Enviroment?

Introduction Yesterday our team have about domain model in our company. It wasn’t the first one and probably not the last one :) Anyway we spent more than an hour fighting discussing what is an Env...