npm --version
# Latest npm installing
npm install npm@latest
/** | |
* Convert From/To Binary/Decimal/Hexadecimal in JavaScript | |
* https://gist.github.com/faisalman | |
* | |
* Copyright 2012-2015, Faisalman <[email protected]> | |
* Licensed under The MIT License | |
* http://www.opensource.org/licenses/mit-license | |
*/ | |
(function(){ |
# First open yourr terminal and goto user home directory
$ cd ~
$ nano .bash_profile
# After then put this line
$ export JAVA_HOME=/usr/libexec/java_home
# And then press Control + x and After then put this command
$ source .bash_profile
$ sudo defaults write /Library/Preferences/org.jenkins-ci httpPort 7070
$ sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist
$ sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist
Git is a distributed version control system that tracks changes in any set of computer files, usually used for coordinating work among programmers collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows.
Git is a DevOps tool used for source code management. It is a free and open-source version control system used to handle small to very large projects efficiently. Git is used to tracking changes in the source code, enabling multiple developers to work together on non-linear development.
This is a special daemon that comes packaged with Git; it listens on a dedicated port (9418) that provides a service similar to the SSH protocol, but with absolutely no authentication.
The default SSH port (22) is dedicated to Git and SSH application network traffic.
Two way we can prevent angular2 browser cache
2.You can add in index.html this code