<?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>Absolutely Tech</title>
	<atom:link href="https://www.absolutelytech.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.absolutelytech.com</link>
	<description>Deepak Mittal&#039;s Archived Blog</description>
	<lastBuildDate>Sat, 22 May 2021 10:28:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>[SOLVED] kernel_thread_helper+0x7/0x10 during Ubuntu boot process</title>
		<link>https://www.absolutelytech.com/2011/10/11/solved-kernel_thread_helper0x70x10-during-ubuntu-boot-process-2/</link>
					<comments>https://www.absolutelytech.com/2011/10/11/solved-kernel_thread_helper0x70x10-during-ubuntu-boot-process-2/#disqus_thread</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 11 Oct 2011 11:47:58 +0000</pubDate>
				<category><![CDATA[ubuntu-linux]]></category>
		<guid isPermaLink="false">http://localhost/wordpress/?p=247</guid>

					<description><![CDATA[Recently, I tried installing Ubuntu on my friend’s computer. I used Maverick’s Live CD but the boot process stuck at kernel_thread_helper+0x7/0x10. I noticed a huge list of acpi errors above this message and figured it was somehow related to ACPI. To solve the problem I simply turned of ACPI. Solving the problem in Live CD: Insert&#8230; <a class="more-link" href="https://www.absolutelytech.com/2011/10/11/solved-kernel_thread_helper0x70x10-during-ubuntu-boot-process-2/">Continue reading <span class="screen-reader-text">[SOLVED] kernel_thread_helper+0x7/0x10 during Ubuntu boot process</span></a>]]></description>
										<content:encoded><![CDATA[<p>Recently, I tried installing Ubuntu on my friend’s computer. I used Maverick’s Live CD but the boot process stuck at <em>kernel_thread_helper+0x7/0x10</em>. I noticed a huge list of acpi errors above this message and figured it was somehow related to ACPI. To solve the problem I simply turned of ACPI.</p>
<p><strong>Solving the problem in Live CD:</strong><br />
Insert live cd, and before the Ubuntu tries to boot into it press Esc repeatedly until you get to Ubuntu menu. Press F6 and select acpi=off and press enter. You can now press Esc again to close this sub-menu and press ‘Enter’ to boot into Live CD. This time your boot process should complete without any errors.</p>
<p><strong>Solving the problem in installed system:</strong><br />
(Once you install Ubuntu using Live CD, you have to follow the following steps to fix this problem in your installation.)</p>
<ol>
<li>In the grub menu, press ‘e’. Search for ‘quiet splash’ and add ‘acpi=off’ (without quotes) after that to make it look like ‘quiet splash acpi=off’. You’ll be able to boot in now.</li>
<li>Go to Applications-&gt;Accessories-&gt;Terminal</li>
<li>Execute:
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">sudo gedit /etc/default/grub</pre>
</td>
</tr>
</tbody>
</table>
</div>
</li>
<li>Find the line which says GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” and change it to the following:<br />
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash acpi=off”</li>
<li>Exit gedit.</li>
<li>Execute:
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">sudo update-grub</pre>
</td>
</tr>
</tbody>
</table>
</div>
</li>
<li>Restart. This time you don’t have to edit anything. Ubuntu should boot without any issues.</li>
</ol>
<p>Comments and suggestions are more than welcome.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.absolutelytech.com/2011/10/11/solved-kernel_thread_helper0x70x10-during-ubuntu-boot-process-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[Solved] “is not co-installable with” errors on Ubuntu</title>
		<link>https://www.absolutelytech.com/2011/08/02/solved-is-not-co-installable-with-errors-on-ubuntu/</link>
					<comments>https://www.absolutelytech.com/2011/08/02/solved-is-not-co-installable-with-errors-on-ubuntu/#disqus_thread</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 02 Aug 2011 21:35:03 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://localhost/wordpress/?p=5</guid>

					<description><![CDATA[I installed 32bit wine on 64bit Kubuntu but for some reason it didn’t install properly so I tried reinstalling wine 64 bit and got the following error: dpkg: error processing /var/cache/apt/archives/wine1.2_1.2.3-0ubuntu1~ppa1_amd64.deb (–unpack): wine1.2: 1.2.3-0ubuntu1~ppa1 (Multi-Arch: no) is not co-installable with wine1.2:i386 1.2.3-0ubuntu1~ppa1 (Multi-Arch: no) which is currently installed You can’t simply remove 32bit wine using&#8230; <a class="more-link" href="https://www.absolutelytech.com/2011/08/02/solved-is-not-co-installable-with-errors-on-ubuntu/">Continue reading <span class="screen-reader-text">[Solved] “is not co-installable with” errors on Ubuntu</span></a>]]></description>
										<content:encoded><![CDATA[<p>I installed 32bit wine on 64bit Kubuntu but for some reason it didn’t install properly so I tried reinstalling wine 64 bit and got the following error:</p>
<blockquote><p>dpkg: error processing /var/cache/apt/archives/wine1.2_1.2.3-0ubuntu1~ppa1_amd64.deb (–unpack):<br />
wine1.2: 1.2.3-0ubuntu1~ppa1 (Multi-Arch: no) is not co-installable with wine1.2:i386 1.2.3-0ubuntu1~ppa1 (Multi-Arch: no) which is currently installed</p></blockquote>
<p>You can’t simply remove 32bit wine using apt-get remove wine1.2. To fix the issue suffix the package name with ‘:i386’.</p>
<p>Therefore, I solved the problem by:</p>
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">sudo dpkg -r wine1.2:i386</pre>
</td>
</tr>
</tbody>
</table>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.absolutelytech.com/2011/08/02/solved-is-not-co-installable-with-errors-on-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[Solved] “is not co-installable with” errors on Ubuntu</title>
		<link>https://www.absolutelytech.com/2011/08/02/solved-is-not-co-installable-with-errors-on-ubuntu-2/</link>
					<comments>https://www.absolutelytech.com/2011/08/02/solved-is-not-co-installable-with-errors-on-ubuntu-2/#disqus_thread</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 02 Aug 2011 12:08:26 +0000</pubDate>
				<category><![CDATA[ubuntu-linux]]></category>
		<guid isPermaLink="false">http://localhost/wordpress/?p=274</guid>

					<description><![CDATA[I installed 32bit wine on 64bit Kubuntu but for some reason it didn’t install properly so I tried reinstalling wine 64 bit and got the following error: dpkg: error processing /var/cache/apt/archives/wine1.2_1.2.3-0ubuntu1~ppa1_amd64.deb (–unpack): wine1.2: 1.2.3-0ubuntu1~ppa1 (Multi-Arch: no) is not co-installable with wine1.2:i386 1.2.3-0ubuntu1~ppa1 (Multi-Arch: no) which is currently installed You can’t simply remove 32bit wine using&#8230; <a class="more-link" href="https://www.absolutelytech.com/2011/08/02/solved-is-not-co-installable-with-errors-on-ubuntu-2/">Continue reading <span class="screen-reader-text">[Solved] “is not co-installable with” errors on Ubuntu</span></a>]]></description>
										<content:encoded><![CDATA[<p>I installed 32bit wine on 64bit Kubuntu but for some reason it didn’t install properly so I tried reinstalling wine 64 bit and got the following error:</p>
<blockquote><p>dpkg: error processing /var/cache/apt/archives/wine1.2_1.2.3-0ubuntu1~ppa1_amd64.deb (–unpack):<br />
wine1.2: 1.2.3-0ubuntu1~ppa1 (Multi-Arch: no) is not co-installable with wine1.2:i386 1.2.3-0ubuntu1~ppa1 (Multi-Arch: no) which is currently installed</p></blockquote>
<p>You can’t simply remove 32bit wine using apt-get remove wine1.2. To fix the issue suffix the package name with ‘:i386’.</p>
<p>Therefore, I solved the problem by:</p>
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">sudo dpkg -r wine1.2:i386</pre>
</td>
</tr>
</tbody>
</table>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.absolutelytech.com/2011/08/02/solved-is-not-co-installable-with-errors-on-ubuntu-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[Solved] Unadjustable brightness on laptops having i915 kernel module</title>
		<link>https://www.absolutelytech.com/2011/08/01/solved-unadjustable-brightness-on-laptops-having-i915-kernel-module/</link>
					<comments>https://www.absolutelytech.com/2011/08/01/solved-unadjustable-brightness-on-laptops-having-i915-kernel-module/#disqus_thread</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 01 Aug 2011 21:35:03 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://localhost/wordpress/?p=9</guid>

					<description><![CDATA[I recently purchased a new laptop HP DV6121tx and installed linux on it. Apart from the muxless switchable graphics and openGL (HP will release a BIOS update to fix it soon), and brightness control, everything worked. I couldn’t change the brightness using the Fn Hotkeys. They displayed the brightness applet on pressing but nothing happened.&#8230; <a class="more-link" href="https://www.absolutelytech.com/2011/08/01/solved-unadjustable-brightness-on-laptops-having-i915-kernel-module/">Continue reading <span class="screen-reader-text">[Solved] Unadjustable brightness on laptops having i915 kernel module</span></a>]]></description>
										<content:encoded><![CDATA[<div id="post-1075" class="post">
<div class="entry">
<p>I recently purchased a new laptop HP DV6121tx and installed linux on it. Apart from the muxless switchable graphics and openGL (HP will release a BIOS update to fix it soon), and brightness control, everything worked. I couldn’t change the brightness using the Fn Hotkeys. They displayed the brightness applet on pressing but nothing happened.</p>
<p>After scavenging, what seemed like the whole WWW, I finally found a modified kernel by Kamal Mostafa which fixed the issue. You can see the <a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/568611">bug reports and patch here.</a></p>
<p>The issue seemed to be with i915 kernel module and how it handled brightness on certain laptops which had different ACPI implementation.<br />
Only install this kernel if you are using i915 kernel module. You can check if its active by executing:</p>
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">lsmod | grep i915</pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>If it gives you output, it means you’re using the i915 kernel module and you can proceed further. If it doesn’t give any output, you should leave this page.</p>
<p>Fix the brightness issue by installing kernel debs provided in Kamal’s PPA.</p>
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">sudo add-apt-repository ppa:kamalmostafa/linux-kamal-mjgbacklight
sudo apt-get update
sudo apt-get dist-upgrade</pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>This will install the modified kernel. Alternatively, you could do (not recommended):</p>
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<blockquote><p>sudo add-apt-repository ppa:kamalmostafa/linux-kamal-mjgbacklight<br />
sudo apt-get update<br />
sudo apt-get install linux-headers-2.6.38-10 linux-headers-2.6.38-10-generic linux-image-2.6.38-10-generic linux-libc-dev</p></blockquote>
</td>
</tr>
</tbody>
</table>
</div>
<p>Reboot into the modified kernel to confirm the brightness keys work. Cheers!</p>
</div>
</div>
<div id="post-1071" class="post">
<div class="postMeta">
<p class="container"><span class="date">Jul 13, 2011</span> <span class="comments"><a href="http://www.absolutelytech.com/2011/07/13/solved-disqus-causing-admin-panel-issues-in-wordpress/#disqus_thread" data-disqus-identifier="1071 http://www.absolutelytech.com/?p=1071"><span class="dsq-postid" data-dsqidentifier="1071 http://www.absolutelytech.com/?p=1071">18</span></a></span></p>
</div>
<h2><a class="posttitle" title="[Solved] Disqus causing admin panel issues in wordpress" href="http://www.absolutelytech.com/2011/07/13/solved-disqus-causing-admin-panel-issues-in-wordpress/">[Solved] Disqus causing admin panel issues in wordpress</a></h2>
<div class="entry">
<p>Disqus comment system was causing javascript errors, which in chrome console looked something like this:</p>
<blockquote><p>Uncaught Syntax error, unrecognized expression: [href=edit-comments.php?page=disqus]</p></blockquote>
<p>It caused unmovable widgets, screen-options didn’t open and other related javascript issues in admin panel.</p>
<p>After some researching it turns out, there’s a simple fix.</p>
<p>In /wp-content/plugins/disqus-comment-system/disqus.php, find:</p>
<blockquote><p>href=edit-comments.php?page=disqus</p></blockquote>
<p>and replace it with:</p>
<blockquote><p>href=”edit-comments.php?page=disqus”</p></blockquote>
<p>Cheers</p>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.absolutelytech.com/2011/08/01/solved-unadjustable-brightness-on-laptops-having-i915-kernel-module/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[How-To] Disable CPU cores in Linux</title>
		<link>https://www.absolutelytech.com/2011/08/01/how-to-disable-cpu-cores-in-linux/</link>
					<comments>https://www.absolutelytech.com/2011/08/01/how-to-disable-cpu-cores-in-linux/#disqus_thread</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 01 Aug 2011 21:35:03 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://localhost/wordpress/?p=7</guid>

					<description><![CDATA[Although there’s no reason to do this, but some of you might have problem with apps not running well in multi-core environment or maybe looking to save some power (although disabling cores on sandy-bridge CPUs won’t save much power), I’ve written this simple tutorial to disable CPU cores in Linux. I have i7 2630QM process&#8230; <a class="more-link" href="https://www.absolutelytech.com/2011/08/01/how-to-disable-cpu-cores-in-linux/">Continue reading <span class="screen-reader-text">[How-To] Disable CPU cores in Linux</span></a>]]></description>
										<content:encoded><![CDATA[<p>Although there’s no reason to do this, but some of you might have problem with apps not running well in multi-core environment or maybe looking to save some power (although disabling cores on sandy-bridge CPUs won’t save much power), I’ve written this simple tutorial to disable CPU cores in Linux.</p>
<p>I have i7 2630QM process which has 4 physical cores and 4 logical cores. I’ll show you how to make it act like a dual core machine instead.</p>
<p><strong>Method 1:</strong><br />
This method is dynamic and doesn’t require a reboot. You can just open a terminal and try this out:</p>
<ul>
<li>
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">sudo sh -c "echo 0 &gt; /sys/devices/system/cpu7/online"
sudo sh -c "echo 0 &gt; /sys/devices/system/cpu6/online"</pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>Repeat the above steps for cpu2 to cpu7 and it’ll leave you with cpu0 and cpu1 active which is essentially what we’re trying to achieve.</li>
</ul>
<p><strong>Method 2:</strong><br />
This method will make the linux boot with 2 cores which might make kernel more optimized for dual core environment than the method above.</p>
<ul>
<li>Add maxcpus=2 to GRUB command line by doing the following:
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">gksu gedit /etc/default/grub</pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>Find:</p>
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"</pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>and change it to</p>
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">GRUB_CMDLINE_LINUX_DEFAULT="quiet splash maxcpus=2"</pre>
</td>
</tr>
</tbody>
</table>
</div>
</li>
<li>Then run:
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">sudo update-grub</pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>When you reboot, linux will run on 2 cores.</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.absolutelytech.com/2011/08/01/how-to-disable-cpu-cores-in-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[Solved] Unadjustable brightness on laptops having i915 kernel module</title>
		<link>https://www.absolutelytech.com/2011/08/01/solved-unadjustable-brightness-on-laptops-having-i915-kernel-module-2/</link>
					<comments>https://www.absolutelytech.com/2011/08/01/solved-unadjustable-brightness-on-laptops-having-i915-kernel-module-2/#disqus_thread</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 01 Aug 2011 12:07:44 +0000</pubDate>
				<category><![CDATA[ubuntu-linux]]></category>
		<guid isPermaLink="false">http://localhost/wordpress/?p=272</guid>

					<description><![CDATA[I recently purchased a new laptop HP DV6121tx and installed linux on it. Apart from the muxless switchable graphics and openGL (HP will release a BIOS update to fix it soon), and brightness control, everything worked. I couldn’t change the brightness using the Fn Hotkeys. They displayed the brightness applet on pressing but nothing happened.&#8230; <a class="more-link" href="https://www.absolutelytech.com/2011/08/01/solved-unadjustable-brightness-on-laptops-having-i915-kernel-module-2/">Continue reading <span class="screen-reader-text">[Solved] Unadjustable brightness on laptops having i915 kernel module</span></a>]]></description>
										<content:encoded><![CDATA[<p>I recently purchased a new laptop HP DV6121tx and installed linux on it. Apart from the muxless switchable graphics and openGL (HP will release a BIOS update to fix it soon), and brightness control, everything worked. I couldn’t change the brightness using the Fn Hotkeys. They displayed the brightness applet on pressing but nothing happened.</p>
<p>After scavenging, what seemed like the whole WWW, I finally found a modified kernel by Kamal Mostafa which fixed the issue. You can see the <a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/568611">bug reports and patch here.</a></p>
<p>The issue seemed to be with i915 kernel module and how it handled brightness on certain laptops which had different ACPI implementation.<br />
Only install this kernel if you are using i915 kernel module. You can check if its active by executing:</p>
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">lsmod | grep i915</pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>If it gives you output, it means you’re using the i915 kernel module and you can proceed further. If it doesn’t give any output, you should leave this page.</p>
<p>Fix the brightness issue by installing kernel debs provided in Kamal’s PPA.</p>
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">sudo add-apt-repository ppa:kamalmostafa/linux-kamal-mjgbacklight
sudo apt-get update
sudo apt-get dist-upgrade</pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>This will install the modified kernel. Alternatively, you could do (not recommended):</p>
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">sudo add-apt-repository ppa:kamalmostafa/linux-kamal-mjgbacklight
sudo apt-get update
sudo apt-get install linux-headers-2.6.38-10 linux-headers-2.6.38-10-generic linux-image-2.6.38-10-generic linux-libc-dev</pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>Reboot into the modified kernel to confirm the brightness keys work. Cheers!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.absolutelytech.com/2011/08/01/solved-unadjustable-brightness-on-laptops-having-i915-kernel-module-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[How-To] Disable CPU cores in Linux</title>
		<link>https://www.absolutelytech.com/2011/08/01/how-to-disable-cpu-cores-in-linux-2/</link>
					<comments>https://www.absolutelytech.com/2011/08/01/how-to-disable-cpu-cores-in-linux-2/#disqus_thread</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 01 Aug 2011 11:57:49 +0000</pubDate>
				<category><![CDATA[ubuntu-linux]]></category>
		<guid isPermaLink="false">http://localhost/wordpress/?p=270</guid>

					<description><![CDATA[Although there’s no reason to do this, but some of you might have problem with apps not running well in multi-core environment or maybe looking to save some power (although disabling cores on sandy-bridge CPUs won’t save much power), I’ve written this simple tutorial to disable CPU cores in Linux. I have i7 2630QM process&#8230; <a class="more-link" href="https://www.absolutelytech.com/2011/08/01/how-to-disable-cpu-cores-in-linux-2/">Continue reading <span class="screen-reader-text">[How-To] Disable CPU cores in Linux</span></a>]]></description>
										<content:encoded><![CDATA[<p>Although there’s no reason to do this, but some of you might have problem with apps not running well in multi-core environment or maybe looking to save some power (although disabling cores on sandy-bridge CPUs won’t save much power), I’ve written this simple tutorial to disable CPU cores in Linux.</p>
<p>I have i7 2630QM process which has 4 physical cores and 4 logical cores. I’ll show you how to make it act like a dual core machine instead.</p>
<p><strong>Method 1:</strong><br />
This method is dynamic and doesn’t require a reboot. You can just open a terminal and try this out:</p>
<ul>
<li>
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">sudo sh -c "echo 0 &gt; /sys/devices/system/cpu7/online"
sudo sh -c "echo 0 &gt; /sys/devices/system/cpu6/online"</pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>Repeat the above steps for cpu2 to cpu7 and it’ll leave you with cpu0 and cpu1 active which is essentially what we’re trying to achieve.</li>
</ul>
<p><strong>Method 2:</strong><br />
This method will make the linux boot with 2 cores which might make kernel more optimized for dual core environment than the method above.</p>
<ul>
<li>Add maxcpus=2 to GRUB command line by doing the following:
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">gksu gedit /etc/default/grub</pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>Find:</p>
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"</pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>and change it to</p>
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">GRUB_CMDLINE_LINUX_DEFAULT="quiet splash maxcpus=2"</pre>
</td>
</tr>
</tbody>
</table>
</div>
</li>
<li>Then run:
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">sudo update-grub</pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>When you reboot, linux will run on 2 cores.</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.absolutelytech.com/2011/08/01/how-to-disable-cpu-cores-in-linux-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[Solved] Disqus causing admin panel issues in wordpress</title>
		<link>https://www.absolutelytech.com/2011/07/13/solved-disqus-causing-admin-panel-issues-in-wordpress/</link>
					<comments>https://www.absolutelytech.com/2011/07/13/solved-disqus-causing-admin-panel-issues-in-wordpress/#disqus_thread</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 13 Jul 2011 21:35:03 +0000</pubDate>
				<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://localhost/wordpress/?p=268</guid>

					<description><![CDATA[Disqus comment system was causing javascript errors, which in chrome console looked something like this: Uncaught Syntax error, unrecognized expression: [href=edit-comments.php?page=disqus] It caused unmovable widgets, screen-options didn’t open and other related javascript issues in admin panel. After some researching it turns out, there’s a simple fix. In /wp-content/plugins/disqus-comment-system/disqus.php, find: href=edit-comments.php?page=disqus and replace it with: href=”edit-comments.php?page=disqus”&#8230; <a class="more-link" href="https://www.absolutelytech.com/2011/07/13/solved-disqus-causing-admin-panel-issues-in-wordpress/">Continue reading <span class="screen-reader-text">[Solved] Disqus causing admin panel issues in wordpress</span></a>]]></description>
										<content:encoded><![CDATA[<p>Disqus comment system was causing javascript errors, which in chrome console looked something like this:</p>
<blockquote><p>Uncaught Syntax error, unrecognized expression: [href=edit-comments.php?page=disqus]</p></blockquote>
<p>It caused unmovable widgets, screen-options didn’t open and other related javascript issues in admin panel.</p>
<p>After some researching it turns out, there’s a simple fix.</p>
<p>In /wp-content/plugins/disqus-comment-system/disqus.php, find:</p>
<blockquote><p>href=edit-comments.php?page=disqus</p></blockquote>
<p>and replace it with:</p>
<blockquote><p>href=”edit-comments.php?page=disqus”</p></blockquote>
<p>Cheers</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.absolutelytech.com/2011/07/13/solved-disqus-causing-admin-panel-issues-in-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[SOLVED] “undefined symbol: menu_proxy_module_load” error in GNOME applications</title>
		<link>https://www.absolutelytech.com/2011/04/26/solved-undefined-symbol-menu_proxy_module_load-error-in-gnome-applications/</link>
					<comments>https://www.absolutelytech.com/2011/04/26/solved-undefined-symbol-menu_proxy_module_load-error-in-gnome-applications/#disqus_thread</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 26 Apr 2011 21:35:03 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://localhost/wordpress/?p=13</guid>

					<description><![CDATA[In all GTK apps I used to get the following warnings when run from terminal: `menu_proxy_module_load': /usr/lib/virtualbox/VirtualBox: undefined symbol: menu_proxy_module_load   (&#60;unknown&#62;:23888): Gtk-WARNING **: Failed to load type module: (null) This error was received while running Virtualbox. Though, it seems just a warning and doesn’t really change anything in the application, it does make the&#8230; <a class="more-link" href="https://www.absolutelytech.com/2011/04/26/solved-undefined-symbol-menu_proxy_module_load-error-in-gnome-applications/">Continue reading <span class="screen-reader-text">[SOLVED] “undefined symbol: menu_proxy_module_load” error in GNOME applications</span></a>]]></description>
										<content:encoded><![CDATA[<p>In all GTK apps I used to get the following warnings when run from terminal:</p>
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">`menu_proxy_module_load': /usr/lib/virtualbox/VirtualBox: undefined symbol: menu_proxy_module_load
 
(&lt;unknown&gt;:23888): Gtk-WARNING **: Failed to load type module: (null)</pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>This error was received while running Virtualbox. Though, it seems just a warning and doesn’t really change anything in the application, it does make the terminal messy. I figured I could fix the problem by simply installing appmenu-gtk.</p>
<p>So, run the following command to fix the issue:</p>
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">sudo apt-get install appmenu-gtk</pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>Cheers!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.absolutelytech.com/2011/04/26/solved-undefined-symbol-menu_proxy_module_load-error-in-gnome-applications/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[SOLVED] VLC does not support the audio or video format “h.264” on Ubuntu</title>
		<link>https://www.absolutelytech.com/2011/04/26/solved-vlc-does-not-support-the-audio-or-video-format-h-264-on-ubuntu/</link>
					<comments>https://www.absolutelytech.com/2011/04/26/solved-vlc-does-not-support-the-audio-or-video-format-h-264-on-ubuntu/#disqus_thread</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 26 Apr 2011 21:35:03 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://localhost/wordpress/?p=11</guid>

					<description><![CDATA[I got the following error in VLC today while trying to play some media file: VLC does not support the audio or video format “h.264″. Unfortunately there is no way for you to fix this.” All other media files game same error with different codec names. I couldn’t play anything in VLC. To fix the&#8230; <a class="more-link" href="https://www.absolutelytech.com/2011/04/26/solved-vlc-does-not-support-the-audio-or-video-format-h-264-on-ubuntu/">Continue reading <span class="screen-reader-text">[SOLVED] VLC does not support the audio or video format “h.264” on Ubuntu</span></a>]]></description>
										<content:encoded><![CDATA[<p>I got the following error in VLC today while trying to play some media file:</p>
<blockquote><p>VLC does not support the audio or video format “h.264″. Unfortunately there is no way for you to fix this.”</p></blockquote>
<p>All other media files game same error with different codec names. I couldn’t play anything in VLC. To fix the problem I installed package called libva1.</p>
<div class="wp_syntax">
<table>
<tbody>
<tr>
<td class="code">
<pre class="bash">sudo apt-get install libva1</pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>Cheers!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.absolutelytech.com/2011/04/26/solved-vlc-does-not-support-the-audio-or-video-format-h-264-on-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
