<?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/"
		>
<channel>
	<title>Comments on: Bash it! Bop it! Script it!</title>
	<atom:link href="http://www.commandlineidiot.com/blog/2008/bash-it-bop-it-script-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.commandlineidiot.com/blog/2008/bash-it-bop-it-script-it/</link>
	<description>one man's dawning realization that linux is waaaaay smarter than he is</description>
	<lastBuildDate>Mon, 15 Mar 2010 03:26:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brie</title>
		<link>http://www.commandlineidiot.com/blog/2008/bash-it-bop-it-script-it/comment-page-1/#comment-7444</link>
		<dc:creator>Brie</dc:creator>
		<pubDate>Wed, 10 Mar 2010 09:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.commandlineidiot.com/blog/2008/bash-it-bop-it-twist-it/#comment-7444</guid>
		<description>Thanks for the tip on reloading bash profile settings. That was new to me. :+).</description>
		<content:encoded><![CDATA[<p>Thanks for the tip on reloading bash profile settings. That was new to me. :+).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GeoffreyT</title>
		<link>http://www.commandlineidiot.com/blog/2008/bash-it-bop-it-script-it/comment-page-1/#comment-7189</link>
		<dc:creator>GeoffreyT</dc:creator>
		<pubDate>Mon, 04 Aug 2008 14:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.commandlineidiot.com/blog/2008/bash-it-bop-it-twist-it/#comment-7189</guid>
		<description>Hey there.

Nice informative HowTo - and thanks for thinking to put the link to the advanced bash-scripting guide.

Elsewhere you mentioned DreamHost (I am an ex-hostee of theirs too); I notice that you talked about SliceHost, but their costs are exorbitant compared with, say, HostUpon&#039;s shared setup.

I&#039;ve never noticed any benefit from having VPS versus shared (I had a VPS server in the past... maybe my traffic was not enough to warrant it at the time), but $70 a month for bugger-all versus $4.95 a month for unlimited space AND bandwidth, I can&#039;t see anything but upside for the shared solution.

Do you have a take on this? My full site is almost entirely mySQL driven, with a DB approaching 300Mb - stock and commodities research is data-intensive - and PHP scripts for presentation and what-not &lt; 20Mb.

Like you, I am just an enthusiastic amateur when it comes to all this web admin malarkey; my blog is just a little bit of vanity publishing and the site is mostly to show off.


Now I have to figure out how to write a bash script to run 6 PHP scripts successively rather than crontab-ing them, since 

(1) the overall job starts at 4:22 NY time and must be finishe by 4:30 NY time;
(2) the scripts are hierarchical (script 2 and 4 require scripts 1 and 3 to have finished), and 
(3) two of them sometimes take up to 4 minutes to complete.

Doubtless such a thing is child&#039;s play for anyone with the least amount of scripting ability... it might even be as simple as 

#!/bin/bash
wget -q /path/to/script1
wget -q /path/to/script2
wget -q /path/to/script3
etc,,,

If not I am in trouble!

Cheers



GT
France</description>
		<content:encoded><![CDATA[<p>Hey there.</p>
<p>Nice informative HowTo &#8211; and thanks for thinking to put the link to the advanced bash-scripting guide.</p>
<p>Elsewhere you mentioned DreamHost (I am an ex-hostee of theirs too); I notice that you talked about SliceHost, but their costs are exorbitant compared with, say, HostUpon&#8217;s shared setup.</p>
<p>I&#8217;ve never noticed any benefit from having VPS versus shared (I had a VPS server in the past&#8230; maybe my traffic was not enough to warrant it at the time), but $70 a month for bugger-all versus $4.95 a month for unlimited space AND bandwidth, I can&#8217;t see anything but upside for the shared solution.</p>
<p>Do you have a take on this? My full site is almost entirely mySQL driven, with a DB approaching 300Mb &#8211; stock and commodities research is data-intensive &#8211; and PHP scripts for presentation and what-not &lt; 20Mb.</p>
<p>Like you, I am just an enthusiastic amateur when it comes to all this web admin malarkey; my blog is just a little bit of vanity publishing and the site is mostly to show off.</p>
<p>Now I have to figure out how to write a bash script to run 6 PHP scripts successively rather than crontab-ing them, since </p>
<p>(1) the overall job starts at 4:22 NY time and must be finishe by 4:30 NY time;<br />
(2) the scripts are hierarchical (script 2 and 4 require scripts 1 and 3 to have finished), and<br />
(3) two of them sometimes take up to 4 minutes to complete.</p>
<p>Doubtless such a thing is child&#8217;s play for anyone with the least amount of scripting ability&#8230; it might even be as simple as </p>
<p>#!/bin/bash<br />
wget -q /path/to/script1<br />
wget -q /path/to/script2<br />
wget -q /path/to/script3<br />
etc,,,</p>
<p>If not I am in trouble!</p>
<p>Cheers</p>
<p>GT<br />
France</p>
]]></content:encoded>
	</item>
</channel>
</rss>
