On 11/12/2010 03:46 AM, Kam Leo wrote:
> So I tried:
>
> wget -b -nv -r -l1 --no-parent -nH --cut-dirs=6 -A "disc?.iso"
> http://mirrors.kernel.org/fedora/releases/14/Fedora/i386/iso/
>
Try:
wget
ftp:///mirrors.kernel.org/fedora/releases/14/Fedora/i386/iso/Fedora-14-i386-
On 11/11/2010 09:53 PM, Suvayu Ali wrote:
> On Thursday 11 November 2010 05:14 PM, Robert Moskowitz wrote:
>
>> wget -b -nv -r -l1 --no-parent -nH --cut-dirs=6 -A "disc?.iso"
>> http://mirrors.kernel.org/fedora/releases/14/Fedora/i386/iso/
>>
>> and this only got the index.txt file
>>
>> So I a
On 11/12/10, Kam Leo wrote:
> On Fri, Nov 12, 2010 at 12:29 AM, Andras Simon wrote:
>
>> On 11/12/10, Robert Moskowitz wrote:
>>
>> > So I tried:
>> >
>> > wget -b -nv -r -l1 --no-parent -nH --cut-dirs=6 -A "disc?.iso"
>> > http://mirrors.kernel.org/fedora/releases/14/Fedora/i386/iso/
>> >
>> >
On Fri, Nov 12, 2010 at 12:48 AM, Kam Leo wrote:
>
>
> On Fri, Nov 12, 2010 at 12:46 AM, Kam Leo wrote:
>
>> On Fri, Nov 12, 2010 at 12:29 AM, Andras Simon wrote:
>>
>>> On 11/12/10, Robert Moskowitz wrote:
>>>
>>> > So I tried:
>>> >
>>> > wget -b -nv -r -l1 --no-parent -nH --cut-dirs=6 -A "d
On Fri, Nov 12, 2010 at 12:46 AM, Kam Leo wrote:
> On Fri, Nov 12, 2010 at 12:29 AM, Andras Simon wrote:
>
>> On 11/12/10, Robert Moskowitz wrote:
>>
>> > So I tried:
>> >
>> > wget -b -nv -r -l1 --no-parent -nH --cut-dirs=6 -A "disc?.iso"
>> > http://mirrors.kernel.org/fedora/releases/14/Fedor
On Fri, Nov 12, 2010 at 12:29 AM, Andras Simon wrote:
> On 11/12/10, Robert Moskowitz wrote:
>
> > So I tried:
> >
> > wget -b -nv -r -l1 --no-parent -nH --cut-dirs=6 -A "disc?.iso"
> > http://mirrors.kernel.org/fedora/releases/14/Fedora/i386/iso/
> >
> > and this only got the index.txt file
> >
On 11/12/10, Robert Moskowitz wrote:
> So I tried:
>
> wget -b -nv -r -l1 --no-parent -nH --cut-dirs=6 -A "disc?.iso"
> http://mirrors.kernel.org/fedora/releases/14/Fedora/i386/iso/
>
> and this only got the index.txt file
>
> So I am trying to figure out the right format for the -A option...
In
I used the at command to execute scripts that would pull files from csv,
and make changes to each file, and put them back into the repository. I
ran the at command on Friday before leaving with the start time after
everyone should be out enjoying a cold beer, and it ran over the week
end with the o
On Thursday 11 November 2010 05:14 PM, Robert Moskowitz wrote:
> wget -b -nv -r -l1 --no-parent -nH --cut-dirs=6 -A "disc?.iso"
> http://mirrors.kernel.org/fedora/releases/14/Fedora/i386/iso/
>
> and this only got the index.txt file
>
> So I am trying to figure out the right format for the -A optio
On 11/11/2010 06:50 PM, Travis Fraser wrote:
> On Thu, 2010-11-11 at 05:56 -0500, Andre Robatino wrote:
>
>> Robert Moskowitz wrote:
>>
>>
>>> In the past I have always gotten on the terminal of a server and
>>> executed a script that did a bunch of wgets to get the CD isos for a
>>> rele
On Thu, 2010-11-11 at 05:56 -0500, Andre Robatino wrote:
> Robert Moskowitz wrote:
>
> > In the past I have always gotten on the terminal of a server and
> > executed a script that did a bunch of wgets to get the CD isos for a
> > release.
>
> > Well I want to grab the FC14 isos, and I am not hom
Robert Moskowitz wrote:
> In the past I have always gotten on the terminal of a server and
> executed a script that did a bunch of wgets to get the CD isos for a
> release.
> Well I want to grab the FC14 isos, and I am not home for a few days.
> I can't do it in a SSH session to a server at home
On 10 November 2010 14:18, Robert Moskowitz wrote:
> Only problem with this is that the wget log file is getting hugh with all
> the progress output. I will have to look into progress control next
> time
Try wget -b -q or wget -b -nv
--
Suvayu
Open source is the future. It sets us free.
On 10Nov2010 16:19, Robert Moskowitz wrote:
| On 11/10/2010 03:07 PM, Andras Simon wrote:
| > On 11/10/10, Robert Moskowitz wrote:
| >> # man screen
| >> No manual entry for screen.
| >>
| >> What do I have to install
| > screen
| > (# yum install screen)
|
| Always helps to spell it right w
On 11/10/2010 12:28 PM, Robert Moskowitz wrote:
> Well I want to grab the FC14 isos, and I am not home for a few days. I
> can't do it in a SSH session to a server at home as I will drop my
> session before all the images are downloaded.
Use nohup to run the command. That will make it ignore you
On Thu, Nov 11, 2010 at 7:28 AM, Robert Moskowitz wrote:
>
> Well I want to grab the FC14 isos, and I am not home for a few days. I
> can't do it in a SSH session to a server at home as I will drop my
> session before all the images are downloaded.
>
Maybe take a look at screen..
-c
--
users m
On 11/10/2010 03:07 PM, Andras Simon wrote:
> On 11/10/10, Robert Moskowitz wrote:
>
>
>> # man screen
>> No manual entry for screen.
>>
>> What do I have to install
>>
>>
> screen
>
> (# yum install screen)
>
Always helps to spell it right which is why this guess did not work
On 11/10/2010 03:32 PM, suvayu ali wrote:
> On 10 November 2010 13:06, Robert Moskowitz wrote:
>
>> On 11/10/2010 02:50 PM, suvayu ali wrote:
>>
>>> On 10 November 2010 12:28, Robert Moskowitzwrote:
>>>
>>>
Well I want to grab the FC14 isos, and I am not home for a few d
On 10 November 2010 13:06, Robert Moskowitz wrote:
> On 11/10/2010 02:50 PM, suvayu ali wrote:
>> On 10 November 2010 12:28, Robert Moskowitz wrote:
>>
>>> Well I want to grab the FC14 isos, and I am not home for a few days. I
>>> can't do it in a SSH session to a server at home as I will drop m
On 11/10/2010 02:50 PM, suvayu ali wrote:
> On 10 November 2010 12:28, Robert Moskowitz wrote:
>
>> Well I want to grab the FC14 isos, and I am not home for a few days. I
>> can't do it in a SSH session to a server at home as I will drop my
>> session before all the images are downloaded.
>>
On 11/10/10, Robert Moskowitz wrote:
> # man screen
> No manual entry for screen.
>
> What do I have to install
>
screen
(# yum install screen)
Andras
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman
n 11/10/2010 02:46 PM, Cameron Simpson wrote:
> On 10Nov2010 14:28, Robert Moskowitz wrote:
> | In the past I have always gotten on the terminal of a server and
> | executed a script that did a bunch of wgets to get the CD isos for a
> | release.
> |
> | Well I want to grab the FC14 isos, and I am
On 10 November 2010 12:28, Robert Moskowitz wrote:
> Well I want to grab the FC14 isos, and I am not home for a few days. I
> can't do it in a SSH session to a server at home as I will drop my
> session before all the images are downloaded.
wget -b
--
Suvayu
Open source is the future. It sets
On 11/10/10, Robert Moskowitz wrote:
> In the past I have always gotten on the terminal of a server and
> executed a script that did a bunch of wgets to get the CD isos for a
> release.
>
> Well I want to grab the FC14 isos, and I am not home for a few days. I
> can't do it in a SSH session to a
On 10Nov2010 14:28, Robert Moskowitz wrote:
| In the past I have always gotten on the terminal of a server and
| executed a script that did a bunch of wgets to get the CD isos for a
| release.
|
| Well I want to grab the FC14 isos, and I am not home for a few days. I
| can't do it in a SSH se
In the past I have always gotten on the terminal of a server and
executed a script that did a bunch of wgets to get the CD isos for a
release.
Well I want to grab the FC14 isos, and I am not home for a few days. I
can't do it in a SSH session to a server at home as I will drop my
session befo
26 matches
Mail list logo