Loading ...

Ngrok And It S Usage

Hello everybody, today I want to say a few words about interesting program: ngrok. The main idea of it is to allow other computers to see ports which you've configured in your virtual box machine. And surprisingly it is very cross platform. Take note of the list of platforms at download page:&nbs...

Install Shipyard With Curl

Hello everybody, today in order to preserve shortcut for shipyard installation I've decided to preserve it's shortcut in my blog.   curl -sSL https://shipyard-project.com/deploy | bash -s this will install shipyard at your centOS machine. User name will be admin, password: shipyard. Ready to...

Three Grids In Acumatica

 Recently I've posted following question on stackoverflow:   I have following request from my customer to be implemented in Acumatica: Create form which have input fields on top. Form should have first grid, which reacts on parameters on top Form should have second grid, which reacts o...

Mesos Terminology

Hello everybody, today I want to share few words of my knowledge related to mesos and mesosphere. Recently I've subscribed myself for making investigation for mesosphere. And quite often I was asked by my project manager what is difference between mesos and mesosphere. For now I've found that mai...