Loading ...

Usage Of Openssl

Hello everybody, today I want to note just short usage of openssl command: openssl req -nodes -days 10 -newkey rsa:2048 -keyout keyfile.pem -out certfile.pem this command will generate two files: keyfile.pem and certfile.pem. Just as the openssl command simplifies the creation of key an...

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...