By default MySQL deployed in docker has no access outside of docker network. This quick guide shows how to enable access to MySQL database fromRead More
POSTS
Ubuntu 20.04 system hangs in VirtualBox (6.1.18)
The Ubuntu 20.04 hangs or freezes after some time running in VirtualBox. The screen gets black with cursor seen. There is not possible to getRead More
Run terraform script from docker container
Introduction Hashicorp provides docker container for terraform. There are two types of containers light and full. Light version contains the binary and full version compilesRead More
Change Azure active subscription in Powershell and web portal
If the Azure account has more than one subscription there is possible to switch between different subscriptions on the fly. In Powershell to have itRead More
Fixing missing country name from wp-statistics plugin in WordPress running on Azure as a web service
By default WordPress plugin wp-statistics somehow doesn’t display countries names like in the example below: In wp-statistics settings default Visitor IP is set to REMOTE_ADDR:Read More
Azure Usage REST API presentation and demo
Another presentation about Azure resources pricing. First one Retecart contains all prices for all resources. This one has records of all created resources for aRead More
Increase file size limit in Pycharm 2018.3 in MacOS
This post describe to how to increase file size limit in Pycharm by changing properties and vmoptions.
Environment: Pycharm 2018.3, MacOS Catalina.
Azure RateCart REST API presentation and demo
Here is very interesting presentation from Microsoft about Azure RateCart REST API used for the Azure resources and detailed prices. Outline Overview of Azure BillingRead More
Nginx – setup reverse proxy to the backend http server in Azure
This article describe how to setup Nginx proxy server for backend http server located in Azure and without internet access. Access to the web serverRead More
Install Nginx web server to share files and folders (display file content instead of downloading)
The goal of this configuration is to install Ngnix in CentOS 7.5 and setup to act as a simple file/folder sharing. By default when fileRead More