Skip to content

JackKuo-tw/JackKuo.Ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

JackKuo.Ubuntu

Ubuntu 實用指令

# in your .bashrc/.zshrc
alias open="nautilus"
alias oo="xdg-open"

改密碼

echo "username:newpass"|chpasswd

處理器數量

nproc

將 docx 轉成 純文字

unzip -p some.docx word/document.xml | sed -e 's/<[^>]\{1,\}>//g; s/[^[:print:]]\{1,\}//g'

SSh Tunnel

ssh 10.21.20.128 -o "ProxyCommand=nc -X connect -x 127.0.0.1:1080 %h %p"

Ubuntu 安裝筆記

About

What I have experienced

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published