[Linux] 使用 tmux 取代老舊的 Terminal
耳聞 tmux 非常好用,所以來看看該怎麼開始使用這個 tool。 安裝方式: 很簡單,在 Ubuntu 下只要透過 aptitude 即可。 $> sudo aptitude install tmux 操作方式: 直接在 command line 執行 tmux,即可運行 tmux tool。 在進入 tm …
difference
耳聞 tmux 非常好用,所以來看看該怎麼開始使用這個 tool。 安裝方式: 很簡單,在 Ubuntu 下只要透過 aptitude 即可。 $> sudo aptitude install tmux 操作方式: 直接在 command line 執行 tmux,即可運行 tmux tool。 在進入 tm …
dirname是在Linux上,用來顯示檔案所處的路徑,使用上必須在命令後面加上字串,這個字串是檔案的完整路徑,也就是 “路徑+檔名” 的形式,如: ”path/to/checkfile.txt” 所以我們只要取得路徑名稱時,只要使用下列命令, dirname &# …
各位在 Linux 下使用 sudo 時,是否會出現 “command not found” 的錯誤訊息? 這是因為預裝的 sudo 在編譯時,–with-secure-path 採用了預設值,而導致原來 User 的 PATH 環境設置項,在 sudo 時被暫時覆蓋。 – …
Few days ago, I use the Eclipse IDE for developing C/C++ program.But I had a problem… When I opened a C/C++ project, it will crash.I figure out the first …
In the article “Undelete Files on an ext3 or ext4 File System“, the poster shows the steps of how to undelete files approach when you use the ext3 o …
因為 Apple MacBook Pro 的鍵盤上沒有 Print 鍵,所以想要用快速鍵來做螢幕截圖的客倌們,就自行作個設定吧! 請到 System Settings> Keyboard Shortcuts 裡,將 Take a Screenshot 的快速鍵重新定義成其他的按鍵組合便可。
In Linux Kernel, we want to print out the mac address information, we can use this pattern. [sourcecode language=”c”] printk("mac address: %02x …
由 Google WebM Project 分支出來的一個專案,名稱為 WebP,主要針對影像資料的壓縮,可以提供相近於 JPEG 的影像品質,而檔案大小可以減少 39.8%。採用的演算法,基本上是在過程中用 WebM 的 coding algorithm 去處理,以 JPEG 演算法程序來看,會在 JPEG 的 DC …
When we compile some project, we may want to catch compile-time error message for debugging use. Unfortunately, you can’t just redirect the error messages …
Qt Lab 日前在 Blog 介紹了 BogDan 提供的 Qt Creator,叫做 Necessitas,其可以支援 Android 並整合 Qt Creator,各位可以看看安裝教學,應該很容易可以弄起來,在 Necessitas 上有很詳細的說明和 source code 下載位址。 Necessitas 可 …