.s- Show the stack+,-,*,mod- Math operators/mod- performs both / and mod
dropand2drop- drop a stack item (once / twice)dup- duplicate a stack itemrot- rotate the stack
| #!/bin/bash | |
| # install qemu utils | |
| sudo apt install qemu-utils | |
| # install nbd client | |
| sudo apt install nbd-client |
| var express = require('express'); | |
| var request = require('request'); | |
| var app = express(); | |
| var port = Number(process.env.PORT || 3000); | |
| var apiServerHost = (process.env.ELASTIC_URL || 'http://127.0.0.1:9200') | |
| // Listen for requests on all endpoints | |
| app.use('/', function(req, res, body) { | |
| // short-circuit favicon requests for easier debugging |
| DS0 - drive select | |
| DS2 - drive select | |
| MS - motor on vs. drive select | |
| RDY - ready vs. disk change | |
| LD - high / low (density?) | |
| S2 - motor speed (360 RPM or 300/360 RPM dual speed) |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"