<?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>Ali Aboosaidi &#187; Misc</title>
	<atom:link href="http://insanelabs.com/category/misc/feed/" rel="self" type="application/rss+xml" />
	<link>http://insanelabs.com</link>
	<description>Umm... Unorthodox?</description>
	<lastBuildDate>Tue, 08 Nov 2011 21:04:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Windows: Add, change, upgrade or remove your RAID controller without having to lose any data or start with a fresh OS install</title>
		<link>http://insanelabs.com/windows/windows-add-change-upgrade-or-remove-your-raid-controller-without-having-to-lose-any-data-or-start-with-a-fresh-os-install/</link>
		<comments>http://insanelabs.com/windows/windows-add-change-upgrade-or-remove-your-raid-controller-without-having-to-lose-any-data-or-start-with-a-fresh-os-install/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 20:07:20 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[raid]]></category>

		<guid isPermaLink="false">http://insanelabs.com/?p=977</guid>
		<description><![CDATA[Scenario: You have single or multiple drives using your motherboard IDE, SATA or internal software RAID and want to add a RAID controller to your system. Your drives are connected to a RAID controller. You are either trying to use a different card or give it up for an onboard controller. but you rather keep [...]
Related posts:<ol>
<li><a href="http://insanelabs.com/windows/windows-windows-could-not-determine-if-this-computer-contains-a-valid-system-volume/" rel='bookmark' title='Windows: Windows could not determine if this computer contains a valid system volume' class="liinternal">Windows: Windows could not determine if this computer contains a valid system volume</a></li>
<li><a href="http://insanelabs.com/windows/windows-windows-is-unable-to-install-to-the-selected-location-error-0x80300001/" rel='bookmark' title='Windows: Windows is unable to install to the selected location. Error: 0&#215;80300001' class="liinternal">Windows: Windows is unable to install to the selected location. Error: 0&#215;80300001</a></li>
<li><a href="http://insanelabs.com/windows/windows-cannot-uninstall-or-upgrade-windows-search-3-x/" rel='bookmark' title='Windows: Cannot uninstall or upgrade Windows Search 3.x' class="liinternal">Windows: Cannot uninstall or upgrade Windows Search 3.x</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Scenario:</p>
<ul>
<li>You have single or multiple drives using your motherboard IDE, SATA or internal software RAID and want to add a RAID controller to your system.</li>
<li>Your drives are connected to a RAID controller. You are either trying to use a different card or give it up for an onboard controller.</li>
</ul>
<p>but you rather keep your current OS installation, applications and files. You require no new OS installtion. All you have to do is to connect the RAID controller to your motherboard and power up the system, install the drivers and introduce it to your OS and restart. Once the card is visible to the OS simply image your current operating system, create your RAID arrays and restore the image to the active partition of your array. You can now boot from the new controller without having to do anything else.</p>
<p>I tested this once with Ubuntu and it didn&#8217;t work. Not sure about different distributions, though.</p>
<p>Related posts:<ol>
<li><a href="http://insanelabs.com/windows/windows-windows-could-not-determine-if-this-computer-contains-a-valid-system-volume/" rel='bookmark' title='Windows: Windows could not determine if this computer contains a valid system volume' class="liinternal">Windows: Windows could not determine if this computer contains a valid system volume</a></li>
<li><a href="http://insanelabs.com/windows/windows-windows-is-unable-to-install-to-the-selected-location-error-0x80300001/" rel='bookmark' title='Windows: Windows is unable to install to the selected location. Error: 0&#215;80300001' class="liinternal">Windows: Windows is unable to install to the selected location. Error: 0&#215;80300001</a></li>
<li><a href="http://insanelabs.com/windows/windows-cannot-uninstall-or-upgrade-windows-search-3-x/" rel='bookmark' title='Windows: Cannot uninstall or upgrade Windows Search 3.x' class="liinternal">Windows: Cannot uninstall or upgrade Windows Search 3.x</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://insanelabs.com/windows/windows-add-change-upgrade-or-remove-your-raid-controller-without-having-to-lose-any-data-or-start-with-a-fresh-os-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache:  NameVirtualHost *:80 has no VirtualHosts error message</title>
		<link>http://insanelabs.com/linux/apache-namevirtualhost-80-has-no-virtualhosts-error-message/</link>
		<comments>http://insanelabs.com/linux/apache-namevirtualhost-80-has-no-virtualhosts-error-message/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 19:42:45 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[namevirtualhost]]></category>
		<category><![CDATA[virtualhost]]></category>

		<guid isPermaLink="false">http://insanelabs.com/?p=968</guid>
		<description><![CDATA[If you&#8217;re getting the following error when trying to restart Apache server: NameVirtualHost *:80 has no VirtualHosts Edit your ports.conf: nano /etc/apache2/ports.conf and comment out NameVirtualHost towards the top of your config file. This should work considering all other settings are correct. Related posts: Linux: Apache Tomcat tips and tricks Outlook: cannot start microsoft office [...]
Related posts:<ol>
<li><a href="http://insanelabs.com/linux/linux-apache-tomcat-tips-and-tricks/" rel='bookmark' title='Linux: Apache Tomcat tips and tricks' class="liinternal">Linux: Apache Tomcat tips and tricks</a></li>
<li><a href="http://insanelabs.com/misc/outlook-cannot-start-microsoft-office-outlook-cannot-open-the-outlook-window-error-message/" rel='bookmark' title='Outlook: cannot start microsoft office outlook. cannot open the outlook window error message' class="liinternal">Outlook: cannot start microsoft office outlook. cannot open the outlook window error message</a></li>
<li><a href="http://insanelabs.com/linux/misc-error-500-internal-server-error-while-editing-posts-unable-to-view-wordpress-dashboard-items/" rel='bookmark' title='Misc: Error 500 &#8211; Internal server error while editing posts &#8211; unable to view wordpress dashboard items' class="liinternal">Misc: Error 500 &#8211; Internal server error while editing posts &#8211; unable to view wordpress dashboard items</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re getting the following error when trying to restart Apache server:</p>
<pre> NameVirtualHost *:80 has no VirtualHosts</pre>
<p>Edit your ports.conf:</p>
<pre> nano /etc/apache2/ports.conf </pre>
<p>and comment out NameVirtualHost towards the top of your config file.</p>
<p>This should work considering all other settings are correct.</p>
<p>Related posts:<ol>
<li><a href="http://insanelabs.com/linux/linux-apache-tomcat-tips-and-tricks/" rel='bookmark' title='Linux: Apache Tomcat tips and tricks' class="liinternal">Linux: Apache Tomcat tips and tricks</a></li>
<li><a href="http://insanelabs.com/misc/outlook-cannot-start-microsoft-office-outlook-cannot-open-the-outlook-window-error-message/" rel='bookmark' title='Outlook: cannot start microsoft office outlook. cannot open the outlook window error message' class="liinternal">Outlook: cannot start microsoft office outlook. cannot open the outlook window error message</a></li>
<li><a href="http://insanelabs.com/linux/misc-error-500-internal-server-error-while-editing-posts-unable-to-view-wordpress-dashboard-items/" rel='bookmark' title='Misc: Error 500 &#8211; Internal server error while editing posts &#8211; unable to view wordpress dashboard items' class="liinternal">Misc: Error 500 &#8211; Internal server error while editing posts &#8211; unable to view wordpress dashboard items</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://insanelabs.com/linux/apache-namevirtualhost-80-has-no-virtualhosts-error-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Misc: BlackBerry activation error: service connection unavailable</title>
		<link>http://insanelabs.com/misc/misc-blackberry-activation-error-service-connection-unavailable/</link>
		<comments>http://insanelabs.com/misc/misc-blackberry-activation-error-service-connection-unavailable/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 19:58:17 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[bes]]></category>
		<category><![CDATA[blackberry]]></category>

		<guid isPermaLink="false">http://insanelabs.com/?p=876</guid>
		<description><![CDATA[Remove the battery and reinsert it. Go to Options, Advanced Options, Host Routing Table. Click Menu, then Register Now. Go back to your messages and wait a few seconds to see if you get a confirmation email. If so, try to reactivate, otherwise call your carrier and have them re-provision your phone. Related posts: Misc: [...]
Related posts:<ol>
<li><a href="http://insanelabs.com/linux/misc-error-500-internal-server-error-while-editing-posts-unable-to-view-wordpress-dashboard-items/" rel='bookmark' title='Misc: Error 500 &#8211; Internal server error while editing posts &#8211; unable to view wordpress dashboard items' class="liinternal">Misc: Error 500 &#8211; Internal server error while editing posts &#8211; unable to view wordpress dashboard items</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<ol>
<li>Remove the battery and reinsert it.</li>
<li>Go to Options, Advanced Options, Host Routing Table.</li>
<li>Click Menu, then Register Now.</li>
</ol>
<p>Go back to your messages and wait a few seconds to see if you get a confirmation email. If so, try to reactivate, otherwise call your carrier and have them re-provision your phone.</p>
<p>Related posts:<ol>
<li><a href="http://insanelabs.com/linux/misc-error-500-internal-server-error-while-editing-posts-unable-to-view-wordpress-dashboard-items/" rel='bookmark' title='Misc: Error 500 &#8211; Internal server error while editing posts &#8211; unable to view wordpress dashboard items' class="liinternal">Misc: Error 500 &#8211; Internal server error while editing posts &#8211; unable to view wordpress dashboard items</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://insanelabs.com/misc/misc-blackberry-activation-error-service-connection-unavailable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux: Remove installed RPM packages manually</title>
		<link>http://insanelabs.com/linux/linux-remove-installed-rpm-packages-manually/</link>
		<comments>http://insanelabs.com/linux/linux-remove-installed-rpm-packages-manually/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 22:02:53 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[uninstall rpm]]></category>

		<guid isPermaLink="false">http://insanelabs.com/?p=869</guid>
		<description><![CDATA[Sometimes you screw up an application and are unable to use rpm -e to remove them from your system. Here is how you go about doing that: To find installed RPM packages: rpm -qa &#124; grep &#60;string&#62; To remove: rpm -e --nodeps --allmatches &#60;package name&#62; Related posts: Linux: find a string recursively within files Linux: [...]
Related posts:<ol>
<li><a href="http://insanelabs.com/linux/linux-find-a-string-recursively-within-files/" rel='bookmark' title='Linux: find a string recursively within files' class="liinternal">Linux: find a string recursively within files</a></li>
<li><a href="http://insanelabs.com/linux/linux-cannot-move-folders-inter-device-move-failed-unable-to-remove-target-is-a-directory/" rel='bookmark' title='Linux: Cannot move folders &#8211; inter-device move failed, unable to remove target: Is a directory' class="liinternal">Linux: Cannot move folders &#8211; inter-device move failed, unable to remove target: Is a directory</a></li>
<li><a href="http://insanelabs.com/linux/linux-a-simple-and-quick-way-of-sharing-a-folder-with-windows-systems-using-samba/" rel='bookmark' title='Linux: A simple and quick way of sharing a folder with Windows systems using Samba' class="liinternal">Linux: A simple and quick way of sharing a folder with Windows systems using Samba</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Sometimes you screw up an application and are unable to use rpm -e to remove them from your system. Here is how you go about doing that:</p>
<p>To find installed RPM packages:</p>
<pre>rpm -qa | grep &lt;string&gt;</pre>
<p>To remove:</p>
<pre>rpm -e --nodeps --allmatches &lt;package name&gt;</pre>
<p>Related posts:<ol>
<li><a href="http://insanelabs.com/linux/linux-find-a-string-recursively-within-files/" rel='bookmark' title='Linux: find a string recursively within files' class="liinternal">Linux: find a string recursively within files</a></li>
<li><a href="http://insanelabs.com/linux/linux-cannot-move-folders-inter-device-move-failed-unable-to-remove-target-is-a-directory/" rel='bookmark' title='Linux: Cannot move folders &#8211; inter-device move failed, unable to remove target: Is a directory' class="liinternal">Linux: Cannot move folders &#8211; inter-device move failed, unable to remove target: Is a directory</a></li>
<li><a href="http://insanelabs.com/linux/linux-a-simple-and-quick-way-of-sharing-a-folder-with-windows-systems-using-samba/" rel='bookmark' title='Linux: A simple and quick way of sharing a folder with Windows systems using Samba' class="liinternal">Linux: A simple and quick way of sharing a folder with Windows systems using Samba</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://insanelabs.com/linux/linux-remove-installed-rpm-packages-manually/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Misc: Asus Eee PC 1005HA network adapters and Ubuntu Jaunty netbook remix</title>
		<link>http://insanelabs.com/misc/misc-asus-eee-pc-1005ha-network-adapters-and-ubuntu-jaunty-netbook-remix/</link>
		<comments>http://insanelabs.com/misc/misc-asus-eee-pc-1005ha-network-adapters-and-ubuntu-jaunty-netbook-remix/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 20:56:00 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[1005ha]]></category>

		<guid isPermaLink="false">http://insanelabs.com/?p=840</guid>
		<description><![CDATA[There are several ways of doing this. You can download the Atheros driver source and compile, but this is by far the simplest since you only have to download the deb package and install to get your wireless network to work and do the rest while connected. Here is how: Download your kernel&#8217;s Linux backports [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>There are several ways of doing this. You can download the Atheros driver source and compile, but this is by far the simplest since you only have to download the deb package and install to get your wireless network to work and do the rest while connected. Here is how:</p>
<p>Download your kernel&#8217;s Linux backports modules from <a href="https://help.ubuntu.com/community/UbuntuBackports" target="_blank" class="liexternal">here</a> &#8211; mine was 2.6.28-11 generic. If you don&#8217;t know what your kernel version is use &#8220;uname -r&#8221; in console. Note that installing the wrong build can break your package manager and cause more frustration, so be careful. Copy the file to a flash drive and install it on the Eee. Reboot and your wireless NIC should work.</p>
<pre>sudo dpkg -i linux-backports-modules-2.6.28-11-generic_2.6.28-11.12_i386.deb</pre>
<p>Once your wireless connection is up and running, connect to the Internet, fire up Synaptic Package Manager and search for &#8220;eee&#8221;. You will see a package called &#8220;atl2-source&#8221; which is your Linux base driver for Atheros Ethernet Controller. Install, reboot and your wired network controller should also work. You can also run the following command in console instead of using Synaptic:</p>
<pre>sudo aptitude atl2-source</pre>
<p>There are a few more packages for Eee-PC in Synaptic&#8230; Make sure to install the ACPI driver.</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://insanelabs.com/misc/misc-asus-eee-pc-1005ha-network-adapters-and-ubuntu-jaunty-netbook-remix/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

