I publish information, that can help me and my colleagues in software development process.
Featured Post
Passwordless ssh configuration
Simple step-by-step guide to config passwordless ssh access
Saturday, November 28, 2015
Monday, October 26, 2015
Undo a Git merge
If you are using git and erroneously merged another branch to the current local branch you can undo this mistake by `git reset --hard HEAD~1` command, which get you back 1 commit.
The original answer was found here.
The original answer was found here.
Tuesday, October 20, 2015
If you need to integrate hardware authentication to your web application it's worth to study the Java Plugin Guide
Tuesday, August 18, 2015
Subscribe to:
Posts (Atom)