deepin 15.3中,由於羅技藍芽鍵盤需要配對碼,所以無法在設定介面連線,本次嘗試通過bluetoothctl軟體,成功連線,步驟如下:
1.開啟系統藍芽
sudo service bluetooth start
2. 進入bluetoothctl
bluetoothctl
3. 輸入以下命令
power onagent on
default-agent
scan on
pair #yourdevicemac
其中pair後面跟上掃瞄出的鍵盤的mac位址
4. 根據提示輸入密碼
5. 顯示配對成功
此時,在桌面的設定介面「我的裝置」中可以看到藍芽中鍵盤為已配對狀態,但此時可能依然無法成功連線。
只需要將鍵盤調整為配對模式,然後點選設定介面中「我的裝置」,即可完成配對
deepin 15 3 安裝配置nginx
sudo apt get install nginx sudo gedit etc nginx sites enabled default找到 index index.html index.htm 改為 indexindex.php index.html index.htm 找到 location ...
deepin下codeblocks更改除錯終端
codeblocks建立控制台程式生成完畢後,發現自帶的除錯終端xterm不能進行複製貼上操作參考了ubuntu的更換除錯終端的方法,就是把deepin下的deepin terminal 用作除錯終端,修改後就行了。具體操作如下 更改除錯終端 使用deepin terminal作為除錯終端。只要se...
deepin下安裝QT開發環境
安裝 2 改變二進位制安裝包檔案屬性為所有使用者可讀可寫可執行 sudo chmod 550 qt opensource linux x64 5.8.0.run 3 用root許可權安裝二進位制安裝包 sudo qt opensource linux x64 5.8.0.run 4 用root許可權...