tagged [kill]

How to kill a process on a port on ubuntu

How to kill a process on a port on ubuntu I am trying to kill a process in the command line for a specific port in ubuntu. If I run this command I get the port: so...now I want to run: I get this erro...

29 Oct at 17:49

Why number 9 in kill -9 command in unix?

Why number 9 in kill -9 command in unix? I understand it's off topic, I couldn't find anywhere online and I was thinking maybe programming gurus in the community might know this. I usually use to kill...

24 Apr at 12:7

How do I kill an Activity when the Back button is pressed?

How do I kill an Activity when the Back button is pressed? I got an Activity that when it starts, it loads an image from the internet. In an effort to save memory, when the Activity is left by the bac...

Kill process on remote machine

Kill process on remote machine I'm trying to kill a process on a remote machine. But I get error. What am I doing wrong and how can I make this work? My code: ``` var iu = new ImpersonateUser(); try {...

13 Jun at 10:13

Process.Kill() doesn't seem to kill the process

Process.Kill() doesn't seem to kill the process I am having trouble using `Process.Kill()`. I think I must be misunderstanding how it works. This is my test function. I start a long-running process (`...

17 May at 16:36

Closing Excel Application Process in C# after Data Access

Closing Excel Application Process in C# after Data Access I'm writing an application in C# that opens an Excel template file for read/write operations. I want to when user closes the application, exce...

What does 'killed' mean when processing a huge CSV with Python, which suddenly stops?

What does 'killed' mean when processing a huge CSV with Python, which suddenly stops? I have a Python script that imports a large CSV file and then counts the number of occurrences of each word in the...

23 Aug at 08:4