<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>StumbleUpon | Azmeen's comments &#38; reviews</title>
<link>http://Azmeen.stumbleupon.com/</link>
<description>Azmeen's recent comments &#38; reviews on StumbleUpon</description>
<language>en-us</language>
<pubDate>Tue, 10 Nov 2009 22:57:57 -0800</pubDate>
<lastBuildDate>Sun, 26 Jul 2009 19:42:06 -0700</lastBuildDate>
<admin:generatorAgent rdf:resource="http://www.stumbleupon.com/" />
<atom:link href="http://rss.stumbleupon.com/user/Azmeen/comments" rel="self" type="application/rss+xml" />
<image>
	<title>StumbleUpon | Azmeen's comments &#38; reviews</title>
	<link>http://Azmeen.stumbleupon.com/</link>
	<url>http://cdn.stumble-upon.com/images/logo_su_36x36.png</url>
</image>
<item>
	<pubDate>Mon, 06 Apr 2009 19:26:22 -0700</pubDate>
	<title>   Shell script to restart MySQL server if it is killed or not working</title>
	<link>http://www.stumbleupon.com/to/23iWZY/bash.cyberciti.biz/monitoring/monitor-mysql-server-shell-script/t:4afa6075a0ce3;src:reviews</link>
	<guid isPermaLink="true">http://Azmeen.stumbleupon.com/review/31762205/</guid>
	<description><![CDATA[
		<p>From the page: "#!/bin/bash # Shell script to restart MySQL server if it is killed or not working # due to ANY causes. # When script detects mysql is not running (it basically sends ping request # to MySQL) it try to start using /etc/init.d/mysql script; and it sends an # email to user indicating the status. # This script must be run from Cron Job so that it can monitor mysql server. # For more info visit following url: # <a href="http://www.stumbleupon.com/to//www.cyberciti.biz/nixcraft/vivek/blogger/2005/08/linux-mysql-server-monitoring.html/t:4afa6075a0ce3;src:syndicate" rel="nofollow" target="_new">http://www.cyberciti.biz/nixcraft/vivek/blogger/2005/08/linux-mysql-server-monitoring.html</a>  # -------------------------------------------------------------------------- # Copyright (C) 2005 nixCraft project /cyberciti.biz/fb/> # This script is licensed under GNU GPL version 2.0 or above # ------------------------------------------------------------------------- # This script is part of nixCraft shell script collection (NSSC) # Visit <a href="http://www.stumbleupon.com/to/1f7dbb/bash.cyberciti.biz/t:4afa6075a0ce3;src:syndicate" rel="nofollow" target="_new">http://bash.cyberciti.biz/</a>  for more information. # -------------------------------------------------------------------------   # mysql root/admin username MUSER="root" # mysql admin/root password MPASS="SET-ROOT-PASSWORD" # mysql server hostname MHOST="localhost" #Shell script to start MySQL server i.e. path to MySQL daemon start/stop script. # Debain uses following script, need to setup this according to your UNIX/Linux/BSD OS. MSTART="/etc/init.d/mysql start" # Email ID to send notification EMAILID="notification@somewhere-corp.com" # path to mail program MAILCMD="$(which mail)" # path mysqladmin MADMIN="$(which mysqladmin)"   #### DO NOT CHANGE anything BELOW #### MAILMESSAGE="/tmp/mysql.fail.$$"   # see if MySQL server is alive or not # 2&1 could be better but i would like to keep it simple and easy to # understand stuff :) $MADMIN -h $MHOST -u $MUSER -p${MPASS} ping 2>/dev/null 1>/dev/null if [ $? -ne 0 ]; then echo "" >$MAILMESSAGE echo "Error: MySQL Server is not running/responding ping request">>$MAILMESSAGE echo "Hostname: $(hostname)" >>$MAILMESSAGE echo "Date & Time: $(date)" >>$MAILMESSAGE # try to start mysql $MSTART>/dev/null # see if it is started or not o=$(ps cax | grep -c &#039; mysqld$&#039;) if [ $o -eq 1 ]; then sMess="MySQL Server MySQL server successfully restarted" else sMess="MySQL server FAILED to restart" fi # Email status too echo "Current Status: $sMess" >>$MAILMESSAGE echo "" >>$MAILMESSAGE echo "*** This email generated by $(basename $0) shell script ***" >>$MAILMESSAGE echo "*** Please don&#039;t reply this email, this is just notification email ***" >>$MAILMESSAGE # send email $MAILCMD -s "MySQL server" $EMAILID &lt; $MAILMESSAGE else # MySQL is running :) and do nothing : fi # remove file rm -f $MAILMESSAGE"</p>
	]]></description>
	<comments>http://www.stumbleupon.com/url/bash.cyberciti.biz/monitoring/monitor-mysql-server-shell-script/</comments>
</item>
<item>
	<pubDate>Wed, 06 Aug 2008 23:06:45 -0700</pubDate>
	<title>Flickr: Discussing Cheap Macro Alternatives in SONY ALPHA DSLR-A200/A230</title>
	<link>http://www.stumbleupon.com/to/2lkoQw/flickr.com/groups/sony_alpha_dslr-a200/discuss/72157606577477020/t:4afa6075a0ce3;src:reviews</link>
	<guid isPermaLink="true">http://Azmeen.stumbleupon.com/review/24139679/</guid>
	<description><![CDATA[
		<p>Example is for Sony A200, but applicable to all DSLRs.</p>
	]]></description>
	<comments>http://www.stumbleupon.com/url/flickr.com/groups/sony_alpha_dslr-a200/discuss/72157606577477020/</comments>
</item>
<item>
	<pubDate>Wed, 23 Jul 2008 21:01:27 -0700</pubDate>
	<title>   12 Tips To Save Fuel That You&#039;re Still Not Doing! - HTNet</title>
	<link>http://www.stumbleupon.com/to/16Xux3/www.heritage-tech.net/848/12-tips-to-save-fuel-that-youre-still-not-doing/t:4afa6075a0ce3;src:reviews</link>
	<guid isPermaLink="true">http://Azmeen.stumbleupon.com/review/23699831/</guid>
	<description><![CDATA[
		<p>Save fuel now.</p>
	]]></description>
	<comments>http://www.stumbleupon.com/url/www.heritage-tech.net/848/12-tips-to-save-fuel-that-youre-still-not-doing/</comments>
</item>
<item>
	<pubDate>Tue, 22 Jul 2008 22:46:30 -0700</pubDate>
	<title>SPEED TRAP Spot - Central Region (Selangor, Kuala Lumpur, Negeri Sembilan &amp; Melaka) | Ezzy Get A Car</title>
	<link>http://www.stumbleupon.com/to/1hy7is/ezzygetacar.com/2008/07/23/speed-trap-spot-central-region-selangor-kuala-lumpur-negeri-sembilan-melaka/t:4afa6075a0ce3;src:reviews</link>
	<guid isPermaLink="true">http://Azmeen.stumbleupon.com/review/23668929/</guid>
	<description><![CDATA[
		<p>Police speed trap haunts on Malaysian highways.</p>
	]]></description>
	<comments>http://www.stumbleupon.com/url/ezzygetacar.com/2008/07/23/speed-trap-spot-central-region-selangor-kuala-lumpur-negeri-sembilan-melaka/</comments>
</item>
<item>
	<pubDate>Tue, 15 Jul 2008 02:18:28 -0700</pubDate>
	<title>   Simple And Quick Ways To Create Web Pages - HTNet</title>
	<link>http://www.stumbleupon.com/to/2UuBqo/www.heritage-tech.net/835/simple-and-quick-ways-to-create-web-pages/t:4afa6075a0ce3;src:reviews</link>
	<guid isPermaLink="true">http://Azmeen.stumbleupon.com/review/23422349/</guid>
	<description><![CDATA[
		<p>Create simple web pages with software already installed on your PC!</p>
	]]></description>
	<comments>http://www.stumbleupon.com/url/www.heritage-tech.net/835/simple-and-quick-ways-to-create-web-pages/</comments>
</item>
<item>
	<pubDate>Wed, 16 Apr 2008 02:26:19 -0700</pubDate>
	<title>Index of /mobil ting/java</title>
	<link>http://www.stumbleupon.com/to/29vEfo/hynne.org/mobil%20ting/java/t:4afa6075a0ce3;src:reviews</link>
	<guid isPermaLink="true">http://Azmeen.stumbleupon.com/review/20091155/</guid>
	<description><![CDATA[
		<p>List of somebody&#039;s collection of mobile phone (cell phone) java games.</p>
	]]></description>
	<comments>http://www.stumbleupon.com/url/hynne.org/mobil%252520ting/java/</comments>
</item>
<item>
	<pubDate>Sun, 06 Apr 2008 22:19:36 -0700</pubDate>
	<title>   Better Permalink URLs For Your WordPress Blog - HTNet</title>
	<link>http://www.stumbleupon.com/to/27PCFL/www.heritage-tech.net/795/better-permalink-urls-for-your-wordpress-blog/t:4afa6075a0ce3;src:reviews</link>
	<guid isPermaLink="true">http://Azmeen.stumbleupon.com/review/19679678/</guid>
	<description><![CDATA[
		<p>Use post permalinks that doesn&#039;t suck.</p>
	]]></description>
	<comments>http://www.stumbleupon.com/url/www.heritage-tech.net/795/better-permalink-urls-for-your-wordpress-blog/</comments>
</item>
<item>
	<pubDate>Fri, 28 Mar 2008 01:05:10 -0700</pubDate>
	<title>ICK. Good luck to those opening the other cans. - Lainie: artword addict</title>
	<link>http://www.stumbleupon.com/to/7eF0eW/lainie.tabulas.com/2008/03/25/@1538104/t:4afa6075a0ce3;src:reviews</link>
	<guid isPermaLink="true">http://Azmeen.stumbleupon.com/review/19247179/</guid>
	<description><![CDATA[
		<p>Careful when consuming Campbell&#039;s soups.</p>
	]]></description>
	<comments>http://www.stumbleupon.com/url/lainie.tabulas.com/2008/03/25/%25401538104/</comments>
</item>
<item>
	<pubDate>Mon, 17 Mar 2008 01:18:50 -0700</pubDate>
	<title>   Upgrading Your WordPress Installation Via SSH - HTNet</title>
	<link>http://www.stumbleupon.com/to/1tBnrt/www.heritage-tech.net/461/upgrading-your-wordpress-installation-via-ssh/t:4afa6075a0ce3;src:reviews</link>
	<guid isPermaLink="true">http://Azmeen.stumbleupon.com/review/18856424/</guid>
	<description><![CDATA[
		<p>Step by step guide on how to upgrade WordPress via SSH.</p>
	]]></description>
	<comments>http://www.stumbleupon.com/url/www.heritage-tech.net/461/upgrading-your-wordpress-installation-via-ssh/</comments>
</item>
<item>
	<pubDate>Fri, 14 Mar 2008 02:32:10 -0700</pubDate>
	<title>http://themaskedmillionaire.com/2008/03/01/i-won-the-lottery.aspx</title>
	<link>http://www.stumbleupon.com/to/1IYrWh/themaskedmillionaire.com/2008/03/01/i-won-the-lottery.aspx/t:4afa6075a0ce3;src:reviews</link>
	<guid isPermaLink="true">http://Azmeen.stumbleupon.com/review/18760850/</guid>
	<description><![CDATA[
		<p>What would you do if you won $350 million dollars from the lottery? Blog about it!</p>
	]]></description>
	<comments>http://www.stumbleupon.com/url/themaskedmillionaire.com/2008/03/01/i-won-the-lottery.aspx</comments>
</item>
</channel>
</rss>
