Re: [Ilugc] .a-tip-a-day. (kill - get signal list and kill processes)

2009-10-31 Thread Mehul Ved
On Sun, Nov 1, 2009 at 8:57 AM, Salvadesswaran P.S. wrote: > To find if the process is running and its process id, use: > > $ ps aux | grep Alternatively, there's also pgrep ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe " in

Re: [Ilugc] .a-tip-a-day. (kill - get signal list and kill processes)

2009-10-31 Thread Shakthi Kannan
Hi, --- On Sun, Nov 1, 2009 at 9:49 AM, Mohan Sundaram wrote: | psof(program_name) does this. Thus we can use kill `psof(firefox)` \-- Or, one can use: $ pkill firefox Check the pkill manpage: $ man pkill SK -- Shakthi Kannan http://www.shakthimaan.com _

Re: [Ilugc] .a-tip-a-day. (kill - get signal list and kill processes)

2009-10-31 Thread Mohan Sundaram
On 01/11/2009 09:49, Mohan Sundaram wrote: On 01/11/2009 08:57, Salvadesswaran P.S. wrote: $ killall firefox $ killall opera To find if the process is running and its process id, use: $ ps aux | grep psof(program_name) does this. Thus we can use kill `psof(firefox)` Sorry it should be pido

Re: [Ilugc] .a-tip-a-day. (kill - get signal list and kill processes)

2009-10-31 Thread Mohan Sundaram
On 01/11/2009 08:57, Salvadesswaran P.S. wrote: $ killall firefox $ killall opera To find if the process is running and its process id, use: $ ps aux | grep psof(program_name) does this. Thus we can use kill `psof(firefox)` -- Mohan Sundaram ___ To

Re: [Ilugc] .a-tip-a-day. (kill - get signal list and kill processes)

2009-10-31 Thread Salvadesswaran P.S.
On Sun, Nov 1, 2009 at 8:26 AM, Girish Venkatachalam wrote: > $ kill -l > > Anyway you kill a process with this command. > > $ kill 3423 > > to kill the process whose ID is 3423. > > By default SIGKILL is sent I think. No, signal ID 15 (SIGTERM) is sent by default. -- Salva _

Re: [Ilugc] .a-tip-a-day. (kill - get signal list and kill processes)

2009-10-31 Thread Salvadesswaran P.S.
On Sun, Nov 1, 2009 at 8:26 AM, Girish Venkatachalam wrote: > $ kill -l > > > This is kill -ell > > I wanted to show that  it is not the numeral '1' but 'l' ,English ell. > > Anyway you kill a process with this command. > > $ kill 3423 > > to kill the process whose ID is 3423. > > By default SIGKI

Re: [Ilugc] Java Sound problem in fedora11

2009-10-31 Thread Ashok Gautham
On Sun, Nov 1, 2009 at 12:26 AM, JAGANADH G wrote: > Dear all > > I am using Fedora-11 . I was trying to record sound with a Java application. > But it is not recording any sound. But the Sound Recorder is working fine. > Any solution for that . IcedTea does not have the sound APIs. That could be

[Ilugc] .a-tip-a-day. (kill - get signal list and kill processes)

2009-10-31 Thread Girish Venkatachalam
$ kill -l 1) SIGHUP 2) SIGINT 3) SIGQUIT 4) SIGILL 5) SIGTRAP 6) SIGABRT 7) SIGBUS 8) SIGFPE 9) SIGKILL 10) SIGUSR1 11) SIGSEGV 12) SIGUSR2 13) SIGPIPE 14) SIGALRM 15) SIGTERM 16) SIGSTKFLT 17) SIGCHLD 18) SIGCONT 19) SIGSTOP

[Ilugc] Java Sound problem in fedora11

2009-10-31 Thread JAGANADH G
Dear all I am using Fedora-11 . I was trying to record sound with a Java application. But it is not recording any sound. But the Sound Recorder is working fine. Any solution for that . -- ** JAGANADH G http://jaganadhg.freeflux.net/blog ___

Re: [Ilugc] [TAMTRANS] standard words

2009-10-31 Thread Vinod Parthasarathy
2009/10/31 amachu > On Sat, 2009-10-31 at 05:26 +0530, Kenneth Gonsalves wrote: > > server - வழங்கி > Another option is புரவலர். > > port - துறை (can mean that) > Another option is படலை. > > account - கணக்கு > > profile - சுயவிவரம் > Other options are சிறு வாழ்க்கைக் குறிப்பு and பக்கதோற்ற வடிவ

Re: [Ilugc] [TAMTRANS] standard words

2009-10-31 Thread amachu
On Sat, 2009-10-31 at 05:26 +0530, Kenneth Gonsalves wrote: > server - வழங்கி > port - துறை (can mean that) > account - கணக்கு > profile - சுயவிவரம் -- ஆமாச்சு ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe " in the subject or

Re: [Ilugc] [TAMTRANS] standard words

2009-10-31 Thread Asokan Pichai
Anto Peter had published a glossary of technical terms. Cannot recall the URL immediately. Will try and get it. On Sat, Oct 31, 2009 at 5:26 AM, Kenneth Gonsalves wrote: > hi, > can we standardise: > server > port > account > profile > -- > regards > kg > http://lawgon.livejournal.com >

Re: [Ilugc] A nice medical application with jQuery plugin and javascript code

2009-10-31 Thread steve
Hi, On 10/31/2009 03:20 PM, Girish Venkatachalam wrote: On Sat, Oct 31, 2009 at 2:16 PM, steve wrote: Thanks for sharing this. It would have been a bit more useful if you also mentioned in passing the actual plugin name and the source: Dear Steve, I think I already did that. The plugin n

Re: [Ilugc] firefox and passwords

2009-10-31 Thread Mohan Sundaram
On Sat, Oct 31, 2009 at 2:05 PM, Raja Subramanian wrote: > On Sat, Oct 31, 2009 at 12:54 PM, Kenneth Gonsalves > wrote: > > 3. I once typed the wrong username using 'k' instead of 'K'. Asked > firefox to > > remember it, and then found it was wrong. Now firefox will not allow me > to > > enter th

Re: [Ilugc] A nice medical application with jQuery plugin and javascript code

2009-10-31 Thread Girish Venkatachalam
On Sat, Oct 31, 2009 at 2:16 PM, steve wrote: > Thanks for sharing this. It would have been a bit more useful if you also > mentioned in passing the actual plugin name and the source: Dear Steve, I think I already did that. The plugin name is imgAreaSelect. There is another plugin called jqzoo

Re: [Ilugc] A nice medical application with jQuery plugin and javascript code

2009-10-31 Thread steve
Hi Girish, On 10/31/2009 02:02 PM, Girish Venkatachalam wrote: Check out this page: http://gayatri-hitech.com/Misc/imgareaselect/ and this code: http://gayatri-hitech.com/languageclasses/imgareaselect.js.html Thanks for sharing this. It would have been a bit more useful if you also mentione

Re: [Ilugc] firefox and passwords

2009-10-31 Thread Raja Subramanian
On Sat, Oct 31, 2009 at 12:54 PM, Kenneth Gonsalves wrote: > 3. I once typed the wrong username using 'k' instead of 'K'. Asked firefox to > remember it, and then found it was wrong. Now firefox will not allow me to > enter the capital 'K' instead of the small 'k'. Even if I enter the capital > 'K

[Ilugc] Re: A nice medical application with jQuery plugin and javascript code

2009-10-31 Thread Girish Venkatachalam
On Sat, Oct 31, 2009 at 2:02 PM, Girish Venkatachalam wrote: > > http://gayatri-hitech.com/languageclasses/imgareaselect.js.html > > The idea is for the doctor to be able to identify problems with the > eyes of patients. Oops. I wanted to say that this plugin did the trick. http://odyniec.net/pr

[Ilugc] A nice medical application with jQuery plugin and javascript code

2009-10-31 Thread Girish Venkatachalam
Check out this page: http://gayatri-hitech.com/Misc/imgareaselect/ and this code: http://gayatri-hitech.com/languageclasses/imgareaselect.js.html The idea is for the doctor to be able to identify problems with the eyes of patients. Now I dunno how to select multiple areas in the same image. Ob

Re: [Ilugc] Sabayon 5.0 DVD

2009-10-31 Thread Salvadesswaran P.S.
2009/10/31 பத்மநாதன் : > LUGS, >            November month LFY and DIGIT Having Sabayon 5.0 DVD. Hi. Thanks for the info. I have queued it after Ubuntu 9.04 and a few more distros in my download list. This will save some bandwidth and power too :) -- Salva

Re: [Ilugc] firefox and passwords

2009-10-31 Thread Kenneth Gonsalves
On Saturday 31 Oct 2009 1:31:54 pm Satish Chandra wrote: > > 4. How to tell it to forget a username and password for a particular > > site? > > In Firefox, go to Edit->Preferences and open the Security tab. There > you can see for which sites passwords are not remembered and also the > list of sa

Re: [Ilugc] firefox and passwords

2009-10-31 Thread Satish Chandra
On Sat, Oct 31, 2009 at 12:54 PM, Kenneth Gonsalves wrote: > I do not know if it is only me, but I am in constant trouble wrt firefox and > passwords. Here are some doubts: > > 1. on first logging in to a site, firefox asks whether to save the username > and > password. If you click 'not now' or

[Ilugc] firefox and passwords

2009-10-31 Thread Kenneth Gonsalves
hi, I do not know if it is only me, but I am in constant trouble wrt firefox and passwords. Here are some doubts: 1. on first logging in to a site, firefox asks whether to save the username and password. If you click 'not now' or ignore the question, the question vanishes and you never get to

[Ilugc] Sabayon 5.0 DVD

2009-10-31 Thread பத்மநாதன்
LUGS, November month LFY and DIGIT Having Sabayon 5.0 DVD. -- Padhu, Pollachi. Knowledge is power ! "Be an Energy (Opti)mizer - Use Electricity Wiser" ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe " in the su