#define KNOWLEDGE FREE
[Ubuntu] Blueman
Official Website:
Blueman
Ubuntu本身有自帶bluetooth的工具,但是在功能上略為簡略,這裡推薦一個不錯的bluetooth的控制軟體-Blueman,安裝方式可以透過增加PPA的路徑會比較方便點。
sudo add-apt-repository ppa:blueman/ppa
接著輸入以下指令就可以安裝Blueman了
sudo apt-get update
sudo apt-get install blueman
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Orange - data analysis tool
Installation pip install orange3 Run orange python -m Orange.canvas
Static code analysis - cppcheck
Great static code analysis tool for C/C++ programming language Install sudo apt install cppcheck Run cppcheck and redirect result to outp...
[C/C++] Calling Gnuplot in C
Calling Gnuplot in C Download: callGnuPlot.c 懶惰是程式設計師的天性,所以才會創造出許多方便的程式,最近一直需要作圖分析,厭倦了Origin重複且繁複的設定,所以決定將要分析的資料使用c做分析後再由gnuplot畫出。 熟悉gnuplo...
[C/C++] Socket Connection
Socket Connection 節錄自筆者的Network Programming其中的資料,一般在Windows底下如果要寫網路程式多半會想到Microsoft MFC提供的相關API,而Linux底下則多使用Unix Socket來實現,這裡筆者要簡短的介紹如何使用最基礎...
No comments:
Post a Comment