Skip links

  • Skip to primary navigation
  • Skip to content
  • Skip to footer
  • About
  • Coursework
  • Notes
  • Projects
  • Talks
    Dongmin Kim

    Dongmin Kim

    AI Researcher @KAIST

    • Seoul, Korea
    • Email
    • GitHub
    • Instagram
    • linkedin

    Useful linux commands

    less than 1 minute read

    Updated: May 02, 2022

    Here are some useful linux commands.

    process

    htop
    
    killall -u $(USERNAME) # kill all process with username $(USERNAME)
    

    gpu

    watch 'gpustat'
    
    nvidia-smi
    

    Tags: linux, shell

    Categories: programming tools and environments

    Updated: May 2, 2022

    Share on

    Twitter Facebook LinkedIn
    Previous Next

    Leave a comment

    You may also enjoy

    CNN

    less than 1 minute read

    January 02 2023

    CNN shortcuts

    Problem Solving Basis - Dijkstra

    3 minute read

    November 15 2022

    Find shortest path, given starting node, with positive path distance.

    Problem Solving Basis - Binary Search

    less than 1 minute read

    November 06 2022

    Fast way to find the element in sorted data: binary search

    Problem Solving Basis - DFS, BFS

    less than 1 minute read

    November 03 2022

    DFS (Depth First Search) and BFS (Breadth First Search).

    • Follow:
    • GitHub
    • Instagram
    • linkedin
    • Feed
    © 2023 Tommy's Tech Blog. Powered by Jekyll & Minimal Mistakes.