<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.cyphen.net" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Cyphen.net - </title>
 <link>http://www.cyphen.net/frontpage</link>
 <description>Front page view</description>
 <language>en</language>
<item>
 <title>Formatting FAT32 in Linux</title>
 <link>http://www.cyphen.net/story/2008/02/02/formatting-fat32-linux</link>
 <description>&lt;p&gt;If you want to fomat a drive with FAT32 in Linux, like a camera card, use can use the command: &lt;/p&gt;
&lt;p&gt; &lt;em&gt;sudo mkdosfs -F 32 /dev/sde1&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Obviously change /dev/sde1 to match which drive you want to format.&lt;/p&gt;
</description>
 <comments>http://www.cyphen.net/story/2008/02/02/formatting-fat32-linux#comments</comments>
 <pubDate>Sat, 02 Feb 2008 00:47:51 -0800</pubDate>
 <dc:creator>hack</dc:creator>
 <guid isPermaLink="false">28 at http://www.cyphen.net</guid>
</item>
<item>
 <title>Getting Rid of Reserve Space On EXT3 Drives</title>
 <link>http://www.cyphen.net/story/2008/02/01/getting-rid-reserve-space-ext3-drives</link>
 <description>&lt;p&gt;Just a quick tip, by default when drives are formatted with EXT3 in Linux they reserve 5% of the drive for root, if you have a storage drive that root doesn&#039;t need to write to you can get rid of that reserve by using: &lt;/p&gt;
&lt;p&gt;&lt;em&gt;sudo tune2fs /dev/sdd1 -m 0&lt;/em&gt; &lt;/p&gt;
&lt;p&gt;Obviously change /dev/sdd1 to match your hard drive. You can do this while the drive is mounted.&lt;/p&gt;
</description>
 <comments>http://www.cyphen.net/story/2008/02/01/getting-rid-reserve-space-ext3-drives#comments</comments>
 <pubDate>Fri, 01 Feb 2008 10:51:40 -0800</pubDate>
 <dc:creator>hack</dc:creator>
 <guid isPermaLink="false">26 at http://www.cyphen.net</guid>
</item>
<item>
 <title>Error Reporting Error</title>
 <link>http://www.cyphen.net/story/2007/12/10/error-reporting-error</link>
 <description>&lt;p&gt;&lt;span class=&quot;inline inline-left&quot;&gt;&lt;a href=&quot;/image/2007/12/10/error-reporting-error&quot;&gt;&lt;img src=&quot;/files/images/23_49_21-120707.jpg&quot; alt=&quot;&quot; title=&quot;&quot;  class=&quot;image image-_original&quot; width=&quot;640&quot; height=&quot;480&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Check out the error Torvan managed to get when his hard drive committed suicide.&lt;/p&gt;
&lt;div class=&quot;image-clear&quot;&gt;&lt;/div&gt;</description>
 <comments>http://www.cyphen.net/story/2007/12/10/error-reporting-error#comments</comments>
 <pubDate>Mon, 10 Dec 2007 10:35:17 -0800</pubDate>
 <dc:creator>hack</dc:creator>
 <guid isPermaLink="false">23 at http://www.cyphen.net</guid>
</item>
<item>
 <title>dfin</title>
 <link>http://www.cyphen.net/story/2007/11/28/dfin</link>
 <description>&lt;p&gt;The &#039;dfin&#039; script is a BASH script that runs at the end of downloading/extracting in SABnzbdPLUS and is meant to rename TV shows to the same name they are posted on newzbin as, and then move the video file into the correct folder, and clean up any lingering superfluous files. I&#039;ve only used it in linux, it will probably work just fine in OS X and probably in Windows using cygwin. Requires BASH and sed. You must change the &#039;complete&#039; and &#039;dest&#039; variables to match your setup.&lt;/p&gt;
&lt;p&gt;You can download the most recent release here:&lt;br /&gt;
&lt;a href=&quot;http://source.cyphen.net/dfin/trunk/dfin&quot; title=&quot;dfin&quot;&gt;http://source.cyphen.net/dfin/trunk/dfin&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://www.cyphen.net/story/2007/11/28/dfin#comments</comments>
 <pubDate>Wed, 28 Nov 2007 23:07:50 -0800</pubDate>
 <dc:creator>hack</dc:creator>
 <guid isPermaLink="false">21 at http://www.cyphen.net</guid>
</item>
<item>
 <title>SVN</title>
 <link>http://www.cyphen.net/story/2007/11/28/svn</link>
 <description>&lt;p&gt;There&#039;s a few links to SVN repositories for a couple programs that someone might find useful. They&#039;re not exactly documented, considering thus far I&#039;m the only person to ever use them, so you&#039;ll have to poke around a bit if you want to understand what&#039;s going on. If you have any questions, feel free to get on IRC and ask me.&lt;/p&gt;
</description>
 <comments>http://www.cyphen.net/story/2007/11/28/svn#comments</comments>
 <pubDate>Wed, 28 Nov 2007 23:04:34 -0800</pubDate>
 <dc:creator>hack</dc:creator>
 <guid isPermaLink="false">20 at http://www.cyphen.net</guid>
</item>
<item>
 <title>Using chown</title>
 <link>http://www.cyphen.net/story/2007/11/19/using-chown</link>
 <description>&lt;p&gt;If you can&#039;t access files on your *nix or OS X boxen since they&#039;re owned by other people (such as root) you can change the permissions of those files with this simple command. &lt;/p&gt;
&lt;p&gt;sudo chown -R username:group &lt;em&gt;file&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The -R option is recursive, so if you chown a folder it will change the permissions of all of the enclosed files and subdirectories. If you only need to change the permissions on a file then you can omit the -R, although it won&#039;t hurt if you do use it.&lt;/p&gt;
&lt;p&gt;If you can&#039;t figure out your own username you&#039;re an idiot. As for the group, it depends on your setup, it can be users or your username, or whatever group you decide needs access to it. If you don&#039;t know what to set it as, just use your username. You must have a &#039;:&#039; in-between your username and group. &lt;/p&gt;
&lt;p&gt;For the file, you can use a file, a directory, or just a wild card and go crazy. &lt;/p&gt;
&lt;p&gt;Things &lt;em&gt;&lt;strong&gt;not&lt;/strong&gt;&lt;/em&gt; to do: &lt;/p&gt;
&lt;p&gt;sudo chown -R nobody:nobody /*&lt;/p&gt;
</description>
 <comments>http://www.cyphen.net/story/2007/11/19/using-chown#comments</comments>
 <pubDate>Mon, 19 Nov 2007 19:43:58 -0800</pubDate>
 <dc:creator>hack</dc:creator>
 <guid isPermaLink="false">18 at http://www.cyphen.net</guid>
</item>
<item>
 <title>Formats</title>
 <link>http://www.cyphen.net/story/2007/11/19/formats</link>
 <description>&lt;p&gt;Since I seem to get this asked a lot, here&#039;s my list of favorite formats:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Video:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;h.264 encoded video in an MKV container, most shows that are available for download using BitTorrent and USENET in HD use this format, in 720p. TV shows that are 1080i are usually transcoded to 720p.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Audio:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Lossless flac is my preferred format, it&#039;s a FOSS format which is lossless (duh) and uses compression. An average album encoded in flac is around 300 megs, as opposed to 70-100 for an average album encoded via mp3.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Images:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;No idea. I do like transparent PNG&#039;s though, since IE6 is too stupid to work with them. (Notice what the cyphen.net logo format is?)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;File compression:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I like 7z. RAR&#039;s alright.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Don&#039;t like:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Any formats that use or can support DRM. WMV&#039;s are rubbish. M4P&#039;s piss me off. Zip is outdated and crap.&lt;/p&gt;
</description>
 <comments>http://www.cyphen.net/story/2007/11/19/formats#comments</comments>
 <pubDate>Mon, 19 Nov 2007 12:11:33 -0800</pubDate>
 <dc:creator>hack</dc:creator>
 <guid isPermaLink="false">17 at http://www.cyphen.net</guid>
</item>
<item>
 <title>BSOD</title>
 <link>http://www.cyphen.net/story/2007/11/03/bsod</link>
 <description>&lt;p&gt;&lt;span class=&quot;inline inline-none&quot;&gt;&lt;a href=&quot;/files/images/image003.preview.jpg&quot; onclick=&quot;launch_popup(13, 640, 512); return false;&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;/files/images/image003.preview.jpg&quot; alt=&quot;&quot; title=&quot;&quot;  class=&quot;image image-preview&quot; width=&quot;640&quot; height=&quot;512&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Check out the STOP code my coworker got.&lt;/p&gt;
&lt;div class=&quot;image-clear&quot;&gt;&lt;/div&gt;</description>
 <comments>http://www.cyphen.net/story/2007/11/03/bsod#comments</comments>
 <pubDate>Sat, 03 Nov 2007 18:20:45 -0700</pubDate>
 <dc:creator>hack</dc:creator>
 <guid isPermaLink="false">15 at http://www.cyphen.net</guid>
</item>
<item>
 <title>Fixing an Xbox 360</title>
 <link>http://www.cyphen.net/story/2007/10/29/fixing-xbox-360</link>
 <description>&lt;p&gt;So Friday I finally convinced myself to buy an Xbox 360, considering there were I few games I&#039;d really like to play and now I&#039;ve got a pretty decent 52&amp;quot; Sharp 1080p LCD HDTV. I went one of the 24 hour wal-mart&#039;s here in town since it was about 10:30 at night when I got there, and first off there was only the Halo 3 edition and the Arcade edition, neither of which I wanted. I asked one of the sales clerks if they had the regular pro edition anywhere, so I got told someone would check the back. &lt;/p&gt;
&lt;p&gt;And so I waited.&lt;/p&gt;
&lt;p&gt;I waited a bit longer. &lt;/p&gt;
&lt;p&gt;And then I walked around.&lt;/p&gt;
&lt;p&gt;And then I came back.&lt;/p&gt;
&lt;p&gt;All in all, I waited for that 360 for an hour before they brought it out. On the up side, it was a brand new bundle and came with Forza Motorsport 2 and Marvel Ultimate Alliance and had an HDMI port, I also bought a copy of Halo 3. &lt;/p&gt;
&lt;p&gt;I quickly spead home to hook it up and play it, only to (you guessed it) have the red ring of death. To be specific, it was only a quarter of the circle that was lit up, and it showed error E68. After a quick search online, I found out this problem stems from a bad hard drive, so I removed the hard drive and the 360 booted up just fine. After playing with the connector a bit, I put the hard drive back on and tried to start up the 360 again, no luck. I then was pretty upset, and decited to just register it on xbox.com and get warenty support. &lt;/p&gt;
&lt;p&gt;After filling out all of the warenty info, the site went down. &lt;/p&gt;
&lt;p&gt;I was pissed.&lt;/p&gt;
&lt;p&gt;I tried it again, same problem. And again, no change. At this point I was so upset I took the hard drive I had laying in my lap and threw it at the wall. &lt;/p&gt;
&lt;p&gt;The drive works fine now.&lt;/p&gt;
</description>
 <comments>http://www.cyphen.net/story/2007/10/29/fixing-xbox-360#comments</comments>
 <pubDate>Mon, 29 Oct 2007 18:16:15 -0700</pubDate>
 <dc:creator>hack</dc:creator>
 <guid isPermaLink="false">12 at http://www.cyphen.net</guid>
</item>
<item>
 <title>Cyphen.net  relaunch</title>
 <link>http://www.cyphen.net/story/2007/09/25/cyphen.net-relaunch</link>
 <description>&lt;p&gt;As you might have noticed, Cyphen.net went through a complete redesign from the ground up. I&#039;ve swiched the backend from a heavily hacked up wordpress install to a Drupal based site, with a few modules to do what I think I need. The redesign took me seven hours total, but the site&lt;br /&gt;
went live in five. Considering I&#039;ve never used Drupal before I think that&#039;s pretty good so far! If you&#039;re curious about the modules I&#039;m using feel free to drop me a line; Likewise, if you have any Drupal modules or site changes to suggest please let me know! &lt;/p&gt;
&lt;p&gt;If anyone wants to redesign the Cyphen.net header logo, please do so and email it to me. I&#039;d need it released under the Creative Commons Attribution-Share Alike license (I&#039;ll include your name in the footer)&lt;/p&gt;
&lt;p&gt;Although Cyphen.net isn&#039;t very big (yet) the old wordpress based site had a lot of limitations that became a pain to have to work around, so after doing some research I settled for Drupal, which so far has been great. Let me know what you think about the site in the comments, or by email, or as always, IRC.&lt;/p&gt;
</description>
 <comments>http://www.cyphen.net/story/2007/09/25/cyphen.net-relaunch#comments</comments>
 <pubDate>Tue, 25 Sep 2007 19:52:40 -0700</pubDate>
 <dc:creator>hack</dc:creator>
 <guid isPermaLink="false">7 at http://www.cyphen.net</guid>
</item>
</channel>
</rss>
