安裝 ssh server # apt-get install openssh-server 設定檔: /et […]
標籤: linux
find files in foldersfind files in folders
Command line: find where -name 'filename' 查詢檔案名稱 (不區分大小 […]
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 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 […]
Linux 各種壓縮與解壓縮指令Linux 各種壓縮與解壓縮指令
.tar (僅打包,無壓縮) 打包: $ tar cvf FileName.tar DirName 解包: $ […]