以下のリソースから、Raspberry Pi から Chrome PC の Pushbullet にプッシュ通知を送ろうとしています。
次のコマンドを入力した後、ホストのパスワードを求められたときに何を入力すればよいですか?
sudo apt-get install curl
curl -u [type your access code here] https://api.pushbullet.com/v2/pushes/ -d type=note -d title="Raspberry Pi" body="Hello World!"
Enter password for host: