ssh-agent is a part of OpenSSH to setup an agent. An agent is a piece of software to store the private keys in memory and ease agent forwarding. This is a requirement to painless SSH operations. Mark A. Hershberger explains here a popular way to configure ssh-agent on UNIX system. When you launch the agent […]
Read moreFreeBSD port update: devel/git-review
The devel/git-review port has been updated to the latest version. Changelog for git-review 1.23 Fix str(None) bug in port detection for hook setup Fix pep8 deps for pyflakes version conflict. Expand multiple commit submission warning. Changelog for git-review 1.22 Provide usage help even if not in Git directory Document defaultremote option & site/user configs Allow […]
Read more8 bit music in pure JavaScript
HTML 5 offers a Web Audio API, to add synthesizing audio support in web applications. Cody Lundquist, an Australian from Sidney, created a 8 bit music audio library built on the top of the Web Audio API, called 8Bit.js Audio Library. You define a time (e.g. 4/4), a tempo, and you then the notes. Submitted […]
Read more