If you’re not using SSH certificates you’re doing SSH wrong
SSH certificate authentication makes SSH easier to use, easier to operate, and more secure.
Source: If You're Not Using SSH Certificates You're Doing SSH Wrong, an article by Mike Malone.
SSH certificate authentication makes SSH easier to use, easier to operate, and more secure.
Source: If You're Not Using SSH Certificates You're Doing SSH Wrong, an article by Mike Malone.
git-crecord is a Git subcommand which allows users to interactively select changes to commit or stage using a ncurses-based text user interface. It is a port of the Mercurial crecord extension originally written by Mark Edgington
Source: Git crecord, an article by Andrej Shadura.
There are many SaaS products out there that help you with javascript error and event logging, but in this blog post I want to make the case for rolling your own solution.
We log 3 types of events: (1) javascript exceptions with stack traces, (2) failed assertions, and (3) general usage/diagnostics information.
Source: DIY javascript error logging, an article by Diederik van Houten.