<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Started from the script</title>
	<atom:link href="http://indonesiaopensource.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://indonesiaopensource.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 01 Dec 2009 13:55:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='indonesiaopensource.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Started from the script</title>
		<link>http://indonesiaopensource.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://indonesiaopensource.wordpress.com/osd.xml" title="Started from the script" />
	<atom:link rel='hub' href='http://indonesiaopensource.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Avoid program errors</title>
		<link>http://indonesiaopensource.wordpress.com/2009/12/01/avoid-program-errors/</link>
		<comments>http://indonesiaopensource.wordpress.com/2009/12/01/avoid-program-errors/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 13:52:59 +0000</pubDate>
		<dc:creator>goindonesiaopensource</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://indonesiaopensource.wordpress.com/?p=82</guid>
		<description><![CDATA[Among the colleagues who may still not know how avoid or minimize the weaknesses of the program created, so not easy to crack by others. Actually, to avoid may be difficult, but we try protect the best we can work out what&#8217;s wrong. calculated complicate our efforts in the crackers in a dismantled. Okay we [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=indonesiaopensource.wordpress.com&amp;blog=10530273&amp;post=82&amp;subd=indonesiaopensource&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Among the colleagues who may still not know how<br />
avoid or minimize the weaknesses of the program created,<br />
so not easy to crack by others.</p>
<p>Actually, to avoid may be difficult, but we try<br />
protect the best we can work out what&#8217;s wrong. calculated<br />
complicate our efforts in the crackers in a dismantled.</p>
<p>Okay we go directly to the subject, if we look at some local programmers in making comparisons of the program often<br />
a process with an object or a caption.</p>
<p>For example, I often find something like this:</p>
<p>If cmdSave.Enabled = False Then<br />
&#8230;&#8230;<br />
Else<br />
&#8230;&#8230;<br />
End IF</p>
<p>Or</p>
<p>If cmdSave.Caption = &#8220;OK&#8221; Then<br />
&#8230;&#8230;<br />
Else<br />
&#8230;&#8230;<br />
End IF</p>
<p>Or</p>
<p>If cmdSave.Visible = True Then<br />
&#8230;&#8230;<br />
Else<br />
&#8230;&#8230;<br />
End IF</p>
<p>Should avoid such a process, why should be avoided?<br />
you must know, now many tools that can<br />
An object property changes during the Run-Time, such as activated<br />
return object disable, change a caption, activate menubar<br />
inactive etc &#8230;</p>
<p>We recommend using a variable for a condition for comparison,<br />
be more difficult for the crack. (This does not mean our programs<br />
not dicrack, but as a difficult step only)</p>
<p>For programs related to the database, do not forget to include the function pemblokan a special character. As (&#8216;),&#8211;, quotes or a semicolon (;) depending on the database used.<br />
This is intended to avoid intrusion into the application or to a system using SQLInjection techniques.</p>
<p>Although this technique can be practically and old-fashioned classic, but things like this are often found in some ready-made programs.</p>
<p>As for making a program that uses components such as winsock, should the data / packets sent to the first encryption. To be protected from piracy or data packets that are hijacked by the snifer. usually use the programs packet sniffer to see it.</p>
<p>Then use the initial connection, or in other words use a password to connect to the programs that we make. So that other people who tried to enter we can disconnect you automatically.</p>
<p>To stage a project to compile executable file, do not select the type of P-Code, due to be easy to use program dicrack with WKTVBDE (WKTVBDebugger) made by Mr. Silver &amp; Mr. Snow.<br />
(To learn this please get the information on</p>
<p>http://vbdebug.cjb.net)</p>
<p>Try to compile the executable in the form of Native-Code, but unfortunately compile it with this type of crack can still use SmartCheck artificial NuMega. but do not worry more difficult than Native-Code P-Code @! img1 @</p>
<p>The next stage to protect your programs using the programs<br />
Executable compressor and breakpoint detection.<br />
This was done to avoid permanent changes in the resource and<br />
checking debugger programs active in memory, usually<br />
debugger program that is widely used SoftICe.</p>
<p>Actually a lot of programs that commercial compressors such as:</p>
<p>- 32LITE v0.02d<br />
- Six-Two-Four<br />
- AinExe v2.23<br />
- APack v0.99b<br />
- APLib v0.20b<br />
- AVPack v1.22<br />
- AX v2.2<br />
- Causeway Compressor<br />
- Diet v1.45f<br />
- EPACK 1.6<br />
- LGLZ v1.04b<br />
- LzExe v0.91<br />
- Megalite v1.20a +<br />
- PACK v2.01<br />
- PKLite v2.01<br />
- PK-Smart v1.0b<br />
- PMODE / W v1.33<br />
- Pro-Pack v2.19<br />
- RJCRUSH 1:10<br />
- RUCC/386 v1.01<br />
- SYSPACK v0.1 1<br />
- T-PACK v0.5<br />
- Etc. &#8230;</p>
<p>(to get the above software can be found using google or can open the site http://www.exetools.com)</p>
<p>you can use one of them. But I suggest looking for is not popular or if possible you can make yourself @! Img16 @. Usually popular compressor program like a program to restore<br />
return to the form of his original executable or in other words can be Decompress again.</p>
<p>Actually there are advantages to also use the compressor programs, this can reduce the size of executable files and can change the exe file structure in which there plaintext into strange characters.</p>
<p>Such protection is quite more effective than no protection at all. And would complicate the new cracker, but this way will be easier in translucent by the old cracker.</p>
<p>possible between colleagues already know, could even see the article ini.wajar laughing still, an article I wrote specifically for the newbie who did not know at all, I am also still looking and still much to learn, so we end .. just writing this article.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/indonesiaopensource.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/indonesiaopensource.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/indonesiaopensource.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/indonesiaopensource.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/indonesiaopensource.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/indonesiaopensource.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/indonesiaopensource.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/indonesiaopensource.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/indonesiaopensource.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/indonesiaopensource.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/indonesiaopensource.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/indonesiaopensource.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/indonesiaopensource.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/indonesiaopensource.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=indonesiaopensource.wordpress.com&amp;blog=10530273&amp;post=82&amp;subd=indonesiaopensource&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://indonesiaopensource.wordpress.com/2009/12/01/avoid-program-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/83749379895e868a54520b4c33637bf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Axshell Linux</media:title>
		</media:content>
	</item>
		<item>
		<title>Official BlankOn Launches Version 5.0</title>
		<link>http://indonesiaopensource.wordpress.com/2009/11/22/official-blankon-launches-version-5-0/</link>
		<comments>http://indonesiaopensource.wordpress.com/2009/11/22/official-blankon-launches-version-5-0/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 18:54:04 +0000</pubDate>
		<dc:creator>goindonesiaopensource</dc:creator>
				<category><![CDATA[All About Linux]]></category>

		<guid isPermaLink="false">http://indonesiaopensource.wordpress.com/?p=78</guid>
		<description><![CDATA[Developer official BlankOn BlankOn launches version 5.0 with the release code Nanggar, who was appointed to the culture of this version is the culture of the Batak, the name &#8220;Nanggar&#8221; taken from the Batak language means &#8220;hammer&#8221;. Some typical features that bring new Nanggar include Desktop Berkonteks developed by BlankOn Development Team, which can change [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=indonesiaopensource.wordpress.com&amp;blog=10530273&amp;post=78&amp;subd=indonesiaopensource&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Developer official BlankOn BlankOn launches version 5.0 with the release code Nanggar, who was appointed to the culture of this version is the culture of the Batak, the name &#8220;Nanggar&#8221; taken from the Batak language means &#8220;hammer&#8221;.</p>
<p>Some typical features that bring new Nanggar include Desktop Berkonteks developed by BlankOn Development Team, which can change the theme and desktop background image according to the computer clock or the weather conditions prevailing at the time.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/indonesiaopensource.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/indonesiaopensource.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/indonesiaopensource.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/indonesiaopensource.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/indonesiaopensource.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/indonesiaopensource.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/indonesiaopensource.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/indonesiaopensource.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/indonesiaopensource.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/indonesiaopensource.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/indonesiaopensource.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/indonesiaopensource.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/indonesiaopensource.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/indonesiaopensource.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=indonesiaopensource.wordpress.com&amp;blog=10530273&amp;post=78&amp;subd=indonesiaopensource&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://indonesiaopensource.wordpress.com/2009/11/22/official-blankon-launches-version-5-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/83749379895e868a54520b4c33637bf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Axshell Linux</media:title>
		</media:content>
	</item>
		<item>
		<title>Chromium Browser Install on Fedora</title>
		<link>http://indonesiaopensource.wordpress.com/2009/11/22/chromium-browser-install-on-fedora/</link>
		<comments>http://indonesiaopensource.wordpress.com/2009/11/22/chromium-browser-install-on-fedora/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 18:39:13 +0000</pubDate>
		<dc:creator>goindonesiaopensource</dc:creator>
				<category><![CDATA[All About Linux]]></category>

		<guid isPermaLink="false">http://indonesiaopensource.wordpress.com/?p=74</guid>
		<description><![CDATA[Google already has open source browser called Chrome, which was developed until now. Chromium logo Chromium is an open source browser project. Google Chrome is a browser from Google, based on the Chromium project Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=indonesiaopensource.wordpress.com&amp;blog=10530273&amp;post=74&amp;subd=indonesiaopensource&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Google already has open source browser called Chrome, which was developed until now.<br />
Chromium logo<br />
Chromium is an open source browser project. Google Chrome is a browser from Google, based on the Chromium project<br />
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web.</p>
<p>For the Linux version is officially released yet, but the open source version of Google chrome for linux and Mac have been able to use the Chromium.</p>
<p>Tom &#8220;Spot&#8221; Callaway, a Fedora Engineering Manager, has made rpm repository of chromium browser available for Fedora 10 and 11.</p>
<p>To install chromium, first we will make chromium.repo file sebuat located in / etc / yum.repo.d /</p>
<p># Vim / etc / yum.repos.d / chromium.repo</p>
<p>[chromium]<br />
name = Chromium Test Packages<br />
baseurl = http://spot.fedorapeople.org/chromium/F $ releasever /<br />
enabled = 1<br />
gpgcheck = 0</p>
<p>Furthermore, we can install it</p>
<p># Yum install-y chromium<br />
Loaded plugins: refresh-packagekit<br />
Setting up Install Process<br />
Resolving Dependencies<br />
-&gt; Running transaction check<br />
&#8212;&gt; Package chromium.i586 0:4.0.203.0-0.1.20090824 svn24148.fc11 set to be updated<br />
-&gt; Processing Dependency: libv8.so.1 for package: chromium-4.0.203.0-0.1.20090824svn24148.fc11.i586<br />
-&gt; Processing Dependency: libminizip.so.1 for package: chromium-4.0.203.0-0.1.20090824svn24148.fc11.i586<br />
-&gt; Processing Dependency: NSS-Multicast (x86-32) for package: chromium-4.0.203.0-0.1.20090824svn24148.fc11.i586<br />
-&gt; Running transaction check<br />
&#8212;&gt; Package minizip.i586 0:1.2.3-22. Fc11 set to be updated<br />
&#8212;&gt; Package NSS-mdns.i586 0:0.10-7. Fc11 set to be updated<br />
&#8212;&gt; Package v8.i586 0:1.3.6-1.20090824 svn2747.fc11 set to be updated<br />
-&gt; Finished Dependency Resolution</p>
<p>Dependencies Resolved</p>
<p>======================================</p>
<p>======================================<br />
Package Arch Version Repository Size<br />
======================================</p>
<p>======================================<br />
Installing:<br />
i586 chromium 4.0.203.0-0.1.20090824svn24148.fc11 chromium 15 M<br />
Installing for dependencies:<br />
minizip i586 1.2.3-fedora 25 k 22.fc11<br />
NSS-i586 Multicast 0:10-7.fc11 fedora 25 k<br />
v8 i586 1.3.6-913 chromium 1.20090824svn2747.fc11 k</p>
<p>Transaction Summary<br />
=======================================</p>
<p>=======================================<br />
Install 4 Package (s)<br />
Update 0 Package (s)<br />
Remove 0 Package (s)</p>
<p>Total size: 16 M<br />
Total download size: 15 M<br />
Downloading Packages:<br />
(1 / 3): chromium-4.0.203.0-0.1.20090824svn24148.fc11.i586.rpm | 15 MB 12:12<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Total 21 kB / s | 15 MB 12:14<br />
Running rpm_check_debug<br />
Running Transaction Test<br />
Finished Transaction Test<br />
Transaction Test succeeded<br />
Running Transaction<br />
Installing: v8-1.3.6-1.20090824svn2747.fc11.i586 1 / 4<br />
Installing: minizip-1.2.3-22.fc11.i586 2 / 4<br />
Installing: NSS-Multicast-0:10-7.fc11.i586 3 / 4<br />
Installing: chromium-4.0.203.0-0.1.20090824svn24148.fc11.i586 4 / 4</p>
<p>Installed:<br />
chromium.i586 0:4.0.203.0-0.1.20090824 svn24148.fc11</p>
<p>Dependency Installed:<br />
minizip.i586 0:1.2.3-22. fc11 NSS-mdns.i586 0:0.10-7. fc11<br />
v8.i586 0:1.3.6-1.20090824 svn2747.fc11</p>
<p>Complete!</p>
<table>
<tbody>
<tr>
<td width="100%"></td>
<td width="100%" align="right"></td>
<td width="100%" align="right"></td>
<td width="100%" align="right"></td>
</tr>
</tbody>
</table>
<table style="height:38px;" width="6">
<tbody>
<tr>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"></td>
</tr>
</tbody>
</table>
<p><em> </em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/indonesiaopensource.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/indonesiaopensource.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/indonesiaopensource.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/indonesiaopensource.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/indonesiaopensource.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/indonesiaopensource.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/indonesiaopensource.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/indonesiaopensource.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/indonesiaopensource.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/indonesiaopensource.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/indonesiaopensource.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/indonesiaopensource.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/indonesiaopensource.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/indonesiaopensource.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=indonesiaopensource.wordpress.com&amp;blog=10530273&amp;post=74&amp;subd=indonesiaopensource&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://indonesiaopensource.wordpress.com/2009/11/22/chromium-browser-install-on-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/83749379895e868a54520b4c33637bf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Axshell Linux</media:title>
		</media:content>
	</item>
		<item>
		<title>Release Gentoo GNU / Linux 10</title>
		<link>http://indonesiaopensource.wordpress.com/2009/11/22/release-gentoo-gnu-linux-10/</link>
		<comments>http://indonesiaopensource.wordpress.com/2009/11/22/release-gentoo-gnu-linux-10/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 18:35:35 +0000</pubDate>
		<dc:creator>goindonesiaopensource</dc:creator>
				<category><![CDATA[All About Linux]]></category>

		<guid isPermaLink="false">http://indonesiaopensource.wordpress.com/?p=72</guid>
		<description><![CDATA[As announced on the official website, on October 4, 1009, Gentoo GNU / Linux has reached release version 10. This release is a special release because, Gentoo GNU / Linux is also celebrating the birthday-10. The packages contained in the Gentoo release include: * System: Linux Kernel 2.6.30 (with gentoo patches), Accessibility Support with Speakup [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=indonesiaopensource.wordpress.com&amp;blog=10530273&amp;post=72&amp;subd=indonesiaopensource&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As announced on the official website, on October 4, 1009, Gentoo GNU / Linux has reached release version 10. This release is a special release because, Gentoo GNU / Linux is also celebrating the birthday-10. The packages contained in the Gentoo release include:</p>
<p>* System: Linux Kernel 2.6.30 (with gentoo patches), Accessibility Support with Speakup 3.1.3, BASH 4.0, GLIBC 2.9, GCC 4.3.2. 2:18 binutils, Python 2.6.2, Perl 5.8.8, etc..<br />
* Desktop Environment: KDE 4.3.1, GNOME 2.26.3, Xfce 4.6.1, 0.16.8.15 Enlightenment, Openbox 3.4.7.2, 1.1.1 Fluxbox, TWM 1.0.4, etc..<br />
* Office and productivity applications: OpenOffice 3.1.1, G / Vim 7.2.182, Abiword 2.6.4, GNUcash 2.2.9, Scribus 1.3.3.11, GIMP 2.6.4, Inkscape 0:46, Blender 2.49a, Xsane 0996, etc..<br />
* Data communication: Pidgin 2.5.9, Quassel 0.5, 2.0.23 Mozilla Thunderbird, Claws Mail 3.7.2, 2.0.12 Ekiga, Qtwitter 0.7.1, 0.8.13 irssi, etc..<br />
* Browser: Mozilla Firefox (Minefield) 3.5.3, 0.7.11 Arora, Opera 10.0, 2.26.3 Epiphany, Galeon 2.0.4, Firefox 1.1.17.<br />
* Multimedia Applications: Amarok 2.1.1, MPlayer 1.0_rc4, DvdAuthor 0.6.14, LAME 3.98.2, FFMPEG 0.5_p19928, GNOME 0.9.7, MPlayer, SMPlayer 0.6.6, and others.</p>
<p>In this release, the developers of Gentoo GNU / Linux presents two &#8220;sense&#8221; that is, the hybrid version of x86/x86_64 and x86_64 version of it. to obtain the latest release of Gentoo GNU / Linux version of ten can visit the following link x86 / amd64.</p>
<p>Source: www.gentoo.org</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/indonesiaopensource.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/indonesiaopensource.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/indonesiaopensource.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/indonesiaopensource.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/indonesiaopensource.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/indonesiaopensource.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/indonesiaopensource.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/indonesiaopensource.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/indonesiaopensource.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/indonesiaopensource.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/indonesiaopensource.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/indonesiaopensource.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/indonesiaopensource.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/indonesiaopensource.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=indonesiaopensource.wordpress.com&amp;blog=10530273&amp;post=72&amp;subd=indonesiaopensource&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://indonesiaopensource.wordpress.com/2009/11/22/release-gentoo-gnu-linux-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/83749379895e868a54520b4c33637bf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Axshell Linux</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing CrossOver on Linux Ubuntu</title>
		<link>http://indonesiaopensource.wordpress.com/2009/11/22/installing-crossover-on-linux-ubuntu/</link>
		<comments>http://indonesiaopensource.wordpress.com/2009/11/22/installing-crossover-on-linux-ubuntu/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 17:08:19 +0000</pubDate>
		<dc:creator>goindonesiaopensource</dc:creator>
				<category><![CDATA[All About Linux]]></category>

		<guid isPermaLink="false">http://indonesiaopensource.wordpress.com/?p=64</guid>
		<description><![CDATA[With this crossover mania linux can install many popular applications on the windows to the linux operating system favorite, not just applications, but the plugins, popular games and games you can install windows in linux, without the need for licensing Microsoft&#8217;s operating system owned. This crossover has a user-friendly display, so it is very easy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=indonesiaopensource.wordpress.com&amp;blog=10530273&amp;post=64&amp;subd=indonesiaopensource&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With this crossover mania linux can install many popular applications on the windows to the linux operating system favorite, not just applications, but the plugins, popular games and games you can install windows in linux, without the need for licensing Microsoft&#8217;s operating system owned.</p>
<p>This crossover has a user-friendly display, so it is very easy to use for beginners though, and can make the installation process in linux windows applications easier. crossover so it&#8217;s worth a try.</p>
<p>Applications are already in support include:</p>
<p>* Microsoft Office 2007, 2003, XP, 2000 and 97<br />
* Microsoft Word<br />
Microsoft Excel<br />
* Microsoft PowerPoint<br />
Microsoft Outlook<br />
* Microsoft Access<br />
* Microsoft Internet Explorer 6<br />
Microsoft Project<br />
* Adobe Photoshop<br />
* Microsoft Visio<br />
* Lotus Notes 5.0 and 6.5.1<br />
* Quicken<br />
* FrameMaker<br />
* Various Web Browser Plugins<br />
* QuickTime<br />
* Shockwave Director<br />
* Windows Media Player 6.4<br />
* And much more &#8230;</p>
<p>The following is the installation tutorial crossover-pro I have 6.2.0.1.</p>
<p>we must have a first crossover file ..<br />
when I have to live double-click the file then the file will appear like this view</p>
<p><img title="tutorial 1" src="http://maniacpinguin.files.wordpress.com/2009/01/screenshot11.png?w=354&#038;h=312&#038;h=312" alt="tutorial 1" width="354" height="312" /></p>
<p>click the install package (like the picture above), let the Synaptic Package Manager (Ubuntu Linux innate applications) that will automatically install it into your linux system, this result</p>
<p><img title="tutorial 2" src="http://maniacpinguin.files.wordpress.com/2009/01/screenshot2.png?w=358&#038;h=312&#038;h=312" alt="tutorial 2" width="358" height="312" /></p>
<p>wait until it has finished installing</p>
<p><img title="tutorial 3" src="http://maniacpinguin.files.wordpress.com/2009/01/screenshot3.png?w=361&#038;h=312&#038;h=312" alt="tutorial 3" width="361" height="312" /></p>
<p>when it finished installed package manager will issue a status of  &#8220;succesfully installed&#8221;</p>
<p><img title="tutorial 4" src="http://maniacpinguin.files.wordpress.com/2009/01/screenshot4.png?w=366&#038;h=312&#038;h=312" alt="tutorial 4" width="366" height="312" /></p>
<p>and after that crossover can also be enjoyed on your linux system</p>
<p><img title="tutorial 5" src="http://maniacpinguin.files.wordpress.com/2009/01/screenshot5.png?w=366&#038;h=312&#038;h=312" alt="tutorial 5" width="366" height="312" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/indonesiaopensource.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/indonesiaopensource.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/indonesiaopensource.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/indonesiaopensource.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/indonesiaopensource.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/indonesiaopensource.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/indonesiaopensource.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/indonesiaopensource.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/indonesiaopensource.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/indonesiaopensource.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/indonesiaopensource.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/indonesiaopensource.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/indonesiaopensource.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/indonesiaopensource.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=indonesiaopensource.wordpress.com&amp;blog=10530273&amp;post=64&amp;subd=indonesiaopensource&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://indonesiaopensource.wordpress.com/2009/11/22/installing-crossover-on-linux-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/83749379895e868a54520b4c33637bf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Axshell Linux</media:title>
		</media:content>

		<media:content url="http://maniacpinguin.files.wordpress.com/2009/01/screenshot11.png?w=500&#038;h=312" medium="image">
			<media:title type="html">tutorial 1</media:title>
		</media:content>

		<media:content url="http://maniacpinguin.files.wordpress.com/2009/01/screenshot2.png?w=500&#038;h=312" medium="image">
			<media:title type="html">tutorial 2</media:title>
		</media:content>

		<media:content url="http://maniacpinguin.files.wordpress.com/2009/01/screenshot3.png?w=500&#038;h=312" medium="image">
			<media:title type="html">tutorial 3</media:title>
		</media:content>

		<media:content url="http://maniacpinguin.files.wordpress.com/2009/01/screenshot4.png?w=500&#038;h=312" medium="image">
			<media:title type="html">tutorial 4</media:title>
		</media:content>

		<media:content url="http://maniacpinguin.files.wordpress.com/2009/01/screenshot5.png?w=500&#038;h=312" medium="image">
			<media:title type="html">tutorial 5</media:title>
		</media:content>
	</item>
		<item>
		<title>List ubuntu repository Indonesia</title>
		<link>http://indonesiaopensource.wordpress.com/2009/11/22/list-ubuntu-repository-indonesia/</link>
		<comments>http://indonesiaopensource.wordpress.com/2009/11/22/list-ubuntu-repository-indonesia/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 16:18:26 +0000</pubDate>
		<dc:creator>goindonesiaopensource</dc:creator>
				<category><![CDATA[All About Linux]]></category>

		<guid isPermaLink="false">http://indonesiaopensource.wordpress.com/?p=61</guid>
		<description><![CDATA[This list of local sources for ubuntu. In this example for dapper. If you want other yg pake, breezy, dapper, edgy &#8230; stay instead wrote &#8220;dapper&#8221; with reply meant. Indonesia ubuntu repository list: Repository Kambing (UI &#8211; Telkom, Indosat) Site Information: http://kambing.vlsm.org # # # Sources.list.kambing # # # Repository to use a mirror server [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=indonesiaopensource.wordpress.com&amp;blog=10530273&amp;post=61&amp;subd=indonesiaopensource&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This list of local sources for ubuntu. In this example for dapper. If you want other yg pake, breezy, dapper, edgy &#8230; stay instead wrote &#8220;dapper&#8221; with reply meant.</p>
<p>Indonesia ubuntu repository list:<br />
Repository Kambing (UI &#8211; Telkom, Indosat)</p>
<p>Site Information: http://kambing.vlsm.org</p>
<p># # # Sources.list.kambing<br />
# # # Repository to use a mirror server kambing.vlsm.org<br />
# # Repository MAIN<br />
deb http://kambing.vlsm.org/ubuntu dapper main restricted universe multiverse<br />
deb-src http://kambing.vlsm.org/ubuntu dapper main restricted universe multiverse</p>
<p># # THIS FOR MAJOR BUG FIX UPDATES<br />
deb http://kambing.vlsm.org/ubuntu dapper-updates main restricted universe multiverse<br />
deb-src http://kambing.vlsm.org/ubuntu dapper-updates main restricted universe multiverse</p>
<p># # THIS FOR UBUNTU SECURITY UPDATES<br />
deb http://kambing.vlsm.org/ubuntu dapper-security main restricted universe multiverse<br />
deb-src http://kambing.vlsm.org/ubuntu dapper-security main restricted universe multiverse</p>
<p>How to use:</p>
<p>wget http://arsip.ubuntu-id.org/berkas/sources.list.kambing<br />
sudo mv / etc / apt / sources.list / etc / apt / sources.list.original<br />
sources.list.kambing sudo cp / etc / apt / sources.list<br />
sudo apt-get update</p>
<p>Repository CBN Mirror (IIX)</p>
<p>Site Information: http://mirror.cbn.net.id</p>
<p>Note (160,307): The Repository in CBN seems to not be updated again, fitting<br />
had ngeliat his packages are still few and there are no additions.</p>
<p># # # Sources.list.cbn<br />
# # # Repository to use a mirror server cbn</p>
<p># # Repository MAIN<br />
deb http://ubuntu.cbn.net.id/Ubuntu dapper main restricted universe multiverse<br />
deb-src http://ubuntu.cbn.net.id/Ubuntu dapper main restricted universe multiverse</p>
<p># # THIS FOR MAJOR BUG FIX UPDATES<br />
deb http://ubuntu.cbn.net.id/Ubuntu dapper-updates main restricted universe multiverse<br />
deb-src http://ubuntu.cbn.net.id/Ubuntu dapper-updates main restricted universe multiverse</p>
<p># # THIS FOR UBUNTU SECURITY UPDATES<br />
deb http://ubuntu.cbn.net.id/Ubuntu dapper-security main restricted universe multiverse<br />
deb-src http://ubuntu.cbn.net.id/Ubuntu dapper-security main restricted universe multiverse</p>
<p>How to use:</p>
<p>wget http://arsip.ubuntu-id.org/berkas/sources.list.cbn<br />
sudo mv / etc / apt / sources.list / etc / apt / sources.list.original<br />
sources.list.cbn sudo cp / etc / apt / sources.list<br />
sudo apt-get update</p>
<p>Repository Komo (IIX)</p>
<p>Site Information: http://komo.vlsm.org</p>
<p># # # Sources.list.komo<br />
# # # Repository to use a mirror server komo.vlsm.org</p>
<p># # Repository MAIN<br />
deb http://komo.vlsm.org/ubuntu dapper main restricted universe multiverse<br />
deb-src http://komo.vlsm.org/ubuntu dapper main restricted universe multiverse</p>
<p># # THIS FOR MAJOR BUG FIX UPDATES<br />
deb http://komo.vlsm.org/ubuntu dapper-updates main restricted universe multiverse<br />
deb-src http://komo.vlsm.org/ubuntu dapper-updates main restricted universe multiverse</p>
<p># # THIS FOR UBUNTU SECURITY UPDATES<br />
deb http://komo.vlsm.org/ubuntu dapper-security main restricted universe multiverse<br />
deb-src http://komo.vlsm.org/ubuntu dapper-security main restricted universe multiverse</p>
<p>How to use:</p>
<p>wget http://arsip.ubuntu-id.org/berkas/sources.list.komo<br />
sudo mv / etc / apt / sources.list / etc / apt / sources.list.original<br />
sources.list.komo sudo cp / etc / apt / sources.list<br />
sudo apt-get update</p>
<p>Repository Indika (IIX)</p>
<p>Site Information: http://indika.net.id</p>
<p># # # Sources.list.indika<br />
# # # Repository to use a mirror server ubuntu.indika.net.id</p>
<p># # Repository MAIN<br />
deb http://ubuntu.indika.net.id dapper main restricted universe multiverse<br />
deb-src http://ubuntu.indika.net.id dapper main restricted universe multiverse</p>
<p># # THIS FOR MAJOR BUG FIX UPDATES<br />
deb http://ubuntu.indika.net.id dapper-updates main restricted universe multiverse<br />
deb-src http://ubuntu.indika.net.id dapper-updates main restricted universe multiverse</p>
<p># # THIS FOR UBUNTU SECURITY UPDATES<br />
deb http://ubuntu.indika.net.id dapper-security main restricted universe multiverse<br />
deb-src http://ubuntu.indika.net.id dapper-security main restricted universe multiverse</p>
<p>How to use:</p>
<p>wget http://arsip.ubuntu-id.org/berkas/sources.list.indika<br />
sudo mv / etc / apt / sources.list / etc / apt / sources.list.original<br />
sources.list.indika sudo cp / etc / apt / sources.list<br />
sudo apt-get update</p>
<p>Repository Gamais ITB (ITB-Net &amp; Inherent)</p>
<p>Site Information: http://mirror.gamais.itb.ac.id</p>
<p># # # Sources.list.gamaisitb<br />
# # # Repository to use a mirror server gamais.itb.ac.id</p>
<p># # Repository MAIN<br />
deb http://mirror.gamais.itb.ac.id/ubuntu dapper main restricted universe multiverse<br />
deb-src http://mirror.gamais.itb.ac.id/ubuntu dapper main restricted universe multiverse</p>
<p># # THIS FOR MAJOR BUG FIX UPDATES<br />
deb http://mirror.gamais.itb.ac.id/ubuntu dapper-updates main restricted universe multiverse<br />
deb-src http://mirror.gamais.itb.ac.id/ubuntu dapper-updates main restricted universe multiverse</p>
<p># # THIS FOR UBUNTU SECURITY UPDATES<br />
deb http://mirror.gamais.itb.ac.id/ubuntu dapper-security main restricted universe multiverse<br />
deb-src http://mirror.gamais.itb.ac.id/ubuntu dapper-security main restricted universe multiverse</p>
<p>How to use:</p>
<p>wget http://arsip.ubuntu-id.org/berkas/sources.list.gamaisitb<br />
sudo mv / etc / apt / sources.list / etc / apt / sources.list.original<br />
sources.list.gamaisitb sudo cp / etc / apt / sources.list<br />
sudo apt-get update</p>
<p>Source: http://invaleed.wordpress.com/2007/05/23/sources-list-ubuntu-local-indonesia/</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/indonesiaopensource.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/indonesiaopensource.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/indonesiaopensource.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/indonesiaopensource.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/indonesiaopensource.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/indonesiaopensource.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/indonesiaopensource.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/indonesiaopensource.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/indonesiaopensource.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/indonesiaopensource.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/indonesiaopensource.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/indonesiaopensource.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/indonesiaopensource.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/indonesiaopensource.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=indonesiaopensource.wordpress.com&amp;blog=10530273&amp;post=61&amp;subd=indonesiaopensource&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://indonesiaopensource.wordpress.com/2009/11/22/list-ubuntu-repository-indonesia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/83749379895e868a54520b4c33637bf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Axshell Linux</media:title>
		</media:content>
	</item>
		<item>
		<title>DNS settings on Linux</title>
		<link>http://indonesiaopensource.wordpress.com/2009/11/22/dns-settings-on-linux/</link>
		<comments>http://indonesiaopensource.wordpress.com/2009/11/22/dns-settings-on-linux/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 15:51:34 +0000</pubDate>
		<dc:creator>goindonesiaopensource</dc:creator>
				<category><![CDATA[All About Linux]]></category>

		<guid isPermaLink="false">http://indonesiaopensource.wordpress.com/?p=58</guid>
		<description><![CDATA[For the DNS settings you can go to: root @ axshell: / # vi / etc / resolv.conf nameserver 202.159.32.2 nameserver 202.159.33.2 # address control in the match with the ISP you use After that we restart our network with the command: root @ axshell: / etc / init.d / networking restart # We check [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=indonesiaopensource.wordpress.com&amp;blog=10530273&amp;post=58&amp;subd=indonesiaopensource&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For the DNS settings you can go to:</p>
<p>root @ axshell: / # vi / etc / resolv.conf</p>
<p>nameserver 202.159.32.2</p>
<p>nameserver 202.159.33.2 # address control in the match with the ISP you use</p>
<p>After that we restart our network with the command:</p>
<p>root @ axshell: / etc / init.d / networking restart</p>
<p># We check your configuration is the way or not<br />
root @ axshell: / # ifconfig<br />
eth0 Link encap: Ethernet HWaddr 00:02:44:91:47:83<br />
inet addr: 202.159.3.67 Bcast: 202.159.3.95 Mask: 255,255,255,224<br />
UP BROADCAST RUNNING MULTICAST MTU: 1500 Metric: 1<br />
RX packets: 169988 errors: 67 dropped: 0 overruns: 0 frame: 0<br />
TX packets: 6082 errors: 0 dropped: 0 overruns: 0 carrier: 0<br />
collisions: 1528 txqueuelen: 1000<br />
RX bytes: 141935582 (135.3 MiB) TX bytes: 812217 (793.1 KiB)<br />
Interrupt: 5</p>
<p>lo Link encap: Local Loopback<br />
inet addr: 127.0.0.1 Mask: 255.0.0.0<br />
Loopback UP RUNNING MTU: 16436 Metric: 1<br />
RX packets: 48 errors: 0 dropped: 0 overruns: 0 frame: 0<br />
TX packets: 48 errors: 0 dropped: 0 overruns: 0 carrier: 0<br />
collisions: 0 txqueuelen: 0<br />
RX bytes: 3753 (3.6 KiB) TX bytes: 3753 (3.6 KiB)<br />
root @ axshell: / # ping google.com<br />
PING google.com (64.233.167.99) 56 (84) bytes of data.<br />
64 bytes from py-in-f99.google.com (64.233.167.99): icmp_seq = 1 ttl = 237 time = 420 ms<br />
64 bytes from py-in-f99.google.com (64.233.167.99): icmp_seq = 2 ttl = 237 time = 330 ms<br />
64 bytes from py-in-f99.google.com (64.233.167.99): icmp_seq = 3 ttl = 237 time = 545 ms<br />
64 bytes from py-in-f99.google.com (64.233.167.99): icmp_seq = 4 ttl = 237 time = 429 ms<br />
64 bytes from py-in-f99.google.com (64.233.167.99): icmp_seq = 5 ttl = 237 time = 329 ms</p>
<p>- Google.com ping statistics &#8211;<br />
5 packets transmitted, 5 received, 0% packet loss, time 4010ms<br />
rtt min / avg / max / mdev = 329.664/411.183/545.187/79.429 ms<br />
root @ axshell: / #</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/indonesiaopensource.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/indonesiaopensource.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/indonesiaopensource.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/indonesiaopensource.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/indonesiaopensource.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/indonesiaopensource.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/indonesiaopensource.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/indonesiaopensource.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/indonesiaopensource.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/indonesiaopensource.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/indonesiaopensource.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/indonesiaopensource.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/indonesiaopensource.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/indonesiaopensource.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=indonesiaopensource.wordpress.com&amp;blog=10530273&amp;post=58&amp;subd=indonesiaopensource&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://indonesiaopensource.wordpress.com/2009/11/22/dns-settings-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/83749379895e868a54520b4c33637bf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Axshell Linux</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting IP Address</title>
		<link>http://indonesiaopensource.wordpress.com/2009/11/22/setting-ip-address/</link>
		<comments>http://indonesiaopensource.wordpress.com/2009/11/22/setting-ip-address/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 15:38:53 +0000</pubDate>
		<dc:creator>goindonesiaopensource</dc:creator>
				<category><![CDATA[All About Linux]]></category>

		<guid isPermaLink="false">http://indonesiaopensource.wordpress.com/?p=54</guid>
		<description><![CDATA[into the shell, do not forget to login as root xlam @ axshell: ~ $ sudo su Password: root @ axshell: / # vi / etc / network / interfaces auto lo iface lo inet loopback address 127.0.0.1 netmask 255.0.0.0 auto eth0 # ip address that works in the store permanently on the restart though [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=indonesiaopensource.wordpress.com&amp;blog=10530273&amp;post=54&amp;subd=indonesiaopensource&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>into the shell, do not forget to login as root<br />
xlam @ axshell: ~ $ sudo su<br />
Password:<br />
root @ axshell: / # vi / etc / network / interfaces<br />
auto lo<br />
iface lo inet loopback<br />
address 127.0.0.1<br />
netmask 255.0.0.0</p>
<p>auto eth0 # ip address that works in the store permanently on the restart though linux</p>
<p>iface eth0 inet static # interface eth0 ip in a static setting or manually</p>
<p>address 202.159.3.67<br />
netmask 255.255.255.224<br />
gateway 202.159.3.90</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/indonesiaopensource.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/indonesiaopensource.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/indonesiaopensource.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/indonesiaopensource.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/indonesiaopensource.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/indonesiaopensource.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/indonesiaopensource.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/indonesiaopensource.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/indonesiaopensource.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/indonesiaopensource.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/indonesiaopensource.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/indonesiaopensource.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/indonesiaopensource.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/indonesiaopensource.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=indonesiaopensource.wordpress.com&amp;blog=10530273&amp;post=54&amp;subd=indonesiaopensource&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://indonesiaopensource.wordpress.com/2009/11/22/setting-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/83749379895e868a54520b4c33637bf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Axshell Linux</media:title>
		</media:content>
	</item>
		<item>
		<title>Know more about LAN Switching</title>
		<link>http://indonesiaopensource.wordpress.com/2009/11/17/know-more-about-lan-switching/</link>
		<comments>http://indonesiaopensource.wordpress.com/2009/11/17/know-more-about-lan-switching/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 16:13:45 +0000</pubDate>
		<dc:creator>goindonesiaopensource</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://indonesiaopensource.wordpress.com/?p=50</guid>
		<description><![CDATA[In function, Switch LAN multiport similar to Bridge. Like the bridge, connecting LAN Switch LAN Segments, reducing traffic, and use also MAC Address to determine where the frame will be transmitted &#8230;! Only difference from the performance of the LAN switch faster than the bridge, and also has a function that can not be done [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=indonesiaopensource.wordpress.com&amp;blog=10530273&amp;post=50&amp;subd=indonesiaopensource&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In function, Switch LAN multiport similar to Bridge. Like the bridge, connecting LAN Switch LAN Segments, reducing</p>
<p>traffic, and use also MAC Address to determine where the frame will be transmitted &#8230;! Only difference from the performance of the LAN switch faster than the bridge, and also has a function that can not be done by the Bridge as Virtual LANs, etc. &#8230;</p>
<p>LAN Switch has and supports some features include:</p>
<p>* Dedicated Communication between devices, each user get a dedicated and full bandwidth. For example 100 mbps port connected to a PC that has 100Mbps, it will have 100Mbps bandwidth. The impact of this will reduce the likelihood of collision.<br />
* It Communcation happen simultaneously, this occurs because some frames are entered directly in the forward and switches at the joint.<br />
* Full Duplex Communication and the media allocation rate, related to 100Mbps full duplex for example, the data can be transmitted for 100Mbps, and the data can direceived also 100Mbps. While the media allocation rate, we can set this port is for 10 Mbps or 100Mbps port it etc..</p>
<p>Technology is used to channel switch frame is:</p>
<p>1. Store and forward, frame error checking nyampe done and if the frame is in error then immediately drop. If no CRC error also didrop, if the frame is smaller than 64 bytes are also didrop, greater than 1518 bytes are also didrop. The next switch to forward frames which no errornya to destination MAC Address.<br />
2. Cut-Through, this method reduces the latency for the incoming frame awaited destinationnya, then forward the frame directly, without checking error checking.</p>
<p>In the function, a switch can be categorized in:</p>
<p>* Layer 2 (Data Link Layers) Switch, which switches the way it works like Multiport Bridge, but could do other features such as full duplex etc.. Switching and filtering only happens at the OSI layer 2.<br />
* Multi Layers Switch, on this switch and the switching process occurs in filteringnya OSI Layer 2 and 3. In this switch can perform switching between LAN Segment and do routing between different networks.</p>
<p><strong> </strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/indonesiaopensource.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/indonesiaopensource.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/indonesiaopensource.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/indonesiaopensource.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/indonesiaopensource.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/indonesiaopensource.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/indonesiaopensource.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/indonesiaopensource.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/indonesiaopensource.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/indonesiaopensource.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/indonesiaopensource.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/indonesiaopensource.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/indonesiaopensource.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/indonesiaopensource.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=indonesiaopensource.wordpress.com&amp;blog=10530273&amp;post=50&amp;subd=indonesiaopensource&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://indonesiaopensource.wordpress.com/2009/11/17/know-more-about-lan-switching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/83749379895e868a54520b4c33637bf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Axshell Linux</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux History</title>
		<link>http://indonesiaopensource.wordpress.com/2009/11/17/linux-history/</link>
		<comments>http://indonesiaopensource.wordpress.com/2009/11/17/linux-history/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 14:34:59 +0000</pubDate>
		<dc:creator>goindonesiaopensource</dc:creator>
				<category><![CDATA[All About Linux]]></category>

		<guid isPermaLink="false">http://indonesiaopensource.wordpress.com/?p=29</guid>
		<description><![CDATA[The name Linux is a unique combination of its creator&#8217;s name and the name of operating system the target (UNIX). It all started from a operating system called Minix. Minix was made by Professor Andrew Tanenbaum. Minix is a Unix-like operating system that works on the PC. Torvald is a student at the University of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=indonesiaopensource.wordpress.com&amp;blog=10530273&amp;post=29&amp;subd=indonesiaopensource&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The name Linux is a unique combination of its creator&#8217;s name and the name of operating system the target (UNIX). It all started from a operating system called Minix. Minix was made by Professor Andrew Tanenbaum. Minix is a Unix-like operating system that works on the PC.<br />
Torvald is a student at the University of Helsinki using Minix. Although quite good, he has not considered adequate Minix. Then in 1991 he made the operating system is UNIX clone, Linux named.<br />
Just as Minix, Linux does not use any code from the vendor Commercial UNIX, so Torvalds linux distribution on the internet for free and free.</p>
<p>On October 5 1991, Torvalds posting in newsgroups operating system comp.os.minix. He announced that the Linux source code is available and ask programmer-programmers help others to join expanding it. When it Linux is still half-baked, this operating system can only run a little UNIX commands, such as bash, gcc and gnu-make. When Linux 1.0 released 1994, this operating system has been quite stable and has many features, such as preemptive multitasking (the ability to share CPU resources to many applications) and symmetric multiprocessing (the ability to divide tasks among many CPUs). Linux even has his own mascot by Torvalds described as &#8220;a penguin is cute and friendly, a lot of satiety after eating herring&#8221;.</p>
<p>In 1996, the Linux development teams around the world began gives the results. That year they have made a version of Linux for a number of<br />
versions of hardware, from the Atari ST to the Macintosh.</p>
<p>Linux continues to grow rapidly, mainly because there are a number of distributors (such as RedHat, Caldera, etc.) who compete to fight for market share. By because it formed a group called the Linux Standard Base. This group works to ensure that the various Linux distributions are still able to run the same applications and interoperability at each other. We have seven Linux distributions The most famous, namely:<br />
1. RedHat Linux, the most popular distributors in the U.S. and one of the most<br />
easy to use.<br />
2. Mandrake Linux, the distributor that adds updates and patches to<br />
Red Hat Linux.<br />
3. Caldera Open Linux, Linux distibrusi installations and environment<br />
graphical user good.<br />
4. Suse Linux, the most popular Linux distribution in Europe is also<br />
provides installation tool and Indonesian-speaking guide.<br />
5. Slackware Linux.<br />
6. Debian GNU / Linux.<br />
7. TurboLinux, the most popular Linux distribution in Asia that provide<br />
support for special character sets Asia.</p>
<p>Note:<br />
Linux distributors are still many more. Which is best depends on the comfort users. Each has their own strengths and weaknesses.</p>
<p>Ability LINUX<br />
* Multiuser<br />
* Multiprocessor<br />
* Multitasking, allowing programs running simultaneously<br />
(background)<br />
* Multithreading, can create efficient manner subproses<br />
* Pembelokkan I / O, Pipe and Filter<br />
* Local and Network File System<br />
* Security, login with password, ownership, group<br />
* X-Window System</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/indonesiaopensource.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/indonesiaopensource.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/indonesiaopensource.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/indonesiaopensource.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/indonesiaopensource.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/indonesiaopensource.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/indonesiaopensource.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/indonesiaopensource.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/indonesiaopensource.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/indonesiaopensource.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/indonesiaopensource.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/indonesiaopensource.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/indonesiaopensource.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/indonesiaopensource.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=indonesiaopensource.wordpress.com&amp;blog=10530273&amp;post=29&amp;subd=indonesiaopensource&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://indonesiaopensource.wordpress.com/2009/11/17/linux-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>0.000000 0.000000</georss:point>
		<geo:lat>0.000000</geo:lat>
		<geo:long>0.000000</geo:long>
		<media:content url="http://0.gravatar.com/avatar/83749379895e868a54520b4c33637bf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Axshell Linux</media:title>
		</media:content>
	</item>
	</channel>
</rss>
