<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ZuhaiBlog &#187; Jobs</title>
	<atom:link href="http://zuhaiblog.com/category/meta/jobs/feed/" rel="self" type="application/rss+xml" />
	<link>http://zuhaiblog.com</link>
	<description>A blog about Zuhaib.. What you never heard of me?</description>
	<lastBuildDate>Mon, 02 Jan 2012 22:21:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Backing up and Restoring your MySQL RDS Instance (and other Cloud DBs)</title>
		<link>http://zuhaiblog.com/2011/05/27/backing-up-and-restoring-your-mysql-rds-instance-and-other-cloud-dbs/</link>
		<comments>http://zuhaiblog.com/2011/05/27/backing-up-and-restoring-your-mysql-rds-instance-and-other-cloud-dbs/#comments</comments>
		<pubDate>Sat, 28 May 2011 05:25:33 +0000</pubDate>
		<dc:creator>zuhaib</dc:creator>
				<category><![CDATA[Jobs]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web/Tech]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[RDS]]></category>

		<guid isPermaLink="false">http://zuhaiblog.com/?p=9467</guid>
		<description><![CDATA[As more and more things move to the &#8220;cloud&#8221; as a Sys Admin you might find your self tasked with managing a Database that you don&#8217;t have shell access too. That has been the case for me with my last two jobs, Laughing Squid and now as Senior Sys Admin at Oxygen Cloud. With Oxygen [...]]]></description>
			<content:encoded><![CDATA[<p>As more and more things move to the &#8220;cloud&#8221; as a Sys Admin you might find your self tasked with managing a Database that you don&#8217;t have shell access too.  That has been the case for me with my last two jobs,<a href="http://laughingsquid.us/"> Laughing Squid </a>and now as Senior Sys Admin at <a href="http://www.oxygencloud.com/">Oxygen Cloud</a>.  With Oxygen we needed to backup some<a href="http://aws.amazon.com/rds/"> AWS RDS</a> Instances and wanted to do it using a server on EC2 so we don&#8217;t have the bottle next of our local internet.  This same method works with <a href="http://www.rackspace.com/cloud/cloud_hosting_products/sites/">Rackspace Cloud Sites</a> which I used at Laughing Squid.  Its use a little known (could not find it easily with a google search) trick with mysqldump</p>
<pre class="brush: bash; title: ; notranslate">mysqldump -P &lt;port#&gt; -h &lt;server ip&gt;-u mysql_user -p database_name table_name &gt; backup.sql</pre>
<p>To restore your DB in the cloud you use a more well-known mysql technique</p>
<pre class="brush: bash; title: ; notranslate">mysql -u mysql_user -p -h &lt;server ip&gt; cloud_db_name &lt; backup.sql</pre><fb:like href='http://zuhaiblog.com/2011/05/27/backing-up-and-restoring-your-mysql-rds-instance-and-other-cloud-dbs/' send='false' layout='button_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton9467" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fzuhaiblog.com%2F2011%2F05%2F27%2Fbacking-up-and-restoring-your-mysql-rds-instance-and-other-cloud-dbs%2F&amp;via=zuhaib&amp;text=Backing%20up%20and%20Restoring%20your%20MySQL%20RDS%20Instance%20%28and%20other%20Cloud%20DBs%29&amp;related=zuhaib&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fzuhaiblog.com%2F2011%2F05%2F27%2Fbacking-up-and-restoring-your-mysql-rds-instance-and-other-cloud-dbs%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://zuhaiblog.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://zuhaiblog.com/2011/05/27/backing-up-and-restoring-your-mysql-rds-instance-and-other-cloud-dbs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Resume in Latex!</title>
		<link>http://zuhaiblog.com/2008/07/24/my-resume-in-latex/</link>
		<comments>http://zuhaiblog.com/2008/07/24/my-resume-in-latex/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 09:13:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Jobs]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[Resume]]></category>
		<category><![CDATA[Latex]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://zuhaiblog.com/?p=18</guid>
		<description><![CDATA[First little note, this is a post from my old blog that was hosted at typepad.&#160; After seeing the light and moving to wordpress I need to move them here so the links still work =\ After reading a lot about LaTeX, and seeing its powerful use in making documents i decided a good way [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>First little note, this is a post from my old blog that was hosted at typepad.&nbsp; After seeing the light and moving to wordpress I need to move them here so the links still work =\</p>
</blockquote>
<p>After reading a lot about LaTeX, and seeing its powerful use in making documents i decided a good way to learn a lot more about LaTeX is to make a Resume using it.</p>
<p style="text-indent: 20pt;" mce_style="text-indent: 20pt;"><b>My Resume: </b><b><a href="http://www.zuhaiblog.com/resume/zuhaib-cv-ns.tex" mce_href="http://www.zuhaiblog.com/resume/zuhaib-cv-ns.tex">zuhaib-cv-ns.tex</a></b><b>, </b><b>zuhaib-cv.ps (coming soon)</b><b>, </b><b><a href="http://www.zuhaiblog.com/resume/zuhaib-cv-ns.pdf" mce_href="http://www.zuhaiblog.com/resume/zuhaib-cv-ns.pdf">zuhaib-cv-ns.pdf</a></b></p>
<p>What is <a href="http://www.latex-project.org/" mce_href="http://www.latex-project.org/">LaTeX</a>? Well if your asking that question, you might want to check the link out. But if you have ever read a computer text book, or any document published from a scientific or computer science community there is a very good chance it was made using LaTeX as it provides you more power over simple WYSIWYG editors like Word, especial for texts involving math equations.</p>
<p>Now a few notes about my resume, first is that i used a lot of sites to help make my resume, looking at other peoples works and referring to <a href="http://people.ee.ethz.ch/%7Eoetiker/lshort/lshort.pdf" mce_href="http://people.ee.ethz.ch/%7Eoetiker/lshort/lshort.pdf">The Not So Short Introduction to LaTeX</a>. This is a good way to get started in anything new i feel, looking at examples and using texts as references as it can be pretty boring to just read.</p>
<p>Back to my resume for it to work you need to have res.cls but the one i used is an edited version of the one found on <a href="http://www.ctan.org/" mce_href="http://www.ctan.org/">CTAN</a>. The changes i made was to remove a badly place page break which would come out if you tried to use itemize for your position description which i wanted to use as i like the bullets. I am calling this version of rel.cls 2.09a and i will be e-mailing it to the original writer and see if i can get this incorporated in to the rel.cls on CTAN.</p>
<p style="text-indent: 20pt;" mce_style="text-indent: 20pt;"><b>My Rel.cls: </b><b><a href="http://www.zuhaiblog.com/resume/res.cls" mce_href="http://www.zuhaiblog.com/resume/res.cls">rel.cls</a></b></p>
<p>The main tex file was based off the one provided by <a href="http://www.duke.edu/%7Ejrb11/cv/" mce_href="http://www.duke.edu/%7Ejrb11/cv/">Jason R. Blevins</a>, with some edits you can see in my tex file like to allow for bullets and to add itemize to position and other changes i liked from other people resumes that i will list below.</p>
<p>My tex editor of choice was actually TextMate for OS X, i liked a lot when working in OS X and the fact it and handle a lot of different type of files from LaTeX to just about anything you can throw at it. If your not on OS X, or dont want to play for TextMate, look at <a href="http://www.gnu.org/software/emacs/" mce_href="http://www.gnu.org/software/emacs/">Emacs</a> as that is the granddaddy for LaTeX.</p>
<p>To make the PDF and etc files i used the Makefile again from Jason Blevins file, again edited only to fit my needs</p>
<p style="text-indent: 20pt;" mce_style="text-indent: 20pt;"><b>My Makefile: </b><b><a href="http://www.zuhaiblog.com/resume/Makefile" mce_href="http://www.zuhaiblog.com/resume/Makefile">Makefile</a></b></p>
<p>That is about it i have for my make file, for more i would tell you to read these sites that helped me a lot besides the one i mentioned early</p>
<p style="text-indent: 20pt;" mce_style="text-indent: 20pt;">Links</p>
<p><a href="http://matthewm.boedicker.org/code/latex_resume_tips.php" mce_href="http://matthewm.boedicker.org/code/latex_resume_tips.php">LaTeX Resume Tips</a><br />
<a href="http://www.duke.edu/%7Ejrb11/cv/" mce_href="http://www.duke.edu/%7Ejrb11/cv/">LaTeX CV Template</a><br />
<a href="http://people.ee.ethz.ch/%7Eoetiker/lshort/lshort.pdf" mce_href="http://people.ee.ethz.ch/%7Eoetiker/lshort/lshort.pdf">The Not So Short Introduction to LaTeX</a><font style="text-decoration: underline;" color="#1a1aff"><br />
</font><a href="http://ofb.net/%7Eniniane/resume_howto.html" mce_href="http://ofb.net/%7Eniniane/resume_howto.html">How to Write a Killer Resume (for Software Engineers)</a></p>
<p style="text-indent: 20pt;" mce_style="text-indent: 20pt;">And something for you people that must use word:</p>
<p style="text-indent: 20pt;" mce_style="text-indent: 20pt;"><a href="http://www.lifeclever.com/2006/10/24/give-your-resume-a-face-lift/" mce_href="http://www.lifeclever.com/2006/10/24/give-your-resume-a-face-lift/">Give your résumé a face lift</a></p><fb:like href='http://zuhaiblog.com/2008/07/24/my-resume-in-latex/' send='false' layout='button_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><div id="tweetbutton19" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fzuhaiblog.com%2F2008%2F07%2F24%2Fmy-resume-in-latex%2F&amp;via=zuhaib&amp;text=My%20Resume%20in%20Latex%21&amp;related=zuhaib&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fzuhaiblog.com%2F2008%2F07%2F24%2Fmy-resume-in-latex%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://zuhaiblog.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://zuhaiblog.com/2008/07/24/my-resume-in-latex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

