Sometimes you may have publicly facing website, which you don’t want it indexed by the major search engines. Easy way is to add robots.txt or meta…
Finnish web guy blogging from Denmark.
Sometimes you may have publicly facing website, which you don’t want it indexed by the major search engines. Easy way is to add robots.txt or meta…
I started new blog here. But right now I am busy with customer projects but soon I will start to push some content here.
brew install awscli brew install cask brew install cocoapods brew install httrack brew install n brew install node brew install pkg-config brew install tree brew…
schtasks /create /tn “reboot for updates” /tr “shutdown /r /t 0” /sc once /st 23:27:00 /sd 11/13/2019 /ru “System” What is this? Schtasks The schtasks command enables…
Bracket Pair Colorizer This extension allows matching brackets to be identified with colours. The user can define which tokens to match, and which colours to…
I wanted to set set default python version to 3 instead of 2 that is default on Ubuntu 18. I tried add alias to .bashrc…
Both Cloud Functions (CFs) and Google App Engine (GAE) are designed to build “microservice architecture” in the “serveless” environment. Google says that Cloud Functions is…
I was getting this error on gcloud CLI when trying to deploy Cloud Functions to Google Cloud. Here’s the quick fix – add these lines…
Launch in background docker-compose up -d If you want to rebuild docker images you can use –build flag after up command. This is essentially same…
Normally with “docker build . ” you get docker id that you can run with “docker run DOCKERID” but if you want a bit more…