首頁: http://www.freecadweb.org/ Sourceforge: http://sour […]
分類: infotech
LibreCAD – 取代 autocad 的免費 2D 軟體LibreCAD – 取代 autocad 的免費 2D 軟體
首頁: http://librecad.org/ 阿榮福利味介紹: http://www.azofreewar […]
find files in foldersfind files in folders
Command line: find where -name 'filename' 查詢檔案名稱 (不區分大小 […]
How to Install and Configure Subversion (SVN) Server on UbuntuHow to Install and Configure Subversion (SVN) Server on Ubuntu
首先,確保已安裝的 packages 都是最新版本 sudo apt-get update 然後,安裝 3 個 […]
在 Ubuntu 14.04 安裝 WordPress在 Ubuntu 14.04 安裝 WordPress
How To Install WordPress on Ubuntu 14.04 https://www.di […]
Beginners Guide to creating a daemon in LinuxBeginners Guide to creating a daemon in Linux
http://shahmirj.com/blog/beginners-guide-to-creating-a- […]
Ubuntu 中以其他身分執行命令Ubuntu 中以其他身分執行命令
sudo -H -u otheruser bash -c 'echo "I am $USER, with ui […]
設定 ubuntu server 自動 log in設定 ubuntu server 自動 log in
1. 安裝 mingetty sudo apt-get install mingetty 2. 修改 /etc […]
取得你的 linux 版本取得你的 linux 版本
Get your Linux version: $ neofetch or $ lsb_release -a […]
尋找目錄下的哪些檔案內容有包含特定文字尋找目錄下的哪些檔案內容有包含特定文字
grep -r word * This command will find all occurrences o […]