Re: something regards "find"

2012-01-04 Thread pedro insua
On 4 January 2012 12:19, Wilko Fokken wrote: > On Fri, Dec 30, 2011 at 12:04:31PM +0800, lina wrote: >> Hi, >> >> I don't know how to find one file out, >> >> one file contains some numbers, like >> >> 7.9 2.4 4.2 12.2 and etc >> >> I can't remember the file name. I tried: >> >> $ grep -e "7.9" -e

Re: error opening mutt

2010-01-20 Thread Pedro Insua
On Wed, Jan 20, 2010 at 08:47:27PM +0800, Umarzuki Mochlis wrote: > By following this tutorial > http://www.andrews-corner.org/mutt.html, I > encountered these messages. What should i put in mutt_aliases > and mutt_colors? Where your muttrc says. But don't need these files to use mutt, comment

Re: categorization

2010-01-12 Thread Pedro Insua
On Tue, Jan 12, 2010 at 07:57:51PM +0530, Jeffrin Jose wrote: > hello all, > > i was just thinking about categorizing mail from mailing lists. > anyway not on the basis of list name, but was looking forward > for a technical categorization. Mails in this list comes on various > topics. is it poss

Re: Screen highlight

2009-12-13 Thread Pedro Insua
On Sun, Dec 13, 2009 at 11:28:38AM +, pch0317 wrote: > Hi List > > I have new notebook Hewlett-Packard Compaq 615 VC289EA. I have installed > Debian testing on it. > The problem is that function keys don't work and I can't decrease > highlight of my screen. > Is there any method to software de

Re: contactar

2009-11-08 Thread Pedro Insua
On Sun, Nov 08, 2009 at 12:42:34PM -0600, Heber Estuardo Peralta Barrera wrote: > > > Buenos dias, > > Mi nombre es Heber Estuardo Peralta Barrera y soy Guatemalteco, estoy > interesado en ser un canal de distribucion de su version > de Linux Debian ytambien si me pudieran mandar mas informacio

Re: what's your favourite FLOSS?

2009-11-06 Thread Pedro Insua
On Thu, Nov 05, 2009 at 03:56:48PM +0200, Tshepang Lekhonkhobe wrote: > Here's a template where you can fill in your favourites If something > doesn't fit in any of the categories, put it under misc utilities. > Please don't add what you haven't really used. You can include more > than one entrant

Re: How to uninstall a kernel and *all* of its "dependencies"?

2009-10-23 Thread Pedro Insua
On Fri, Oct 23, 2009 at 05:15:14PM +0300, Jari Fredriksson wrote: > > > 23.10.2009 17:03, Pedro Insua kirjoitti: > > dpkg -L debian-reference-en > > > > I have not this package installed, so says that command. What good does > it bring? Documents? I never read

Re: How to uninstall a kernel and *all* of its "dependencies"?

2009-10-23 Thread Pedro Insua
On Fri, Oct 23, 2009 at 09:54:32AM -0400, Paul Cartwright wrote: > On Fri October 23 2009, Wayne wrote: > > As a new user of Debian you would be well advised to install the > > debian-reference package.  Most, if not all, of your questions are > > addressed in that package.  I find it useful after

Re: [mutt] label mails with colored tags

2009-10-22 Thread Pedro Insua
On Thu, Oct 22, 2009 at 06:31:40PM +0200, Peter Jordan wrote: > Hello, > > I plan to migrate from thunderbird to mutt. > > In thunderbird it is possible to define custom tags (e.g. debian > with color red), so that the mails labeled with debian are > highlighted red. > > Is that also possible wi

Re: Setting CPU fan seed

2009-09-28 Thread Pedro Insua
On Mon, Sep 28, 2009 at 08:59:21AM -0300, Hashimoto wrote: > Hi, > > My processor is so warm yet. Sometimes it get 75C :( > > hashim...@debian-lap:~$ sensors > k8temp-pci-00c3 > Adapter: PCI adapter > Core0 Temp: +61.0°C > Core0 Temp: +55.0°C > Core1 Temp: +63.0°C > Core1 Temp: +63.0°C > > H

Re: error en debian

2009-09-20 Thread Pedro Insua
On Sat, Sep 19, 2009 at 05:03:17PM +, jonathan godoy wrote: > > hola necesito ayda urgente.. acabo de instalar debiaan 5 pero > tambien tenia instalado ubuntu 9.4 con ext4 y no me aparece en el > grub!! como hago para que salga en la lista? ahora de plano no me > agrado debian.. ni la tarjeta

Re: How to bounce several messages with mutt

2009-09-17 Thread Pedro Insua
On Thu, Sep 17, 2009 at 10:18:18AM +0200, Gorka wrote: > Hi everybody, > > > > Can I bounce several messages with mutt? > > I kwon I can mark matching mails with 'T'. > > I also know I can bounce one mail with 'b'. > > But, how could I bounce all matching messages? > ';' <.. example

Re: default web browser

2009-04-16 Thread Pedro Insua
On Thu, Apr 16, 2009 at 02:05:32PM -0400, Mark Grieveson wrote: > Hello. I'm using Fluxbox. Whenever I download an extension, such as a > new dictionary, for OpenOffice.org, it opens up uxterm, and runs lynx. > I checked OpenOffice.org's options and customize choices, but there is > no option tha

Re: email notification when a process ends?

2009-04-15 Thread Pedro Insua
On Wed, Apr 15, 2009 at 02:05:56PM -0500, Zhengquan Zhang wrote: > > , > > | while true; do > > | > > | IDP=$(pidof your_process) > > | > > | if (( $? == 1 )) ; then > > | echo "End your_process with pid:$IDP" | mail -s "subject text" user > > | fi > > | > > | sleep

Re: email notification when a process ends?

2009-04-15 Thread Pedro Insua
On Wed, Apr 15, 2009 at 01:21:55PM -0500, Zhengquan Zhang wrote: > On Wed, Apr 15, 2009 at 08:16:23PM +0000, Pedro Insua wrote: > > On Wed, Apr 15, 2009 at 01:00:25PM -0500, Zhengquan Zhang wrote: > > > Dear debian users, > > > I have got a script that does database

Re: email notification when a process ends?

2009-04-15 Thread Pedro Insua
On Wed, Apr 15, 2009 at 01:21:55PM -0500, Zhengquan Zhang wrote: > On Wed, Apr 15, 2009 at 08:16:23PM +0000, Pedro Insua wrote: > > On Wed, Apr 15, 2009 at 01:00:25PM -0500, Zhengquan Zhang wrote: > > > Dear debian users, > > > I have got a script that does database

Re: email notification when a process ends?

2009-04-15 Thread Pedro Insua
On Wed, Apr 15, 2009 at 01:00:25PM -0500, Zhengquan Zhang wrote: > Dear debian users, > I have got a script that does database query running for hours. Is there > any way to send myself an email after the process for the script ends? Hello. You can use 'mail' , in 'bsd-mailx' package. When

Re: downloading hotmail emails

2009-01-21 Thread Pedro Insua
On Wed, Jan 21, 2009 at 11:00:54PM +1100, Daniel Dalton wrote: > Hi, > > Could someone please give me some hints on setting up fetchmail with the > hotmail pop3 server provided in a reply to this thread? Eg. how do I > enable ssl in fetchmail, and establish an ssl connection with fetchmail > and g

Re: English grammar checker

2009-01-14 Thread Pedro Insua
On Wed, Jan 14, 2009 at 09:52:33AM -0200, Marcelo Laia wrote: > Hi, Hi! > I am looking a English grammar software checker for linux. I am using > Debian testing. I try google and didn't found a software for this. Do > you known one? apt-cache show link-grammar Homepage: http://www.link.cs.c

Re: alt key is not working in terminals

2009-01-09 Thread Pedro Insua
On Thu, Jan 08, 2009 at 02:17:41PM -0600, lostson wrote: > > Hello I have recently updated my lenny system and now the Alt key > is not working in my terminals. I can get it to work in Xterm using > the > > XTerm*eightBitInput: false > > I have noticed this mrxt and Xterm Unicode as well this

Re: Local Language (Localization)

2009-01-08 Thread Pedro Insua
, | | -BEGIN PGP SIGNED MESSAGE- | Hash: SHA1 | | On Thu, Jan 8, 2009 at 5:41 PM, Pedro Insua wrote: | | > You can read The Debian Reference Guide: | > | > 9.7 Localization (l10n) | | I've done and generate UTF-8 | | # dpkg-reconfigure locales | id_ID.UTF-8 UT

Re: Local Language (Localization)

2009-01-08 Thread Pedro Insua
On Thu, Jan 08, 2009 at 03:23:27PM +0700, Zaki Akhmad wrote: > Hello, > > I come from Indonesia. I see Ubuntu already package Indonesian > language. How do I activate Indonesian language on Debian? > You can read The Debian Reference Guide: 9.7 Localization (l10n) Debian is internationa

Re: How to set user locale, instead of global locale?

2008-12-15 Thread Pedro Insua
On Mon, Dec 15, 2008 at 11:50:49AM -0200, Mauricio wrote: > Hi, Hi! > > Do you know how can I change my locale as > user of a remote system (with only terminal > access)? The locale I want is already available > on the system, and I tried to change mine > setting LC_ALL to the proper value in my

Re: Audio: How to Cut out Seconds of Silence

2008-12-15 Thread Pedro Insua
On Sun, Dec 14, 2008 at 07:26:34PM -0700, wauh...@yahoo.com wrote: > I have an audio file (wav or mp3 format), which consists of sequences of > useful audio-data - after a few seconds interrupted by about two seconds > of absolute silence. > I could edit the file with AUDACITY manually for to C

Re: Conversion from jpg to video

2008-12-14 Thread Pedro Insua
On Sun, Dec 14, 2008 at 10:41:27AM +0100, Emanoil Kotsev wrote: > Pedro Insua wrote: > > > On Sat, Dec 13, 2008 at 10:01:38AM -0600, Ron Johnson wrote: > >> On 12/13/08 09:32, Rodolfo Medina wrote: > >>> In another thread on this list it came out that gimp-gap is

Re: Conversion from jpg to video

2008-12-13 Thread Pedro Insua
On Sat, Dec 13, 2008 at 10:01:38AM -0600, Ron Johnson wrote: > On 12/13/08 09:32, Rodolfo Medina wrote: >> In another thread on this list it came out that gimp-gap is able to convert a >> jpg file into mpeg format, but I didn't manage to. Maybe further >> installations >> are required. >> >> Plea

Re: Video editing

2008-12-11 Thread Pedro Insua
ice to manage to do such a thing, i.e. transform an image > >> into a movie! I didn't manage with gimp: how can I achieve this? > > > > Pedro Insua <[EMAIL PROTECTED]> writes: > > > `apt-get install gimp-gap', "gimp-gap - The GIMP Animation Pac

Re: Video editing

2008-12-10 Thread Pedro Insua
On Wed, Dec 10, 2008 at 06:33:43PM +, Rodolfo Medina wrote: > Rodolfo Medina wrote: > > Another thing I want to do is adding a simple text presentation at the > > beginning of the file > > > Arc Roca <[EMAIL PROTECTED]> writes: > > > Write your text say with tex, do dvipng, then convert the

Re: Video editing

2008-12-10 Thread Pedro Insua
s: > > >> > Kino might. > > > > Rodolfo Medina wrote: > > >> But it only handles dv files. So, there's no hope for other formats like > >> mpeg* etc? > > > Pedro Insua <[EMAIL PROTECTED]> writes: > > > You

Re: Video editing

2008-12-09 Thread Pedro Insua
On Tue, Dec 09, 2008 at 07:33:54PM +, Rodolfo Medina wrote: > On 12/08/08 07:36, Rodolfo Medina wrote: > > >> Another thing I want to do is adding a simple text presentation at the > >> beginning of the file > > > Ron Johnson <[EMAIL PROTECTED]> writes: > > > Kino might. > > > But it only