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 Scipy and Scikit-FEM based Topology Optimization Library Scipy and Scikit-FEM based Topology Optimization Library Git Large File Storage Git Large File Storage Failed to renew Certificate in Issuer in Kubernetes… Failed to renew Certificate in Issuer in Kubernetes… Run Tests Scripts with Pytest on Github Actions Run Tests Scripts with Pytest on Github Actions