• Home
  • Posts
  • Services
  • Contact
  • ssh session ever hanged ?
    Try pressing Enter~.
    To close the connection instead of closing the terminal
  • mistyped password ?
    Press Ctrl+u
    Instead of smashing backspace multiple times to clear the input
  • system lagging ?
    View most ram sucking process
    ps aux | sort -brk4 | head
  • Nmap
    View available ip address on subnet
    nmap -sP 192.168.1.0/24
  • ZSH
    want to rename or backup a file quickly without typing whole path again ?
    mv /var/lib/gitea/custom/conf/app.ini{,.bak}
    and press tab to see it yourself
  • I've many snippets in my shell.org file but its more than 200 lines will copy some ofem when i've time
    also checkout snippets