Dollar Sign In Excel Cell’s name
The Dollar ($) in Excel formula indicates absolute reference. What does that mean? It means that the value that immediately succeeds the dollar sign will not change. In Excel a single cell can be used … Read more
Programming
The Dollar ($) in Excel formula indicates absolute reference. What does that mean? It means that the value that immediately succeeds the dollar sign will not change. In Excel a single cell can be used … Read more
First Download git for Windows here : https://git-for-windows.github.io/ Second Change your “Start in” folder accordingly Third (optional) This step is very important if you change the default location of your Git config file: Do this … Read more
If you are having the following issue : ping IP -> Success ping NETBIOS -> Success nslookup xyz.local -> Success ping xyz.local -> FAILURE The solution is to edit /etc/nsswitch.conf and remove the text “[NOTFOUND=return]” … Read more
FIRST Download Tomcat https://tomcat.apache.org/download-70.cgi SECOND Extract it to folder on your Ubuntu server THIRD Set Up your environment variables (important) open /etc/environment copy and paste the following: (Make sure you use the proper paths for … Read more
Why the discrepancy in the version numbers? Once upon a time there was just node.js then some people were unhappy with the speed of releases of node.js so they created io.js. A few months later … Read more