sudo update-rc.d tomcat disable Basically update […]
標籤: linux
nano editornano editor
Copy and Paste cut current line: Ctrl + K copy a […]
在 Ubuntu 上安裝 ssh / telnet server在 Ubuntu 上安裝 ssh / telnet server
安裝 ssh server sudo apt-get install openssh-server 設定檔: […]
find files in foldersfind files in folders
Command line: find where -name 'filename' &nb […]
設定 ubuntu server 自動 log in設定 ubuntu server 自動 log in
1. 安裝 mingetty sudo apt install mingetty 2. 修改 / […]
取得你的 linux 版本取得你的 linux 版本
Get your Linux version: neofetch or lsb_release -a or c […]
Linux 各種壓縮與解壓縮指令Linux 各種壓縮與解壓縮指令
.tar (僅打包,無壓縮) 打包: tar cvf FileName.tar DirName […]