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 Minecraft Server Deployment on Kubernetes Minecraft Server Deployment on Kubernetes Unexpected behavior in Python, mutable variable as default arguments Unexpected behavior in Python, mutable variable as default arguments How to copy files from a pod in Kubernetes, or vice versa How to copy files from a pod in Kubernetes, or vice versa Read JSON file with CPP Read JSON file with CPP