<?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>No Kind of Life</title>
	<atom:link href="http://nokindoflife.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nokindoflife.com</link>
	<description>Won&#039;t Be My Fault When You&#039;re Painted in the Corner of a No Good Life</description>
	<lastBuildDate>Sat, 15 Oct 2011 17:30:31 +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>UNIX Command &amp; Argument Cheat Sheet</title>
		<link>http://nokindoflife.com/geekdom/unix-command-and-argument-cheat-sheet/</link>
		<comments>http://nokindoflife.com/geekdom/unix-command-and-argument-cheat-sheet/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 16:05:19 +0000</pubDate>
		<dc:creator>trinadin</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Linux/UNIX]]></category>

		<guid isPermaLink="false">http://nokindoflife.com/?p=193</guid>
		<description><![CDATA[Simple cheat sheet that provides details for a large portion of UNIX Commands &#38; Arguments. Login: usr User Required Username pwd Password Required Password Navigation: cd Change Directory Change Current Directory ~ Login Directory Home ( Login ) Directory / Root Directory Root Directory . Current Directory Working ( Current ) Directory .. Parent Dir. [...]]]></description>
			<content:encoded><![CDATA[<p>Simple cheat sheet that provides details for a large portion of UNIX Commands &amp; Arguments.<span id="more-193"></span></p>
<hr /><a name="login"></a></p>
<h4>Login:</h4>
<table id="unix" border="0">
<tbody>
<tr>
<td class="abbr0">usr</td>
<td class="name0">User</td>
<td class="desc0">Required Username</td>
</tr>
<tr>
<td class="abbr0">pwd</td>
<td class="name0">Password</td>
<td class="desc0">Required Password</td>
</tr>
</tbody>
</table>
<hr /><a name="navigation"></a></p>
<h4>Navigation:</h4>
<table id="unix" border="0">
<tbody>
<tr>
<td class="abbr0">cd</td>
<td class="name0">Change Directory</td>
<td class="desc0">Change Current Directory</td>
</tr>
<tr>
<td class="abbr0">~</td>
<td class="name0">Login Directory</td>
<td class="desc0">Home ( Login ) Directory</td>
</tr>
<tr>
<td class="abbr0">/</td>
<td class="name0">Root Directory</td>
<td class="desc0">Root Directory</td>
</tr>
<tr>
<td class="abbr0">.</td>
<td class="name0">Current Directory</td>
<td class="desc0">Working ( Current ) Directory</td>
</tr>
<tr>
<td class="abbr0">..</td>
<td class="name0">Parent Dir. ^1^</td>
<td class="desc0">Parent of Working Directory</td>
</tr>
<tr>
<td class="abbr0">../..</td>
<td class="name0">Parent Dir. ^2^</td>
<td class="desc0">Parent of Parent Directory</td>
</tr>
<tr>
<td class="abbr0">~user</td>
<td class="name0">Other Home Dir.</td>
<td class="desc0">Another User's Home Directory</td>
</tr>
</tbody>
</table>
<p style="text-align: right;"><a title="Hysdirectory Coming Soon!" href="http://nokindoflife.com/geekdom/hysdirectory/">Click Here</a> to learn more about Directory Navigation.</p>
<hr /><a name="files"></a></p>
<h4>Files:</h4>
<table id="unix" border="0">
<tbody>
<tr>
<td class="abbr0">cp</td>
<td class="name0">Copy</td>
<td class="desc0">Copy a File</td>
</tr>
<tr>
<td class="abbr0">mv</td>
<td class="name0">Move / Rename</td>
<td class="desc0">Move or Rename a File</td>
</tr>
<tr>
<td class="abbr0">rm</td>
<td class="name0">Remove / Delete</td>
<td class="desc0">Remove or Delete a File</td>
</tr>
</tbody>
</table>
<hr /><a name="directories"></a></p>
<h4>Directories:</h4>
<table id="unix" border="0">
<tbody>
<tr>
<td class="abbr0">mkdir</td>
<td class="name0">Make Directory</td>
<td class="desc0">Create an Empty Directory</td>
</tr>
<tr>
<td class="abbr0">rmdir</td>
<td class="name0">Remove Directory</td>
<td class="desc0">Remove an Empty Directory</td>
</tr>
</tbody>
</table>
<hr /><a name="list"></a></p>
<h4>List:</h4>
<table id="unix" border="0">
<tbody>
<tr>
<td class="abbr0">ls</td>
<td class="name0">List</td>
<td class="desc0">List Contents of a Directory</td>
</tr>
</tbody>
</table>
<table id="unix" border="0">
<tbody>
<tr>
<td class="abbr0">-l</td>
<td class="desc0">&quot;Long&quot; Detailed Format</td>
</tr>
<tr>
<td class="abbr0">-ld</td>
<td class="desc0">&quot;Long&quot; Detailed Format - Displays Sub-Directories as Regular Files</td>
</tr>
<tr>
<td class="abbr0">-a</td>
<td class="desc0">Includes Hidden Files ( Appended With &quot;.&quot; )</td>
</tr>
</tbody>
</table>
<table id="unix" border="0">
<tbody>
<tr>
<td class="abbr0">-r</td>
<td class="desc0">Recursive ( Change Will Include Everything in Associated Directory Tree )</td>
</tr>
<tr>
<td class="abbr0">-R</td>
<td class="desc0">Forced Recursive ( Change Will Include Everything in Associated Directory Tree )</td>
</tr>
</tbody>
</table>
<hr /><a name="tar"></a></p>
<h4>Tapes, Backups, and Archives:</h4>
<table id="unix" border="0">
<tbody>
<tr>
<td class="abbr0">tar</td>
<td class="name0">Tape Archive</td>
<td class="desc0">Standard Way to Read and Write Archives</td>
</tr>
<tr>
<td class="abbr0">c</td>
<td class="name0">Create</td>
<td class="desc0">Creates an Archive Containing the Specified Content</td>
</tr>
<tr>
<td class="abbr0">f</td>
<td class="name0">File</td>
<td class="desc0">Declares that a Specific Filename is to Follow</td>
</tr>
<tr>
<td class="abbr0">t</td>
<td class="name0">Table of Contents</td>
<td class="desc0">Lists the Contents of an Archived File</td>
</tr>
<tr>
<td class="abbr0">v</td>
<td class="name0">Verbose</td>
<td class="desc0">Displays Contents and Status as it is Tarring or Extracting</td>
</tr>
<tr>
<td class="abbr0">x</td>
<td class="name0">Extract</td>
<td class="desc0">Extracts the Contents of an Archived File</td>
</tr>
</tbody>
</table>
<p style="text-align: right;"><a title="Tape ARchive Breakdown Coming Soon!" href="http://nokindoflife.com/geekdom/tape-archive-breakdown/">Click Here</a> to learn more about tar Commands.</p>
<hr />
<p style="text-align: center;"><a title="Subscribe via RSS" href="http://nokindoflife.com/feed/" target="_blank">Stay tuned for future updates and additions to this page!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nokindoflife.com/geekdom/unix-command-and-argument-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tablature Collection</title>
		<link>http://nokindoflife.com/guitarology/tablature-collection/</link>
		<comments>http://nokindoflife.com/guitarology/tablature-collection/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 07:46:00 +0000</pubDate>
		<dc:creator>trinadin</dc:creator>
				<category><![CDATA[Guitarology]]></category>
		<category><![CDATA[Tablature]]></category>

		<guid isPermaLink="false">http://nokindoflife.com/?p=54</guid>
		<description><![CDATA[Collection of URLs to the best tabs on Ultimate-Guitar.com for some of my favorite songs. Click on any artist or band name below to quickly jump to their section of the page. Darkest Hour &#124; Eric Johnson &#124; Killswitch Engage &#124; Tool Darkest Hour Undoing Ruin With A Thousand Words To Say But One Convalescense [...]]]></description>
			<content:encoded><![CDATA[<p>Collection of URLs to the best tabs on <a title="Ultimate Guitar Tabs Archive | 300,000+ Guitar &amp; Bass Tabs, Chords and Guitar Pro Tabs!" href="http://www.ultimate-guitar.com/" target="_blank">Ultimate-Guitar.com</a> for some of my favorite songs.<span id="more-54"></span></p>
<p style="text-align: center;">Click on any artist or band name below to quickly jump to their section of the page.</p>
<hr />
<p style="text-align: center;"><a href="#darkesthour">Darkest Hour</a> | <a href="#ericjohnson">Eric Johnson</a> | <a href="#killswitchengage">Killswitch Engage</a> | <a href="#tool">Tool</a></p>
<hr /><a name="darkesthour"></a></p>
<h4>Darkest Hour</h4>
<p><strong>Undoing Ruin</strong></p>
<ol>
<li><a href="http://tabs.ultimate-guitar.com/d/darkest_hour/with_a_thousand_words_to_say_but_one_ver2_tab.htm" target="_blank">With A Thousand Words To Say But One</a></li>
<li><a href="http://tabs.ultimate-guitar.com/d/darkest_hour/convalescence_ver2_tab.htm" target="_blank">Convalescense</a></li>
<li><a href="http://tabs.ultimate-guitar.com/d/darkest_hour/sound_the_surrender_tab.htm" target="_blank">Sound the Surrender</a></li>
<li><a href="http://tabs.ultimate-guitar.com/d/darkest_hour/these_fevered_times_tab.htm" target="_blank">These Fevered Times</a></li>
<li><a href="http://tabs.ultimate-guitar.com/d/darkest_hour/tranquil_tab.htm" target="_blank">Tranquil</a></li>
</ol>
<hr /><a name="ericjohnson"></a></p>
<h4>Eric Johnson</h4>
<p><strong>Ah Via Musicom</strong></p>
<ol>
<li><a href="http://tabs.ultimate-guitar.com/e/eric_johnson/cliffs_of_dover_ver2_tab.htm" target="_blank">Cliffs of Dover</a></li>
</ol>
<hr /><a name="killswitchengage"></a></p>
<h4>Killswitch Engage</h4>
<p><strong>The End of Heartache</strong></p>
<ol>
<li><a href="http://tabs.ultimate-guitar.com/k/killswitch_engage/rose_of_sharyn_tab.htm" target="_blank">Rose of Sharyn</a></li>
<li><a href="http://tabs.ultimate-guitar.com/k/killswitch_engage/the_end_of_heartache_ver8_tab.htm" target="_blank">The End of Heartache</a></li>
</ol>
<hr /><a name="tool"></a></p>
<h4>Tool</h4>
<p><strong>Undertow</strong></p>
<ol>
<li><a href="http://tabs.ultimate-guitar.com/t/tool/prison_sex_ver3_tab.htm" target="_blank">Prison Sex</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://nokindoflife.com/guitarology/tablature-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UNIX Command Line: Basics</title>
		<link>http://nokindoflife.com/geekdom/unix-command-line-basics/</link>
		<comments>http://nokindoflife.com/geekdom/unix-command-line-basics/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 04:40:21 +0000</pubDate>
		<dc:creator>trinadin</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Linux/UNIX]]></category>

		<guid isPermaLink="false">http://nokindoflife.com/?p=29</guid>
		<description><![CDATA[Meant as a quick reference of basic commands for people who are new to using UNIX shell. Click on any of the links below to quickly jump to that section of the page.You may also hover your mouse over each link to see the full title of that section. Directories &#124; Navigation &#124; Listing &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>Meant as a quick reference of basic commands for people who are new to using UNIX shell.<span id="more-29"></span></p>
<p style="text-align: center;">Click on any of the links below to quickly jump to that section of the page.<br />You may also hover your mouse over each link to see the full title of that section.</p>
<hr />
<p style="text-align: center;"><a title="Directory Examples" href="#directories">Directories</a> | <a title="Navigating the File System" href="#navigation">Navigation</a> | <a title="Listing Directory Contents" href="#listing">Listing</a> | <a title="Changing File Permissions and Attributes" href="#permissions">Permissions</a> | <a title="Moving, Renaming, and Copying Files" href="#moving">Moving</a> | <a title="Viewing and Editing Files" href="#editing">Editing</a></p>
<hr /><a name="directories"></a></p>
<h3>Directory Examples:</h3>
<p>File and directory paths in UNIX use the forward slash &quot;/&quot; to separate directory names.</p>
<table id="unix" border="0">
<tbody>
<tr>
<td class="desc2">/</td>
<td>&quot;root&quot; directory</td>
</tr>
<tr>
<td class="desc2">/usr</td>
<td>directory usr (sub-directory of / &quot;root&quot; directory)</td>
</tr>
<tr>
<td class="desc2">/usr/SUBDIR</td>
<td>SUBDIR is a subdirectory of /usr</td>
</tr>
</tbody>
</table>
<hr /><a name="navigation"></a></p>
<h3>Navigating the File System:</h3>
<table id="unix" border="0">
<tbody>
<tr>
<td class="desc3">pwd</td>
<td>Display the &quot;present working directory&quot;, or current directory.</td>
</tr>
<tr>
<td class="desc3">cd</td>
<td>Change current directory to your HOME directory.</td>
</tr>
<tr>
<td class="desc3">cd /usr/SUBDIR</td>
<td>Change current directory to your HOME directory.</td>
</tr>
<tr>
<td class="desc3">cd INIT</td>
<td>Change current directory to INIT which is a sub-directory of the current directory.</td>
</tr>
<tr>
<td class="desc3">cd ..</td>
<td>Change current directory to the parent directory of the current directory.</td>
</tr>
<tr>
<td class="desc3">cd $THISVARIES</td>
<td>Change current directory to the one defined by the environment variable 'THISVARIES'.</td>
</tr>
<tr>
<td class="desc3">cd ~trin</td>
<td>Change the current directory to the user trin's home directory (if you have permission).</td>
</tr>
</tbody>
</table>
<hr /><a name="listing"></a></p>
<h3>Listing Directory Contents:</h3>
<table id="unix" border="0">
<tbody>
<tr>
<td class="desc1">ls</td>
<td>List a directory.</td>
</tr>
<tr>
<td class="desc1">ls -l</td>
<td>List a directory in long (detailed) format.</td>
</tr>
<tr>
<td class="desc1">ls -a</td>
<td>List the current directory including hidden files. Hidden files start with &quot;.&quot;</td>
</tr>
<tr>
<td class="desc1">ls -ld *</td>
<td>List all the file and directory names in the current directory using long format. Without the "d" option, ls would list the contents of any sub-directory of the current. With the "d" option, ls just lists them like regular files.</td>
</tr>
</tbody>
</table>
<hr /><a name="permissions"></a></p>
<h3>Changing File Permissions and Attributes:</h3>
<p>You must be the owner of the file/directory or be root before you can do any of these things.</p>
<table id="unix" border="0">
<tbody>
<tr>
<td class="desc3">chmod 755 file</td>
<td>Changes the permissions of file to be rwx for the owner, and rx for the group and the world. (7 = rwx = 111 binary. 5 = r-x = 101 binary)</td>
</tr>
<tr>
<td class="desc3">chgrp user file</td>
<td>Makes file belong to the group user.</td>
</tr>
<tr>
<td class="desc3">chown trin file</td>
<td>Makes trin the owner of file.</td>
</tr>
<tr>
<td class="desc3">chown -R cliff dir</td>
<td>Makes cliff the owner of dir and everything in its directory tree.</td>
</tr>
</tbody>
</table>
<hr /><a name="moving"></a></p>
<h3>Moving, Renaming, and Copying Files:</h3>
<table id="unix" border="0">
<tbody>
<tr>
<td class="desc4">cp file1 file2</td>
<td>Copy a file.</td>
</tr>
<tr>
<td class="desc4">mv file1 newname</td>
<td>Move or rename a file.</td>
</tr>
<tr>
<td class="desc4">mv file1 ~/SUBDIR/</td>
<td>Move file1 into sub-directory SUBDIR in your home directory.</td>
</tr>
<tr>
<td class="desc4">rm file1 [file2 ...]</td>
<td>Remove or delete a file.</td>
</tr>
<tr>
<td class="desc4">rm -r dir1 [dir2...]</td>
<td>Recursivly remove a directory and its contents. BE CAREFUL!</td>
</tr>
<tr>
<td class="desc4">mkdir dir1 [dir2...]</td>
<td>Create directories.</td>
</tr>
<tr>
<td class="desc4">mkdir -p dirpath</td>
<td>Create the directory dirpath, including all implied directories in the path.</td>
</tr>
<tr>
<td class="desc4">rmdir dir1 [dir2...]</td>
<td>Remove an empty directory.</td>
</tr>
</tbody>
</table>
<hr /><a name="editing"></a></p>
<h3>Viewing and Editing Files:</h3>
<table id="unix" border="0">
<tbody>
<tr>
<td class="desc3">cat filename</td>
<td>Dump a file to the screen in ASCII.</td>
</tr>
<tr>
<td class="desc3">more filename</td>
<td>Progressively dump a file to the screen: ENTER = One Line Down / SPACEBAR = Page Down / Q = Quit</td>
</tr>
<tr>
<td class="desc3">less filename</td>
<td>Like more, but you can use Page-Up too. Not on all systems.</td>
</tr>
<tr>
<td class="desc3">vi filename</td>
<td>Edit a file using the VI editor. All UNIX systems will have VI in some form.</td>
</tr>
<tr>
<td class="desc3">emacs filename</td>
<td>Edit a file using the Emacs editor. Not all systems will have Emacs.</td>
</tr>
<tr>
<td class="desc3">nano filename</td>
<td>Edit a file using the Nano editor. Not all systems will have Nano.</td>
</tr>
<tr>
<td class="desc3">head filename</td>
<td>Show the first few lines of a file.</td>
</tr>
<tr>
<td class="desc3">head -n filename</td>
<td>Show the first n lines of a file.</td>
</tr>
<tr>
<td class="desc3">tail filename</td>
<td>Show the last few lines of a file.</td>
</tr>
<tr>
<td class="desc3">tail -n filename</td>
<td>Show the last n lines of a file.</td>
</tr>
</tbody>
</table>
<hr />
<p>A portion of this reference was pulled from <a title="Learn UNIX in 10 minutes. Version 1.3" href="http://freeengineer.org/learnUNIXin10minutes.html" target="_blank">Learn UNIX in 10 minutes</a> on <a title="FreeEngineer.org - /*Home of no warranty, ever!*/" href="http://freeengineer.org/" target="_blank">FreeEngineer.org</a>.</p>
<p style="text-align: center;"><a title="Subscribe via RSS" href="http://nokindoflife.com/feed/" target="_blank">Stay tuned for future updates and additions to this page!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nokindoflife.com/geekdom/unix-command-line-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where&#8217;s Chuck D. When Ya Need Him?</title>
		<link>http://nokindoflife.com/relapses/hello-world/</link>
		<comments>http://nokindoflife.com/relapses/hello-world/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 14:24:25 +0000</pubDate>
		<dc:creator>trinadin</dc:creator>
				<category><![CDATA[Relapses]]></category>

		<guid isPermaLink="false">http://nokindoflife.com/?p=1</guid>
		<description><![CDATA[I'm back. I'm finally back. Are you happy to see me? I'm happy to see me. Note to self: Do not rely on the hosting accounts of others. Your shit will be lost eventually. So, I'll be completely rebuilding this site. Sort of, at least. I'm going to use the same theme as last time. [...]]]></description>
			<content:encoded><![CDATA[<p>I'm back. I'm finally back. Are you happy to see me? I'm happy to see me.<span id="more-1"></span></p>
<p><strong>Note to self:</strong> Do not rely on the hosting accounts of others. Your shit <em>will</em> be lost eventually.</p>
<p>So, I'll be completely rebuilding this site. Sort of, at least. I'm going to use the same theme as last time. I'll still have to tweak it quite a bit but whatever, no biggie. It's always good to brush up on my WordPress skills anyways since it's apparently TAKING OVER THE FUCKING WORLD.</p>
<p>But... but... what will I post? Do I have anything worth saying? Am I even <em>that</em> interesting?</p>
<p>Fuck ya I am. To me at least. I mean, do "you people" even have <em>the slightest</em> idea how many rants flow through my head on a daily basis? Like, at least 2, in a row, at a time. Hell, I've even gone as far as to create a category dedicated specifically <em>to</em> these rants, which is appropriately titled "Rants" and falls appropriately under "Relapses."</p>
<p>Now, if you've already looked, then you've no doubt seen that it hasn't been populated with anything yet. This is due largely to the fact that, well, let's face it, not every single one of my rants is "post worthy." Some of them most certainly are though, and as soon as I'm able to get them typed up, you best believe they'll be making their way up here with a quickness.</p>
<p>To wrap things up, please explain in one word or less what you've learned here so far...</p>
<p><em>Nothing?!</em> PERFECT! You picked up exactly what I put down. Mission accomplished on my part.</p>
<p>Anyways, stay tuned folks, there's more mediocrity on the way than you can shake a stick at!</p>
]]></content:encoded>
			<wfw:commentRss>http://nokindoflife.com/relapses/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

