Knowing your distribution is help to install package that is suitable for your box. This command will help you to find out what is your Ubuntu distribution.
cat /etc/*-release
Soum Sareuon's Blog
Monday, March 14, 2011
Thursday, January 27, 2011
Find Process Id in Ubutu
Many times that I have problem with how can I stop the background process of some app like tomcat, geoserver, ruby....
Ok, I found that we can use command $ps aux | grep tomcat
the returning result is here.
so on the return result I realize that the process is of tomcat is "2957".
then I can kill it by run $sudo kill 2957
Ok, I found that we can use command $ps aux | grep tomcat
the returning result is here.
1000 2957 0.0 0.0 3044 800 pts/1 S+ 10:05 0:00 grep --color=auto tomcat
so on the return result I realize that the process is of tomcat is "2957".
then I can kill it by run $sudo kill 2957
Kills Backgroud Process On Ubuntu
I run Geoserver on port 8080 in background process, I wish to stop it so I have to run command:
1-$sudo netstat -lpn | grep :8080
then it will reply some think like here.
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 1847/java
2.then I found that geoserver on my box have process id 1847 so. I can kill it by run
$sudo kill 1847.
it done.
1-$sudo netstat -lpn | grep :8080
then it will reply some think like here.
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 1847/java
2.then I found that geoserver on my box have process id 1847 so. I can kill it by run
$sudo kill 1847.
it done.
Wednesday, January 26, 2011
ShareVisoin: Web Mapping
Hi there this is my slide at HackerSpacePP, on 22 jan 2011.
Web mapping
View more presentations from Sareuon Soum.
Monday, January 17, 2011
Open Tech-Talk on Web Mapping
There are a lot of people using they browsers to suff information on the net, also today technology you can use web map to show the location of restaurants, museums, and art venues. A business can post a map for reaching its offices. The state government can present a map showing average income by area.
Most of you already use web map but don't really know the process and accompanying tools for creating and publishing on-line maps. Ok, on 22 January 2011, at HackerSpacePP we have Open Tech-Talk organize by ShareVisoin Team Iḿ going to have a talk on the process of designing, implementing, generating and delivering maps to www.
So see you there!
Most of you already use web map but don't really know the process and accompanying tools for creating and publishing on-line maps. Ok, on 22 January 2011, at HackerSpacePP we have Open Tech-Talk organize by ShareVisoin Team Iḿ going to have a talk on the process of designing, implementing, generating and delivering maps to www.
So see you there!
Subscribe to:
Posts (Atom)