LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-28-2009, 03:44 AM   #1
ptbrq
LQ Newbie
 
Registered: Jun 2009
Posts: 2

Rep: Reputation: 0
Question How To Install Prozilla On Knoppix


Hi
I am a newbie who plan to install prozilla download accelerator on Knoppix Live CD (on the PC hard disk). How to do this? Can I use binary package for Debian, Ubuntu or other distro?
Can I compile and install from source code tarball?
How to find the prozilla home page and the tarball of the latest version?
(format: tar.gz or tar.bz2

Thsnk you for all replies.
 
Old 06-28-2009, 04:08 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
http://linux.softpedia.com/progDownl...oad-12991.html
 
Old 06-28-2009, 04:16 AM   #3
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by ptbrq View Post
Hi
I am a newbie who plan to install prozilla download accelerator on Knoppix Live CD (on the PC hard disk). How to do this? Can I use binary package for Debian, Ubuntu or other distro?
Can I compile and install from source code tarball?
How to find the prozilla home page and the tarball of the latest version?
(format: tar.gz or tar.bz2

Thsnk you for all replies.
You can get the source code from the link that repo provided. When you install knoppix on your HD make sure you get the C compiler (gcc).

AFAIK, there is no binary debian package for prozilla.
cheers,
jdk
 
Old 06-30-2009, 05:38 AM   #4
rylan76
Senior Member
 
Registered: Apr 2004
Location: Potchefstroom, South Africa
Distribution: Fedora 17 - 3.3.4-5.fc17.x86_64
Posts: 1,552

Rep: Reputation: 103Reputation: 103
Once you have the package (get it from http://sourceforge.net/projects/prozilla/ ), do the following to manually compile and install it.

Code:
1. tar zxvf prozilla-1.3.7.4.tar.gz
2. cd prozilla-1.3.7.4
3. ./configure
4. make
5. su (i. e. become root)
6. make install
7. exit
8 . cd ..
9. rm -rf prozilla-1.3.7.4
A usefull BASH script to then use prozilla if you are going to download many, similarly named files and you soon get tired of manually renaming them once prozilla complains a file with the same name already exists:

Code:
filename="$1"
file_base=$(basename ${filename})
if [ -f ${file_base} ]; then
    #if the file exists already
    filename="${file_base%.*}"
    ext=`echo ${file_base%}|awk -F . '{print $NF}'`
    fudge=`echo $RANDOM`
    underscore="_"
    fudge=$underscore$fudge
    dot="."
    newfile=$filename$fudge$dot$ext
    echo $newfile
    echo $file_base
    mv -i $file_base $newfile
    cmd="proz $1 -k4 --retry-delay=1"
    $cmd
else
    cmd="proz $1 -k4 --retry-delay=1"
    $cmd
fi
I saved this file as pz.sh on my system, now all I need to do to download a file with prozilla is go

pz.sh <url>

where <url> is replaced with the URL of the file I want, and it is almost 99% guarranteed that all files downloaded will have unique names.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
passwords on prozilla Neko_D Linux - Software 1 10-23-2006 06:35 PM
i got knoppix on cd and it rocks when booted! wut can i do to install knoppix on HD? kublador Linux - Distributions 4 12-12-2005 04:08 PM
Prozilla fireedo SUSE / openSUSE 3 06-09-2005 06:30 AM
How does one remove the custom KNOPPIX graphics from a KNOPPIX HD Install? apache363 Linux - Distributions 2 03-29-2004 05:08 AM
Prozilla Won't Install... need a Download Accelerator tutwabee Linux - Software 1 01-05-2004 08:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration