<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title><![CDATA[NotarySojac's debian career]]></title>
	<link><![CDATA[http://www.dreamincode.net/forums/index.php?app=blog&module=showblog&blogid=1662]]></link>
	<description><![CDATA[NotarySojac's debian career Syndication]]></description>
	<pubDate>Thu, 18 Apr 2013 20:12:27 +0000</pubDate>
	<webMaster>admin@dreamincode.net (Dream.In.Code)</webMaster>
	<generator>IP.Blog</generator>
	<ttl>60</ttl>
	<item>
		<title>Git (Intermediate):  Manipulate and tidy up your commit history (git squash)</title>
		<link>http://www.dreamincode.net/forums/blog/1662/entry-4446-git-intermediate-manipulate-and-tidy-up-your-commit-history-git-squash/</link>
		<category></category>
		<description><![CDATA[Git commit histories can sometimes be a mess to look at.  Sometimes you make multiple commits that work on the same feature, and when you're done with the feature, you'd like to just merge the commits together so they show up in the history as a single commit.  Sometimes you make one commit, and then you realized you left in some debugging...]]></description>
		<pubDate>Thu, 18 Apr 2013 17:56:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1662/entry-4446-git-intermediate-manipulate-and-tidy-up-your-commit-history-git-squash/</guid>
	</item>
	<item>
		<title>How to Encrypt Your Emails (PGP ftw!)</title>
		<link>http://www.dreamincode.net/forums/blog/1662/entry-4386-how-to-encrypt-your-emails-pgp-ftw/</link>
		<category></category>
		<description><![CDATA[This is a written tutorial and video walkthrough on how to use PGP to encrypt your email.  The videos were done in a windows environment, but Video 2 and 3 in the series should give you a decent idea of how things work if you're a linux user.  In section A of this writeup, I discuss linux installation and briefly go point Mac`ers to the proper...]]></description>
		<pubDate>Thu, 14 Feb 2013 00:27:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1662/entry-4386-how-to-encrypt-your-emails-pgp-ftw/</guid>
	</item>
	<item>
		<title>Debian - Setting up Raid 1 (mirroring harddrives)</title>
		<link>http://www.dreamincode.net/forums/blog/1662/entry-4003-debian-setting-up-raid-1-mirroring-harddrives/</link>
		<category></category>
		<description><![CDATA[Before we begin, let me point out some benefits of using raid 1 mirroring.  First, your mp3 files won't have their meta tags jumbled up and mangled by typical hard drive corruption.  Also your movie files won't suddnely stop playing past certain points due to corruption.  Umm... your exe files won't randomly give you errors about not...]]></description>
		<pubDate>Fri, 04 May 2012 06:10:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1662/entry-4003-debian-setting-up-raid-1-mirroring-harddrives/</guid>
	</item>
	<item>
		<title>Setting up a PXE server and booting a client (TFTP, PXE, DHCP, ...NFS...)</title>
		<link>http://www.dreamincode.net/forums/blog/1662/entry-3955-setting-up-a-pxe-server-and-booting-a-client-tftp-pxe-dhcp-nfs/</link>
		<category></category>
		<description><![CDATA[Have you ever wanted to use that fancy bios feature that you never had the time to straighten out?  I'm talking about <strong class='bbc'>PXE</strong>...]]></description>
		<pubDate>Mon, 19 Mar 2012 22:12:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1662/entry-3955-setting-up-a-pxe-server-and-booting-a-client-tftp-pxe-dhcp-nfs/</guid>
	</item>
	<item>
		<title>Git - Setting Up Versions and Direct Downloads on Github</title>
		<link>http://www.dreamincode.net/forums/blog/1662/entry-3871-git-setting-up-versions-and-direct-downloads-on-github/</link>
		<category></category>
		<description><![CDATA[As time goes on, while managing your source code with github, you'll find yourself becoming bored with just having the latest version of your project being easily downloadable from <br /><br /><pre class='brush: bash ;'>www.github.com/YOUR_NAME/YOUR_PROJECT</pre>...]]></description>
		<pubDate>Tue, 10 Jan 2012 00:47:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1662/entry-3871-git-setting-up-versions-and-direct-downloads-on-github/</guid>
	</item>
	<item>
		<title>Private (secret) Git Servers for your Source Code</title>
		<link>http://www.dreamincode.net/forums/blog/1662/entry-3850-private-secret-git-servers-for-your-source-code/</link>
		<category></category>
		<description><![CDATA[So let's say you have a project that is so hawt, that you literally can't afford to let your trusty ISP see what you're working on.  I know everyone loves and trusts names like Comcast, and AT&T to do the right thing in every circumstance, no matter what, but that's beside the point.  Sometimes the project you're working on...]]></description>
		<pubDate>Thu, 22 Dec 2011 04:35:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1662/entry-3850-private-secret-git-servers-for-your-source-code/</guid>
	</item>
	<item>
		<title>git (intermediate) -  Keeping stuff out of your repo</title>
		<link>http://www.dreamincode.net/forums/blog/1662/entry-3811-git-intermediate-keeping-stuff-out-of-your-repo/</link>
		<category></category>
		<description><![CDATA[Keep dumb stuff out of your git repo by adding it to your "git ignore" file!<br />$  vi .gitignore<br />(.gitignore)<br /><pre class='brush: bash ;'>database.yml</pre><br /><br /><br />What if it's too late and you already added something that you need to get out?<br /><br />Remove sensative data from github<br />ref:  <a href='http://help.github.com/remove-sensitive-data/' class='bbc_url' title='External link' rel='external'>http://help.github.c...sensitive-data/</a><br />To permenently delete and Erase the...]]></description>
		<pubDate>Tue, 15 Nov 2011 17:36:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1662/entry-3811-git-intermediate-keeping-stuff-out-of-your-repo/</guid>
	</item>
	<item>
		<title>git (intermediate) - undo last commit</title>
		<link>http://www.dreamincode.net/forums/blog/1662/entry-3810-git-intermediate-undo-last-commit/</link>
		<category></category>
		<description><![CDATA[If you ever decide that you wish you had never made the last commit you made, you can undo the current commit and get back there.  Here's how:<br /><br />1)  Make it so git resets back to the commit before (aka "HEAD^")<br /><pre class='brush: bash ;'>$  git reset --soft HEAD^  </pre>...]]></description>
		<pubDate>Tue, 15 Nov 2011 17:23:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1662/entry-3810-git-intermediate-undo-last-commit/</guid>
	</item>
	<item>
		<title><![CDATA[git (intermediate) - Forking Repos &#34;collaborating overview&#34;]]></title>
		<link>http://www.dreamincode.net/forums/blog/1662/entry-3809-git-intermediate-forking-repos-collaborating-overview/</link>
		<category></category>
		<description><![CDATA[<a href='http://help.github.com/fork-a-repo/' class='bbc_url' title='External link' rel='external'>http://help.github.com/fork-a-repo/</a>...]]></description>
		<pubDate>Tue, 15 Nov 2011 17:22:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1662/entry-3809-git-intermediate-forking-repos-collaborating-overview/</guid>
	</item>
	<item>
		<title>git (intermediate) - Stash, resolving merge confilcts</title>
		<link>http://www.dreamincode.net/forums/blog/1662/entry-3808-git-intermediate-stash-resolving-merge-confilcts/</link>
		<category></category>
		<description><![CDATA[Note To Self:  Rename this blog to "Git: The Secrets to Controlling the World"<br /><br /><br />ref: <a href='http://dlinsin.blogspot.com/2009/07/git-stash.html' class='bbc_url' title='External link' rel='external'>http://dlinsin.blogs.../git-stash.html</a><br /><br /><br />If you make changes on your production server, and later on your development machine, make tons and tons of changes to lots of stuff, and decide some of the changes that you made on the production server were...]]></description>
		<pubDate>Tue, 15 Nov 2011 17:14:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1662/entry-3808-git-intermediate-stash-resolving-merge-confilcts/</guid>
	</item>
</channel>
</rss>