Categories
Technology

Windows Convert CRLF to LF

Git Repos to LF Firstly lets make sure that everything line of code that you commit is unix compatible, since all of it mostly runs on Unix based servers. Hence do the following git config –global core.autocrlf input git config –global core.eol lf If you don’t know where to make the changes, since the gitconfig […]

Categories
Technology

WordPress on GCP

Created my wordpress site on Google Cloud Platform(GCP). I used the click to deploy option, to deploy the site on compute engine. Just follow the guide. Once deployed: one has to add the zone in the cloud DNS. It’s as per the instructions. Also one needs to make the external IP as static by reserving […]

de_ATGerman