Skip to main content

how to stop an uncontrolled process in ubuntu by " sudo kill" command

steps:-->

  1. open terminal "CTRL+ALT+T"
  2. type " ps -A | grep XXXX" to view XXXX process running on PC
  3. every process is related to unique ProcessID (PID)
  4. find it " it is a number given in left on the screen in front of the name of process
  5. then type" sudo kill PID"
  6. then "ENTER"
  7. enter "password"
  8. then "ENTER"
  9. your process is closed
example : to close firefox 
  1. ps -A |grep fire
  2. look for PID that is 24243 in my PC
  3. sudo kill 24243
  4. after entering password it is closed
  5. have a look....

Comments

Popular posts from this blog

Solar Tracker Project without any programming

Solar Tracker System  Usually, we make solar panel fixed towards south direction. A solar panel produces a maximum of energy when the direction of the sun is directly in front of the panel. So we need a Sun tracker solar panel system. By using this device we can track the direction of the sun and Solar panel can be adjusted towards the Sun, the whole day. And we can extract the maximum of energy. Recently I published a complete article how can we make solar tracker in Hindi. You may like to r ead the full article on my blog: Solar Tracker Related Searches for this project can be: How to make a solar tracker DIY solar tracker dual-axis solar tracker Arduino solar tracker solar panel tracker solar tracker system solar tracker kit solar eclipse tracker 2017 single-axis solar tracker solar tracker Arduino solar panel sun tracker solar panel tracker system solar panels track...

Some Relationship Tips For Love Couple रिश्तों में Couples अक्सर कौन सी Mistakes करते हैं

Some Relationship Tips For Love Couple रिश्तों में Couples अक्सर कौन सी Mistakes करते हैं अपने सोना बाबू कि कामुकता (Sexual Excitment) भरी ख़ुशी कि लिए न्यूड पिक्चर भेजना/मांगना (Sending or Asking Nudes, may ruin your life) मेरे प्यारों मान लिया भले ही अपका बाबू सोना आपके फोटो (Nude Picture) का गलत उपयोग न करे। लेकिन जिस फ़ोन में फोटो क्लिक कर रहे हो/ या जिसमे भेज रहे हो, उसमे से अगर अपका फोटो किसी एप्प के द्वारा चुरा लिया जाये। एक-दिन जब इन्कॉग्निटो मोड में ब्राउज़िंग करते हुए खुद को देखोगे न तब समझ आएगा की गलती कब हुई थी। (Usualy all browse Adult Content in Incognito mode of the browser) तब तक तुम्हारी दुनिया बस चुकी होगी और उस वक्त समझ भी नहीं आएगा, क्या करे-क्या न करें। इसलिए अपनी भावनाओं पर काबू रखें और अपना व अपनी प्रेमी/प्रेमिका की प्राइवेसी का ख्याल रखें। ( Be Aware of your and your lover's privacy and be Safe ) ज्यादा ही प्यार (so called) आ रहा है, तो साधारण, चैट कर लो। (Sexting is fine) ये सोचकर की मेरे प्रेमी/प्रेमिका को पता नहीं चलेगा, छुप-छुपकर दूसरी जगह...

How to Install Master PDF Editor v5.0.3 on Ubuntu 18.04 and 19.04

What is Master PDF Editor ? Master PDF is an application which allows you to edit, create or view PDF documents. You can also encript your documents with passwords by using this application. So, This application would be very usefull for you. Master pdf editor application is available for several OS, Operating Systems, such as Windows, Linux, Mac OS. How to Install Master PDF Editor ? (Ubuntu) Download the master pdf editor application package via terminal as follows: root@munendra-latitude-e6430:/home/munendra# wget https://code-industry.net/public/master-pdf-editor-5.4.38-qt5.amd64.deb --2019-08-06 17:12:35-- https://code-industry.net/public/master-pdf-editor-5.4.38-qt5.amd64.deb Resolving code-industry.net (code-industry.net)... 136.243.89.42 Connecting to code-industry.net (code-industry.net)|136.243.89.42|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 10847830 (10M) [application/octet-stream] Saving to: ‘master-pdf-editor-5.4.38-qt5.amd6...