Tech How to kill all python processes that an user executed simultaniously kevin-tofu December 7, 2023 1 min read ps -u kevin | grep python | awk '{print $1}' | xargs kill Continue Reading Previous Previous post: Asynchronous Advantage Actor-CriticNext Next post: Correspondence of Quantum Machine Learning and Subroutines Related News Create simple mesh with Gridap Create simple mesh with Gridap Compute Compliance along with multiple force using Gridap Compute Compliance along with multiple force using Gridap Level set method: Update GridapTopOpt Tutorial Level set method: Update GridapTopOpt Tutorial Compile and Install PETSc with external libraries Compile and Install PETSc with external libraries