Re: [expert] menu in bash script

2003-11-14 Thread jipe
you want. bye jipe the script -- :) #!/bin/bash #menu.sh clear echo Please select an action echo menuA[1]=$(echo -e \e[1;34;46m-1-\e[0m\tCopy /etc/dhcpd.conf) menuB[1]=$(echo -e \e[1;34;47m-1-\e[0m\tCopy /etc/dhcpd.conf) menuA[2]=$(echo -e \e[1;34;46m-2

Re: [expert] Color with echo in shell script (was: [expert] menu in bash script)

2003-11-14 Thread jipe
On Fri, 14 Nov 2003 16:24:29 -0500 (EST) Jean-Pierre Denis [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, jipe wrote: snip menuA[1]=$(echo -e \e[1;34;46m-1-\e[0m\tCopy /etc/dhcpd.conf) I would like to get more details on how to display color

Re: [expert] Startup Script

2003-09-17 Thread jipe
. the interesting parameter is $7 on my system (locales = FR). echo ${7//[^0-9.]/} shows only the ip part (cyphers+dots) from it. bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] Change HD speed depending on HD temperature and system load

2003-09-06 Thread jipe
minutes). 1, 5 and 10 minutes A simple link to a page explainig those three values is enough (man top doesn't explain anything). one can be found here: http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/ref-guide/s1-proc-topfiles.html Thanks Olaf np bye jipe Want to buy your Pack

Re: [expert] Change HD speed depending on HD temperature and system load

2003-09-05 Thread jipe
about hddtemp output, so i use var=/dev/hda: IC350L40AVER07-0: 42°C for this example - $ set -- $var; echo ${!#//[^0-9]/} to extract the 3rd field from /proc/loadavg $ set -- $(/proc/loadavg); echo $3 bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] OT - for shell mongers: how _not_ to list a file

2003-08-24 Thread jipe
... GLOBIGNORE=no_not_this_one then any glob like * will ignore this file bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] bash scripting question - simple regular expression?

2003-01-14 Thread jipe
this: echo -e $output | ldapadd -x -D cn=root,dc=microverse,dc=net bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] bash scripting question - simple regular expression?

2003-01-12 Thread jipe
of the separator. bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] bash scripting question - simple regular expression?

2003-01-12 Thread jipe
a regular expression for this using sed or awk. #!/bin/sh LIST=42 666 1776 2001 echo $LIST | sed -e 's/^\([0-9]*\).*/\1/' LIST=42 666 1776 2001 echo ${LIST%% *} -- 42 or LIST=(42 666 1776 2001) echo ${LIST[0]} -- 42 both are about 5 times faster than a pipe with sed. bye jipe Want

Re: [expert] Gnome Toaster question

2003-01-05 Thread jipe
an empty file named wavefile. mpg123 -w file.wav file.mp3 specify the output file before the input file -- Regards, Phil [EMAIL PROTECTED] bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] test command

2002-12-20 Thread jipe
?? this page can help you: http://tldp.org/LDP/abs/html/testconstructs.html bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] IP

2002-12-17 Thread jipe
)); echo ${IPCONF[6]#*:} bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] Java

2002-12-13 Thread jipe
Miata *** http://members.ij.net/mrmazda/ try this old voodoo invocation ;) $ java -version java version 1.4.1 Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.1-beta) Java HotSpot(TM) Client VM (build Blackdown-1.4.1-beta, mixed mode) bye jipe Want to buy your Pack

Re: [expert] Rippers for Real Audio streams?

2002-11-19 Thread jipe
On 19 Nov 2002 21:55:58 +1030 Aristotle [EMAIL PROTECTED] wrote: Anyone know how to save Real Audio streams to disk? search vsound on rpmfind.net or elsewhere on the web. it might do what you want. bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http

Re: [expert] A question for real experts :)

2002-10-10 Thread jipe
this little script for me... #!/bin/bash # xspeed # jipe-2002 case $2 in xspeed) Xsp=$(/sbin/ifconfig $1 | grep RX bytes | awk '{ print $2 $6}') aR=$(echo $Xsp | awk '{ print $1}' | tr -d bytes:) aT=$(echo $Xsp | awk '{ print $2}' | tr -d bytes:) T

Re: [expert] Installing apps using gcc-2.96 with 9.0

2002-10-02 Thread jipe
currently, you can set CC to point on the compiler you wish to use and maybe CXX to if you need a c++ compiler. CC=/path_to/gcc CXX=/path_to/c++ ./install-unix but i cannot know if this will work with your install script :-/ bye jipe Want to buy your Pack or Services from MandrakeSoft

Re: [expert] j2sdk just a little help ...

2002-09-26 Thread jipe
-1_4_0_02-fcs-linux-i586.rpm | grep /bin/java$ bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] Need a script to rename a file

2002-09-02 Thread jipe
I replace the suffix jpg with txt? In this case I want to end up with a file called test.txt. My initial efforts have centred around sed s/jpg/txt/ and mv but without success. -- Regards, Phil [EMAIL PROTECTED] touch ../text/$(basename $1 .jpg).txt bye jipe Want to buy your

Re: [expert] P2P Application

2002-08-22 Thread jipe
://sourceforge.net (again...) KaZaa is broken since january audiogalaxy seems to be down too... bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] Re: Detecting an Active Network Interface

2002-08-15 Thread jipe
xx:xx:xx:xx:xx:xx inet adr:x.x.x.x Bcast:x.x.x.x Masque:x.x.x.x adr inet6: ::xxx:::/xx Scope:Lien UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] How to use sudo?

2002-07-30 Thread jipe
say NO! http://www.akaMail.com/pgpkey/davidg or key server for PGP Public key if you don't need password protection, just add NOPASSWD like this: ME MY_PC = NOPASSWD: MY_COMMAND bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http

Re: [expert] KDE 3.0.1 and konsole-noxft

2002-07-24 Thread jipe
=Multi X-KDE-AuthorizeAction=shell access Type=Application Name[fr_FR]=Konsole Name[fr]=Konsole bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] GTK Themes

2002-05-29 Thread jipe
+dUSV59M1PwCeLl7w 2bOlKXOBCztl1QUh8EjAwhE= =XdmW -END PGP SIGNATURE- the way i use is to add this line to $HOME/.gtkrc include /path_to/theme/gtk/gtkrc for example, to apply BHgtk which is in /usr/share/themes: include /usr/share/themes/BHgtk/gtk/gtkrc bye jipe Want to buy your Pack

Re: [expert] ?how do I change a file name in linux cmd line?

2002-05-28 Thread jipe
ever read a introduction to Linux doc ? N. hi Nicolas! assuming that i could be a real expert, that i could know all about all, what kind of question could i ask?... but maybe this question is a newbie one newbies welcome bye jipe Want to buy your Pack or Services from MandrakeSoft

Re: [expert] MDK8.2: compile hello.cpp: cannot exec 'cpp0': No such...

2002-05-23 Thread jipe
this message. Peace, Steven compiles fine with gcc-2.95.3 you could try to debug with gdb i see that you have several versions of gcc installed. maybe the reason of your problems. do you need both? bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http

Re: [expert] convert .ogg = mp3??

2002-05-22 Thread jipe
128 -m j --resample 44.1 - file.mp3 bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] convert .ogg = mp3??

2002-05-21 Thread jipe
file.ogg -f - | lame -b 128 -m j --resample 44.1 - file.mp3 bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] complements to grip

2002-05-05 Thread jipe
excessively a quiet song. xmms-diskwriter plugin converts mono mp3's to mono wav's which are not burnable. to use it, you have to ensure that all your mp3's are at least 44100 Hz stereo. if your burner supports dao, add -dao in the cdrecord command line. better results... bye jipe Want to buy your

Re: [expert] complements to grip

2002-05-04 Thread jipe
- they provide a linux client. seems to work well kazaa - has worked till january on my linux box... but no more :( if you need any help with lopster, how to get cvs, how to install... email to me. to create audio cds from mp3/ogg files - http://prdownloads.sourceforge.net/jipe-dream/5OWLS-0.5.1.tar.gz

Re: [expert] Sylpheed Claws

2002-05-03 Thread jipe
from here? Femme here is a way to resolve all dependencies and get aspell installed on your box. as root: (it's a single line) urpmi.addmedia ftpmdk82 ftp://rpmfind.speakeasy.net/linux/Mandrake/8.2/i586/Mandrake/RPMS with ../base/hdlist.cz if all runs fine: urpmi aspell bye jipe

Re: [expert] Plugger 4.0, Realplayer Mozilla - Problem w/ ram links

2002-05-02 Thread jipe
udp port 7070 atm I'm listening to CBC radio one. runs fine :) bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] Sylpheed Claws

2002-05-01 Thread jipe
is Default: none. Howver much as I try I can't change that box? Femme a quick search on rpmfind.net for /usr/share/pspell/en-aspell.pwli gives: aspell-en-0.37.1-3mdk.i586.rpm aspell-en-0.37.1-1mdk.i586.rpm more some others from other distributions. bye jipe Want to buy your Pack or Services

Re: [expert] Sylpheed Claws

2002-04-30 Thread jipe
0.7.4claws83 builded with: pspell-.12.2 aspell-.33.7.1 and, because I'm french, i added aspell-fr-0.1.3 i can use too an English dictionary which complains if i try to write English with e instead of E :) It is included in the aspell package and located on my box in /usr/local/share/pspell bye jipe

Re: [expert] netscape 6.2 where?

2002-04-22 Thread jipe
in advance Francisco Alcaraz Murcia (Spain) rpm -ql name_of_your_rpm will show you a list of the installed files. bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] ps2pdf sorcery

2002-04-21 Thread jipe
Guidry http://www.gmaestro.org try this: cat file1.ps file2.ps filen.ps file.ps then ps2pdf file.ps file.pdf maybe u could have a look at Ps2pdf.html in your ghostscript doc to read more about avaible options. bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http

Re: [expert] FYI: All the draks you've dreamed of

2002-04-20 Thread jipe
bin you've left some in /usr/X11R6/bin! ;))) bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] Ripping Multiple Tracks into One w/ Grip?

2002-04-19 Thread jipe
, time limit... fix mp3 files rip audio cd in wav mp3 or ogg format and rename tracks create an icon which can recognize if the CD is a data or audio one and launch a cdplayer or a filemanager, according to the CD etc... http://prdownloads.sourceforge.net/jipe-dream/5OWLS-0.5.tar.gz http

Re: [expert] Problems with gcc 3.0

2002-04-18 Thread jipe
with --force because I had problems with deps. do you really need an answer? you have it. reinstall gcc! or maybe try to resolve the deps or troubles: for i in $(rpm -qa | grep gcc); do echo $i; rpm -V $i; done could give you an idea on what to do. bye jipe Want to buy your Pack

Re: [expert] Need a recording utility !!!

2002-04-11 Thread jipe
count=4 /dev/dsp | lame - foo.mp3 never tried bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] OT-Borland getting paranoid?

2002-04-05 Thread jipe
hi dave! sigh sorry! ;)) bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] OT-Borland getting paranoid?

2002-04-04 Thread jipe
may i copy and paste too? ;) bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] bootable CD

2002-04-02 Thread jipe
jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] Write access to windows partition for users

2002-03-28 Thread jipe
this problem, but no solution, just some interesting try this. My system is vanilla 8.2 from clean install. I didn't have this problem with previous versions on same hardware. just add umask=0 in the 4th field (options) of /etc/fstab for each vfat partition. bye jipe Want to buy your

Re: [expert] java plugin and mozilla 0.99

2002-03-27 Thread jipe
On Wed, 27 Mar 2002 11:25:20 +0900 J. Grant [EMAIL PROTECTED] wrote: any1 get sodaplay.com to work on 0.99? it does not crash for me anymore, but still dont work. JG it works nice for me. i use java from www.blackdown.org bye jipe Want to buy your Pack or Services from

Re: [expert] java plugin and mozilla 0.99

2002-03-26 Thread jipe
/libjavaplugin_oji.so or cp /usr/local/jre1.3.1_01/plugin/i386/ns600/libjavaplugin_oji.so /usr/local/mozilla/plugins and then restart mozilla for the new plugin to be recognized. Erik link works fine, but don't copy the java plugin! that doesn't work! bye jipe Want to buy your Pack

[expert] (OT) european software patents

2002-02-23 Thread jipe
hi all european linux fans! maybe u could have some interest to sign that! http://petition.eurolinux.org/index.html thanks jipe -- Tout ce qu'on peut connaître a un nombre. Sans le nombre, nous ne comprenons ni ne connaissons rien. Phiolaos, Ve siècle AV J.C. Want to buy your Pack

Re: [expert] Fine I give up on everything

2002-02-23 Thread jipe
? well! let's eat all thoose nazi frogs. and some stalinian snails too.. bye jipe -- Ta mere est tellement grosse que quand elle va au restaurant on ne lui donne pas le menu, on lui fait un devis. Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] Fine I give up on everything

2002-02-23 Thread jipe
from 20 yer old high school french :) an estimate... bye jipe -- Si tes amants t'ennuient, marie-toi, cela leur donnera du piquant. Jean Anouilh, Le Bal des voleurs Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] Mozilla from RedHat RPM

2002-02-15 Thread jipe
/mozilla/releases/mozilla0.9.8/mozilla-i686-pc-linux-gnu-0.9.8.tar.gz all what u have to do to install it is to uncompress it where u want. then create the appropriate links in the plugins directory. it's ready to go and if u don't enjoy with it, just erase it! bye jipe PS: i686 only! sorry

Re: [expert] How to make kcdlabel work

2002-02-10 Thread jipe
./configure --help to know the right options bye jipe -- ref comment on fait pour etre guru ? - #linuxfr Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] Shell Script Question

2002-02-05 Thread jipe
but set the $curdttm variable to a value of $'echo $blank |date +%Y%m%d-%H%M'. I know someone out there will have another way to do this. Thanks. $ curdttm=$(date +%Y%m%d-%H%M) gives for me: $ echo curdttm 20020206-0041 bye jipe -- J'ai l'orgueil des vices qu'on me prete; je suis moins

Re: [expert] Shell scripting question

2002-02-05 Thread jipe
as a normal character. bye jipe -- Mais barre toi sale trombonne de merde ! tu pues ! - octplaNe qui s'excite au vialab avec l'assistant Office Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] Shell Script Question

2002-02-05 Thread jipe
bye jipe sorry! was: $ echo $curdttm but it was late ;) -- Les chats irradies ont-ils 18 demi-vies ? Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] Guppi - where is it!?

2002-02-03 Thread jipe
, it's a library! must be in /usr/lib or something like that. bye jipe -- Car c'est un double plaisir de tromper le trompeur. -- Jean de La Fontaine, Le Coq et le Renard Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

[expert] gimp xsane

2002-01-26 Thread jipe
/lib/gimp/1.x/plug-ins. then xsane was avaible by clicking on the acquire button. i tried this method with gimp-1.2.2 with no more result. what's wrong? gimp? xsane? me? thanks for help bye jipe ps i tried some other versions, gimp-1.3.2 xsane-0.83 sane-1.0.6 allway the same :(( -- La

Re: [expert] gimp xsane

2002-01-26 Thread jipe
Le Samedi 26 Janvier 2002 16:43, vous avez écrit : On Sat, 26 Jan 2002 09:49:06 +0100 jipe [EMAIL PROTECTED] wrote: hi all! i'm using gimp-1.2.2 xsane-0.79 with sane-1.0.5 create a symlink in /usr/local/lib/gimp/1.x/plug-ins. then xsane was My symlinks are in /usr/lib/gimp/1.2

Re: [expert] Good audio recording program?

2002-01-25 Thread jipe
it is: http://www.zip.com.au/~erikd/vsound/ bye jipe -- Il est vrai que, parfois, les militaires s'exagérant l'impuissance relative de l'intelligence, négligent de s'en servir. Charles de Gaulle. Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] will questions on 8.0 not be answered?

2002-01-22 Thread jipe
and a LFS built from a mdk-8.0 on another. i'm running kernel-2.4.17 from kernel.otg on both without problem. bye jipe -- Ton bras est invaincu, mais non pas invincible. Le Cid, Corneille. Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] HP Scanjet 3200C parallel scanner

2002-01-13 Thread jipe
to compile sane to have support for the scanner. all drivers for printer or scanner are avaible at hpoj.sourceforge.net and all run fine. the only thing to do before to buy a scanner is to have a look at the sane site to know which are supported. jipe Neil R Porter wrote: Hi all I've got

Re: [expert] Java Developement Kit

2002-01-10 Thread jipe
jipe -- Aujourd'hui les gens connaissent le prix de tout et la valeur de rien. Oscar Wilde Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] MP3 software?

2002-01-06 Thread jipe
Le Dimanche 6 Janvier 2002 21:15, vous avez écrit : jipe wrote: Le Samedi 5 Janvier 2002 20:20, vous avez écrit : jipe wrote: and share more than mp3's?! lopster. http://lopster.sourceforge.net bye jipe I like the looks of lopster and it installs fine here

Re: [expert] MP3 software?

2002-01-05 Thread jipe
Le Samedi 5 Janvier 2002 03:56, vous avez écrit : Whats a good Napster like program that runs on MDK 8.1 to retrieve mp3's and share them? and share more than mp3's?! lopster. http://lopster.sourceforge.net bye jipe -- Je me retire pour éjaculer et ce sont elles qui viennent se battre

Re: [expert] MP3 software?

2002-01-05 Thread jipe
Le Samedi 5 Janvier 2002 20:20, vous avez écrit : jipe wrote: and share more than mp3's?! lopster. http://lopster.sourceforge.net bye jipe I like the looks of lopster and it installs fine here...however, I've NEVER ever been able to logon to any server...always full. Any useful

Re: QUARANTINED: Re: [expert] Compiler help please

2001-12-17 Thread jipe
that i'm french!??? bye jipe -- C'est le coeur qui sent Dieu, et non la raison. -- Pascal, Pensees Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] creating a TOC for an audio CD

2001-12-13 Thread jipe
the best GUI i know to do that ;-) i have not what u're searching. but some scripts to create toc.files from wav files exist. u can learn more by using one of them and looking at what it does. have a look here: http://www.msu.edu/user/johns776/tocgen.html bye jipe -- Ta mere est tellement grosse

Re: [expert] converting ext2 to ext3

2001-12-09 Thread jipe
Le Dimanche 9 Décembre 2001 02:45, vous avez écrit : Hi, How do I convert my existing ext2 partitions to ext3 in LM 8.0 ? Partitions / ; /swap ; /home just use tune2fs tune2fs -j /dev/hda? or with -J if u want o specify any options. read man tune2fs for more... bye jipe -- Ce qui

Re: [expert] upgrading libdb to 3.3-3.3.11

2001-12-09 Thread jipe
then use src.rpm from cooker and rebuild them to use this location of db3. bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] Gcombust and multisession

2001-12-07 Thread jipe
imageN.raw maybe that can help u... bye jipe -- Les hommes naissent libres et égaux en droits, ensuite ils se mettent à boire. Cavanna Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] Mplayer woes...

2001-11-27 Thread jipe
and u'll know what is gcc-2.96! so don't complain anymore about it. bye jipe PS: egcs is avaible on mandrake CDs. use it instead of gcc-2.96.. or dld a 2.95 release from ftp://ftp.gnu.org -- Ta mere elle est tellement grosse que quand elle met un T-shirt 'Malcom-X', les helicopthres se

Re: [expert] ext2 formatted floppies

2001-11-27 Thread jipe
/dev/fd0 /mnt/floppy ext2 rw 0 0 bye jipe -- L'erreur est humaine, mais un véritable désastre nécessite un ordinateur Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] problem with linux

2001-11-27 Thread jipe
windows and linux, but all of them!...). and now, try to imagine who could reasonably choice to install windows? bye jipe -- Banquier : Homme secourable qui vous prête un parapluie quand il fait beau, et qui vous le réclame dès qu'il commence à pleuvoir. René Bergeron. Want to buy your Pack

Re: [expert] MPlayer

2001-11-25 Thread jipe
the -vc odivx or -vc divx4 options last i compile it from cvs with gcc-2.95.3 and it runs fine. bye jipe -- Apprendre a mourir ! Et pourquoi donc ? On y réussit très bien la première fois ! Chamfort Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] MPlayer

2001-11-25 Thread jipe
Le Dimanche 25 Novembre 2001 22:46, vous avez écrit : hi for mplayer i think on the new ones its ./configure --enable-new-gui instead of ./configure --enable-gui On Mon, 2001-11-26 at 06:00, jipe wrote: Le Dimanche 25 Novembre 2001 03:10, vous avez écrit : Has anybody figured out

Re: [expert] Serious bug in linux (I think)

2001-10-26 Thread jipe
/user/test. bye jipe -- Le syndicalisme est à la société moderne ce que le mercure-au-chrome est à la jambe de bois. Coluche Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] koncd and repeated crashes

2001-10-24 Thread jipe
burnproof technology. whow!... how great! the first time i can see that! a software which can support burnproof! i thought that it was only dependent of the cdwriter, and that cdrecord was said to support it only because it doesn't stop to work when fifo is empty ;-) bye jipe -- Il

Re: [expert] rpmfind.net

2001-10-21 Thread jipe
Le Dimanche 21 Octobre 2001 20:38, vous avez écrit : Does anyone know what is wrong with this site? nope! but u can use french mirrors at: http://fr.rpmfind.net http://fr2.rpmfind.net both are runningatm. bye jipe -- Ta mere numero 1 sur Nostalgie Want to buy your Pack or Services

Re: [expert] cdrecord speed question

2001-10-20 Thread jipe
the following configuration: IDE 0MSTR-HD1(does _not_ hold CD mastering data) IDE 0SLAV-CD-Writer IDE 1MSTR-HD2(holds CD mastering data) IDE 1SLAV-CD-ROM /*--*/ hope this can be usefull for any bye jipe -- Ta mere elle vote

Re: Re: [expert] Flash for Konqueror

2001-10-19 Thread jipe
Flash (in every of it flavor), many windows open for try to download the plug in, the thing is , where or how put that plug in to Konqueror Browser ? you just need to install lesstif-xxx.rpm bye jipe -- Ta mere elle chante au Millionnaire Want to buy your Pack or Services from

Re: [expert] java's CLASSPATH

2001-10-18 Thread jipe
must be: /opt/j2sdk1.3.1/jre/bin/java now you can type java at command prompt and most apps using java can run with that. some needs to set a special ENV like JAVAHOME, but you can know which by reading the README or INSTALL files for thoose apps. bye jipe -- L'honneur d'une fille est à elle

Re: [expert] Mounting vfat partitions without exec permission

2001-10-18 Thread jipe
by specifying umask in /etc/fstab for each of them. if you want all files with 644 (or -rw-r--r--) then umask=133 some can correct me if it's wrong... bye jipe -- Ta mere elle regarde Bioman Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

[expert] just for fun!

2001-09-22 Thread jipe
what is really microsoft? visit: http://encarta.msn.com/find/search.asp?search=Microsoft bye -- /\ jipe \ / ASCII Ribbon Campaign ICQ 128634992 XAgainst HTML Mails News / \ Want

Re: [expert] spaces and command line

2001-09-16 Thread jipe
e parent directory uses the same chains of characters in its name. bye jipe

Re: [expert] spaces and command line

2001-09-16 Thread jipe
Al Andersen wrote: Am I the only one who uses quotes? i.e., #cd to directory with a spaces in the name no, but in this case cd to*name is easier to use ;-) by jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] irq conflict

2001-09-16 Thread jipe
memory at 0xd000 [0xd7ff]. This is without USB interface loaded which uses irq 10 also. How can i delibrately change the IRQs that the cards use? Or fix this. Thanks Guys, sorry for length but im completely stumped if really what u mean, www.scyld.com/expert/irq-conflict.html bye jipe

Re: [expert] Fwd: Re: [newbie] filenames with spaces causing error in script

2001-09-15 Thread jipe
bascule wrote: thanks jipe, still reading up on echo to try and understand your line: IFS=$(echo -e \n\r\t) the '-q O' is in fact a '-q 0', perhaps your font makes them look similar? On Saturday 15 September 2001 2:25 am, you wrote: but r u sure about -q O? the version i run doesn't accept

Re: [expert] Fwd: Re: [newbie] filenames with spaces causing error in script

2001-09-15 Thread jipe
jipe wrote: bascule wrote: thanks jipe, still reading up on echo to try and understand your line: IFS=$(echo -e \n\r\t) the '-q O' is in fact a '-q 0', perhaps your font makes them look similar? On Saturday 15 September 2001 2:25 am, you wrote: but r u sure about -q O

Re: [expert] Promise 'LI' at boot

2001-09-14 Thread jipe
/lilo.conf, make changes, then type lilo if no, it's a problem with the geometry of your disk(s) bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] Fwd: Re: [newbie] filenames with spaces causing error in script

2001-09-14 Thread jipe
to erase your wav file after encoding! done but r u sure about -q O? the version i run doesn't accept them(lame-3.22b-1) bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] IDE and Reiser FS question

2001-09-11 Thread jipe
probably check the cable first by replacing wth one known to be good). Civileme Dan had this problem with a new hd... and solved it by replacing the cable. bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] alias?

2001-09-08 Thread jipe
' this allowes you to use ME in your current session. to set permanently an alias, add the line in $HOME/.bashrc or $HOME/.bash_profile you can do lot of things with aliases. that's what i use to burn my cds... bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http

Re: [expert] ide cd burner

2001-09-05 Thread jipe
Fedneg wrote: I've a 2nd CDROM how can I make both SCSI emulated? why for? Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] Find Command

2001-09-05 Thread jipe
, please include the mailing list/newsgroup address and my email address in To:. * Signed, SoloCDM find /usr -name *read* bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] ide cd burner

2001-09-04 Thread jipe
burner. I thought it was hdc=ide-scsi Hoyt for graphical startup append= hdc=ide-scsi quiet bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] locale and Mandrake Freq 3

2001-08-25 Thread jipe
glibc-devel - glibc-devel-2.2.4-2mdk locales - locales-2.3.1.2-4mdk locales-en - locales-en-2.3.1.2-4mdk locales-fr - locales-fr-2.3.1.2-4mdk #maybe you'll prefer locales-de ;-) bye jipe Want to buy your Pack or Services from MandrakeSoft? Go

Re: [expert] IDS for Linux

2001-08-24 Thread jipe
Detection System) for my Linux System ? EPRO http://snort.sourceforge.net to dld the last cvs version it runs fine libpcap and libpcap-devel are needed bye jipe Want to buy your Pack or Services from MandrakeSoft? Go to http://.mandrakestore.com

Re: [expert] Citrix...

2001-08-24 Thread jipe
rpm2html/Citrix_Systems_Inc.html bye jipe

Re: [expert] Emptying CUPS print queue

2001-08-22 Thread jipe
't think that lprm can empty it! bye jipe