Users Guide

2. Ubuntu Snappy Store のアプリケションを索するコマンドを行します。
#sudo snap seach wifi-ap
3. アプリケションをインストルするコマンドを行します。
#sudo snap install wifi-ap
4. スナップをインストルしたら、ステタスをチェックするコマンドを行します。
$ wifi-ap.status
5. 次のコマンドを行してアクセスポイントを有にして、サビスを再スタトします。
$ wifi-ap.config set disabled=false
Wi-Fi-AP デフォルトの SSID である Ubuntu がクライアントに表示されるようになります。
WPA 2 ソナルを使用して Wi-Fi アクセス ポイントのセキュリティを確保するには、次の設定を更します。
$ wifi-ap.config set wifi.security=wpa2 wifi.security-passphrase=Test1234
このコマンドでは Test1234 というパスフレズを使用して WPA2 セキュリティを有にします。
Bluetooth 由の接
この機能を使うと、システムを Bluetooth ドなどの Bluetooth デバイスに接することができます。
1. 次のコマンドを行して bluetoothctl コンソルを起動します。
#bluetoothctl -a
bluetoothctl コンソルが開きます。
2. 次のコマンドを行して Bluetooth デバイスに電源を投入します。
$power on
3. ド用のエジェントを登します。
$agent KeyboardOnly
$default-agent
4. 次のコマンドを行して Bluetooth コントロラをペアリング ドにします。
$pairable on
5. 次のコマンドを行して近くの Bluetooth デバイスをスキャンします。
$scan on
6. Bluetooth ドが見つかったら、次のコマンドを行してスキャンを停止します。
$scan off
7. 次のコマンドを行して Bluetooth ドをペアリングします。
$pair <MAC address of Bluetooth keyboard>
8. 必要にじて Bluetooth ドの PIN ドを入力します。
9. 次のコマンドを行して Bluetooth ドを信できるデバイスに設定します。
$trust <MAC address of Bluetooth keyboard>
10. 次のコマンドを行して Bluetooth ドと接します。
$connect <MAC address of Bluetooth keyboard>
54 オペレティング システムのセット アップ