pt12 I have installed some environments but I am unable to completely terminate them, which causes me to consume a lot of resources every time I run a new program, so please help me terminate them @admin
pt12 pt12 Alternatively, you can tell me the way to reset it. I have tried resetting but still cannot @admin
admin pt12 Log in to the account via SSH and terminate the selected processes. You can check the list using example the ps aux command, and you can terminate a specific process with the command kill -9 PID, where PID is the process number from ps aux.