Re: [expert] Continious Download

2002-03-11 Thread Nguyen H.Vu
Hari Yellina wrote: Hi, I am trying to find a application where, I can download even once I got diconnected and starts once I resume my internet connection. In windows I use download accelarator. Is there any application does the same thing in Linux. wget may be the best. It is console

Re: [expert] fun with vi. search command

2001-12-11 Thread Nguyen H.Vu
Mark Weaver wrote: On Mon, 10 Dec 2001 14:24:16 +0900 Nguyen H.Vu [EMAIL PROTECTED] wrote: Nguyen, thanks for the quickie lesson on pattern search with VI. I hadn't known how to do that before, but I completely missed the point. what was it? I don't know if it is a bug or I have used bad

[expert] fun with vi. search command

2001-12-09 Thread Nguyen H.Vu
1.Create a file test.vi.txt with the content "iii" about 50 i's 2.Open this file with vi 3.Search for "i", "ii", "iii", "i"... by typing /i, /ii, /iii 4.Search for ^(word which start with "") by typing /^ 5.Search for

[expert] vh_mp3.sh / create audio CD easier w/ this script

2001-12-09 Thread Nguyen H.Vu
Hi all, I wrote this script. This will help you create audio Cd from mp3's easier. It is still under development so feedbacks and comments are welcome: mp3_vh.sh.bz2 Description: Binary data #!/bin/sh #/*** #

[expert] trick with /etc/issue

2001-12-09 Thread Nguyen H.Vu
1. As root, type #crontab -e 2. and insert 2 lines */15 * * * * linux_logo -u /etc/issue */15 * * * * linux_logo -u /etc/issue.net now save this crontab. It means that a cronjob has been installed on your computer. It runs every 15 munites, put linux logo into /etc/issue. Use this to

Re: [expert] MPlayer

2001-12-04 Thread Nguyen H.Vu
William Bouterse wrote: You may wawnt to check this site out... On LM 8.1 they work for me ! http://lis.snv.jussieu.fr/~rousse/linux/plf/ Thank you, Bouterse, your site is full of valuable RPMS, even sources. Want to buy your Pack or Services from MandrakeSoft? Go to

[expert] MPlayer

2001-12-03 Thread Nguyen H.Vu
Hi, Anyone compile MPlayer with LM8.1. I ve tried but it said gcc 2.9.6 is broken Thanks in advance Hung.Vu Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] MPlayer

2001-12-03 Thread Nguyen H.Vu
Mark D'voo wrote: run: make clean rm config.cache ./configure --disable-gcc-checking make make install (as root) On Tuesday 04 December 2001 11:52, you wrote: There are alot dependencies make me tired. Do you have .src.rpm for MPlayer and dependency rpms like divcodec? Hung.Vu Want to

[expert] rpm build help!

2001-11-26 Thread Nguyen H.Vu
Hi all, I have tried building rpm with this file: http://site.techviet.com/Vu.Hung/linux/archive/vntex-0.1.tar.bz2 this file( vntex-0.1.tar.bz2) contains only 2 folder ./fonts and ./tex. The installation is very simply, I just have to copy : cp -Rf fonts /usr/share/texmf/fonts/ cp -Rf tex