BlogHide Resteemstomas-petrauskas (48)in ssh • 5 years agoSSH/SFTP Authentication with SSH Private KeyCreate SSH Key Pair Using Password to Login to SSH Server is a lot less secure and it also allows others to brute force it. This is why it's recommended to use Private/Public Key Authentication…tomas-petrauskas (48)in docker • 5 years agoHow to Dockerize Sample .NET Core API/Web ApplicationI always use docker to run or publish my applications. It makes life so easy to build, publish and update applications on servers. Example files I uploaded all example files in to my GitHub…tomas-petrauskas (48)in gitversion • 5 years agoHow to Install GitVersion on Mac OS XGitVersion is a tool to help you achieve Semantic Versioning on your project and works well with GitFlow Branching Workflow model. Download Download the latest GitVersion Release .…tomas-petrauskas (48)in git • 5 years agoHow to Install Git Flow on Mac OS XOur team started using Gitflow Workflow few months back and we are so much happy to finally have an awesome branching model for project releases. Another reason to use Gitflow Workflow is…tomas-petrauskas (48)in certificate • 5 years agoExport non-exportable Certificate in Microsoft WindowsDid you forgot to mark this CheckBox during Certificate Import? Luckily iSECPartners has created a Jailbreak software for this task. Software:…tomas-petrauskas (48)in clock • 5 years agoGPS Clock v0.1 - Simple PrototypeI was always searching for a Clock which could automatically synchronize it self, both time and daylight savings. Also it should have bigger numbers and be aesthetically pleasing. First version of…tomas-petrauskas (48)in viber • 5 years agoDisable Viber Ads for Mac OS X / Linux... and Without Ads :) Execute this in Terminal: echo "tomas-petrauskas (48)in git • 5 years agoUndo Git Commit and Commit againIf you accidentally commit locally, for example: git commit -m "Fix AppSettings" You could always go back by moving head. This command will undo commit and unstage all files . git reset…