<?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>SK3TCHY</title>
	<atom:link href="http://www.sk3tchy.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sk3tchy.com</link>
	<description>Just Andey&#039;s Random Blog</description>
	<lastBuildDate>Mon, 08 Mar 2010 22:04:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Remove Multiple Spaces in String to Single Space</title>
		<link>http://www.sk3tchy.com/280-remove-multiple-spaces-in-string-to-single-space.xhtml</link>
		<comments>http://www.sk3tchy.com/280-remove-multiple-spaces-in-string-to-single-space.xhtml#comments</comments>
		<pubDate>Mon, 08 Mar 2010 22:04:16 +0000</pubDate>
		<dc:creator>andey</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.sk3tchy.com/?p=280</guid>
		<description><![CDATA[It&#8217;s much easier to remove spaces in php with a simple for loop.


$array = explode(" ", $keyword);
$output = "";
for ($i=0; $i&#60;sizeof($array); $i++) {
if ($array[$i] != "") {
$output = $output." ".$array[$i];
}
}
$output = trim($output);


]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s much easier to remove spaces in php with a simple for loop.</p>
<pre>
<blockquote>
<div id="_mcePaste">$array = explode(" ", $keyword);</div>
<div id="_mcePaste">$output = "";</div>
<div id="_mcePaste">for ($i=0; $i&lt;sizeof($array); $i++) {</div>
<div id="_mcePaste" style="padding-left: 30px;">if ($array[$i] != "") {</div>
<div id="_mcePaste" style="padding-left: 60px;">$output = $output." ".$array[$i];</div>
<div id="_mcePaste" style="padding-left: 30px;">}</div>
<div id="_mcePaste">}</div>
<div id="_mcePaste">$output = trim($output);</div>
</blockquote>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.sk3tchy.com/280-remove-multiple-spaces-in-string-to-single-space.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apt-get Reinstall Apache2 Config Files</title>
		<link>http://www.sk3tchy.com/276-apt-get-reinstall-apache2-config-files.xhtml</link>
		<comments>http://www.sk3tchy.com/276-apt-get-reinstall-apache2-config-files.xhtml#comments</comments>
		<pubDate>Sun, 28 Feb 2010 04:49:03 +0000</pubDate>
		<dc:creator>andey</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.sk3tchy.com/?p=276</guid>
		<description><![CDATA[This Works:
After spending half a night trying the wrong way, i finally got apt-get in Ubuntu 9.10 to reinstall the apache configuration files. All you have to do is:
#sudo apt-get purge apache2.2-common
#sudo apt-get install apache2.2-common
Not Working:
I tried looking for several answers, all so close, yet all none working

http://ubuntuforums.org/showthread.php?t=1055112
http://ubuntuforums.org/showthread.php?t=296875
http://linux.derkeiler.com/Mailing-Lists/Ubuntu/2006-10/msg00759.html

and even my own thread, that no one [...]]]></description>
			<content:encoded><![CDATA[<p><strong>This Works:</strong></p>
<p>After spending half a night trying the wrong way, i finally got apt-get in Ubuntu 9.10 to reinstall the apache configuration files. All you have to do is:</p>
<p>#sudo apt-get purge apache2.2-common<br />
#sudo apt-get install apache2.2-common</p>
<p><strong>Not Working:</strong></p>
<p>I tried looking for several answers, all so close, yet all none working</p>
<ul>
<li>http://ubuntuforums.org/showthread.php?t=1055112</li>
<li>http://ubuntuforums.org/showthread.php?t=296875</li>
<li>http://linux.derkeiler.com/Mailing-Lists/Ubuntu/2006-10/msg00759.html</li>
</ul>
<p>and even my own thread, that no one felt like replying to</p>
<ul>
<li>http://ubuntuforums.org/showthread.php?t=1417816</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.sk3tchy.com/276-apt-get-reinstall-apache2-config-files.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Organization Theory &amp; Design Canadian Edition Notes</title>
		<link>http://www.sk3tchy.com/263-organization-theory-design-first-canadian-edition-notes.xhtml</link>
		<comments>http://www.sk3tchy.com/263-organization-theory-design-first-canadian-edition-notes.xhtml#comments</comments>
		<pubDate>Sun, 31 Jan 2010 23:00:49 +0000</pubDate>
		<dc:creator>andey</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[bu398]]></category>
		<category><![CDATA[laurier]]></category>
		<category><![CDATA[organization behaviour]]></category>

		<guid isPermaLink="false">http://www.sk3tchy.com/?p=263</guid>
		<description><![CDATA[Once again here are the notes i&#8217;ve written up from the text book, because i have no life
Organizatiuon Theory and Design First Canadian Edition
Richard L. Daft / Ann Armstrong
Nelson Education
ISBN-13: 978-0-17-644102-9
ISBN-10: 0-17-644102-6
Chapter 1: Organizations and Organizational Theory
Chapter 2: Strategy, Organizational Design, and Effectiveness
Chapter 3: Fundamentals of Organizational Structure
Chapter 4: The External Environment
Chapter 5: Interorganizational Relationships
Chapter [...]]]></description>
			<content:encoded><![CDATA[<p>Once again here are the notes i&#8217;ve written up from the text book, because i have no life</p>
<p>Organizatiuon Theory and Design First Canadian Edition<br />
Richard L. Daft / Ann Armstrong<br />
Nelson Education</p>
<p>ISBN-13: 978-0-17-644102-9<br />
ISBN-10: 0-17-644102-6</p>
<p>Chapter 1: Organizations and Organizational Theory<br />
Chapter 2: Strategy, Organizational Design, and Effectiveness<br />
Chapter 3: Fundamentals of Organizational Structure<br />
Chapter 4: The External Environment<br />
Chapter 5: Interorganizational Relationships<br />
Chapter 6: Designing Organizations for the International Environment<br />
Chapter 7: Manufacturing and Service Technologies<br />
Chapter 8: Information technology and Control<br />
Chapter 9: Organization Size, Life Cycle, and Decline<br />
Chapter 10: Organizational Culture and Ethical Values<br />
Chapter 11: Innovation and Change<br />
Chapter 12: Decision-Making Processes<br />
Chapter 13: Conflict, Power, and Politics</p>
<p>Downloads:<br />
Chapter 02-05: <a title="bu298 organization chapter notes part 1" href="http://monster-upload.com/files/get/1L3JqG7MSj/bu398-part1.zip">http://monster-upload.com/files/get/1L3JqG7MSj/bu398-part1.zip </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sk3tchy.com/263-organization-theory-design-first-canadian-edition-notes.xhtml/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to mount a Samba Share in Ubuntu</title>
		<link>http://www.sk3tchy.com/259-how-to-mount-a-samba-share-in-ubuntu.xhtml</link>
		<comments>http://www.sk3tchy.com/259-how-to-mount-a-samba-share-in-ubuntu.xhtml#comments</comments>
		<pubDate>Sun, 24 Jan 2010 02:14:59 +0000</pubDate>
		<dc:creator>andey</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.sk3tchy.com/?p=259</guid>
		<description><![CDATA[I keep forgetting the command for this, so I&#8217;m making this post as a reference for myself
sudo smbmount //192.168.0.100/boxee/Music /mnt/music -o username=boxee
]]></description>
			<content:encoded><![CDATA[<p>I keep forgetting the command for this, so I&#8217;m making this post as a reference for myself</p>
<p><strong>sudo smbmount //192.168.0.100/boxee/Music /mnt/music -o username=boxee</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sk3tchy.com/259-how-to-mount-a-samba-share-in-ubuntu.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adult Web Cam Marketing &#8230;. lol</title>
		<link>http://www.sk3tchy.com/257-adult-web-cam-marketing-lol.xhtml</link>
		<comments>http://www.sk3tchy.com/257-adult-web-cam-marketing-lol.xhtml#comments</comments>
		<pubDate>Sun, 24 Jan 2010 01:46:36 +0000</pubDate>
		<dc:creator>andey</dc:creator>
				<category><![CDATA[True]]></category>
		<category><![CDATA[cam]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[slut]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://www.sk3tchy.com/?p=257</guid>
		<description><![CDATA[check out this random bitch (probably a guy) who added me on msn
Conversation with benitaarkema0727@hotmail.com at Sat 23 Jan 2010 08:28:01 PM EST on &#60;andey&#8217;s email&#62;@hotmail.com (msn)
(08:28:13 PM) Andey: so who are you
(08:28:22 PM) Benita Arkema: hey
(08:29:09 PM) Andey: ? yea hey&#8230;.
(08:29:11 PM) Andey: so who are you
(08:29:19 PM) Benita Arkema: i&#8217;m 21/f your a [...]]]></description>
			<content:encoded><![CDATA[<p>check out this random bitch (probably a guy) who added me on msn</p>
<h3>Conversation with benitaarkema0727@hotmail.com at Sat 23 Jan 2010 08:28:01 PM EST on &lt;andey&#8217;s email&gt;@hotmail.com (msn)</h3>
<p><span style="color: #16569e;"><span style="font-size: x-small;">(08:28:13 PM)</span> <strong>Andey:</strong></span> so who are you<br />
<span style="color: #a82f2f;"><span style="font-size: x-small;">(08:28:22 PM)</span> <strong>Benita Arkema:</strong></span> <span style="font-family: arial;"><span style="color: #000000;">hey</span></span><br />
<span style="color: #16569e;"><span style="font-size: x-small;">(08:29:09 PM)</span> <strong>Andey:</strong></span> ? yea hey&#8230;.<br />
<span style="color: #16569e;"><span style="font-size: x-small;">(08:29:11 PM)</span> <strong>Andey:</strong></span> so who are you<br />
<span style="color: #a82f2f;"><span style="font-size: x-small;">(08:29:19 PM)</span> <strong>Benita Arkema:</strong></span> <span style="font-family: arial;"><span style="color: #000000;">i&#8217;m 21/f your a male right?</span></span><br />
<span style="color: #16569e;"><span style="font-size: x-small;">(08:29:27 PM)</span> <strong>Andey:</strong></span> yes<br />
<span style="color: #a82f2f;"><span style="font-size: x-small;">(08:29:38 PM)</span> <strong>Benita Arkema:</strong></span> <span style="font-family: arial;"><span style="color: #000000;">nice, I just got off work and finally got some time to relax which site did i msg you from again?</span></span><br />
<span style="color: #16569e;"><span style="font-size: x-small;">(08:29:56 PM)</span> <strong>Andey:</strong></span> no clue, i dont remember anythin<br />
<span style="color: #a82f2f;"><span style="font-size: x-small;">(08:30:05 PM)</span> <strong>Benita Arkema:</strong></span> <span style="font-family: arial;"><span style="color: #000000;">I am a little busy right now, trying to upload some new pics to my photobucket if ya wanna check them out go http://photobucket.com/Looking4Love tell me what ya think <img src='http://www.sk3tchy.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </span></span><br />
<span style="color: #16569e;"><span style="font-size: x-small;">(08:30:48 PM)</span> <strong>Andey:</strong></span> kool<br />
<span style="color: #a82f2f;"><span style="font-size: x-small;">(08:30:57 PM)</span> <strong>Benita Arkema:</strong></span> <span style="font-family: arial;"><span style="color: #000000;">I know a way we can chat and have a better time.. do you cam?</span></span><br />
<span style="color: #16569e;"><span style="font-size: x-small;">(08:31:07 PM)</span> <strong>Andey:</strong></span> not realli<br />
<span style="color: #a82f2f;"><span style="font-size: x-small;">(08:31:17 PM)</span> <strong>Benita Arkema:</strong></span> <span style="font-family: arial;"><span style="color: #000000;">I have a blue dinosaur that eats pancakes&#8230;  is that real enough for ya??</span></span><br />
<span style="color: #16569e;"><span style="font-size: x-small;">(08:32:14 PM)</span> <strong>Andey:</strong></span> what about a blue dinosaur?<br />
<span style="color: #a82f2f;"><span style="font-size: x-small;">(08:32:25 PM)</span> <strong>Benita Arkema:</strong></span> <span style="font-family: arial;"><span style="color: #000000;">Well i don&#8217;t do yahoo cam or any other cam because i have been recorded before&#8230; But i do know one site you can watch me on cam, that assures me no one records&#8230;</span></span><br />
<span style="color: #16569e;"><span style="font-size: x-small;">(08:33:35 PM)</span> <strong>Andey:</strong></span> lmao&#8230;yea shoot<br />
<span style="color: #a82f2f;"><span style="font-size: x-small;">(08:33:44 PM)</span> <strong>Benita Arkema:</strong></span> <span style="font-family: arial;"><span style="color: #000000;">I mean&#8230; Do you want to see me on my cam?</span></span><br />
<span style="color: #16569e;"><span style="font-size: x-small;">(08:33:51 PM)</span> <strong>Andey:</strong></span> sure why not<br />
<span style="color: #a82f2f;"><span style="font-size: x-small;">(08:34:03 PM)</span> <strong>Benita Arkema:</strong></span> <span style="font-family: arial;"><span style="color: #000000;">Ok go to http://twurl.nl/6n4v85 accept the invite on the page baby</span></span><br />
<span style="color: #16569e;"><span style="font-size: x-small;">(08:36:20 PM)</span> <strong>Andey:</strong></span> link isnt working<br />
<span style="color: #16569e;"><span style="font-size: x-small;">(08:36:34 PM)</span> <strong>Andey:</strong></span> but i must say ur marketing is pretty personal<br />
<span style="color: #16569e;"><span style="font-size: x-small;">(08:36:48 PM)</span> <strong>Andey:</strong></span> ur prob some faggot ass guy<br />
<span style="color: #16569e;"><span style="font-size: x-small;">(08:36:54 PM)</span> <strong>Andey:</strong></span> just saying<br />
<span style="color: #16569e;"><span style="font-size: x-small;">(08:38:53 PM)</span> <strong>Andey:</strong></span> fairly convinced ur a robot anyways<br />
<span style="color: #16569e;"><span style="font-size: x-small;">(08:38:55 PM)</span> <strong>Andey:</strong></span> *blocked</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sk3tchy.com/257-adult-web-cam-marketing-lol.xhtml/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The 3 Best rtorrent Web GUI&#8217;s</title>
		<link>http://www.sk3tchy.com/231-the-3-best-rtorrent-web-guis.xhtml</link>
		<comments>http://www.sk3tchy.com/231-the-3-best-rtorrent-web-guis.xhtml#comments</comments>
		<pubDate>Sun, 17 Jan 2010 18:56:42 +0000</pubDate>
		<dc:creator>andey</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[pirate]]></category>
		<category><![CDATA[rtorrent]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://www.sk3tchy.com/?p=231</guid>
		<description><![CDATA[1. ruTorrent

Pros

looks and feels like the utorrent webgui
allows you not to create a folder when adding a new torrent. Convenient when downloading collections
allows you not to immediately start the torrent when adding
alot of plugins available
very smooth scrolling even with thousands of torrents, and a slow browsing computer
various settings to configure the rutorrent user interface
only webgui that implements [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1. </strong><a href="http://code.google.com/p/rutorrent/"><strong>ruTorrent</strong></a></p>
<p><a href="http://monster-upload.com/image/show/GoF50IkSLw/rutorrent01.jpg"><img src="http://monster-upload.com/image/thumb/GoF50IkSLw/rutorrent01.jpg" border="0" alt="" /></a><a href="http://monster-upload.com/image/show/nkGHfqHDH6/rutorrent02.jpg"><img src="http://monster-upload.com/image/thumb/nkGHfqHDH6/rutorrent02.jpg" border="0" alt="" /></a></p>
<p>Pros</p>
<ul>
<li>looks and feels like the utorrent webgui</li>
<li>allows you not to create a folder when adding a new torrent. Convenient when downloading collections</li>
<li>allows you not to immediately start the torrent when adding</li>
<li>alot of plugins available</li>
<li>very smooth scrolling even with thousands of torrents, and a slow browsing computer</li>
<li>various settings to configure the rutorrent user interface</li>
<li>only webgui that implements the rtorrent labeling</li>
<li>very good javascripting</li>
<li>fetching torrent files from the web (direct url)</li>
<li>kind of cool, download / upload speed graph</li>
</ul>
<p>Cons</p>
<ul>
<li>buttons are not working</li>
<li>still in heavy development</li>
</ul>
<p>Comments</p>
<blockquote><p><em>Personally this is by far the best webgui. I almost have 1000 torrents active running in rtorrent at any given time. This is the only client that doesn&#8217;t take a long time to load hundreds of torrents, and the only one that uses the labeling system. I usually label my torrents by tracker, and rutorrent allows me to do that.</em></p></blockquote>
<p><strong>2. </strong><a href="http://code.google.com/p/rtgui/"><strong>rtgui</strong></a></p>
<p><a href="http://monster-upload.com/image/show/sRtJqCy2yL/rtgui01.png"><img src="http://monster-upload.com/image/thumb/sRtJqCy2yL/rtgui01.png" border="0" alt="" /></a><a href="http://monster-upload.com/image/show/OVC6Ux29LK/rtgui02.png"><img src="http://monster-upload.com/image/thumb/OVC6Ux29LK/rtgui02.png" border="0" alt="" /></a></p>
<p>Pros</p>
<ul>
<li>very lightweight</li>
<li>convenient way of setting the upload and download speeds</li>
<li>easy check boxes for bulk actions</li>
</ul>
<p>Cons</p>
<ul>
<li>you cannot pick you download location of the torrents</li>
<li>you cannot upload torrents via url</li>
<li>in general very little options</li>
</ul>
<p>Comments</p>
<blockquote><p><em>I use rtgui sometimes when i want to check the status of incomplete torrents. I bookmark the &#8220;incomplete&#8221; tab in my browser, so i can avoid having rtgui load up all the torrents. However even with hundreds of torrents on the page, the JavaScript is nice and smooth. </em></p></blockquote>
<p><strong>3. </strong><a href="http://www.wtorrent-project.org/trac/"><strong>wTorrent</strong></a></p>
<p><a href="http://monster-upload.com/image/show/S_0A2K4QM8/wtorrent01.png"><img src="http://monster-upload.com/image/thumb/S_0A2K4QM8/wtorrent01.png" border="0" alt="" /></a><a href="http://monster-upload.com/image/show/WEZGzLL_gR/wtorrent03.png"><img src="http://monster-upload.com/image/thumb/WEZGzLL_gR/wtorrent03.png" border="0" alt="" /></a></p>
<p><em><span style="font-style: normal;">Pros</span></em></p>
<ul>
<li>visually appealing</li>
<li>allows you to pick the download destination, and if to immediately start the torrent</li>
<li>multiuser webgui, with passwords, and forced specific user download directories</li>
</ul>
<p>Cons</p>
<ul>
<li>horrible with hundreds / thousands of torrents</li>
<li>you need thirdparty database management</li>
<li>you need to log in, depends what you need. If your the only one using the rtorrent, then this isn&#8217;t the gui for you</li>
</ul>
<p>Comments</p>
<blockquote><p><em>Of the years I used rtorrent, I use this gui the least. I hate it, I think it&#8217;s absolutely bloat ware. However when I ask the forums what their favorite webgui for rtorrent is, wTorrent gets a lot of votes. So I thought I might as well mention it. Who knows you may like it. </em></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.sk3tchy.com/231-the-3-best-rtorrent-web-guis.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Temp Fix Boxee Beta 0.9.20.10261 Crashing</title>
		<link>http://www.sk3tchy.com/250-temp-fix-boxee-beta-0-9-20-10261-crashing.xhtml</link>
		<comments>http://www.sk3tchy.com/250-temp-fix-boxee-beta-0-9-20-10261-crashing.xhtml#comments</comments>
		<pubDate>Sun, 17 Jan 2010 05:26:31 +0000</pubDate>
		<dc:creator>andey</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[boxee]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[media]]></category>

		<guid isPermaLink="false">http://www.sk3tchy.com/?p=250</guid>
		<description><![CDATA[Boxee is my life.
Soo you can imagine, I was excited when the new Boxee came out.
However I noticed immediately that there was a problem with it crashing minutes, even seconds after I started it up. I&#8217;m running it under Ubuntu 9.04. After doing some googling, I realized Boxee indexing the content in your media folders [...]]]></description>
			<content:encoded><![CDATA[<p>Boxee is my life.<br />
Soo you can imagine, I was excited when the new Boxee came out.</p>
<p>However I noticed immediately that there was a problem with it crashing minutes, even seconds after I started it up. I&#8217;m running it under Ubuntu 9.04. After doing some googling, I realized Boxee indexing the content in your media folders was possibly to blame. So what I did was simply remove all my local folders that Boxee was scanning, and restarted the program.</p>
<p>From the looks of it, that fix it.<br />
Right now I&#8217;m just relying on the file browser, wish is fine by me</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sk3tchy.com/250-temp-fix-boxee-beta-0-9-20-10261-crashing.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download XtraUpload_v2-Beta4.zip</title>
		<link>http://www.sk3tchy.com/245-download-xtraupload_v2-beta4-zip.xhtml</link>
		<comments>http://www.sk3tchy.com/245-download-xtraupload_v2-beta4-zip.xhtml#comments</comments>
		<pubDate>Sun, 10 Jan 2010 03:29:13 +0000</pubDate>
		<dc:creator>andey</dc:creator>
				<category><![CDATA[Whatever]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[monster-upload]]></category>

		<guid isPermaLink="false">http://www.sk3tchy.com/?p=245</guid>
		<description><![CDATA[XtraUpload is a free file hosting script for anyone willing to create a service similar to Rapidshare.com or Megaupload.com.
It is written in PHP (CodeIgniter Framework) &#38; uses MySQL for storing data.
Free File Hosting Script
The script is also an e-commerce platform as you can offer both standard-free &#38; premium-paid plans where payments can be handled via [...]]]></description>
			<content:encoded><![CDATA[<p>XtraUpload is a free file hosting script for anyone willing to create a service similar to Rapidshare.com or Megaupload.com.</p>
<p>It is written in PHP (CodeIgniter Framework) &amp; uses MySQL for storing data.</p>
<p>Free File Hosting Script</p>
<p>The script is also an e-commerce platform as you can offer both standard-free &amp; premium-paid plans where payments can be handled via PayPal, 2Checkout, Authorize.net, Moneybookers &amp; more. All are integrated.</p>
<p>It has an e-mail validated signup system where users can:</p>
<p>* upload multiple files<br />
* create &amp; password protect folders<br />
* rate files<br />
* share links via e-mail &amp; more..</p>
<p>And, with a powerful administrator screen, you can:</p>
<p>* restrict downloads with:<br />
o amount of allowed MB per hour<br />
o defining concurrent download limits<br />
* create user groups &amp; define limits for each user group<br />
* add/manage servers (multi-server support)<br />
* manage subscriptions<br />
* enable/disable captcha &amp; much more..</p>
<p>Besides being a complete file hosting platform, XtraUpload’s code is a resource for anyone into CodeIgniter Framework covering most of the features a web application have.</p>
<p>Downlaod Link:<br />
<a href="http://monster-upload.com/files/get/mAs_1oC7FZ/xtraupload-v2-beta4.zip">http://monster-upload.com/files/get/mAs_1oC7FZ/xtraupload-v2-beta4.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sk3tchy.com/245-download-xtraupload_v2-beta4-zip.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grow / Change mdadm 2 Drive Raid Level-1 to Level-5</title>
		<link>http://www.sk3tchy.com/204-grow-change-mdadm-2-drive-raid-level-1-to-level-5.xhtml</link>
		<comments>http://www.sk3tchy.com/204-grow-change-mdadm-2-drive-raid-level-1-to-level-5.xhtml#comments</comments>
		<pubDate>Sat, 31 Oct 2009 02:39:28 +0000</pubDate>
		<dc:creator>andey</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[level1]]></category>
		<category><![CDATA[level5]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mdadm]]></category>
		<category><![CDATA[mirror]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.sk3tchy.com/?p=204</guid>
		<description><![CDATA[Scenario:
I had two 1tb drives raided with mdadm level 1. I finally filled up my raid, and wanted to ultimatly add another 1tb to the raid. Therefore I wanted to change my raid to level 5, and add this third drive. As a result the raid should become 2tb in usable space. However I don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Scenario</strong>:<br />
I had two 1tb drives raided with mdadm level 1. I finally filled up my raid, and wanted to ultimatly add another 1tb to the raid. Therefore I wanted to change my raid to level 5, and add this third drive. As a result the raid should become 2tb in usable space. However I don&#8217;t have spare harddrive space avaiable to backup everything, to create a three drive level 5 raid. Basically what i&#8217;m saying, I had to make this change using live data.</p>
<p>After much research via google and linux irc channels no one seemed to give a straight answer about how to make a level 1 mdadm /dev/md# drive into a level 5 drive. I was advised not to do this because it was risky and because it wouldn&#8217;t work. Well thier right, it&#8217;s impossible, but there is a work around. Well guess what&#8230;&#8230; I did it, and it&#8217;s not that difficult. If you are confortable with linux it&#8217;s easy, you just need to understand the logic.</p>
<p>This tutorial will not tell you the specific commands, and what to type in. So if your not familar with basic linux commands your going to need some additional resources.</p>
<p><strong>Required:</strong></p>
<ul>
<li>i used mdadm v2.6.9</li>
<li>be confortable with linux</li>
<li>have the balls to do this</li>
</ul>
<p><strong>Legend:</strong></p>
<p>/dev/sda = 1tb harddrive<br />
/dev/sdb = 1tb harddrive<br />
/dev/sdc = 1tb harddrive</p>
<p>/dev/md0 = /dev/sda1 + /dev/sdb1<br />
/dev/sdc = newly purchased drive</p>
<p><strong>Logical Steps:</strong></p>
<ol>
<li>physically add your third harddrive to your computer. (edit mdadm.conf if drive names changed)</li>
<li>fdisk / mkfs.ext3 / mount your third drive to a temporary location such as /mnt/temp</li>
<li>move all your /dev/md0 contents to wherever you mounted /dev/sdc1, then umount /dev/sdc1 if you wish</li>
<li>comment out /dev/md0 in /etc/fstab</li>
<li>stop /dev/md0</li>
<li>rm /dev/md0</li>
<li>delete mdadm.conf, or just rename it</li>
<li>format / mkfs to clean out the drives /dev/sda and /dev/sdb</li>
<li>mdadm &#8211;create /dev/md0 &#8211;level=5 &#8211;raid-devices=2 /dev/sda1 /dev/sdb1</li>
<li>monitor /proc/mdstat    &#8230;. (cat /proc/mdstat), and wait for it to sync</li>
<li>dont forget to mkfs.ext3 /dev/md0</li>
<li>readd /dev/md0 to the /etc/fstab</li>
<li>i rebooted just to make sure it would work</li>
<li>remount /dev/sdc1 to your temporary location, and copy everything back onto your raid</li>
<li>clean out /dev/sdc</li>
<li>grow the /dev/md0 with /dev/sdc</li>
<li>make sure mdadm.conf is correct</li>
<li>Done</li>
</ol>
<p><strong>Problems / Answered Questions:</strong></p>
<p>Raid would fail on boot<br />
<em>When i physically added the third drive into the computer my raid failed on boot, the drive names were rearraged. So i had to check the drives names and edit mdadm.conf</em></p>
<p>how much space does a two drive level 5 raid have, how does it work?<br />
<em>This question really irritated me because no one would give me a straight answer. Some said it&#8217;s not possible, while others said it would act if the third drive is failed, and others said drive two would be parity. Well the answer is the second drive will be a parity. For those who do not believe me check the screen shots below. So basically it&#8217;&#8217;s a level 1 drive. Argue what you want with me, I don&#8217;t care. All i cared is that it would hold my my stuff, until i added the third drive.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sk3tchy.com/204-grow-change-mdadm-2-drive-raid-level-1-to-level-5.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Human Resources Management in Canada 10th Edition Quizzes</title>
		<link>http://www.sk3tchy.com/153-human-resources-management-in-canada-10th-edition-quizzes.xhtml</link>
		<comments>http://www.sk3tchy.com/153-human-resources-management-in-canada-10th-edition-quizzes.xhtml#comments</comments>
		<pubDate>Mon, 26 Oct 2009 01:52:52 +0000</pubDate>
		<dc:creator>andey</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[hr]]></category>
		<category><![CDATA[human]]></category>
		<category><![CDATA[quizes]]></category>
		<category><![CDATA[resouces]]></category>

		<guid isPermaLink="false">http://www.sk3tchy.com/?p=153</guid>
		<description><![CDATA[deleted
]]></description>
			<content:encoded><![CDATA[<p>deleted</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sk3tchy.com/153-human-resources-management-in-canada-10th-edition-quizzes.xhtml/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
