<?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>H-bomb</title>
	<atom:link href="http://www.h-bomb.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.h-bomb.nl</link>
	<description>because glassing shit is fun</description>
	<lastBuildDate>Sun, 20 May 2012 00:37:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>how to change selection color</title>
		<link>http://www.h-bomb.nl/2012/05/20/how-to-change-selection-color/</link>
		<comments>http://www.h-bomb.nl/2012/05/20/how-to-change-selection-color/#comments</comments>
		<pubDate>Sun, 20 May 2012 00:37:31 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.h-bomb.nl/?p=162</guid>
		<description><![CDATA[Install dconf-editor sudo apt-get install dconf-tools open dconf and go to Path: org => gnome => desktop => interface Find the line “gtk-color-scheme” and add this string: bg_color:#f0f1f2;selected_bg_color:#ababab change ababab to the hex color of your liking]]></description>
			<content:encoded><![CDATA[<p>Install <code>dconf-editor</code></p>
<p><code>sudo apt-get install dconf-tools</code></p>
<p>open dconf and go to Path: org => gnome => desktop => interface<br />
Find the line “gtk-color-scheme” and add this string:</p>
<p>bg_color:#f0f1f2;selected_bg_color:#ababab</p>
<p>change ababab to the hex color of your liking</p>
]]></content:encoded>
			<wfw:commentRss>http://www.h-bomb.nl/2012/05/20/how-to-change-selection-color/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tmpfs ubuntu/lubuntu/xubuntu</title>
		<link>http://www.h-bomb.nl/2012/05/07/tmpfs-ubuntulubuntuxubuntu/</link>
		<comments>http://www.h-bomb.nl/2012/05/07/tmpfs-ubuntulubuntuxubuntu/#comments</comments>
		<pubDate>Mon, 07 May 2012 05:00:02 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.h-bomb.nl/?p=158</guid>
		<description><![CDATA[to move your logs to a ram drive edit fstab by doing : sudo nano /etc/fstab and adding the following to the end of the file: tmpfs /var/log/apt tmpfs defaults 0 0 tmpfs /var/log tmpfs defaults 0 0 tmpfs /tmp &#8230; <a href="http://www.h-bomb.nl/2012/05/07/tmpfs-ubuntulubuntuxubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>to move  your logs to a ram drive edit fstab by doing : <code>sudo nano /etc/fstab</code></p>
<p>and adding the following to the end of the file:<br />
<code>tmpfs /var/log/apt tmpfs defaults 0 0<br />
tmpfs /var/log tmpfs defaults 0 0<br />
tmpfs /tmp tmpfs defaults 0 0<br />
tmpfs /var/tmp tmpfs defaults 0 0</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.h-bomb.nl/2012/05/07/tmpfs-ubuntulubuntuxubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>docky icons terminal thunar</title>
		<link>http://www.h-bomb.nl/2012/04/09/docky-icons-terminal-thunar/</link>
		<comments>http://www.h-bomb.nl/2012/04/09/docky-icons-terminal-thunar/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 15:48:09 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[Fixes]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.h-bomb.nl/?p=156</guid>
		<description><![CDATA[to enable the icons of terminal and thunar in docky you should copy the .desktop files : &#8220;Thunar.desktop&#8221; &#8220;xfce4-terminal.desktop&#8221; from : /usr/share/applications/ to : ~/.local/share/applications]]></description>
			<content:encoded><![CDATA[<p>to enable the icons of terminal and thunar in docky you should copy the .desktop files :<br />
&#8220;Thunar.desktop&#8221;  &#8220;xfce4-terminal.desktop&#8221;<br />
from : /usr/share/applications/<br />
to  : ~/.local/share/applications</p>
]]></content:encoded>
			<wfw:commentRss>http://www.h-bomb.nl/2012/04/09/docky-icons-terminal-thunar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to disable docky icon</title>
		<link>http://www.h-bomb.nl/2012/04/09/how-to-disable-docky-icon/</link>
		<comments>http://www.h-bomb.nl/2012/04/09/how-to-disable-docky-icon/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 14:24:25 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.h-bomb.nl/?p=153</guid>
		<description><![CDATA[Open terminal and paste: To turn the icon off: gconftool-2 --type Boolean --set /apps/docky-2/Docky/Items/DockyItem/ShowDockyItem False To turn it back on: gconftool-2 --type Boolean --set /apps/docky-2/Docky/Items/DockyItem/ShowDockyItem True]]></description>
			<content:encoded><![CDATA[<p>Open terminal and paste:</p>
<p>To turn the icon off:<br />
<code>gconftool-2 --type Boolean --set /apps/docky-2/Docky/Items/DockyItem/ShowDockyItem False</code></p>
<p>To turn it back on:<br />
<code>gconftool-2 --type Boolean --set /apps/docky-2/Docky/Items/DockyItem/ShowDockyItem True</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.h-bomb.nl/2012/04/09/how-to-disable-docky-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>startup programs ubuntu/mint 11.10/12.04</title>
		<link>http://www.h-bomb.nl/2012/03/29/startup-programs-ubuntumint-11-1012-04/</link>
		<comments>http://www.h-bomb.nl/2012/03/29/startup-programs-ubuntumint-11-1012-04/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 07:22:57 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.h-bomb.nl/?p=150</guid>
		<description><![CDATA[open a terminal screen and paste: sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop now search startup aplications in your menu]]></description>
			<content:encoded><![CDATA[<p>open a terminal screen and paste:<br />
<code>sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop</code></p>
<p>now search startup aplications in your menu</p>
]]></content:encoded>
			<wfw:commentRss>http://www.h-bomb.nl/2012/03/29/startup-programs-ubuntumint-11-1012-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux raid degration</title>
		<link>http://www.h-bomb.nl/2012/03/13/linux-raid-degration/</link>
		<comments>http://www.h-bomb.nl/2012/03/13/linux-raid-degration/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 16:10:54 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[Fixes]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.h-bomb.nl/?p=144</guid>
		<description><![CDATA[to prevent software raid degration in ubuntu change the following in : /usr/share/initramfs-tools/scripts/mdadm-functions change : degraded_arrays() { mdadm --misc --scan --detail --test &#62;/dev/null 2&#62;&#38;1 return $((! $?)) } to : degraded_arrays() { udevadm settle mdadm --misc --scan --detail --test &#62;/dev/null &#8230; <a href="http://www.h-bomb.nl/2012/03/13/linux-raid-degration/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>to prevent software raid degration in ubuntu change the following<br />
in :<br />
/usr/share/initramfs-tools/scripts/mdadm-functions</p>
<p>change :<br />
<code>degraded_arrays()<br />
{<br />
        mdadm --misc --scan --detail --test &gt;/dev/null 2&gt;&amp;1<br />
        return $((! $?))<br />
}</code></p>
<p>to :<br />
<code>degraded_arrays()<br />
{<br />
        udevadm settle<br />
        mdadm --misc --scan --detail --test &gt;/dev/null 2&gt;&amp;1<br />
        return $((! $?))<br />
}</code></p>
<p>and run :<br />
sudo update-initramfs -u</p>
]]></content:encoded>
			<wfw:commentRss>http://www.h-bomb.nl/2012/03/13/linux-raid-degration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu disk scheduler</title>
		<link>http://www.h-bomb.nl/2012/02/15/ubuntu-disk-scheduler/</link>
		<comments>http://www.h-bomb.nl/2012/02/15/ubuntu-disk-scheduler/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 00:57:22 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.h-bomb.nl/?p=138</guid>
		<description><![CDATA[to check what scheduler your disk is running assuming that your disk is sda do : cat /sys/block/sda/queue/scheduler to change your scheduler login as root and echo the scheduler you want: sudo -i echo deadline &#62; /sys/block/sda/queue/scheduler other options are &#8230; <a href="http://www.h-bomb.nl/2012/02/15/ubuntu-disk-scheduler/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>to check what scheduler your disk is running assuming that your disk is sda do :</p>
<p><code>cat /sys/block/sda/queue/scheduler</code></p>
<p>to change your scheduler login as root and echo the scheduler you want:<br />
<code>sudo -i<br />
echo deadline &gt; /sys/block/sda/queue/scheduler</code></p>
<p>other options are noop and cfg</p>
]]></content:encoded>
			<wfw:commentRss>http://www.h-bomb.nl/2012/02/15/ubuntu-disk-scheduler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>overclocking 6950/6970 past ccc limits</title>
		<link>http://www.h-bomb.nl/2012/01/25/overclocking-69506970-past-ccc-limits/</link>
		<comments>http://www.h-bomb.nl/2012/01/25/overclocking-69506970-past-ccc-limits/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 07:55:09 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.h-bomb.nl/?p=132</guid>
		<description><![CDATA[to overclock your 6950/6970 past the defined ccc limits racerx made a very usefull tool. it edits the registry keys from catalyst control center to give you higher overclock limits Download]]></description>
			<content:encoded><![CDATA[<p>to overclock your 6950/6970 past the defined ccc limits racerx made a very usefull tool.</p>
<p>it edits the registry keys from catalyst control center to give you higher overclock limits</p>
<p><strong><a href="http://cloud.h-bomb.nl/apps/files_sharing/get.php?token=644daea345ebd8c07496bb066795f604aa2f8365">Download</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.h-bomb.nl/2012/01/25/overclocking-69506970-past-ccc-limits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6950 2gb modded reference bios</title>
		<link>http://www.h-bomb.nl/2012/01/25/6950-2gb-modded-reference-bios/</link>
		<comments>http://www.h-bomb.nl/2012/01/25/6950-2gb-modded-reference-bios/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 07:42:09 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.h-bomb.nl/?p=124</guid>
		<description><![CDATA[&#160; the 6950 and 6970 are essentially the same cards. so i made a bios with the 6970 shaders unlockt the normal 6950 mem timings and 1.15 volt on the gpu core (the 6950 gets 1.1 and the 6970 1.75) &#8230; <a href="http://www.h-bomb.nl/2012/01/25/6950-2gb-modded-reference-bios/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><img class="alignnone" src="http://www.legitreviews.com/images/reviews/1608/ASUS_Radeon_HD_6950.jpg" alt="" width="400" height="400" /></p>
<p>the 6950 and 6970 are essentially the same cards.<br />
so i made a bios with the 6970 shaders unlockt the normal 6950 mem timings and 1.15 volt on the gpu core (the 6950 gets 1.1 and the 6970 1.75) so i gave it 1.15 for some more overclocking headroom</p>
<p><strong><a href="http://cloud.h-bomb.nl/apps/files_sharing/get.php?token=9e384a16eeaf1bc42f1ac3c51504ce7e93cbe795">download</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.h-bomb.nl/2012/01/25/6950-2gb-modded-reference-bios/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>how to enable trim windows 7</title>
		<link>http://www.h-bomb.nl/2012/01/06/how-to-enable-trim-windows-7/</link>
		<comments>http://www.h-bomb.nl/2012/01/06/how-to-enable-trim-windows-7/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 05:47:13 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.h-bomb.nl/?p=118</guid>
		<description><![CDATA[to check if trim is enabled paste the following in to a command prompt window with administrator rights : fsutil behavior query DisableDeleteNotify it should return 0 if it returns 1 you can enable trim by pasting: fsutil behavior set &#8230; <a href="http://www.h-bomb.nl/2012/01/06/how-to-enable-trim-windows-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>to check if trim is enabled paste the following in to a command prompt window with administrator rights : <code>fsutil behavior query DisableDeleteNotify</code></p>
<p>it should return 0 if it returns 1 you can enable trim by pasting:<br />
 <code>fsutil behavior set disablenotify 0</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.h-bomb.nl/2012/01/06/how-to-enable-trim-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

