<?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>badLink</title>
	<atom:link href="http://badlink.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://badlink.org</link>
	<description></description>
	<lastBuildDate>Tue, 25 Oct 2011 10:15:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Copy Receive Connectors from one Exchange Server to another</title>
		<link>http://badlink.org/2011/10/copy-receive-connectors-from-one-exchange-server-to-another/</link>
		<comments>http://badlink.org/2011/10/copy-receive-connectors-from-one-exchange-server-to-another/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 10:13:24 +0000</pubDate>
		<dc:creator>pLASTIK</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Exchange Server]]></category>

		<guid isPermaLink="false">http://badlink.org/?p=194</guid>
		<description><![CDATA[CASE: I added a new Exchange Server CAS and needed to create a special Receive Connectors that has alot of IP Addresses like printers and other services. Doing this manually is a pain in the ass! But with only a command we can accomplish this! CAS1 Being the server that I will copy the Receive [...]]]></description>
			<content:encoded><![CDATA[<p><strong>CASE: I added a new Exchange Server CAS and needed to create a special Receive Connectors that has alot of IP Addresses like printers and other services. </strong></p>
<p>Doing this manually is a pain in the ass! But with only a command we can accomplish this!</p>
<p>CAS1 Being the server that I will copy the Receive Connector and CAS2 the new server where I will create the same connector as on the CAS1:</p>
<p><code>New-ReceiveConnector "Special Servers" -Server CAS2 -Bindings 0.0.0.0:25 -RemoteIPRanges ( Get-ReceiveConnector "CAS1\Special Servers" ).RemoteIPRanges</p>
]]></content:encoded>
			<wfw:commentRss>http://badlink.org/2011/10/copy-receive-connectors-from-one-exchange-server-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add User to Public Folder &#8211; Recursive Permissions</title>
		<link>http://badlink.org/2011/09/add-user-to-public-folder-recursive-permissions/</link>
		<comments>http://badlink.org/2011/09/add-user-to-public-folder-recursive-permissions/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 10:42:19 +0000</pubDate>
		<dc:creator>pLASTIK</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Power Shell]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://badlink.org/?p=187</guid>
		<description><![CDATA[This is normaly a pain in the ass! But Microsoft has some cool scripts to add recursive permissions to the Public Folders. My example is from Exchange Server 2010 but it works on earlier versions too! Navigate to your Exchange installation dir, for example (DO THIS IN POWERSHELL): C:\Program Files\Microsoft\Exchange Server\V14\Scripts&#62; Now execute this command: [...]]]></description>
			<content:encoded><![CDATA[<p>This is normaly a pain in the ass!</p>
<p>But Microsoft has some cool scripts to add recursive permissions to the Public Folders. My example is from Exchange Server 2010 but it works on earlier versions too!</p>
<p>Navigate to your Exchange installation dir, for example (<span style="color: #ff0000;">DO THIS IN POWERSHELL</span>):</p>
<pre>C:\Program Files\Microsoft\Exchange Server\V14\Scripts&gt;
</pre>
<p>Now execute this command:</p>
<pre>.\AddUsersToPFRecursive.ps1 -TopPublicFolder "\badLink Docs" -User "John" -Permission Owner</pre>
]]></content:encoded>
			<wfw:commentRss>http://badlink.org/2011/09/add-user-to-public-folder-recursive-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AsbestOS v2.0 Released for PS3 !</title>
		<link>http://badlink.org/2011/02/asbestos-v2-0-released/</link>
		<comments>http://badlink.org/2011/02/asbestos-v2-0-released/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 14:45:24 +0000</pubDate>
		<dc:creator>pLASTIK</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[PS3 Hack]]></category>

		<guid isPermaLink="false">http://badlink.org/?p=177</guid>
		<description><![CDATA[My friend kha0S and PS3 hacker kmeaw released a new version of Linux loader slash installer (only in external disk for now&#8230; ) ! This is great for all the people that want the other OS option again! I tried the asbest OS v1.2 and was great! Now I will try this that is a [...]]]></description>
			<content:encoded><![CDATA[<p><center><img src="http://hpr.console-spot.com/database/appLNX000001.png" alt="asbestOS" /></center><br />
My friend <strong>kha0S</strong> and PS3 hacker <strong>kmeaw</strong> released a new version of Linux loader <em>slash</em> installer (only in external disk for now&#8230; <img src='http://badlink.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  ) ! This is great for all the people that want the other OS option again! </p>
<p>I tried the asbest OS v1.2 and was great! Now I will try this that is a major improvement in every aspect!</p>
<p>So go check their site @ <a href="http://ps3.khore.org/asbestos-v20-released">http://ps3.khore.org/asbestos-v20-released</a></p>
]]></content:encoded>
			<wfw:commentRss>http://badlink.org/2011/02/asbestos-v2-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Permissions recursively via Command Prompt</title>
		<link>http://badlink.org/2010/12/setting-permissions-recursively-via-command-prompt/</link>
		<comments>http://badlink.org/2010/12/setting-permissions-recursively-via-command-prompt/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 15:11:26 +0000</pubDate>
		<dc:creator>pLASTIK</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[CMD]]></category>
		<category><![CDATA[Power Shell]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://badlink.org/?p=164</guid>
		<description><![CDATA[I had to kill an old File Server in Windows Server 2000 but needed to copy all the shares to the new NAS. I use robocopy for the copying itself but i got to the problem about permissions on the user. I needed to keep all other permissions and add myself to them. I FOUND [...]]]></description>
			<content:encoded><![CDATA[<p>I had to kill an old File Server in Windows Server 2000 but needed to copy all the shares to the new NAS.</p>
<p>I use robocopy for the copying itself but i got to the problem about permissions on the user. I needed to keep all other permissions and add myself to them.</p>
<p>I FOUND A GREAT PROGRAM! <strong>&#8212;&#8212;-&gt;  <a title="SetACL" href="http://helgeklein.com/" target="_blank">SetACL</a></strong></p>
<p>This allowed me to put myself with self control in every folder and file specifying only the root dir! <img src='http://badlink.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The program is much more than this, so check all the examples <a title="SetACL Examples" href="http://helgeklein.com/setacl/examples/" target="_blank">HERE</a>.</p>
<p>My Commands:</p>
<p><code><strong>robocopy.exe <em>sourcedir destinationdir</em> /R:0 /W:0 /MIR /COPYALL /LOG:c:\admin\robocopy.log</strong></code></p>
<p>NOTE: The robocopy comes with Windows.</p>
<p><code><strong>SetACL -on h:\Example(rootdir) -ot file -actn ace -ace n:domain\user;p:full</strong></code></p>
<p>This worked like a charm! <img src='http://badlink.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Very good program! Use it! <img src='http://badlink.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://badlink.org/2010/12/setting-permissions-recursively-via-command-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allow users to Change IP Address with Group Policy (GPO)</title>
		<link>http://badlink.org/2010/12/allow-users-to-change-ip-address-with-group-policy-object-gpo/</link>
		<comments>http://badlink.org/2010/12/allow-users-to-change-ip-address-with-group-policy-object-gpo/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 14:27:11 +0000</pubDate>
		<dc:creator>pLASTIK</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[W2K8]]></category>

		<guid isPermaLink="false">http://badlink.org/?p=141</guid>
		<description><![CDATA[I saw many people asking around the web how to this by GPO. To allow users to change IP Address settings on the windows machine they logon with a GPO. Well in this case you will need to user Restricted Groups on the GPO. First create a Security Group that you will use to put [...]]]></description>
			<content:encoded><![CDATA[<p>I saw many people asking around the web how to this by <strong>GPO</strong>. To allow users to change IP Address settings on the windows machine they logon with a <strong>GPO</strong>.</p>
<p>Well in this case you will need to user <strong>Restricted Groups</strong> on the <strong>GPO</strong>.</p>
<p>First create a <strong>Security Group</strong> that you will use to put the users that you want to allow to change the IP on their local machines.</p>
<p>I will use domain users just as an example (<em><strong>YOU SHALL NOT</strong> </em>do this)!</p>
<p>I named the new GPO as <strong>Allow_Users_Change_IP_Address</strong>.</p>
<p><a rel="attachment wp-att-154" href="http://badlink.org/?attachment_id=154"><img class="aligncenter size-full wp-image-154" title="GPO_Restricted_Groups" src="http://badlink.org/wp-content/uploads/2010/12/r12.jpg" alt="" width="676" height="598" /></a></p>
<p>Now <em>Right Click</em> and choose <em>Add Group&#8230;</em></p>
<p>Here you will choose the group you created for users that will be able to make the changes.</p>
<p>Now this new window appear and you will add the following group -&gt; <strong>Network Configuration Operators</strong></p>
<p>What will this do? This will add your created group, to the local group <strong>Network Configuration Operators </strong>in all the computers in the OU that has this policy linked!</p>
<p><a rel="attachment wp-att-144" href="http://badlink.org/?attachment_id=144"></a><a rel="attachment wp-att-159" href="http://badlink.org/?attachment_id=159"><img class="aligncenter size-full wp-image-159" title="GPO" src="http://badlink.org/wp-content/uploads/2010/12/r21.jpg" alt="" width="373" height="464" /></a></p>
<p>Now just click ok and that is it! <img src='http://badlink.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Quite simple! <img src='http://badlink.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Any questions, ask in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://badlink.org/2010/12/allow-users-to-change-ip-address-with-group-policy-object-gpo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cross Forest Trust &#8211; Windows Server 2008 R2</title>
		<link>http://badlink.org/2010/12/cross-forest-trust-windows-server-2008-r2/</link>
		<comments>http://badlink.org/2010/12/cross-forest-trust-windows-server-2008-r2/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 12:52:01 +0000</pubDate>
		<dc:creator>pLASTIK</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[W2K8]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://badlink.org/?p=128</guid>
		<description><![CDATA[Hi all I had a task to create a Cross Forest Trust. I had two independent Forests natively in Windows Server 2008 R2. For example purpose I will name them F1.local and F2.local. I&#8217;m posting this because i found some problems along the way that might help some one if they get into this. Begin [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-138" href="http://badlink.org/?attachment_id=138"><img class="aligncenter size-medium wp-image-138" title="Windows Server 2008" src="http://badlink.org/wp-content/uploads/2010/12/windows_server_2008-300x225.png" alt="" width="300" height="225" /></a></p>
<p>Hi all</p>
<p>I had a task to create a <strong>Cross Forest Trust</strong>.</p>
<p>I had two independent Forests natively in Windows Server 2008 R2. For example purpose I will name them <strong>F1.local</strong> and <strong>F2.local</strong>.</p>
<p>I&#8217;m posting this because i found some problems along the way that might help some one if they get into this.</p>
<p><strong>Begin</strong></p>
<p>Do this on Domain Controller of <strong>F1.local</strong></p>
<p><em>Start </em>-&gt; <em>Administrative Tools</em> -&gt; <em>Active Directory Domains and Trusts</em></p>
<p><em>Right Click </em>on <strong>F1.local -&gt;</strong> <em>Properties</em> -&gt; Go to tab <strong>Trusts</strong> and click on <strong>New Trust&#8230;</strong></p>
<p>This is pretty straightforward. In the domain camp put F2.local and Next. <strong>This is were i got problems.</strong> It didn&#8217;t recognize that as a Windows Domain, he asks if you want to configure this as a Realm Domain. You don&#8217;t, you want Windows Domain trust. This is of course a DNS problem but may not be that simple. I googled and found two types of problems and the solutions for them.</p>
<p>First IPv6 enabled on the interfaces! Go to <strong>properties</strong> of <strong>NIC</strong> and <strong>deselect IPv6</strong>. Now go back to create the Trust! I think that it will still not work. That lead us to the second problem that for sure will solve.<br />
Being this a DNS problem, F1.local cant find F2.local, we will create on the <strong>DNS</strong> a <strong>Conditional Forwarder</strong> for each Forest.</p>
<p>On F1.local:</p>
<p><em>Start -&gt; </em><em>Administrative Tools -&gt; </em><em>DNS</em><br />
<em>Right Click on Conditional Forwarders</em> -&gt;<em> New Conditional Forwarder..</em></p>
<p>DNS Domain:<br />
<strong>F2.local</strong></p>
<p>IP addresses of the master server:<br />
<strong>Add here the ip of F2.local Domain Controller</strong></p>
<p>Select the<strong><em> Store this Conditional Forwarder in Active Directory, and replicate is as follows:</em></strong><br />
<strong>All DNS Servers in the forest</strong></p>
<p>OK+ Now repeat the same on F2.local Domain Controller and put the DATA related do <strong>F1.local</strong> .</p>
<p>Before you go jumping to try to create the Trust, open Command Prompt and do a <strong>ipconfig /flushdns</strong> .</p>
<p>After this on F1.local you can make the <strong>Cross Forest Trust</strong>. You only need to this on F1.local, you will choose your options in the steps.</p>
<p>Hope this can help some one. Any questions just post in the comments!</p>
<p>Cheers<br />
pLASTIK</p>
]]></content:encoded>
			<wfw:commentRss>http://badlink.org/2010/12/cross-forest-trust-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LCARS Star Trek PC Controller</title>
		<link>http://badlink.org/2010/11/lcars-star-trek-pc-controller/</link>
		<comments>http://badlink.org/2010/11/lcars-star-trek-pc-controller/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 17:54:47 +0000</pubDate>
		<dc:creator>pLASTIK</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[LCARS]]></category>
		<category><![CDATA[Star Trek]]></category>

		<guid isPermaLink="false">http://badlink.org/?p=120</guid>
		<description><![CDATA[Wow this is really nice! This is a PC with Star Trek LCARS interface. I would like one of those! Authors Website: http://codeimp.com/ Check the video!]]></description>
			<content:encoded><![CDATA[<p>Wow this is really nice! This is a PC with Star Trek LCARS interface.</p>
<p>I would like one of those! <img src='http://badlink.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Authors Website: <a title="codeimp" href="http://codeimp.com/" target="_blank">http://codeimp.com/</a></p>
<p>Check the video!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/2vOvDFxn76g?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/2vOvDFxn76g?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://badlink.org/2010/11/lcars-star-trek-pc-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kraken Javascript Benchmark</title>
		<link>http://badlink.org/2010/09/kraken-javascript-benchmark/</link>
		<comments>http://badlink.org/2010/09/kraken-javascript-benchmark/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 08:36:17 +0000</pubDate>
		<dc:creator>pLASTIK</dc:creator>
				<category><![CDATA[OSX86]]></category>
		<category><![CDATA[BENCHMARK]]></category>
		<category><![CDATA[HACKINTOSH]]></category>
		<category><![CDATA[JS]]></category>

		<guid isPermaLink="false">http://badlink.org/?p=106</guid>
		<description><![CDATA[Hi all! New Javascript benchmark! This is a Javascript benchmark based on sunspider . This is brought by mozilla. It&#8217;s called the Kraken! I run those bench on my Hackintosh Snow Leopard 10.6.4. My specs: Intel core i7 940 2.93 6GB Ram Tri-Channel 1600 (Though on OSX it appears 667MHz, need to check this) PATA [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all! New Javascript benchmark!</p>
<p>This is a Javascript benchmark based on <a href="http://www2.webkit.org/perf/sunspider-0.9/sunspider.html" target="_blank">sunspider</a> . This is brought by mozilla.</p>
<p>It&#8217;s called the <a href="http://krakenbenchmark.mozilla.com/">Kraken</a>! <img src='http://badlink.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I run those bench on my Hackintosh Snow Leopard 10.6.4.</p>
<p>My specs:</p>
<p>Intel core i7 940 2.93<br />
6GB Ram Tri-Channel 1600 (Though on OSX it appears 667MHz, need to check this)<br />
PATA Disc<br />
MB: Asus Extreme Rampage II</p>
<p><strong>The benchmark results:</strong><br />
<a href="http://krakenbenchmark.mozilla.com/kraken-1.0/results.html?%7B%22v%22:%20%22kraken-1.0%22,%20%22ai-astar%22:%5B1176,1178,1178,1182,1177,1195,1193,1169,1173,1177%5D,%22audio-beat-detection%22:%5B1892,1896,1895,1920,1907,1897,1895,1898,1873,1888%5D,%22audio-dft%22:%5B922,921,919,927,920,924,925,926,933,934%5D,%22audio-fft%22:%5B1730,1836,1781,1757,1815,1799,1790,1798,1815,1801%5D,%22audio-oscillator%22:%5B1397,1401,1445,1418,1404,1403,1404,1404,1502,1409%5D,%22imaging-gaussian-blur%22:%5B3467,3501,3463,3479,3482,3467,3478,3482,3467,3469%5D,%22imaging-darkroom%22:%5B901,910,930,931,931,930,932,933,940,931%5D,%22imaging-desaturate%22:%5B2824,2890,2862,2857,2877,2875,2855,2873,2853,3125%5D,%22json-parse-financial%22:%5B262,251,253,251,251,252,256,251,253,251%5D,%22json-stringify-tinderbox%22:%5B245,249,248,248,245,247,255,245,246,248%5D,%22stanford-crypto-aes%22:%5B522,521,522,519,519,528,520,523,524,528%5D,%22stanford-crypto-ccm%22:%5B527,527,517,553,527,520,517,511,518,525%5D,%22stanford-crypto-pbkdf2%22:%5B1916,2929,3054,2791,1668,3250,2910,2920,3163,3237%5D,%22stanford-crypto-sha256-iterative%22:%5B287,286,288,287,285,290,287,287,287,286%5D%7D">Firefox </a><br />
<a href="http://krakenbenchmark.mozilla.com/kraken-1.0/results.html?%7B%22v%22:%20%22kraken-1.0%22,%20%22ai-astar%22:%5B695,697,697,697,742,702,701,696,697,695%5D,%22audio-beat-detection%22:%5B1416,1425,1426,1422,1429,1440,1433,1427,1421,1429%5D,%22audio-dft%22:%5B883,862,860,863,907,884,863,866,866,902%5D,%22audio-fft%22:%5B1344,1341,1337,1336,1342,1342,1341,1340,1343,1340%5D,%22audio-oscillator%22:%5B582,595,578,590,574,580,574,574,578,584%5D,%22imaging-gaussian-blur%22:%5B3125,3112,3113,3114,3118,3322,3114,3322,3320,3322%5D,%22imaging-darkroom%22:%5B1508,1509,1550,1515,1486,1482,1482,1488,1493,1500%5D,%22imaging-desaturate%22:%5B1645,1645,1650,1647,1649,1647,1640,1645,1642,1644%5D,%22json-parse-financial%22:%5B334,331,331,333,333,332,335,332,330,332%5D,%22json-stringify-tinderbox%22:%5B254,254,256,253,255,258,252,253,257,254%5D,%22stanford-crypto-aes%22:%5B315,316,314,316,313,316,315,317,316,320%5D,%22stanford-crypto-ccm%22:%5B282,283,285,284,282,282,290,286,291,280%5D,%22stanford-crypto-pbkdf2%22:%5B793,793,793,792,789,789,791,785,785,785%5D,%22stanford-crypto-sha256-iterative%22:%5B270,271,270,271,269,269,270,268,268,268%5D%7D">Chrome</a></p>
<p>I will update this with other OS on the same machine.<br />
Last update: 23 September 2010</p>
]]></content:encoded>
			<wfw:commentRss>http://badlink.org/2010/09/kraken-javascript-benchmark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guake terminal</title>
		<link>http://badlink.org/2010/07/guake-terminal/</link>
		<comments>http://badlink.org/2010/07/guake-terminal/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 13:51:37 +0000</pubDate>
		<dc:creator>pLASTIK</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://badlink.org/2010/07/guake-terminal/</guid>
		<description><![CDATA[WOW! This i can call a great app for *nix! Guaker terminal, like the FPS games where we can call the terminal, here we can call a shell. It works great and is a very fast tool for work. Just press F12 it will come down. Then F11 if you like full screen. Check it [...]]]></description>
			<content:encoded><![CDATA[<p>WOW! This i can call a great app for *nix!</p>
<p>Guaker terminal,  like the FPS games where we can call the terminal, here we can call a shell.</p>
<p>It works great and is a very fast tool for work.<br />
Just press F12 it will come down. Then F11 if you like full screen.</p>
<p>Check it @ <a href="www.guake.org">www.guake.org</a></p>
<p style="text-align: center;"><img class="aligncenter" title="Guake Terminal" src="http://guake.org/screenshots/3?format=raw" alt="" width="667" height="416" /></p>
]]></content:encoded>
			<wfw:commentRss>http://badlink.org/2010/07/guake-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Cassandra Distributed Database</title>
		<link>http://badlink.org/2010/03/the-cassandra-distributed-database/</link>
		<comments>http://badlink.org/2010/03/the-cassandra-distributed-database/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 12:01:18 +0000</pubDate>
		<dc:creator>pLASTIK</dc:creator>
				<category><![CDATA[WEB & DATABASES]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[cassandra]]></category>

		<guid isPermaLink="false">http://badlink.org/?p=98</guid>
		<description><![CDATA[One friend of mine told me about this. Relational databases have a problem on heavy load sites. This project born on Facebook and went open source in 2008. On their site in one slideshow they compare a performance  with 50GB to MySQL, results: MySQL: 300 ms write 350 ms read Cassandra: 0.12 ms write 15 [...]]]></description>
			<content:encoded><![CDATA[<p>One friend of mine told me about this.</p>
<p>Relational databases have a problem on heavy load sites. This project born on Facebook and went open source in 2008.</p>
<p>On their site in one slideshow they compare a performance  with 50GB to MySQL, results:</p>
<p>MySQL:</p>
<p>300 ms write</p>
<p>350 ms read</p>
<p>Cassandra:</p>
<p>0.12 ms write</p>
<p>15 ms read</p>
<p>WOW! <img src='http://badlink.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<blockquote>
<h1 id="Cassandra_Wiki">Cassandra Wiki</h1>
<p>Cassandra is a highly scalable, eventually consistent,  distributed, structured key-value store. Cassandra brings together the  distributed systems technologies from <a href="http://s3.amazonaws.com/AllThingsDistributed/sosp/amazon-dynamo-sosp2007.pdf">Dynamo</a> and the data model from Google&#8217;s <a href="http://labs.google.com/papers/bigtable-osdi06.pdf">BigTable</a>.  Like Dynamo, Cassandra is <a href="http://www.allthingsdistributed.com/2008/12/eventually_consistent.html">eventually  consistent</a>. Like BigTable, Cassandra provides a ColumnFamily-based  data model richer than typical key/value systems.</p></blockquote>
<blockquote style="text-align: left;"><p>Cassandra was open sourced by Facebook in 2008, where it  was designed by Avinash Lakshman (one of the authors of Amazon&#8217;s  Dynamo) and Prashant Malik ( Facebook Engineer ). In a lot of ways you  can think of Cassandra as Dynamo 2.0 or a marriage of Dynamo and  BigTable.  Cassandra is in production use at Facebook but is still under  heavy development.</p></blockquote>
<p>Check it @ <a href="http://cassandra.apache.org/" target="_blank">Cassandra</a></p>
]]></content:encoded>
			<wfw:commentRss>http://badlink.org/2010/03/the-cassandra-distributed-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

