Re: Emacs and hunspell

2019-03-28 Thread Alfredo Finelli
it_IT" from the list of available options and hunspell uses both dictionaries at the same time. Keep in mind that there is also bug #916227 [1] related to how emacs finds installed dictionaries; it is still open but there is a patch pending. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916227 > From what I have read emacs (1:26.1+1-3.2) should just work with hunspell > even if you just set the last two lines of the above configuration. > However, it does not seem to pick up the dictionaries. > > How do I get it to work? > > Regards > Johann Hope this helps, best regards. Alfredo

Compatibilità

2013-05-01 Thread Alfredo
Salve volevo provare la debian 6 ma non so se la mia scheda video è compatibile (gtx 650 palit) e se possibile prima provarla live Grazie Alfredo -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.

Re: debian wheezy amd64 freeze

2013-02-25 Thread Alfredo Alessandrini
> > You might try installing the package nvidia-xconfig, then running it at the > command line, before giving up on the nvidia drivers. > I did it. > > Note: Did you install nvidia drivers from the web site, or the nvidia-glx > package? Try the latter first, usually. Then run nvidia-xconfig. >

Re: debian wheezy amd64 freeze

2013-02-25 Thread Alfredo Alessandrini
tryed to manually edit the xorg.conf but nothing change. Alfredo

Re: debian wheezy amd64 freeze

2013-02-25 Thread Alfredo Alessandrini
card is a GeForce 650M with the default debian drivers (I guess nouveau drivers). I've tryed to install the nvidia driver (dkms or origianal drivers), but I got a problem "Screen not found" in the xorg logs. But if the poblem may be due to GPU drivers I'm going to try to install it another time. Thanks, Alfredo

Re: How can I write a shell script to update one octet in binary file (like I do manually with hexedit program) ?

2008-12-02 Thread Alfredo Finelli
a 0e0e 020 0e0e 0e0e 0e0e 0e0e 0e0e 0e0e 0e0e 0e0e 030 0e0e 0e0e 0e0e 0e0e 0e0e 0e0e 0e0e 0e0e 040 0e0e 0e0e 0e0e 0e0e 0e0e 0e0e 0e0e 0e0e 050 0e0e 0e0e 0e0e 0e0e 0e0e 0e0e 0e0e 0e0e 060 0e0e 0e0e 064 Best regards, alfre

Re: Root sending messages to users

2008-06-16 Thread Alfredo Finelli
you can use the standard "xmessage" program to open a pop-up containing the message of your choice in X Window. To make this work the user who wants to show the message must be allowed access to the X display belonging to the user on whose screen the message has to appear. Best regards, A

Re: silly little text problem

2008-06-15 Thread Alfredo Finelli
ery font you may want to look here: http://www.tug.dk/FontCatalogue/zapfchan/ Best regards. Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: bash syntax question

2008-06-06 Thread Alfredo Finelli
ction may be augmented temporarily by prefixing it with parameter assignments, as described above in PARAMETERS. These assignment statements affect only the environment seen by that command. For more information you may want to read the "Command execution environment"

Re: Simple awk question

2008-05-29 Thread Alfredo Finelli
}' | sed -e > 's/:,/,/' -e 's/to=,/,/' | grep -v ^$ | sort -k2 > > /home/kj/bounces.csv Out of curiosity I tried a different way, using 'cut' and without using 'awk'. Here is an example pipeline: $ echo word1 word2 word3 word4 word5 word6

Re: Error en la instalacion de Lenny

2008-02-28 Thread Alfredo Finol
e s wrote: Pol Hallen wrote: La imagen de instalacion de lenny se cuelga al 65% en el punto de.. Instalando " ssl-cert " try to kill the process that run ssl-cert Pol and how do you do that from the install CD? -e just you have to go to tty2 or tty3 (with ctrl+alt+f2 or ctrl+alt+f3), a

Re: Re:

2007-09-07 Thread Alfredo Finol
El jue, 06-09-2007 a las 22:23 -0400, Alfredo Finol F escribió: > El jue, 06-09-2007 a las 22:07 -0400, Cavan Mejias escribió: > > I think my windows XP partition might have a virus or > > maybe some of the Microsoft files are damaged. Its running very slow >

Re:

2007-09-06 Thread Alfredo Finol F
El jue, 06-09-2007 a las 22:07 -0400, Cavan Mejias escribió: > I think my windows XP partition might have a virus or > maybe some of the Microsoft files are damaged. Its running very slow > but linux works fine. I wonder if anyone can tell me if I can > reinstall windows without

Re: Emacs newbie question

2006-09-14 Thread Alfredo Finelli
On Friday 15 September 2006 00:34, Paolo Pantaleo wrote: > Hi, > > if i issue > > emacs > > I get the X interface for emacs. What can I do if I want Emacs to > start with console interface? $ emacs -nw -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Cont

Re: Stupid shell script question about "read"

2006-03-02 Thread Alfredo Finelli
[...] So this would work: $ echo foo bar baz | ( read a b c; echo $a $b $c) foo bar baz $ Else you can use a 'here document' construct to feed some standard input to "read" in the same environment as the shell doing the "read", as for example: $ read a b c< foo bar baz > END $ echo $a $b $c foo bar baz $ Ciao. alfredo

Re: scripting problem

2005-11-26 Thread Alfredo Finelli
;%02d"') echo "2 ==="${MD5PW}"===" echo -n "3 ===" for i in ${MD5PW}; do echo $i | awk '{ printf("%c", $i) }'; done echo "===" $ ./t4-2.sh 1 ===$1$iW95z/HB$GFcYFxMKK6x8EUPglVkux.=== 2 === 36 49 36 105 87 57 53 122 47 72 66 36 71 70 99 89 70 120 77 75 75 54 120 56 69 85 80 103 108 86 107 117 120 46=== 3 ===$1$iW95z/HB$GFcYFxMKK6x8EUPglVkux.=== $ alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Canon cameras shaft Linux users

2004-11-26 Thread Alfredo Cole
El Vie 26 Nov 2004 12:15, Roel Schroeven escribió: (...) > -- > "Codito ergo sum" > Roel Schroeven If you are trying to quote Descartes, then it is "Cogito ergo sum". Otherwise, forget it. Regards. -- Alfredo J. Cole Grupo ACyC www.acyc.com - www.clshonduras.com - SolCom - www.acycdomains.com

Re: Vendors supporting Linux (Debian)...

2004-11-18 Thread Alfredo Cole
El Jue 18 Nov 2004 08:29, Ron Johnson escribió: > On Thu, 2004-11-18 at 08:07 -0600, Alfredo Cole wrote: > > El Jue 18 Nov 2004 03:48, Katipo escribió: > > > Mark Maas wrote: > > > > Are there any vendors out there who have specificly supported Linux > > >

Re: Vendors supporting Linux (Debian)...

2004-11-18 Thread Alfredo Cole
id. Try www.mbx.com. They will preinstall Debian for you. Regards. -- Alfredo J. Cole Grupo ACyC www.acyc.com - www.clshonduras.com - SolCom - www.acycdomains.com

Re: Good tool for light photo editing?

2004-10-06 Thread Alfredo Cole
tuff like rotation, > cropping, and scaling, and are very easy to use? There must be something. > (...) Try kuickshow. It does rotating and scaling. Regards. -- Alfredo J. Cole Grupo ACyC www.acyc.com - www.clshonduras.com - SolCom

Re: VMware 4 and Woody R2

2004-05-11 Thread Alfredo Cole
g/stable/devel/kernel-headers-2.4.18-bf2.4 > > and then dpkg -i kernel-headers--2.4.18-bf2.4 > > Either way, is all you need. Thank you! That did it. Regards. -- Alfredo J. Cole http://www.acyc.com http://www.clshonduras.com [EMAIL PROTECTED]

Re: VMware 4 and Woody R2

2004-05-11 Thread Alfredo Cole
El Mar 11 May 2004 14:22, Micha Feigin escribió: > On Tue, May 11, 2004 at 11:44:50AM -0600, Alfredo Cole wrote: > > Hi: > > > > I want to install Debian 3.0 R2 in a VMware virtual machine. The VMware > > tools require that the kernel sources are present, and the linux.

VMware 4 and Woody R2

2004-05-11 Thread Alfredo Cole
. -- Alfredo J. Cole http://www.acyc.com http://www.clshonduras.com [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Unknown scancode e064

2004-02-15 Thread Jose Alfredo Canizo Rincon
Hello everyone. I have the following problem when installing Debian Woody: the installation works properly until the computer reboots, after installing the base system. Then I get the message unknown scancode e064 every time I press a key. It is strange, as the keyboard works perfectly when s

[OT] RE: Opium (Proposal?)

2003-11-17 Thread Alfredo Valles
are some common points of views, it would be very interesting to here them. Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Opium [was: Re: freelance sysadmining -- superlong -- [WAS: "Red Hat recommends Windows for consumers"]]

2003-11-15 Thread Alfredo Valles
On Saturday 15 November 2003 2:30 pm, Vikki Roemer wrote: > On Sat, Nov 15, 2003 at 02:17:27PM -0500, Alfredo Valles wrote: > > On Friday 14 November 2003 11:23 pm, Tom wrote: > > > compared to the taliban and the islamists, I cannot believe you are > > > acusing *US

Re: Opium [was: Re: freelance sysadmining -- superlong -- [WAS: "Red Hat recommends Windows for consumers"]]

2003-11-15 Thread Alfredo Valles
On Friday 14 November 2003 11:23 pm, Tom wrote: > compared to the taliban and the islamists, I cannot believe you are > acusing *US* of advocating a theocracy. talk about head up the ass. But talibans and islamists don't spend billions of dollars a year in weapons. Therefore the rest of the wo

Re: Social Engineering. {was: Re: Opium [was: Re: freelance sysadmining -- superlong -- [WAS: "Red Hat recommends Windows for consumers"]]

2003-11-14 Thread Alfredo Valles
le how to read > just well enough so that they no longer need to think. > Regards, The modern educational process should teach people not to think what have been thought by others before, but to concentrate on new problems. It's what some call progress. Alfredo -- To UNSUBSCRIBE, e

Re: Opium [was: Re: freelance sysadmining -- superlong -- [WAS: "Red Hat recommends Windows for consumers"]]

2003-11-14 Thread Alfredo Valles
> [1] For those (particularly non-US citizens) who don't know, back > in the mid-1990s, 2 white teenagers from a affluent family walked > into their High School armed with rifles and pistols. They proceed- > ed to blow away those they didn't like, whatever the reason. I have heard a lot about so

Re: Opium [was: Re: freelance sysadmining -- superlong -- [WAS: "Red Hat recommends Windows for consumers"]]

2003-11-14 Thread Alfredo Valles
On Friday 14 November 2003 1:14 pm, [EMAIL PROTECTED] wrote: > On the upside, those with the brains to move > themselves up on the socioeconomic ladder will do quite well. I don't think they will do so well with the number of guns you have in the streets, bullets don't distinguish Ph degrees.

Re: apt-get question

2003-11-05 Thread Alfredo Valles
quot;stable" (and, > possibly, backports: www.apt-get.org). But it would be a good idea to add to apt the capability of undo the most recent changes. And it seems not too difficult to do at all. Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: hdparm script (thanks)

2003-11-04 Thread Alfredo Valles
hanks Nicolas, Dennis and everybody. I'm now a happy man with 55.65 MB/sec transfer speed :-) Thanks again. Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: hdparm script

2003-11-03 Thread Alfredo Valles
On Monday 03 November 2003 10:18 pm, Johann Koenig wrote: > > > apt-cache search hdparm > > > > I don't see what you mean. I have hdparm installed. > > > > I just want it to run everytime the machine start. I think that > > /etc/rc.boot would be a good place for my init script but I'm not > > sure.

Re: hdparm script

2003-11-03 Thread Alfredo Valles
On Monday 03 November 2003 9:29 pm, Johann Koenig wrote: > On Monday November 3 at 09:20pm > > Alfredo Valles <[EMAIL PROTECTED]> wrote: > > Hi all. > > > > Where should I put a script that sets my drives settings with hdparm? > > > > Is there a

hdparm script

2003-11-03 Thread Alfredo Valles
Hi all. Where should I put a script that sets my drives settings with hdparm? Is there a template or guideline to follow in debian for making init scripts? Finally: Is there some way different from hdparm to inform the kernel the behavior I want in my ide drives? Thanks in advance Alfredo

Re: anti-spam idea for this list

2003-10-22 Thread Alfredo Valles
usly useful > contributions, more than many sighted developers. > OK. Then we most think about some solution that includes them. What we can't do is use this as an excuse to forget the problem. It should be considered a priority for debian developers not to make things easier to

Re: anti-spam idea for this list

2003-10-20 Thread Alfredo Valles
user have some other proposal to make? But I think that even a blind person can see that something should be done with Swen and the spamers. > > > If yahoo have solved their problem this way this list can too. > > Yahoo doesn't care about accessibility. At least yahoo care

anti-spam idea for this list

2003-10-20 Thread Alfredo Valles
accounts. If yahoo have solved their problem this way this list can too. Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: More on spam

2003-10-20 Thread Alfredo Valles
On Monday 20 October 2003 11:23 am, Paul Johnson wrote: > Stop trying to fix the problem by changing everyone else, instead, > secure your system against these kinds of attacks. Duh. He is not trying to change everyone else, he's trying to change this list defaults. I think that the decision of

Re: More on spam

2003-10-17 Thread Alfredo Valles
On Friday 17 October 2003 12:09 pm, Paul Johnson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Fri, Oct 17, 2003 at 11:56:33AM -0400, Jeff Elkins wrote: > > On Friday 17 October 2003 11:21 am, Paul Johnson wrote: > > >Munging considered harmful. > > > http://www.interhack.net/pub

Re: More on spam

2003-10-17 Thread Alfredo Valles
; > If your email service is unacceptable, complain to your email > provider. You must create a business case for them to act. All > commercial providers are in it for the money (aka business) and unless > you are affecting that then they won't care. Not everybody lives in USA wh

Re: More on spam

2003-10-17 Thread Alfredo Valles
> I don't see what you could do about it before it reaches you machine in > that case. > Whoever runs a (corporate?) mail server these days without a spam filter > should be considered legally insane. The server have an antispam runing but swen messages are not technically spam. > Now that would

Re: More on spam

2003-10-17 Thread Alfredo Valles
On Friday 17 October 2003 8:36 am, Tom wrote: > Sounds stupid right? Read the book to read why it's the *only* > solution, and all technical solutions are doomed to failure... This sound almost like spam to me ;-) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe".

Re: More on spam

2003-10-17 Thread Alfredo Valles
> -deleting spam at the server > -downloading and filtering > -checking specifically for the signature of Swen >(which seems to be the biggest culprit lately) Is it possible to change the debian mail list settings in order to hide one address from usernet? Thanks in adva

downgrading many packages?

2003-10-14 Thread Alfredo Valles
was primitive: I downloaded by hand all the packages I needed to downgrade from testing and then I use dpkg --force-downgrade -i .deb Is there a better way of doing this? Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: SWEN isn't slowing down

2003-10-07 Thread Alfredo Valles
es for SWEN to find the email > address I am posting this from. I was near suicide when some good guy in this list recommended me spamassissin. It's so easy to get to work and once that you train the bayesian filter bye bye to all the stupids swen mails. And you can make it work in

Re: antispam, sylpheed?

2003-10-04 Thread Alfredo Valles
On Sat, 4 Oct 2003 16:40:46 -0300 klaus imgrund <[EMAIL PROTECTED]> wrote: > On Saturday 04 October 2003 15:58, Alfredo Valles wrote: > > Looking for the easiest solution for the spam problem for people like me > that > > don't have access to the mail server I saw t

antispam, sylpheed?

2003-10-04 Thread Alfredo Valles
Looking for the easiest solution for the spam problem for people like me that don't have access to the mail server I saw the sylpheed-claws mail client that have a plug-in for spamassassin and other to use one antivirus. Have someone tried it? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wi

[OT] Speech Recognition & Linux

2003-10-03 Thread Alfredo Valles
ition. I've heard that Hidden Markov Models are good. Maybe neural nets are too? Thanks. Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: OT: RH and Debian brothers now?

2003-09-29 Thread Alfredo Valles
On Friday 26 September 2003 5:31 pm, cr wrote: > On Thursday 25 September 2003 03:24, Sebastian Kapfer wrote: > > On Wed, 24 Sep 2003 09:40:14 +0200, cr wrote: > > > ... having just recovered from another screaming encounter with > > > dselect. > > > > One word: aptitude > > Thanks, I'll bear 'apti

Re: dselect, was Re: OT: RH and Debian brothers now?

2003-09-29 Thread Alfredo Valles
On Saturday 27 September 2003 2:18 am, Terry Hancock wrote: > On Friday 26 September 2003 10:29 am, Pigeon wrote: > > On Fri, Sep 26, 2003 at 02:52:12AM -0700, Paul Johnson wrote: > > > On Sat, Sep 27, 2003 at 08:26:32AM +1200, cr wrote: > > > > I appreciate that dselect is only part of the install

Re: Redhat user wishing to try Debian - confused.

2003-09-29 Thread Alfredo Valles
iated. > The advice I always give is to install knoppix to your hard drive, then in 20 minutes you'll have a fully functional debian testing/unstable. Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: OT: RH and Debian brothers now?

2003-09-24 Thread Alfredo Valles
debian become more user friendly in short time. Oh yes, there is libranet but most people haven't even heard about them, not to mention they won't let you download their last CDs. Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

OT: RH and Debian brothers now?

2003-09-23 Thread Alfredo Valles
for a company? http://www.fedora.us/ http://fedora.redhat.com/ http://fedora.redhat.com/about/ Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: New Debian search resource!

2003-09-19 Thread Alfredo Valles
27;s a search form at the bottom > of http://packages.debian.org/ > Yes but I think that rpmseek will also search non-official repositories. If not there will be no point for it. I searched for mplayer and it didn't found the packages at marillat.free.fr though. Alfredo -- T

Re: Debian release schedule

2003-09-19 Thread Alfredo Valles
ting/unstable flavors. This way they can install every soft they need from debian official testing/unstable repositories. Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Debian release schedule

2003-09-19 Thread Alfredo Valles
of non-offitial apt repositories for gnome in stable. Why don't you check in www.apt-get.org? I really don't undestand why would anybody use stable for desktop, but... Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Sieve script to filter today's MS annoyances

2003-09-19 Thread Alfredo Valles
ffectively filter all this shit. Thanks Alfredo On Friday 19 September 2003 11:14 am, Kirk Strauser wrote: > At 2003-09-19T03:33:53Z, Kirk Strauser <[EMAIL PROTECTED]> writes: > > OK, last iteration (I promise). Enough people have found this helpful, or > at least amusing, that

Re: Equation system resolver

2003-09-18 Thread Alfredo Valles
alculation, but last time I check it was very rustic. Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: overnet, mldonkey, which one??

2003-09-05 Thread Alfredo Valles
an worm? And what about the firewall? How difficult is to make it work behind a firewall? This may be obvious for you but I know nothing about firewalls. What do you mean with I don't realy need the search engine? I think that I need a good search engine a lot or who will I be finding the fi

overnet, mldonkey, which one??

2003-09-04 Thread Alfredo Valles
ree, which is a big drawback. I'm looking for: 1- Easy of use. 2- Security. 3- Proxy support. (I live behind a firewall) 4- Work well in low bandwith. 5- Free (GPL) Can anyone give me a hint? Thanks in advice. Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a sub

Re: OT: Why is C so popular?

2003-08-27 Thread Alfredo Valles
On Wednesday 27 August 2003 7:45 pm, Deryk Barker wrote: > Thus spake Ron Johnson ([EMAIL PROTECTED]): > > On Wed, 2003-08-27 at 04:06, Alfredo Valles wrote: > > > > > > > Python!! Object oriented, and methods that need speed are > > > > w

Re: other debian installer tactic?

2003-08-27 Thread Alfredo Valles
On Wednesday 27 August 2003 8:35 am, Paul Johnson wrote: > Knoppix doesn't. Granted, the only transparent way of transitioning > is to sid, but still. Still it's not totally transparent. Some problems exists. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tro

Re: OT: Why is C so popular?

2003-08-27 Thread Alfredo Valles
On Wednesday 27 August 2003 3:59 pm, Ron Johnson wrote: > On Wed, 2003-08-27 at 07:15, Peter Hugosson-Miller wrote: > > Frank Gevaerts wrote: > > > On Wed, Aug 27, 2003 at 01:11:08AM -0500, Alex Malinovich wrote: > > [snip] > > > I think we're stuck with C and C++, so why not try to use them as wel

Re: other debian installer tactic?

2003-08-26 Thread Alfredo Valles
hat!). OK, maybe I'm asking for another distro. I wish I would have the time for doing it myself or the money to hire someone to do it. Unforunatelly... Maybe some day I'll can, who knows? Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: other debian installer tactic?

2003-08-26 Thread Alfredo Valles
On Tuesday 26 August 2003 7:23 am, Stephane wrote: > Le Mon, 25 Aug 2003 20:39:08 +0200 > > It seems that a lot of people have troubles with the Debian installer. > Once you know it well it can do what you want: tasksel is simple, > dselect is powerful. Refuse to use them and you have a very minima

other debian installer tactic?

2003-08-26 Thread Alfredo Valles
grade conflicts in some packages, nothing too hard to work around. Many people is doing the same. What do you think? (Don't open fire with the magnum 45, please :-) Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Finishing the Install: Packages

2003-08-22 Thread Alfredo Valles
ased on debian. What else you can ask for? Good Luck Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: nvidia & gcc version

2003-08-14 Thread Alfredo Valles
Thank to everybody. I exported the CC variable to "/usr/bin/gcc-2.95" and all worked fine. Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

nvidia & gcc version

2003-08-10 Thread Alfredo Valles
- How can I know the version of the gcc with which was compiled my kernel? Thanks in advance. Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

RedHat more debian like?

2003-07-23 Thread Alfredo Valles
I've readed this article http://www.linuxplanet.com/linuxplanet/newss/4913/1/ It looks like RH will become more debian like in the sense that they will alow the community to mantain packages, and to participate in the development cycle of their products. -- To UNSUBSCRIBE, email to [EMAIL PR

Re: Bash question

2003-07-01 Thread Alfredo Valles
Separator IFS to a new line (the default is space). It goes: #Setting the Internal Field Separator to '\n' IFS=' ' for a in `ls`; do mpg123 $a; done Good Luck Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Bash question

2003-07-01 Thread Alfredo Valles
On Tuesday 01 July 2003 3:18 pm, Colin Watson wrote: > There's one mistake in the above even before looking at the contents of > "#stuff", namely that you shouldn't be using ls here. Have a look at > this document written by a friend of mine: > http://www.greenend.org.uk/rjk/2001/04/shell.html

wxPython not in debian?

2003-06-28 Thread Alfredo Valles
m is that there is no wxPython or related package in debian!!!?? Is this true or I'm missing something? Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: debian installer (an idea)

2003-06-23 Thread Alfredo Valles
) this in order to save time of work. And of course, this Frankenstain would only be an extra option. Some time the best solution is the most practical even if they are ugly. Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: debian installer (an idea)

2003-06-23 Thread Alfredo Valles
On Monday 23 June 2003 10:22 am, Jamin W. Collins wrote: > Packages are already compressed. Putting them on a compressed > filesystem won't gain you much, if anything. There's also a good > possibility that it will instead increase the size of the file (yes, > increase). Ok, so no compression th

debian installer (an idea)

2003-06-23 Thread Alfredo Valles
ipped with normal debian CDs. Why not to use the same compact loopback device that knoppix have to mount the disks filesystem?. This way we could have 3 times more soft in the same space, just what it's needed. ?? What do you think? Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wi

Re: Extremely annoying ext3

2003-06-23 Thread Alfredo Valles
hdparm -i /dev/hdb for seeng your actual disk settings. Alfredo > > -- > Aaron Bieber > - > Graphic Design // Web Design > http://www.core-dev.com/ > [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: debian

2003-06-20 Thread Alfredo Valles
tter results that a company paid work, and I spect this to become evident soon. Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: debian

2003-06-20 Thread Alfredo Valles
On Friday 20 June 2003 9:29 am, Shyamal Prasad wrote: > Bijan> There's no good reason why Debian doesn't. > > Debian runs on many architectures (have you even looked > athttp://www.debian.org/releases/stable/installmanual recently?) . It > has a different set of priorities than Mandrake or Red

Re: How to stop booting into KDE environment

2003-06-14 Thread Alfredo Valles
On Saturday 14 June 2003 4:27 pm, Mark L. Kahnt wrote: > On Sat, 2003-06-14 at 12:35, Alfredo Valles wrote: > > You can pass the init=3 parameter to the kernel at boot time to start in > > runlevel 3 which should be console only, with networking. > > Now, in debian fo

Re: How to stop booting into KDE environment

2003-06-14 Thread Alfredo Valles
You can pass the init=3 parameter to the kernel at boot time to start in runlevel 3 which should be console only, with networking. Now, in debian for some reason I don't undestand, runlevels 2, 3 and 5 have the same init scripts, so you have to fix that first. -- To UNSUBSCRIBE, email to

Re: floppy device deleted

2003-06-11 Thread Alfredo Valles
Thank you, I did as you say but my floppy is still not working. The message is mount: wrong fs type, bad option, bad superblock on /dev/fd0, or too many mounted file systems When I can shut down my machine I will boot up with knoppix to see if it is a hardware problem. Alfredo On Wednesday

floppy device deleted

2003-06-11 Thread Alfredo Valles
d it, then I discovered that my floppy drive isn't reading my floppies anymore, and saw that vmware left me no device for my high dencity floppy drive. Now how do I get back these devices files? Thanks in advance Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

compiling debian way

2003-06-11 Thread Alfredo Valles
Is there a debian way to compile things like libc? I ask because I complile my mplayer with a simple "fakeroot debian/rules binary" and generate a deb package Are this kind of scripts are available for compiling and optimaizing other packages? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] w

fd0hxxx missing, (vmware fault?)

2003-06-10 Thread Alfredo Valles
) Now how do I get back these devices files? My understanding of devices under linux is so poor that I don't have a clue about this. Please, any help? Alfredo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

compiling debian way (Was:Speeding up debian ... ?)

2003-06-10 Thread Alfredo Valles
Is there a debian way to compile things like libc? I ask because I complile my mplayer with a simple "fakeroot debian/rules binary" and generate a deb package Maybe this kind of scripts are available for compiling and optimaizing some packages? Alfredo -- To UNSUBSCRIBE, email

python weaver error

2003-06-06 Thread Alfredo Valles
Hi people. I tried to install de weaver module for python from www.scipy.org. With this module you can execute c++ code in python at c speed. Anyway, it didn't work in my debian unstable. Is someone with experience with this module around? Alfredo -- To UNSUBSCRIBE, email to [

python weaver error

2003-06-04 Thread Alfredo Valles
Hi people. I tried to install de weaver module for python from www.scipy.org. With this module you can execute c++ code in python at c speed. Anyway, it didn't work in my debian unstable. Is someone with experience with this module around? Alfredo -- To UNSUBSCRIBE, email to [

Re: Installer - Was: [OT, FLAME] Linux Sucks

2003-03-24 Thread Alfredo J. Cole
tyle installer done for the next release. > > nate This is really good news. Thank you and regards. -- Alfredo J. Cole http://www.acyc.com http://www.clshonduras.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: [OT, FLAME] Linux Sucks

2003-03-24 Thread Alfredo J. Cole
ing. (Putting on my anti-flame suit) Mandrake copied the RH installer at the early stages. Even the RH 5 installer would be a big advancement. How hard would it be to "debianize" that installer? Regards. -- Alfredo J. Cole http://www.acyc.com http://www.clshonduras.com -- T

Re: RPC: program not registered

2003-03-12 Thread Alfredo J. Cole
ief look at man mount there is something about des, the > only thing I can think would need to be registered. Am I on the right > track here? > > TIA Check and make sure the RH server is in fact exporting the directory you are mounting. Regards. -- Alfredo J. Cole http://www.acyc

Re: Webmin

2003-02-25 Thread Alfredo J. Cole
El Mar 25 Feb 2003 08:39, Shawn Owens escribió: > What ports does Webmin use? How do you access it via the browser? Try http://localhost:1 or https://localhost:1 Regards. -- Alfredo J. Cole http://www.acyc.com http://www.clshonduras.com -- To UNSUBSCRIBE, email to [EMAIL PROTEC

Re: VMware 3.2 and Debian Woody

2003-02-20 Thread Alfredo J. Cole
El Jue 20 Feb 2003 11:28, nate escribió: > Alfredo J. Cole said: > > Hi: > > > > I am trying to install Woody in a VMware virtual machine. VMware emulates > > a BusLogic scsi adapter, and I think I must pass a BusLogic=iobase > > parameter when booting.

VMware 3.2 and Debian Woody

2003-02-20 Thread Alfredo J. Cole
eatly appreciated. Regards. -- Alfredo J. Cole http://www.acyc.com http://www.clshonduras.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

unsubscribe

2003-02-02 Thread Alfredo Yunes
-- Alfredo Yunes <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

gnome2 .debs

2002-02-25 Thread João Alfredo
Hi, Does anyone knows where I can find then?? Thanks in advance. -- João Alfredo G. Batista <[EMAIL PROTECTED]> ou <[EMAIL PROTECTED]> * dotX Consultoria, Serviços e Conectividade * http://www.dotx.com.br * Departamento de Desenvolvimento

Python 2.1 .debs (for sid)

2001-08-07 Thread João Alfredo
Hi, Does anyone knows where I can find it?!? _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

suggestions for buying a printer

2000-10-12 Thread Alfredo Solano Martinez
Greetings, I want to buy a laser printer, and I have no idea of this field, maybe somenone can help. Thanks in advance.

Asus K7V motherboard

2000-04-14 Thread Alfredo Amiel P. Leonardia
Hi All, Anybody out there using an Asus K7V motherboard? It's very new and I haven't found anything on the web concerning compatibility with linux or lack thereof. Any info? Thanks in advance. -A. Leonardia

  1   2   >