2015年10月22日 星期四

Linux command tips

Logout all users: pkill -u username

SSH port forwards: ssh -L port:127.0.0.1:port -lAccount -N RemoteIP

add text at the end of each line in unix : awk '$0=$0" | --recursive"'

沒有留言: