<?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>atokit</title>
	<atom:link href="http://atokit.com/feed" rel="self" type="application/rss+xml" />
	<link>http://atokit.com</link>
	<description>Open Source</description>
	<lastBuildDate>Wed, 16 Jun 2010 22:02:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Compile kernel on Ubuntu Lucid Lynx</title>
		<link>http://atokit.com/compile-kernel-on-ubuntu-lucid-lynx.html</link>
		<comments>http://atokit.com/compile-kernel-on-ubuntu-lucid-lynx.html#comments</comments>
		<pubDate>Mon, 24 May 2010 17:58:53 +0000</pubDate>
		<dc:creator>anthebeng89</dc:creator>
				<category><![CDATA[Gudang Linux]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[install. setting]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://atokit.com/?p=22</guid>
		<description><![CDATA[Compile kernel on Ubuntu Lucid lynx 2.6.34.tar.bz2 Please download the kernel source, http://kernel.org Be sure to connect to the internet or can use a local repository Here are the steps: Login as root andriest@fossil:~$ sudo su Update source root@fossil:~# apt-get update Install the required package kernel-package root@fossil:~# apt-get install kernel-package libncurses5-dev fakeroot wget bzip2 fakeroot [...]]]></description>
			<content:encoded><![CDATA[<p>Compile kernel on Ubuntu Lucid lynx 2.6.34.tar.bz2<br />
Please download the kernel source, <a href="http://kernel.org" target="_blank">http://kernel.org</a><br />
Be sure to connect to the internet or can use a local repository</p>
<p>Here are the steps:</p>
<p>Login as root<br />
<em>andriest@fossil:~$</em> <strong>sudo su</strong></p>
<p>Update source<br />
<em>root@fossil:~#</em> <strong>apt-get update</strong></p>
<p>Install the required package kernel-package<br />
<em>root@fossil:~#</em> <strong>apt-get install kernel-package libncurses5-dev fakeroot wget bzip2 fakeroot kernel-wedge build-essential libncurses5 makedumpfile</strong><br />
<span id="more-22"></span><br />
Delete the directory linux and extract the source code of kernel<br />
<em>root@fossil:~#</em> <strong>rm -Rf /usr/src/linux</strong><br />
<em>root@fossil:~#</em> <strong>tar xjvf linux-2.6.34.tar.bz2 -C /usr/src</strong><br />
<em>root@fossil:~#</em> <strong>ln -s /usr/src/linux-2.6.34/ /usr/src/linux</strong></p>
<p>Kernel configuration process, please specify the make menuconfig kernel configuration as you wish or keep using the defaults after that in the save<br />
<em>root@fossil:~#</em> <strong>cd /usr/src/linux</strong><br />
<em>root@fossil:~#</em> <strong>make menuconfig</strong><br />
<em>root@fossil:~#</em> <strong>make-kpkg clean</strong></p>
<p>Compile all the source code<br />
<em>root@fossil:~#</em> <strong>make all</strong></p>
<p>Once completed the following command followed<br />
<em>root@fossil:~#</em> <strong>fakeroot make-kpkg &#8211;initrd &#8211;append-to-version=-custom kernel-image kernel-headers</strong><br />
<em>root@fossil:~#</em> <strong>cd /usr/src</strong></p>
<p>Install the kernel<br />
<em>root@fossil:~#</em> <strong>dpkg -i linux-image-2.6.34-custom_2.6.34-custom-10.00.Custom_i386.deb</strong><br />
<em>root@fossil:~#</em> <strong>dpkg -i linux-headers-2.6.34-custom-custom_2.6.34-10.00.Custom_i386.deb</strong></p>
<p>Reference : <a href="http://opensource.telkomspeedy.com" target="_blank">opensource.telkomspeedy</a></p>
]]></content:encoded>
			<wfw:commentRss>http://atokit.com/compile-kernel-on-ubuntu-lucid-lynx.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Driver SIS Ubuntu 9.10</title>
		<link>http://atokit.com/driver-sis-ubuntu-9-10.html</link>
		<comments>http://atokit.com/driver-sis-ubuntu-9-10.html#comments</comments>
		<pubDate>Mon, 17 May 2010 17:20:43 +0000</pubDate>
		<dc:creator>anthebeng89</dc:creator>
				<category><![CDATA[Gudang Linux]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[setting]]></category>
		<category><![CDATA[sis]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://atokit.com/?p=19</guid>
		<description><![CDATA[After searching on google, I finally got the driver to change the VGA resolution on Ubuntu 9:10 SIS, is to install the SIS file, there are 2 files that must be installed, is the xorg.conf and the control of SIS. First, download the file, then install the SIS file and install the control file. Installation [...]]]></description>
			<content:encoded><![CDATA[<p>After searching on google, I finally got the driver to change the VGA resolution on Ubuntu 9:10 SIS, is to install the SIS file, there are 2 files that must be installed, is the xorg.conf and the control of SIS. First, download the file, then install the SIS file and install the control file.</p>
<p>Installation same as Ubuntu 9.04, which is double-click on the file .deb<br />
Driver files can be downloaded below:</p>
<p><a href="http://www.ziddu.com/downloadlink/4595927/sis_drv_ubuntu.tar.gz" target="_blank">SIS</a></p>
<p><a href="http://www.ziddu.com/downloadlink/8346190/siscontrol.tar.gz" target="_blank">ControlSIS</a></p>
<p>NB: Unable to run compiz, because this 2D SIS driver.</p>
]]></content:encoded>
			<wfw:commentRss>http://atokit.com/driver-sis-ubuntu-9-10.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Edit Grub2 with gedit</title>
		<link>http://atokit.com/edit-grub2-with-gedit.html</link>
		<comments>http://atokit.com/edit-grub2-with-gedit.html#comments</comments>
		<pubDate>Tue, 11 May 2010 22:44:16 +0000</pubDate>
		<dc:creator>anthebeng89</dc:creator>
				<category><![CDATA[Gudang Linux]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[setting]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://atokit.com/?p=17</guid>
		<description><![CDATA[Using the following command in order to modify files grub.cfg andriest@FOSSil:~$ sudo chmod 600 /boot/grub/grub.cfg Next&#62;&#62; andriest@FOSSil:~$ sudo gedit /boot/grub/grub.cfg Sign # to the desired menu hidden Good Try &#8230;]]></description>
			<content:encoded><![CDATA[<p>Using the following command in order to modify files grub.cfg</p>
<p><strong>andriest@FOSSil:~$</strong> <em>sudo chmod 600 /boot/grub/grub.cfg</em></p>
<p>Next&gt;&gt;</p>
<p><strong>andriest@FOSSil:~$</strong> <em>sudo gedit /boot/grub/grub.cfg<br />
</em><br />
Sign <strong>#</strong> to the desired menu hidden</p>
<p>Good Try &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://atokit.com/edit-grub2-with-gedit.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reinstalling Grub2 with Live CD or USB</title>
		<link>http://atokit.com/reinstalling-grub2-with-live-cd-or-usb.html</link>
		<comments>http://atokit.com/reinstalling-grub2-with-live-cd-or-usb.html#comments</comments>
		<pubDate>Tue, 11 May 2010 22:39:14 +0000</pubDate>
		<dc:creator>anthebeng89</dc:creator>
				<category><![CDATA[Gudang Linux]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[reinstall]]></category>
		<category><![CDATA[setting]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://atokit.com/?p=15</guid>
		<description><![CDATA[Following command to see the system partition&#62;&#62; andriest@FOSSil:~$ sudo fdisk-l Then mount the Linux partition system&#62;&#62; andriest@FOSSil:~$ sudo mount /dev/sdXY/ /mnt Example&#62;&#62;:~$ sudo mount /dev/sda1 /mnt To reinstall Grub2&#62;&#62; andriest@FOSSil:~$ sudo grub-install &#8211;root-directory=/mnt/ /dev/sda Unmount the partition&#62;&#62; andriest@FOSSil:~$ sudo umount /dev/sdaX Reboot]]></description>
			<content:encoded><![CDATA[<p>Following command to see the system partition&gt;&gt;</p>
<p><strong>andriest@FOSSil:~$</strong> <em>sudo fdisk-l</em></p>
<p>Then mount the Linux partition system&gt;&gt;</p>
<p><strong>andriest@FOSSil:~$</strong> <em>sudo mount /dev/sdXY/ /mnt</em></p>
<p>Example&gt;&gt;<span id="more-15"></span><strong><em>:~$ sudo mount /dev/sda1 /mnt</em></strong></p>
<p>To reinstall Grub2&gt;&gt;</p>
<p><strong>andriest@FOSSil:~$</strong> <em>sudo grub-install &#8211;root-directory=/mnt/ /dev/sda<br />
</em><br />
Unmount the partition&gt;&gt;</p>
<p><strong>andriest@FOSSil:~$</strong> <em>sudo umount /dev/sdaX</em></p>
<p>Reboot</p>
]]></content:encoded>
			<wfw:commentRss>http://atokit.com/reinstalling-grub2-with-live-cd-or-usb.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install backtrack 4 on chipset Silicon Intregated Systems (SIS) Part 2</title>
		<link>http://atokit.com/install-backtrack-4-on-chipset-silicon-intregated-systems-sis-part-2.html</link>
		<comments>http://atokit.com/install-backtrack-4-on-chipset-silicon-intregated-systems-sis-part-2.html#comments</comments>
		<pubDate>Mon, 10 May 2010 20:10:10 +0000</pubDate>
		<dc:creator>anthebeng89</dc:creator>
				<category><![CDATA[Gudang Linux]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[chipset]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[resolution]]></category>
		<category><![CDATA[setting]]></category>
		<category><![CDATA[sis]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://atokit.com/?p=12</guid>
		<description><![CDATA[Is a continuation of previous post (Part 1)&#8230;After successfully installing backtrack 4 on sis, appears more like a problem in the Ubuntu VGAnya only 800&#215;600 resolution, but not to worry because there is a solution to change the resolution &#8230; At first I was confused how to change the resolution, first I tried to install [...]]]></description>
			<content:encoded><![CDATA[<p>Is a continuation of previous post (<a href="http://atokit.com/install-backtrack-4-on-chipset-silicon-intregated-systems-sis-part-1.html" target="_blank">Part 1</a>)&#8230;After successfully installing backtrack 4 on sis, appears more like a problem in the Ubuntu VGAnya only 800&#215;600 resolution, but not to worry because there is a solution to change the resolution &#8230;</p>
<p>At first I was confused how to change the resolution, first I tried to install VGA driver for Ubuntu 8.10 itself Backtrack 4 based on Ubuntu but it failed, the resolution does not change, after a few days I got advice from friends to replace the xorg.conf file has to have a 4 Backtrack Ubuntu 8.10 and Open Suse, Ubuntu was the result of the same, not work but successfully by using Open Suse xorg.conf, finally issue a resolution on Backtrack 4 solved already, but in this post I do not use the Open Suse xorg.conf xorg.conf but got Mandriva 2009 &#8230;</p>
<p>Get to the way it changed xorg.conf:</p>
<p>1). Copy the contents of xorg.conf file Mandriva 2009 to Kate or KWrite in Backtrack 4, save with the name of xorg.conf</p>
<p>2). Once completed open the console and then go to the directory Mandriva xorg.conf that we have to save, next type the following command:<br />
<strong># cp xorg.conf /etc/X11/</strong></p>
<p>3). Next open the file<br />
<strong># nano /etc/X11/xorg.conf</strong><br />
<span id="more-12"></span><br />
Text appears as follows:<br />
# File generated by XFdrake (247,269 rev)</p>
<p># ************************************************* *********************<br />
# Refer to the xorg.conf man page for details about the format of<br />
# This file.<br />
# ************************************************* *********************<br />
Section &#8220;ServerFlags&#8221;</p>
<p># DontZap # &lt;Ctrl&gt; &lt;Alt&gt; &lt;BS&gt; disable (server abort)<br />
AllowMouseOpenFail # allows the server to start up even if the mouse does not work<br />
# DontZoom # disable &lt;Ctrl&gt; &lt;Alt&gt; &lt;KP_+&gt; / &lt;KP_-&gt; (resolution switching)<br />
EndSection<br />
Section &#8220;Module&#8221;<br />
Disable &#8220;dri&#8221;<br />
Load &#8220;dbe&#8221; # Double-buffering Extension<br />
Load &#8220;v4l&#8221; # Video for Linux<br />
Load &#8220;extmod&#8221;<br />
<strong>Load &#8220;type1&#8243;</strong><br />
Load &#8220;freetype&#8221;<br />
Load &#8220;glx&#8221; # 3D layer<br />
EndSection<br />
Section &#8220;InputDevice&#8221;<br />
dentifier &#8220;Keyboard1&#8243;<br />
Driver &#8220;kbd&#8221;<br />
Option &#8220;XkbModel&#8221; &#8220;pc105&#8243;<br />
Option &#8220;XkbLayout&#8221; &#8220;us&#8221;<br />
Option &#8220;XkbOptions&#8221; &#8220;compose: rwin&#8221;</p>
<div id="_mcePaste">EndSection</div>
<div id="_mcePaste">Section &#8220;InputDevice&#8221;</div>
<div id="_mcePaste">Identifier &#8220;Mouse1&#8243;</div>
<div id="_mcePaste">Driver &#8220;mouse&#8221;</div>
<div id="_mcePaste">Option &#8220;Protocol&#8221; &#8220;ExplorerPS / 2&#8243;</div>
<div id="_mcePaste">Option &#8220;Device&#8221; &#8220;/ dev / mouse&#8221;</div>
<div id="_mcePaste">EndSection</div>
<div id="_mcePaste">Section &#8220;Monitor&#8221;</div>
<div id="_mcePaste">Identifier &#8220;monitor1&#8243;</div>
<div id="_mcePaste">VendorName &#8220;Plug&#8217;n Play&#8221;</div>
<div id="_mcePaste">ModelName &#8220;&#8221;</div>
<div id="_mcePaste">HorizSync 31.5-50</div>
<div id="_mcePaste">VertRefresh 57-62</div>
<div id="_mcePaste"># Monitor preferred Modeline (60.0 Hz vsync, 48.9 kHz hsync, ratio 16/10, 106 dpi)</div>
<div id="_mcePaste">Modeline &#8220;1280 × 800&#8243; 68.9 1280 1301 1333 1408 800 804 808 816-hsync-vsync</div>
<div id="_mcePaste"># TV fullscreen mode or DVD fullscreen output.</div>
<div id="_mcePaste"># 768 × 576 @ 79 Hz, 50 kHz hsync</div>
<div id="_mcePaste">Modeline &#8220;768 × 576&#8243; 50.00 768 832 846 1000 576 590 595 630</div>
<div id="_mcePaste"># 768 × 576 @ 100 Hz, 61.6 kHz hsync</div>
<div id="_mcePaste">Modeline &#8220;768 × 576&#8243; 63.07 768 800 960 1024 576 578 590 616</div>
<div id="_mcePaste"># Modeline generated by gtf (1) [handled by XFdrake]</div>
<div id="_mcePaste">Modeline &#8220;1280 × 800_120&#8243; 181.21 1280 1376 1520 1760 800 801 804 858-HSync + Vsync</div>
<div id="_mcePaste"># Modeline generated by gtf (1) [handled by XFdrake]</div>
<div id="_mcePaste">Modeline &#8220;1280 × 800_100&#8243; 147.89 1280 1376 1512 1744 800 801 804 848-HSync + Vsync</div>
<div id="_mcePaste"># Modeline generated by gtf (1) [handled by XFdrake]</div>
<div id="_mcePaste">Modeline &#8220;1280 × 800_85&#8243; 123.38 1280 1368 1504 1728 800 801 804 840-HSync + Vsync</div>
<div id="_mcePaste"># Modeline generated by gtf (1) [handled by XFdrake]</div>
<div id="_mcePaste">Modeline &#8220;1280 × 800_75&#8243; 107.21 1280 1360 1496 1712 800 801 804 835-HSync + Vsync</div>
<div id="_mcePaste"># Modeline generated by gtf (1) [handled by XFdrake]</div>
<div id="_mcePaste">Modeline &#8220;1280 × 800_60&#8243; 83.46 1280 1344 1480 1680 800 801 804 828-HSync + Vsync</div>
<div id="_mcePaste"># Modeline generated by gtf (1) [handled by XFdrake]</div>
<div id="_mcePaste">Modeline &#8220;1280 × 800_50&#8243; 68.56 1280 1336 1472 1664 800 801 804 824-HSync + Vsync</div>
<div id="_mcePaste">EndSection</div>
<div id="_mcePaste">Section &#8220;Device&#8221;</div>
<div id="_mcePaste">Identifier &#8220;device1&#8243;</div>
<div id="_mcePaste">VendorName &#8220;Silicon Integrated Systems [SiS]&#8220;</div>
<div id="_mcePaste">BoardName &#8220;SiS SiS 670 / 671-based cards&#8221;</div>
<div id="_mcePaste"><strong>Driver &#8220;sisimedia&#8221;</strong></div>
<div id="_mcePaste">Option &#8220;DPMS&#8221;</div>
<div id="_mcePaste">EndSection</div>
<div id="_mcePaste">Section &#8220;Screen&#8221;</div>
<div id="_mcePaste">Identifier &#8220;screen1&#8243;</div>
<div id="_mcePaste">Device &#8220;device1&#8243;</div>
<div id="_mcePaste">Monitor &#8220;monitor1&#8243;</div>
<div id="_mcePaste">DefaultColorDepth 24</div>
<div id="_mcePaste">Subsection &#8220;Display&#8221;</div>
<div id="_mcePaste">Depth 8</div>
<div id="_mcePaste">Modes &#8220;1280 × 800&#8243;</div>
<div id="_mcePaste">EndSubSection</div>
<div id="_mcePaste">Subsection &#8220;Display&#8221;</div>
<div id="_mcePaste">Depth 15</div>
<div id="_mcePaste">Modes &#8220;1280 × 800&#8243;</div>
<div id="_mcePaste">EndSubSection</div>
<div id="_mcePaste">Subsection &#8220;Display&#8221;</div>
<div id="_mcePaste">Depth 16</div>
<div id="_mcePaste">Modes &#8220;1280 × 800&#8243;</div>
<div id="_mcePaste">EndSubSection</div>
<div id="_mcePaste">Subsection &#8220;Display&#8221;</div>
<div id="_mcePaste">Depth 24</div>
<div id="_mcePaste">Modes &#8220;1280 × 800&#8243;</div>
<div id="_mcePaste">EndSubSection</div>
<div id="_mcePaste">EndSection</div>
<div id="_mcePaste">Section &#8220;ServerLayout&#8221;</div>
<div id="_mcePaste">Identifier &#8220;layout1&#8243;</div>
<div id="_mcePaste">InputDevice &#8220;Keyboard1&#8243; &#8220;CoreKeyboard&#8221;</div>
<div id="_mcePaste">InputDevice &#8220;Mouse1&#8243; &#8220;CorePointer&#8221;</div>
<div id="_mcePaste">Screen &#8220;screen1&#8243;</div>
<div id="_mcePaste">EndSection</p>
<p>In the Section &#8220;Module&#8221; and Section &#8220;Device&#8221; above:<br />
Load &#8220;type1&#8243; and Driver &#8220;sisimedia&#8221;</p>
<p>Fence marked (#) at the front, as follows:</p>
<p><strong># Load &#8220;type1&#8243;</strong><br />
<strong># Driver &#8220;sisimedia&#8221;</strong></p>
<p>When finished restart your computer and the resolution has changed &#8230;<br />
Good Try &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://atokit.com/install-backtrack-4-on-chipset-silicon-intregated-systems-sis-part-2.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
