首頁: http://librecad.org/ 阿榮福利味介紹: http://www.azofreewar […]
分類: infotech
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 […]
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 […]
更改 apache web 網站的圖標 (icon)更改 apache web 網站的圖標 (icon)
1. 下載或自製 16×16 的 icon. 2. 把 icon 命名為 favicon.ico, […]
Ubuntu 的目錄複製Ubuntu 的目錄複製
cp -a /path/from /path/to The -a flag turns on recursiv […]