#linux
Gnu-Linux
→ Make user change password next connection
chage -d 0 the_user
→ Search in the history of command
ctrl+r
: reverse search within the historyctrl+s
: search in the history (addstty -ixon
in the .bashrc)
→ sync two folders realtime
- lsyncd in direct mode leverages inotify and basic cp/MV/rm commands, batching file modification
- In Debian
→ show diff on two files
comm -23 <(sort a.txt) <(sort b.txt)
This page was last modified: