<?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>Spirit of Change &#187; Headline</title>
	<atom:link href="http://vavai.net/category/headline/feed/" rel="self" type="application/rss+xml" />
	<link>http://vavai.net</link>
	<description>Tutorial About Blog, Linux &#038; Open Source Application</description>
	<lastBuildDate>Fri, 30 Dec 2011 08:32:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>KVM Virtualization on openSUSE 11.3</title>
		<link>http://vavai.net/2010/08/kvm-virtualization-on-opensuse-11-3/</link>
		<comments>http://vavai.net/2010/08/kvm-virtualization-on-opensuse-11-3/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 03:50:33 +0000</pubDate>
		<dc:creator>Vavai</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[KVM]]></category>
		<category><![CDATA[Xen Hypervisor]]></category>

		<guid isPermaLink="false">http://vavai.net/?p=1216</guid>
		<description><![CDATA[It&#8217;s looks like that I&#8217;m off and hiatus from blog for a while so it&#8217;s time to starting a new article and hope it&#8217;s not for the last one . KVM (Kernel-based Virtual Machine) is currently popular terms among the virtualization technology. What makes it popular and become the strong competitor for Xen Hypervisor are [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s looks like that I&#8217;m off and hiatus from blog for a while so it&#8217;s time to starting a new  article and hope it&#8217;s not for the last one <img src='http://vavai.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' />  .</p>
<p>KVM (<em>Kernel-based Virtual Machine) </em>is currently popular terms among the virtualization technology. What makes it popular and become the strong competitor for Xen Hypervisor are the technology behind KVM and Red Hat decision to move focus on KVM instead of Xen for next release Red Hat Enterprise Linux 6.0. What makes KVM gains an advantage on the technology side are the inclusion KVM module into Linux kernel so we do not need a patch or different kernel as we need for Xen Hypervisor. Beside the two virtualization technology above, those are various virtualization technology running on Linux : VMWare, VirtualBox, OpenVZ etc but Xen and KVM are quite popular among others.</p>
<p>SUSE Linux Enterprise Server 11 was added KVM beside Xen Hypervisor on Service Pack 1 release. openSUSE 11.3 released on July 15, 2010 also append  KVM as Virtualization package beside the default Xen Hypervisor. Following article covers KVM installation on openSUSE 11.3 64 bit (the 32 bit installation should be similar).</p>
<p><span id="more-1216"></span></p>
<ol>
<li>Install KVM module by using YAST or  Zypper.  Install following package : <strong>kvm, libvirt, libvirt-python, virt-utils, yast2-vm, virt-manager, virt-viewer, bridge-utils, vm-install</strong>. We may also install virtualization stuff by using <strong>YAST | Virtualization | Install Hypervisor and Tools</strong> and then adds KVM package within  YAST | Software | Software Management, but the second tips will also installing  Xen Hypervisor  <img src='http://vavai.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  . SLES 11 SP1 has different way to install KVM by asking which Virtualization technology should be install if we choose second tips. I don&#8217;t know why openSUSE take different method to install and not as simple as SLES 11 SP1 has.</li>
<li>Activate Virtual Daemon. Open <strong>YAST |  System | System Services (runlevel)</strong> and mark <strong>libvirtd</strong> as enable services<br />
`<br />
<a class="highslide" onclick="return vz.expand(this)" href="http://vavai.com/wp-content/uploads/2010/08/kvm-runlevel.jpeg"><img class="alignnone size-full wp-image-1887" title="kvm-runlevel" src="http://vavai.com/wp-content/uploads/2010/08/kvm-runlevel.jpeg" alt="" width="473" height="475" /></a></li>
<li>Open YAST | Virtualization | Virtual Machine Manager<br />
`<br />
<a class="highslide" onclick="return vz.expand(this)" href="http://vavai.com/wp-content/uploads/2010/08/kvm-virt-manager.jpeg"><img class="alignnone size-full wp-image-1888" title="kvm-virt-manager" src="http://vavai.com/wp-content/uploads/2010/08/kvm-virt-manager.jpeg" alt="" width="480" height="319" /></a></li>
<li>If Virtual Machine Manager has no  &#8220;localhost (QEMU) option, add the KVM instance by clicking  menu <strong>File | Add Connection</strong> and choose KVM/QEMU and then click <strong>Connect</strong><br />
`<br />
<a class="highslide" onclick="return vz.expand(this)" href="http://vavai.com/wp-content/uploads/2010/08/kvm1.jpeg"><img class="alignnone size-full wp-image-1889" title="kvm1" src="http://vavai.com/wp-content/uploads/2010/08/kvm1.jpeg" alt="" width="353" height="445" /></a></li>
<li>After that, we may create a new virtual appliance by click  <strong>New</strong> and follows the  wizard.<br />
<a class="highslide" onclick="return vz.expand(this)" href="http://vavai.com/wp-content/uploads/2010/08/kvm2.jpeg"><img class="alignnone size-full wp-image-1890" title="kvm2" src="http://vavai.com/wp-content/uploads/2010/08/kvm2.jpeg" alt="" width="463" height="388" /></a></li>
</ol>
<p>Managing KVM on openSUSE/SLES seems to be similar as managing Xen Hypervisor because both virtualization using same front-end application (libvirt) on openSUSE/SLES YAST. KVM need a motherboard supporting virtualization extensions as it&#8217;s feature, e.g : Intel VT (Virtualization technology) or AMD-V. To check whether your motherboard supporting virtualization extension, run the following command on konsole/terminal :</p>
<p>Intel VT :</p>
<pre class="brush: cpp">
grep --color vmx /proc/cpuinfo
</pre>
<p><a class="highslide" onclick="return vz.expand(this)" href="http://vavai.net/wp-content/uploads/2010/08/virtualization-extension.jpeg"><img class="alignnone size-full wp-image-1217" title="virtualization-extension" src="http://vavai.net/wp-content/uploads/2010/08/virtualization-extension.jpeg" alt="" width="480" height="239" /></a></p>
<p>AMD-V</p>
<pre class="brush: cpp">
grep --color svm /proc/cpuinfo
</pre>
<p>Some motherboard disable virtualization extension by default so you must check BIOS setting to see whether virtualization extension has been activated or not.</p>
]]></content:encoded>
			<wfw:commentRss>http://vavai.net/2010/08/kvm-virtualization-on-opensuse-11-3/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>User Account Integration between Samba PDC &amp; Zimbra Mail Server on openSUSE/SLES</title>
		<link>http://vavai.net/2010/03/user-account-integration-between-samba-pdc-zimbra-mail-server-on-opensuse-sles/</link>
		<comments>http://vavai.net/2010/03/user-account-integration-between-samba-pdc-zimbra-mail-server-on-opensuse-sles/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 02:33:08 +0000</pubDate>
		<dc:creator>Vavai</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Zimbra]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[OpenLDAP]]></category>
		<category><![CDATA[PDC]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[SLES]]></category>

		<guid isPermaLink="false">http://vavai.net/?p=1172</guid>
		<description><![CDATA[Note : This is part one of 2 article. I decided to split the tutorial to make it easier to read (and to write ) This tutorial describes how you can configure Zimbra Mail Server &#38; Collaboration Suite and Samba to act as a primary domain controller (PDC) that uses Zimbra LDAP (Lightweight Directory Access [...]]]></description>
			<content:encoded><![CDATA[<p><em>Note : This is part one of 2 article. I decided to split the tutorial to make it easier to read (and to write <img src='http://vavai.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  )</em></p>
<p><a class="highslide" onclick="return vz.expand(this)" href="http://vavai.net/wp-content/uploads/2010/03/zimbra-opensuse.jpeg"><img class="alignnone size-full wp-image-1195" title="zimbra-opensuse" src="http://vavai.net/wp-content/uploads/2010/03/zimbra-opensuse.jpeg" alt="" width="200" height="200" /></a></p>
<p>This tutorial describes how you can configure Zimbra Mail Server &amp; Collaboration Suite and Samba to act as a primary domain controller (PDC) that  uses Zimbra LDAP (Lightweight Directory Access Protocol) as a central password  database for authenticating users on Linux and Windows desktops. The  integration process will make it easier for administrators to manage Zimbra Mail Server and Samba PDC / Active Directory account because it  use same LDAP database. If  applied in corporate environments or institutions who have been using  Windows Server, this guide can be used to set up Linux servers to  replace the Windows Active Directory Server and Microsoft Exchange  Server.</p>
<p>The setup described in this document is not the only possible way  to make Samba and Zimbra use the same user database for authentication.  You may also use <a href="http://vavai.net/2010/03/30/zimbra-mail-server-with-external-authentication-using-samba-pdcopenldap/">Zimbra External Authentication with Samba PDC</a>. External authentication are a little bit easy to be setting up, but we must manage the mailbox profile in Zimbra and it doesn&#8217;t seamlessly integrate Zimbra into Samba PDC+OpenLDAP. It is highly recommended to get familiar with Zimbra, Samba, LDAP and  PAM, before you start the installation.</p>
<p>This tutorial are based on Zimbra wiki article : <a title="http://wiki.zimbra.com/index.php?title=UNIX_and_Windows_Accounts_in_Zimbra_LDAP_and_Zimbra_Admin_UI_6.0" rel="nofollow" href="http://wiki.zimbra.com/index.php?title=UNIX_and_Windows_Accounts_in_Zimbra_LDAP_and_Zimbra_Admin_UI_6.0">UNIX and Windows Accounts in Zimbra LDAP and Zimbra  Admin UI 6.0</a> but has been tune up to works successfully on openSUSE/SLES environment. The original wiki using Ubuntu/RedHat environment which doesn&#8217;t automatically fit with openSUSE/SLES configuration.</p>
<p>I&#8217;m using Zimbra Mail Server 6.0.5 64 bit with the following configuration :</p>
<p><strong> Domain &amp; Hostname</strong></p>
<pre>Domain   : vavai.co.id
Hostname : zcspdc.vavai.co.id</pre>
<p><strong> IP Address<br />
</strong></p>
<pre>IP Address    : 192.168.10.1
Name Server 1 : 192.168.10.1
Name Server 2 : 8.8.8.8  (Google public DNS Server)
Name Server 3 : 208.67.222.222 (OpenDNS public DNS Server)
Router        : 192.168.10.254 (ADSL Modem)</pre>
<p><strong>File /etc/hosts</strong></p>
<pre>127.0.0.1       localhost
192.168.10.1    zcspdc.vavai.co.id zcspdc</pre>
<h4>ZIMBRA INSTALLATION</h4>
<p>Please use following article to install Zimbra on SLES 11 : <a href="http://vavai.net/2010/02/10/installing-zimbra-6-0-5-64-bit-on-sles-11-64-bit/">Installing Zimbra 6.0.5 64 bit on  SUSE Linux Enterprise Server (SLES) 11  64 bit</a> or use this tutorial : <a title="http://vavai.net/2009/12/22/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-part-1/" rel="nofollow" href="http://vavai.net/2009/12/22/installing-zimbra-6-0-4-on-opensuse-11-1-64-bit-part-1/">Installing Zimbra 6.0.4 on openSUSE 11.1 64 bit</a> for Zimbra+openSUSE version.</p>
<h4>ZIMBRA LDAP CONFIGURATION</h4>
<p>The following script will automatically configure Zimbra LDAP as below :</p>
<ul>
<li>Add Samba Schema into Zimbra LDAP</li>
<li>Add proper index into Zimbra LDAP Schema</li>
<li>Add 2 user (zmposix and zmposixroot) as Zimbra LDAP Administrative Account with  default  password : rahasia</li>
<li>Adjust Zimbra LDAP ACL to allow administrative task regarding Samba-Zimbra integration</li>
<li>Add Admin Extension Zimbra Posfix Account and Zimbra  Samba Extension</li>
</ul>
<p>Thanks to Peracchi and Lithorus on the following thread on <a href="http://www.zimbra.com/forums/administrators/33168-help-make-zimbra-samba-tutorial-ubuntu-8-04-3-server-zimbra-6-0-1-a-3.html">Zimbra Forum</a> for idea and a great script.</p>
<p>To run the automated script, run the following commandon console/terminal :</p>
<pre class="brush: cpp">
su
cd /srv
wget -c http://vavai.com/wp-content/uploads/zcs-samba.tar.gz
tar -zxvf zcs-samba.tar.gz
su - zimbra
cd /srv/zcs-samba
./zcs-samba.sh
</pre>
<p>NOTE : The script will automatically use &#8216;rahasia&#8217; (Indonesian word means &#8216;secret&#8217; <img src='http://vavai.net/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' />  ) as default password for zmposixroot and zmposix password. Please modify script to use your own password by change the following code on /srv/zcs-samba/zcs-samba.sh  :</p>
<pre class="brush: cpp">
# set password for the posix ldap accounts
ZMPOSIX_LDAP_PASSWORD=`/opt/zimbra/openldap/sbin/slappasswd -s rahasia`
ZMPOSIXROOT_LDAP_PASSWORD=`/opt/zimbra/openldap/sbin/slappasswd -s rahasia`
echo &quot;Domain : $DOMAIN&quot;
echo &quot;Hostname : $HOSTNAME&quot;
echo &quot;Zimbra LDAP Password : $ZIMBRA_LDAP_PASSWORD&quot;
echo &quot;LDAP Prefix : $LDAP_PREFIX&quot;
echo &quot;ZMPOSIX_LDAP_PASSWORD : rahasia&quot;
</pre>
<p>Change &#8216;rahasia&#8217; on the above line with your own password.</p>
<h4>SAMBA INSTALLATION</h4>
<ul>
<li>Open YAST | Network Service | Samba Server. YAST will automatically added Samba package if you never install it.</li>
<li>On the first  wizard, fill in the  workgroup/domain name. I&#8217;m using vavai.co.id as my domain name as shown on top of the tutorial. Click Next.</li>
<li>On  Samba Server Type, Choose Primary Domain  Controller (PDC) and then click Next</li>
<li>On  start-up, choose <strong>Service Start During Boot</strong> so  Samba will automatically be activated during boot. Don&#8217;t forget to open your Firewall port</li>
<li>Move to  LDAP Setting tab.</li>
<li>Click on <strong>Use LDAP Password Back-End </strong>option</li>
<li>Change  LDAP Server URL from default entry ldap://127.0.0.1 to be  ldap://192.168.10.1 (remember my  IP address configuration above). Use same address to  IdMap Back-End</li>
<li>Change  Search Base DN to Zimbra LDAP DN, mine are  dc=vavai,dc=co,dc=id</li>
<li>Fill in Administrator DN and the password:  uid=zmposixroot,cn=appaccts,cn=zimbra). Click Test Connection to test the connection between Zimbra and Samba machine.</li>
<li>Click Advanced Setting | Expert LDAP Setting</li>
<li> Change user suffix to be ou=people</li>
<li>Change group suffix to be ou=groups</li>
<li>Change Machine suffix to be ou=machines</li>
<li>Click OK to close Expert LDAP Setting windows</li>
<li>Click  OK to close  Samba Server wizard. Fill in  password for Samba root /Administrator password.  To prevent any confused setting, I&#8217;m using same password between zmposixroot, zmposix and Samba root password <img src='http://vavai.net/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </li>
</ul>
<h4>SAMBA CONFIGURATION</h4>
<ul>
<li>Open /etc/samba/smb.conf with your preferred text editor (vi, gedit,  kate or kwrite)</li>
<li>Give it a # (comment mark) on the following line (if you do not use dhcp on your Samba configuration) :</li>
</ul>
<pre class="brush: cpp">
include = /etc/samba/dhcp.conf
</pre>
<ul>
<li>Save the configuration</li>
</ul>
<h4>LDAP CLIENT CONFIGURATION</h4>
<ul>
<li>Click YAST | Network Services | LDAP Client</li>
<li> Click  <strong>Use LDAP</strong> on User Authentication</li>
<li>Change Address to use Zimbra IP (192.168.10.1)</li>
<li>Fill in LDAP Base DN (dc=vavai,dc=co,dc=id)</li>
<li>Leave others as is</li>
<li>Click Advanced Configuration</li>
<li> Change <strong>Password Change Protocol</strong> to MD5</li>
<li>Leave <strong> Group Member Attribute = Member</strong> setting</li>
<li>Click on Administration Setting tab</li>
<li>Fill in uid=zmposixroot,cn=appaccts,cn=zimbra on   Administrator DN text box. Leave  <strong>Append Base DN </strong>setting unchecked</li>
<li>Leave <strong> Create Default Configuration Objects</strong> setting unchecked</li>
<li>Click OK</li>
<li>Click OK</li>
</ul>
<h4>NSS-LDAP &amp; PAM-LDAP CONFIGURATION</h4>
<ul>
<li>Open file /etc/ldap.conf with your preferred text  editor and change the following line (remove  # mark)</li>
</ul>
<pre class="brush: cpp">
host 192.168.10.1
base dc=vavai,dc=co,dc=id
binddn uid=zmposix,cn=appaccts,cn=zimbra
bindpw rahasia
rootbinddn uid=zmposixroot,cn=appaccts,cn=zimbra
port 389
bind_policy soft
nss_reconnect_tries 2
uri ldap://192.168.10.1/
ssl start_tls
tls_cacertdir /opt/zimbra/conf/ca
tls_checkpeer no
pam_password md5
nss_base_passwd         ou=people,dc=vavai,dc=co,dc=id?one
nss_base_shadow         ou=people,dc=vavai,dc=co,dc=id?one
nss_base_group          ou=groups,dc=vavai,dc=co,dc=id?one
nss_base_hosts          ou=machines,dc=vavai,dc=co,dc=id?one
</pre>
<ul>
<li>Save the configuration</li>
<li>Edit /etc/nsswitch.conf and change the following line :</li>
</ul>
<pre class="brush: cpp">
passwd: compat
group: compat
</pre>
<p>with</p>
<pre class="brush: cpp">passwd: files ldap
group: files ldap
</pre>
<ul>
<li> Edit /etc/pam.d/common-account and change the configuration as below :</li>
</ul>
<pre class="brush: cpp">account sufficient pam_unix.so
account sufficient pam_ldap.so
</pre>
<ul>
<li> Edit /etc/pam.d/common-auth and change the configuration as below :</li>
</ul>
<pre class="brush: cpp">auth sufficient pam_ldap.so
auth sufficient pam_unix.so
</pre>
<ul>
<li> Edit /etc/pam.d/common-password and change the configuration as below :</li>
</ul>
<pre class="brush: cpp">password sufficient pam_unix.so
password sufficient pam_ldap.so
</pre>
<ul>
<li> Edit /etc/pam.d/common-session and change the configuration as below :</li>
</ul>
<pre class="brush: cpp">session sufficient pam_unix.so
session sufficient pam_ldap.so
</pre>
<p>Tutorial will be continue to part 2 of User Account Integration between Samba PDC &amp; Zimbra Mail Server on openSUSE / SLES.</p>
]]></content:encoded>
			<wfw:commentRss>http://vavai.net/2010/03/user-account-integration-between-samba-pdc-zimbra-mail-server-on-opensuse-sles/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Funny Soldier</title>
		<link>http://vavai.net/2010/01/funny-soldier/</link>
		<comments>http://vavai.net/2010/01/funny-soldier/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 06:07:14 +0000</pubDate>
		<dc:creator>Vavai</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Photo Gallery]]></category>
		<category><![CDATA[Funny]]></category>

		<guid isPermaLink="false">http://vavai.net/?p=1026</guid>
		<description><![CDATA[Today intermezzo : Pick my laptop, looking for end-year report &#38; some documents but accidentally found some images from various source with similar tags : It&#8217;s funny. Share it to you.]]></description>
			<content:encoded><![CDATA[<p>Today intermezzo : Pick my laptop, looking for end-year report &amp; some documents but accidentally found some images from various source with similar tags : It&#8217;s funny. Share it to you.</p>
<div id="attachment_1027" class="wp-caption alignnone" style="width: 490px"><a href="http://vavai.net/wp-content/uploads/2010/01/maybelline-ads.jpg"><img class="size-full wp-image-1027" title="maybelline-ads" src="http://vavai.net/wp-content/uploads/2010/01/maybelline-ads.jpg" alt="Funny Soldier : Maybelline Ads" width="480" height="313" /></a><p class="wp-caption-text">Maybelline Ads <img src='http://vavai.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p></div>
<p><span id="more-1026"></span></p>
<div id="attachment_1029" class="wp-caption alignnone" style="width: 362px"><a href="http://vavai.net/wp-content/uploads/2010/01/mass-rapid-transport.jpg"><img class="size-full wp-image-1029" title="mass-rapid-transport" src="http://vavai.net/wp-content/uploads/2010/01/mass-rapid-transport.jpg" alt="" width="352" height="469" /></a><p class="wp-caption-text">Mass Rapid Transport</p></div>
<div id="attachment_1028" class="wp-caption alignnone" style="width: 501px"><a href="http://vavai.net/wp-content/uploads/2010/01/full-medal-jacket.jpg"><img class="size-full wp-image-1028  " title="full-medal-jacket" src="http://vavai.net/wp-content/uploads/2010/01/full-medal-jacket.jpg" alt="" width="491" height="278" /></a><p class="wp-caption-text">Wow, Full Medals for His Achievement</p></div>
<div id="attachment_1030" class="wp-caption alignnone" style="width: 510px"><a href="http://vavai.net/wp-content/uploads/2010/01/Giant.jpg"><img class="size-full wp-image-1030 " title="Giant" src="http://vavai.net/wp-content/uploads/2010/01/Giant.jpg" alt="" width="500" height="457" /></a><p class="wp-caption-text">Uhmmm, Pretty Big</p></div>
<div id="attachment_1032" class="wp-caption alignnone" style="width: 490px"><a href="http://vavai.net/wp-content/uploads/2010/01/broomstick.jpg"><img class="size-full wp-image-1032 " title="broomstick" src="http://vavai.net/wp-content/uploads/2010/01/broomstick.jpg" alt="Broomstick :-)" width="480" height="314" /></a><p class="wp-caption-text">Broomstick <img src='http://vavai.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p></div>
<div id="attachment_1033" class="wp-caption alignnone" style="width: 482px"><a href="http://vavai.net/wp-content/uploads/2010/01/DontAskDontTell.jpg"><img class="size-full wp-image-1033" title="DontAskDontTell" src="http://vavai.net/wp-content/uploads/2010/01/DontAskDontTell.jpg" alt="" width="472" height="299" /></a><p class="wp-caption-text">Sniper</p></div>
<div id="attachment_1034" class="wp-caption alignnone" style="width: 510px"><a href="http://vavai.net/wp-content/uploads/2010/01/tank.jpg"><img class="size-full wp-image-1034" title="tank" src="http://vavai.net/wp-content/uploads/2010/01/tank.jpg" alt="" width="500" height="368" /></a><p class="wp-caption-text">Tank Callibration</p></div>
<div id="attachment_1035" class="wp-caption alignnone" style="width: 528px"><a href="http://vavai.net/wp-content/uploads/2010/01/great-carrier.jpg"><img class="size-full wp-image-1035" title="great-carrier" src="http://vavai.net/wp-content/uploads/2010/01/great-carrier.jpg" alt="" width="518" height="390" /></a><p class="wp-caption-text">Great Carrier</p></div>
<div id="attachment_1036" class="wp-caption alignnone" style="width: 346px"><a href="http://vavai.net/wp-content/uploads/2010/01/hahaha.jpg"><img class="size-full wp-image-1036" title="hahaha" src="http://vavai.net/wp-content/uploads/2010/01/hahaha.jpg" alt="" width="336" height="403" /></a><p class="wp-caption-text">LOL</p></div>
<div id="attachment_1037" class="wp-caption alignnone" style="width: 510px"><a href="http://vavai.net/wp-content/uploads/2010/01/jenkins.jpg"><img class="size-full wp-image-1037" title="jenkins" src="http://vavai.net/wp-content/uploads/2010/01/jenkins.jpg" alt="" width="500" height="478" /></a><p class="wp-caption-text">Jenkins</p></div>
]]></content:encoded>
			<wfw:commentRss>http://vavai.net/2010/01/funny-soldier/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Zimbra Appliance with openSUSE 11.1 : VMWare/VirtualBox Image</title>
		<link>http://vavai.net/2009/08/zimbra-appliance-with-opensuse-11-1-vmwarevirtualbox-image/</link>
		<comments>http://vavai.net/2009/08/zimbra-appliance-with-opensuse-11-1-vmwarevirtualbox-image/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 08:40:05 +0000</pubDate>
		<dc:creator>Vavai</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[Zimbra]]></category>
		<category><![CDATA[SUSE Studio]]></category>

		<guid isPermaLink="false">http://vavai.net/?p=679</guid>
		<description><![CDATA[As I have explained in previous articles, my current project is to build a Zimbra Appliance on top of openSUSE 11.1. Zimbra Appliance created by SUSE Studio tools and contains openSUSE JeOS with Zimbra and any dependencies packages. Zimbra Appliance will make  an installation process lot easier than manually installing package and make changes to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://vavai.net/wp-content/uploads/2009/08/opensuse-zimbra.jpg"><img class="alignleft size-full wp-image-693" style="margin: 5px;" title="opensuse-zimbra" src="http://vavai.net/wp-content/uploads/2009/08/opensuse-zimbra.jpg" alt="opensuse-zimbra" width="150" height="150" /></a>As I have explained in <a href="http://vavai.net/2009/08/30/zimbra-6-0-rc1-on-opensuse-11-1/">previous articles</a>, my current project is to build a Zimbra Appliance on top of openSUSE 11.1. Zimbra Appliance created by <a href="http://susestudio.com">SUSE Studio</a> tools and contains openSUSE JeOS with Zimbra and any dependencies packages.</p>
<p>Zimbra Appliance will make  an installation process lot easier than manually installing package and make changes to some configuration files.</p>
<p>I prepared the appliance with 2 edition and 3 varians for each edition. The Standard Edition contains openSUSE JeOS as base OS with additional bundled application including DNS Server packages, Zimbra auto install script and Zimbra binary installer. It&#8217;s size about 630 MB. Another edition is Lite Edition, contains openSUSE JeOS as base OS with additional bundled application including DNS Server packages, Zimbra auto install script but without Zimbra Binary Installer.</p>
<p>Each edition has 3 varians for deploy &amp; implementation. VMWare &amp; VirtualBox image for virtualisasi, ISO Image for standard installation using live installer and LiveUSB for handy installation image. This post will focused on VmWare &amp; VirtualBox image, others will explain on next post.</p>
<p>All of appliance has been tested on Pentium 4 PC with minimal 1 GB of RAM. The VMWare/VirtualBox appliance tested with VirtualBox version 3.0.4 on openSUSE 11.1 and 11.2 Milestone 6 (Oh, yes, I&#8217;m using Zimbra vmdk file as VirtualBox Harddisk image). Please refer to <a href="http://files.zimbra.com/website/docs/Zimbra%20Collaboration%20Suite%20System%20Requirements.pdf">Zimbra System Requirement</a> for more information regarding hardware specification.</p>
<p><a class="highslide" onclick="return vz.expand(this)" href="http://vavai.com/blog/v2/wp-content/uploads/2009/08/built-with-susestudio.png"><img class="alignnone size-full wp-image-958" title="built-with-susestudio" src="http://vavai.com/blog/v2/wp-content/uploads/2009/08/built-with-susestudio.png" alt="built-with-susestudio" width="120" height="120" /></a></p>
<p><strong>Technical Specification<br />
</strong></p>
<ul>
<li>Based on openSUSE JeOS ver 11.1</li>
<li>Include default package for network package (Ping utilities, wget and w3m)</li>
<li>Include Zypper  &amp; Rsync package. Zypper for extending package installation, Rsync for transfering data</li>
<li>Using latest Zimbra stable 5.0.18 (also tested with Zimbra 6.0 RC1 with a few changes on binary installer name)</li>
</ul>
<p><strong>DOWNLOAD (Mirror are welcome)<br />
</strong></p>
<ol>
<li><a href="http://vavai.net/zimbra-studio/">http://vavai.net/zimbra-studio/</a></li>
</ol>
<p>For Indonesian, please used Indonesian openSUSE Community mirror or Indonesian Zimbra Community Links :</p>
<ul>
<li>Indonesian Zimbra Community : <a href="http://download.zimbra.web.id/susestudio/">http://download.zimbra.web.id/susestudio/</a></li>
<li>Indonesian openSUSE Community : <a href="http://mirror1.opensuse.or.id/remaster/susestudio/Zimbra/">http://mirror1.opensuse.or.id/remaster/susestudio/Zimbra/</a></li>
</ul>
<p><strong>HOW To USE (for VMWare or VirtualBox)</strong><strong><br />
</strong></p>
<ul>
<li>Download the Zimbra Appliance for VMWare with vmx.tar.gz extension,ex : <strong>Zimbra_openSUSE_Standard_Edition.i686-11.1.5.vmx.tar.gz</strong>. If you prefer to used the lite version, please download binary Zimbra installer version 5.0.18 for openSUSE from this link : <a href="http://www.zimbra.com/community/downloads.html">http://www.zimbra.com/community/downloads.html</a>.</li>
<li>Ekstrak or decompress into specified folder. Please make sure that you have full access into the folder</li>
<li>Create a new OS on VMWare or VirtualBox with RAM more than 512 MB (recommended : 1 GB or more depending your amount of email account). For harddisk, choose to use an existing disk and take the vmdk file from your extract folder.</li>
<li>Starting VMWare/VirtualBox Application</li>
<li>For initial boot, Zimbra Appliance will aksed for hostname and IP Address. Enter your hostname with fully qualified domain name (FQDN, ex, hostname : mail, domain : vavai.net) and IP Address. Make sure the option &#8220;Change Hostname&#8230;&#8221; has unchecked.</li>
<li>Login with user name : <strong>root and password : opensuse </strong>or  <strong>username : opensuse </strong>with<strong> password : geeko<br />
</strong></li>
<li>Change to folder  /opt/zimbra-auto (cd /opt/zimbra-auto) and start the installation script
<pre class="brush: cpp">
cd /opt/zimbra-auto
sh setup-en.sh
</pre>
<p><a href="http://vavai.net/wp-content/uploads/2009/08/zimbra-appliance1.jpg"><img class="alignnone size-full wp-image-681" title="zimbra-appliance1" src="http://vavai.net/wp-content/uploads/2009/08/zimbra-appliance1.jpg" alt="zimbra-appliance1" width="465" height="178" /></a><br />
`<br />
<a href="http://vavai.net/wp-content/uploads/2009/08/zimbra-appliance2.png"><img class="alignnone size-full wp-image-682" title="zimbra-appliance2" src="http://vavai.net/wp-content/uploads/2009/08/zimbra-appliance2.png" alt="zimbra-appliance2" width="296" height="116" /></a><br />
`<br />
<a href="http://vavai.net/wp-content/uploads/2009/08/zimbra-appliance3.png"><img class="alignnone size-full wp-image-683" title="zimbra-appliance3" src="http://vavai.net/wp-content/uploads/2009/08/zimbra-appliance3.png" alt="zimbra-appliance3" width="395" height="182" /></a><br />
`<br />
<a href="http://vavai.net/wp-content/uploads/2009/08/zimbra-appliance4.png"><img class="alignnone size-full wp-image-684" title="zimbra-appliance4" src="http://vavai.net/wp-content/uploads/2009/08/zimbra-appliance4.png" alt="zimbra-appliance4" width="510" height="177" /></a></p>
<p><a href="http://vavai.net/wp-content/uploads/2009/08/zimbra-appliance5.png"><img class="alignnone size-full wp-image-685" title="zimbra-appliance5" src="http://vavai.net/wp-content/uploads/2009/08/zimbra-appliance5.png" alt="zimbra-appliance5" width="512" height="223" /></a></p>
<p><a href="http://vavai.net/wp-content/uploads/2009/08/zimbra-appliance6.png"><img class="alignnone size-full wp-image-686" title="zimbra-appliance6" src="http://vavai.net/wp-content/uploads/2009/08/zimbra-appliance6.png" alt="zimbra-appliance6" width="520" height="241" /></a></li>
</ul>
<p><strong>ADDITIONAL INFORMATION</strong><br />
Although it was the first release for Zimbra Appliance, I&#8217;m using version 11.1.5 as initial version. 11.1 stand for base OS while 5 stand for 5 times update.</p>
]]></content:encoded>
			<wfw:commentRss>http://vavai.net/2009/08/zimbra-appliance-with-opensuse-11-1-vmwarevirtualbox-image/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Indonesian openSUSE Event : Zimbra Community Training</title>
		<link>http://vavai.net/2009/08/indonesian-opensuse-event-zimbra-comunity-training/</link>
		<comments>http://vavai.net/2009/08/indonesian-opensuse-event-zimbra-comunity-training/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 13:45:25 +0000</pubDate>
		<dc:creator>Vavai</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[Zimbra]]></category>

		<guid isPermaLink="false">http://vavai.net/?p=669</guid>
		<description><![CDATA[Last week, I went  to Surabaya,  a capital city of the province of East Java for attending Zimbra Mail Server &#38; Collaboration Suite community training  initiated by  Indonesian openSUSE community, East Java branch. The training itself dedicated for openSUSE promotional event for server side. Beside my activity as Indonesian openSUSE member, I also become a [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, I went  to <a href="http://en.wikipedia.org/wiki/Surabaya">Surabaya</a>,  a capital city of the province of East Java for attending Zimbra Mail Server &amp; Collaboration Suite community training  initiated by  Indonesian openSUSE community, East Java branch.</p>
<p>The training itself dedicated for openSUSE promotional event for server side. Beside my activity as Indonesian openSUSE member, I also become a founder for <a href="http://www.zimbra.web.id">Indonesian Zimbra Community</a>. I think it would be a good idea to make openSUSE as primary choice, both for desktop and server application. Zimbra has it&#8217;s own benefit. The combination between it&#8217;s feature and price (priceless for open source edition) making Zimbra as an attractive option for mail server.</p>
<p><a class="highslide" onclick="return vz.expand(this)" href="http://vavai.com/blog/v2/wp-content/uploads/2009/08/training-zimbra2.jpeg"><img class="alignnone size-full wp-image-937" title="training-zimbra2" src="http://vavai.com/blog/v2/wp-content/uploads/2009/08/training-zimbra2.jpeg" alt="training-zimbra2" width="480" height="269" /></a></p>
<p><a class="highslide" onclick="return vz.expand(this)" href="http://vavai.com/blog/v2/wp-content/uploads/2009/08/training-zimbra1.jpeg"><img class="alignnone size-full wp-image-938" title="training-zimbra1" src="http://vavai.com/blog/v2/wp-content/uploads/2009/08/training-zimbra1.jpeg" alt="training-zimbra1" width="480" height="269" /></a></p>
<p>Although I have successfull testing for Zimbra installation on top of openSUSE 11.x, I decided to use openSUSE 10.3 as base OS because openSUSE 10.3 need a lower hardware specification compared to 11.x.</p>
<p>openSUSE 10.3 as base OS installed using network installation process, and it&#8217;s help much for simplifying repository configuration.</p>
<p><a class="highslide" onclick="return vz.expand(this)" href="http://vavai.com/blog/v2/wp-content/uploads/2009/08/training-zimbra3.jpg"><img class="alignnone size-full wp-image-939" title="training-zimbra3" src="http://vavai.com/blog/v2/wp-content/uploads/2009/08/training-zimbra3.jpg" alt="training-zimbra3" width="480" height="269" /></a></p>
<p>The participants very enthusiast to listened the benefit of Zimbra; the features on Zimbra compared with Microsoft Exchange Server and others mail server; why I choose openSUSE as based OS and about community support  both with Zimbra community and openSUSE community.</p>
<p><a class="highslide" onclick="return vz.expand(this)" href="http://vavai.com/blog/v2/wp-content/uploads/2009/08/training-zimbra43.jpeg"><img class="alignnone size-full wp-image-944" title="training-zimbra4" src="http://vavai.com/blog/v2/wp-content/uploads/2009/08/training-zimbra43.jpeg" alt="training-zimbra4" width="480" height="360" /></a></p>
<p><a class="highslide" onclick="return vz.expand(this)" href="http://vavai.com/blog/v2/wp-content/uploads/2009/08/training-zimbra51.jpeg"><img class="alignnone size-full wp-image-945" title="training-zimbra5" src="http://vavai.com/blog/v2/wp-content/uploads/2009/08/training-zimbra51.jpeg" alt="training-zimbra5" width="480" height="360" /></a></p>
<p><a class="highslide" onclick="return vz.expand(this)" href="http://vavai.com/blog/v2/wp-content/uploads/2009/08/training-zimbra61.jpeg"><img class="alignnone size-full wp-image-946" title="training-zimbra6" src="http://vavai.com/blog/v2/wp-content/uploads/2009/08/training-zimbra61.jpeg" alt="training-zimbra6" width="480" height="360" /></a></p>
<p>After break for lunch and pray, training continued with Zimbra management and tips-trick for managing Zimbra account (create, bulk provision, import-export,etc)</p>
<p><a class="highslide" onclick="return vz.expand(this)" href="http://vavai.com/blog/v2/wp-content/uploads/2009/08/training-zimbra71.jpeg"><img class="alignnone size-full wp-image-947" title="training-zimbra7" src="http://vavai.com/blog/v2/wp-content/uploads/2009/08/training-zimbra71.jpeg" alt="training-zimbra7" width="480" height="360" /></a></p>
<p><a class="highslide" onclick="return vz.expand(this)" href="http://vavai.com/blog/v2/wp-content/uploads/2009/08/training-zimbra81.jpeg"><img class="alignnone size-full wp-image-948" title="training-zimbra8" src="http://vavai.com/blog/v2/wp-content/uploads/2009/08/training-zimbra81.jpeg" alt="training-zimbra8" width="480" height="360" /></a></p>
<p><a class="highslide" onclick="return vz.expand(this)" href="http://vavai.com/blog/v2/wp-content/uploads/2009/08/training-zimbra91.jpeg"><img class="alignnone size-full wp-image-949" title="training-zimbra9" src="http://vavai.com/blog/v2/wp-content/uploads/2009/08/training-zimbra91.jpeg" alt="training-zimbra9" width="480" height="360" /></a></p>
<p><a class="highslide" onclick="return vz.expand(this)" href="http://vavai.com/blog/v2/wp-content/uploads/2009/08/training-zimbra10.jpeg"><img class="alignnone size-full wp-image-950" title="training-zimbra10" src="http://vavai.com/blog/v2/wp-content/uploads/2009/08/training-zimbra10.jpeg" alt="training-zimbra10" width="480" height="360" /></a></p>
<p>I will come back to Surabaya for another community training on October 2009 : Migration from Windows Server into Linux Server using openSUSE Linux.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 1088px; width: 1px; height: 1px;">http://en.wikipedia.org/wiki/Surabayaexplained</div>
]]></content:encoded>
			<wfw:commentRss>http://vavai.net/2009/08/indonesian-opensuse-event-zimbra-comunity-training/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Launching Infothemes.com</title>
		<link>http://vavai.net/2009/03/launching-infothemescom/</link>
		<comments>http://vavai.net/2009/03/launching-infothemescom/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 04:35:00 +0000</pubDate>
		<dc:creator>Vavai</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress akismet]]></category>

		<guid isPermaLink="false">http://vavai.net/?p=593</guid>
		<description><![CDATA[I&#8217;m off for about 1-2 weeks from Indonesian openSUSE Community activity regarding new hobby as describe below After blogging for about 4 years, I&#8217;m going to addict with blog themes &#38; templates. I&#8217;m occasionally browsing only for finding beautiful templates for my own blog or for community blog. Some are free and others are premium [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m off for about 1-2 weeks from Indonesian openSUSE Community activity regarding new hobby as describe below <img src='http://vavai.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>After blogging for about 4 years, I&#8217;m going to addict with blog themes &amp; templates. I&#8217;m occasionally browsing only for finding beautiful templates for my own blog or for community blog. Some are free and others are premium themes. The one which I used for <a href="http://opensuse.or.id">Indonesian openSUSE Community website</a> is a good example of free magazine themes. I&#8217;m using WordPress as blog engine  and used <a href="http://www.wp-themes.der-prinz.com/magazine/">BrandFord Magazine WordPress Themes</a> by Michael Oeser as default template.</p>
<p>My Personal blog both <a href="http://vavai.com/blog/v2">Indonesian</a> and <a href="http://vavai.net">English</a> are using <a href="http://www.newsprotheme.com/">NewsPro Magazine Themes</a> from Mehmet Ozekinci. It&#8217;s a premium themes, cost me some cash but I&#8217;m quite satisfied with it&#8217;s quality. Easy to manage and have many options for changing layout or adding an optional content.</p>
<p>Premium themes or templates  may have an additional add ons, support and professional layout but I often found a good &amp; professional themes or templates provided for free of charge. So, it&#8217;s maybe a good idea to re-thinking your blog layout if you wish to attract your blog visitor. Good quality content is the king and I absolutely agree with this but it always be true that a good quality layout will increase your chance to let new user read our good quality content.</p>
<p>I always bookmarking a good layout, a blog post which listing some good themes or templates, a templates and themes review or even a new post regarding same topics about beautiful blog design. I think it would be a good idea to bookmark the good design with my own, so it would also useful for everyone who has same interest.</p>
<p>Based on my hobby and the above reason, I&#8217;m thinking to build a special blog for my own purposes (and also for anyone who interested to themes/templates highlight). Blog has been successfully setup and launched begining this week. It&#8217;s the main cause why I didn&#8217;t update my blog post.</p>
<p><a href="http://infothemes.com">Infothemes.com</a>, I think the purpose o this blog has been describe successfully with it&#8217;s name It&#8217;s a special blog based on digg-style, specifically intended to blog themes and templates and will be updated regularly. You may find a gallery about good design, good themes and good templates, both free or premium (commercial) which maybe suitable for your interest.</p>
<p><a class="highslide" onclick="return vz.expand(this)" href="http://vavai.com/blog/v2/wp-content/uploads/2009/03/infothemes.jpg"></a><a class="highslide" onclick="return vz.expand(this)" href="http://vavai.net/wp-content/uploads/2009/03/infothemes1.jpg"><img class="alignnone size-full wp-image-595" title="infothemes1" src="http://vavai.net/wp-content/uploads/2009/03/infothemes1.jpg" alt="infothemes1" width="542" height="369" /></a></p>
<p>Beside standard posting from me as an infothemes admin, you could also submit your own interest or vote for such good design. If you worked as web designer and need to promote your product or finding a review, please let me know. I&#8217;ll submit your themes/templates into infothemes.com</p>
<p>If you have any suggestion regarding infothemes, please let me know. I&#8217;ll be back to writing activities, especially openSUSE tutorial &amp; tips after completing this project&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://vavai.net/2009/03/launching-infothemescom/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Global Economic Recession and Novell Business Opportunity in Indonesia</title>
		<link>http://vavai.net/2009/02/global-economic-recession-and-novell-business-opportunity-in-indonesia/</link>
		<comments>http://vavai.net/2009/02/global-economic-recession-and-novell-business-opportunity-in-indonesia/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 03:52:39 +0000</pubDate>
		<dc:creator>Vavai</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[novell]]></category>

		<guid isPermaLink="false">http://vavai.net/?p=498</guid>
		<description><![CDATA[Several days ago, I got an email from Han Wen Kam (甘汉文), Senior Technology Specialist, Global Strategic Partners,  Asia Pacific Novell Inc. He emailing me after reading my blog and found that I&#8217;m currently active building Indonesian openSUSE Community. In his email, Han Wen Kam asked me about Indonesian openSUSE community, it&#8217;s activity and about his goal to linking openSUSE community all [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://vavai.net/wp-content/uploads/2009/02/novell-suse.jpg"><img class="alignnone size-full wp-image-500" title="novell-suse" src="http://vavai.net/wp-content/uploads/2009/02/novell-suse.jpg" alt="novell-suse" width="450" height="360" /></a></p>
<p>Several days ago, I got an email from <a href="http://sellingfreesoftwareforaliving.blogspot.com/">Han Wen Kam</a> (甘汉文), Senior Technology Specialist, Global Strategic Partners,  Asia Pacific Novell Inc. He emailing me after reading my blog and found that I&#8217;m currently active building Indonesian openSUSE Community.</p>
<p>In his email, Han Wen Kam asked me about Indonesian openSUSE community, it&#8217;s activity and about his goal to linking openSUSE community all around ASEAN (South East Asia).  He also asked me about the possibility how Novell could support our activity and efforts in Indonesia. I greatly appreciated his email because Indonesia openSUSE community initiated for help spreading promotional stuff and supporting openSUSE/SUSE users in  Indonesia.</p>
<p>Actually, I told him that I&#8217;m not really satisfied with Novell promotional product and policy in Indonesia. Novell has a good acceptable product with Novell Netware in 1995-2000 but it has suddenly out of business with the introduction of Windows NT and Windows Server. Novell has partner and global partner in Indonesia but it seems the market share just a little niche in enterprise scale (CMIIW) and Novell&#8217;s product not really well known in Indonesia.</p>
<p>I think there was 2 main problem why it was happen. The first one is about promotional stuff and the second is about loyal community. Although Microsoft has a strong position, Novell should have an opportunity to increase their market share in Indonesia. This opportunity was taken by Red Hat and I would say that Red Hat is the first choice for Enterprise application beside Microsoft Product.</p>
<p>SLED/SLES and another Novell product is a good product. I&#8217;m quite satisfied with the quality of openSUSE so I can prove that it is true. Although it was a good and solid product,  it could not help expanding the market share without good support and loyal community.</p>
<p>There is nothing wrong with commercial approach because business stand for sales revenue but if we talk in marketing term, I would suggest to educated the market, making a good condition and environment before reached commercial benefit. If we have solid community with ten thousand or more members, it should have business opportunity came from the community.</p>
<p>I don&#8217;t have statistical report about Novell sales revenue from Indonesia but I know there is a big opportunity to increase the sales revenue, market share and product branding. With 200+ million of people, trend of Linux implementation in public area and enterprise scale, Indonesia may become a big market beside USA, Europe, North America, Japan, China and India. It may need a market education but it looks promising.</p>
<p>SUSE Linux Enterprise Server 11 will be officially launched for next  2-4 months. The global economic recession in USA and Europe seems to be a hard work for all of us. I&#8217;m very disappointed to see our fellow developer who work for Novell with love and passion  accidentally leaved it because it was a difficult condition for Novell. I don&#8217;t want to see another fellow developer forced out because the condition take a long time to recover. The SLES launched should be a good starting point to promoting SLES in Indonesia and to increase Novell sales revenue from Asia Pacific.</p>
]]></content:encoded>
			<wfw:commentRss>http://vavai.net/2009/02/global-economic-recession-and-novell-business-opportunity-in-indonesia/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>openSUSE Tweak : Increase openSUSE Speed &amp; Performance</title>
		<link>http://vavai.net/2009/01/opensuse-tweak-increase-opensuse-speed-performance/</link>
		<comments>http://vavai.net/2009/01/opensuse-tweak-increase-opensuse-speed-performance/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 18:56:56 +0000</pubDate>
		<dc:creator>Vavai</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[head]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tweak]]></category>

		<guid isPermaLink="false">http://vavai.net/?p=410</guid>
		<description><![CDATA[Image credit to : masternewmedia. Before you read this, please keep in mind that there were no tweak or tips which suitable for all condition and completely work for all users. Tweak and tips will only be suitable depending your purposes, requirement and environment. As an example, I may disable a service but the same [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://vavai.net/wp-content/uploads/2009/01/slow.jpg"><img class="alignleft size-full wp-image-438" title="slow" src="http://vavai.net/wp-content/uploads/2009/01/slow.jpg" alt="slow" width="210" height="210" /></a><em>Image credit to : masternewmedia</em>.</p>
<p>Before you read this, please keep in mind that there were no tweak or tips which suitable for all condition and completely work for all users. Tweak and tips will only be suitable depending your purposes, requirement and environment. As an example, I may disable a service but the same service must be keep enable on your side because I do not use the service but you do.</p>
<p>This post is based on true story <img src='http://vavai.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . It&#8217;s my experience and I&#8217;ve applied it. I get a faster and nicer openSUSE after applying these tips. The success story may vary depending above reason and I&#8217;ll be very pleasant for your advice or suggestion. Please share your experience by dropping a comment if you decided to apply these tweak, partially or fully implementation.</p>
<ol>
<li><strong>Disable Swap</strong><br />
If you have more than 512 MB of RAM (1 GB an example), it&#8217;s may better to disable your swap space. Swap will only be used if computer has not enough memory for managing system task, but in certain condition, swap will be used even on enough memory condition. Disabling swap will push the system to fully managing memory allocation with RAM.<br />
<span id="more-410"></span><br />
<strong>Disabling swap :</strong>
<pre class="brush: cpp">/sbin/swapoff -a</pre>
<p><strong>Enabling swap :</strong>
<pre class="brush: cpp">/sbin/swapon -a</pre>
<p>BEWARE : Please don&#8217;t try this if you have less than 512 MB of RAM. Even though Linux have a good memory management to manage memory allocation, I do not suggest this tips because the computer may suddenly hang if Linux has not enough memory.</p>
<p>There were also some suggestion on installation tutorial to prepare about 2.5X of RAM as good swap partition. IMHO, it may suitable for an ancient history where 128 MB of RAM is quite big. Now, RAM bigger than 4 or 8 GB is a common environment. 2.5X of 8 GB is 20 GB. Do you need 20 GB of swap for buffering daily task ?</li>
<li><strong>Disable Unnecessary Services</strong><br />
It&#8217;s an important tips. Disable unnecessary service to increase available memory. Go to  <strong>YAST | SYSTEM | SYSTEM SERVICES &#8211; RUNLEVEL</strong> to disable or enable any service. You may also used <strong>chkconfig servicename off/on </strong>to disable or enable services but I recommended YAST as primary choice because YAST has complete information about what is service provided for.<a href="http://vavai.net/wp-content/uploads/2009/01/yast-runlevel.jpeg"><img class="alignnone size-full wp-image-436" title="yast-runlevel-kecil" src="http://vavai.net/wp-content/uploads/2009/01/yast-runlevel-kecil.jpeg" alt="yast-runlevel-kecil" width="500" height="417" /></a></p>
<p>Choose <strong>Expert Mode</strong> to see complete information.What&#8217;s service should be disable ? As describe on prologue above, it may vary depending your purposes but I try to keep it simple. Below is a list of some service. Please adjust the service state with your purposes and condition. If I skip the service, it means that I leave it on default condition.
<pre class="brush: cpp">
SuSEFirewall2_init and setup : disable, unless you used firewall.
aaeventd : If you have never used  AppArmor, disable it. Disabling this service will also disable boot.apparmor

acpid : leave it
alsasound : leave it
atd : disable
auditd : disable
autofs : disable
autoyast : disable
avahi-daemon : disable (will also disable avahi-dnsconfd)
bluetooth : disable, unless used bluetooth
bluetooth-coldplug : disable, unless used bluetooth

cron : leave it, unless you have no scheduled cron job. I leave it enable on my work PC but disable this on my home PC

cups : leave it if you has attached printer or need CUPS to print to another printer, if not so, disable it.
dbus : leave it

earlykbd : leave it, unless you do not need keyboard
earlyxdm : leave it
earlysyslog : leave it, for logging
fbset : disable
gpm : disable
haldaemon : leave it
idmapd : disable
joystick : disable, unless used it for games
kbd : leave it, for keyboard
lirc : disable
mdadmd : disable
named : leave it, for DNS Server daemon (I leave it disable on my home PC but automatically change to enable if I decided to install DNS Server)
mircocodectl (Disable for AMD CPU, leave it for Intel processor)

network : leave it, unless you have stand alone workstation and do not need to share files or used networking service

nfs : disable
nfsboot : disable, depending
nfsserver : disable
nmb : disable, unless used it for Samba sharing file
nscd : disable
ntp : disable
openct : disable
pscsd : disable
portmap : disable
postfix : disable, unless used it for mail transport or mail server
powerd : disable
powersaved : disable, unless used suspend feature
random : leave it
raw : disable
rpasswdd : disable
saslauthd : disable
smb : disable, unless used it for Samba sharing file
smbfs : disable, according to smb state
smpppd : disable, unless used it for dial up
spamd : disable
splash : leave it
splash_early : leave it
sshd : disable, unless used it for ssh access. sshd = ssh service daemon.
syslog : leave it
xdm : leave it
xfs : disable
xinetd : leave it
</pre>
</li>
<li><strong>Edit Inittab</strong><br />
Edit /etc/inittab and disable (add # mark) tty3-tty6. It should like this :</p>
<pre class="brush: cpp">
# getty-programs for the normal runlevels
# &lt;id&gt;:&lt;runlevels&gt;:&lt;action&gt;:&lt;process&gt;
# The “id” field MUST be the same as the last
# characters of the device (after “tty”).
1:2345:respawn:/sbin/mingetty –noclear tty1
2:2345:respawn:/sbin/mingetty tty2
#3:2345:respawn:/sbin/mingetty tty3
#4:2345:respawn:/sbin/mingetty tty4
#5:2345:respawn:/sbin/mingetty tty5
#6:2345:respawn:/sbin/mingetty tty6
</pre>
</li>
<li><strong>Change sysconfig setting<br />
</strong>Change concurrent setting on<strong>YAST | SYSTEM | /etc/sysconfig editor </strong>Choose positive sign (+) on SYSTEM, KERNELChange</p>
<pre class="brush: cpp">SCHED_MINTIMESLICE 1000
SCHED_MAXTIMESLICE 40000
</pre>
<p>Make another change on SYSTEM, File System -&gt; mdadm</p>
<p>Disable MDADM_SCAN and set “0″ for MDADM_DELAY</li>
<li><strong>Increase Partition Performance.</strong><br />
Modify <strong>/etc/fstab</strong> and add these setting :</p>
<pre class="brush: cpp">
for Ext3 : natime, nodiratime, barrier = 1
for XFS : noatime, nodiratime
for ReiserFS : notail, noatime, nodiratime, barrier = flush
</pre>
<p>Please keep in mind that change the setting or partition type will make a deal with recovery capability of appropriate partition. It&#8217;s a good idea to read <a href="http://en.opensuse.org/Speeding_up_Ext3">this</a> and <a href="http://www.ubuntugeek.com/how-to-increase-ext3-and-reiserfs-filesystems-performance.html">there</a> tutorial for a reference.</li>
<li><strong>Disable Beagle</strong><br />
Beagle used for desktop search. It has such improvement on openSUSE 11.0 and 11.1 but if you didn&#8217;t used it for daily usage, removing beagle will saved a memory that being used for indexing. Remove it with YAST | Software | Software Management or used our lovely zypper :</p>
<pre class="brush: cpp">
zypper rm beagle
</pre>
</li>
<li><strong>Disable Nepomuk Desktop Search (on KDE 4)<br />
</strong><br />
If you use KDE 4, you may get a bonus by disabling Nepomuk Desktop Search and Strigi desktop Indexer <img src='http://vavai.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  . Navigate to <strong>Kick off Menu | Configure Desktop | Advanced | Desktop Search. </strong>Disable (uncheck) Nepomuk Desktop Search and Strigi desktop Indexer.<strong></strong></li>
</ol>
<p>After applying these tips, launched Konqueror and navigate to System Information (type <strong>sysinfo:/</strong> on URL address and press enter. I used KDE 4.2 beta 2 with standard menu while writing this post. You may also get same result by go to <strong>kick off menu | Computer | System Information</strong>). See how much free memory available on your computer. After that, reboot your computer, re-check the system information before and after tweaking.</p>
<p><strong>Reference :</strong></p>
<ol>
<li><a href="http://opensuse.or.id/panduan/tips-trick/tips-meningkatkan-kecepatan-opensuse/">Tips Meningkatkan Kecepatan openSUSE (Indonesian)</a></li>
<li><a href="http://www.benkevan.com/blog/speed-up-your-linux-boot-and-normal-use-opensuse/">Ben Kevan : Speed up your Linux Boot and Normal Use (openSUSE) </a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://vavai.net/2009/01/opensuse-tweak-increase-opensuse-speed-performance/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Solved : PXE Boot Failed, PXE-T01: file not found</title>
		<link>http://vavai.net/2009/01/solved-pxe-boot-failed-pxe-t01-file-not-found/</link>
		<comments>http://vavai.net/2009/01/solved-pxe-boot-failed-pxe-t01-file-not-found/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 05:45:09 +0000</pubDate>
		<dc:creator>Vavai</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[Serendipity]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[tftp]]></category>

		<guid isPermaLink="false">http://vavai.net/?p=416</guid>
		<description><![CDATA[Last night I decided to remove old-non openSUSE-operating system on my wife&#8217;s PC. I want to re-install with openSUSE 11.1. The PC is quite compact. No CD/DVD ROM, No Floppy Disk and it has USB problem (can&#8217;t boot from USB). The one-and-only solution is by installing new OS over a network. I set up a [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I decided to remove old-non openSUSE-operating system on my wife&#8217;s PC. I want to re-install with openSUSE 11.1.</p>
<p>The PC is quite compact. No CD/DVD ROM, No Floppy Disk and it has USB problem (can&#8217;t boot from USB). The one-and-only solution is by installing new OS over a network.</p>
<p>I set up a TFTP Server and try to boot from PXE Boot. DHCP client running successfully but it can&#8217;t reached TFTP Server :<br />
<em><br />
PXE-T01: file not found<br />
PXE-E3B-TFTP Error file not found<br />
PXE-M0F exiting Intel boot agent<br />
</em><br />
After investigating DHCP configuration, I found that this error occurred regarding the location of <strong>pxelinux.0 file</strong>. I&#8217;m using /srv/tftp as TFTP base source and the file pxelinux.0 resides on /srv/tftp/tftpboot. On previous configuration, I used complete path :</p>
<pre class="brush: cpp">
subnet 192.168.0.0 netmask 255.255.255.0 {
option broadcast-address 192.168.0.255;
pool {
range 192.168.0.201 192.168.0.211; # only need a few addresses
default-lease-time 180; # no long lease time required for booting
max-lease-time 360;     # booted system does its own dhcp request
server-name &quot;192.168.0.1&quot;; # This happens to be the IP of this server too
next-server 192.168.0.1; # Address of the TFTP server
filename &quot;/srv/tftp/tftpboot/pxelinux.0&quot;;
allow members of &quot;pxe&quot;; # only respond to PXE requests
allow members of &quot;etherboot&quot;; # allow etherboot, too
}
}
</pre>
<p>I solved the the problem by change TFTP base source into /srv/tftp/tftpboot and then change the line</p>
<pre class="brush: cpp">
filename &quot;/srv/tftp/tftpboot/pxelinux.0&quot;;
</pre>
<p>into</p>
<pre class="brush: cpp">
filename &quot;pxelinux.0&quot;;
</pre>
<p>The location of pxelinux.0 must be relative to TFTP base source. You may also used &#8220;/srv&#8221; as TFTP base source and then use relative location filename &#8220;tftp/tftpboot/pxelinux.0&#8243;;</p>
]]></content:encoded>
			<wfw:commentRss>http://vavai.net/2009/01/solved-pxe-boot-failed-pxe-t01-file-not-found/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Indonesian openSUSE Community : Zimbra Mail Server Training</title>
		<link>http://vavai.net/2008/12/indonesian-opensuse-community-zimbra-mail-server-training/</link>
		<comments>http://vavai.net/2008/12/indonesian-opensuse-community-zimbra-mail-server-training/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 01:47:03 +0000</pubDate>
		<dc:creator>Vavai</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mail Server]]></category>
		<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Zimbra]]></category>

		<guid isPermaLink="false">http://vavai.net/?p=277</guid>
		<description><![CDATA[Indonesian openSUSE community organized training event about Zimbra Mail Server on Saturday, December 20, 2008. It was a preliminary event for openSUSE 11.1 release party on Saturday and Sunday, December 20-21 2008. Although there was an issue about ending of Zimbra implementation support for openSUSE on next version (Zimbra 6 Gun and Roses), I decided [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://opensuse.or.id/wp-content/uploads/2008/12/dsc03595.jpg" alt="Training Zimbra-1" width="512" height="384" /><br />
<a href="http://opensuse.or.id">Indonesian openSUSE community</a> organized training event about Zimbra Mail Server on Saturday, December 20, 2008. It was a preliminary event for openSUSE 11.1 release party on Saturday and Sunday, December 20-21 2008.</p>
<p>Although there was an issue about ending of Zimbra implementation support for openSUSE on next version (Zimbra 6 Gun and Roses), I decided that it would be important to show the audience, how easy setting up openSUSE for Zimbra Mail Server.<br />
<img src="http://opensuse.or.id/wp-content/uploads/2008/12/dsc03600.jpg" alt="zimbra training" /><br />
It was our initial training. We tried to organized the training as our promotional event for openSUSE implementation at enterprise area. We also decided to make this as paid training with a small fee. The decision have 2 advantage, both for us and for the audience. The audience get the cheap but integrated training, provided by our professional instructor (me and my colleagues <img src='http://vavai.net/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' />  ), step by step tutorial and a set of bonus package. Package contains openSUSE 10.3 DVD, openSUSE 11.1 DVD, Zimbra tutorial on openSUSE (printed version) and Zimbra CD.</p>
<div class="wp-caption alignnone" style="width: 510px"><img src="http://opensuse.or.id/wp-content/uploads/2008/12/t_pc200737.jpg" alt="Training Zimbra-2" width="500" height="375" /><p class="wp-caption-text">Audience of Zimbra Mail Server on openSUSE training</p></div>
<p>Our benefit is about promotional of openSUSE, popularity of our community and some donation cash for our project. We planned for about 20 registrant and we got 33 registrant that give us IDR 8.250.000,- of cash, equivalent with US$ 825 (1 US$ estimated on IDR 10.000,-) . This make us happy because we have cash money for funding next event <img src='http://vavai.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>We used openSUSE 10.3 as base installation for Zimbra mail server and give special attention about new feature on openSUSE 11.1. This is our strategy for attractive new user. While we push them for openSUSE implementation on their server (Zimbra doesn&#8217;t work on openSUSE 11.0 adn 11.1 due to Perl issue), we also push them to used latest version of openSUSE for their purposes and for daily usage.</p>
<div class="wp-caption alignnone" style="width: 510px"><img src="http://opensuse.or.id/wp-content/uploads/2008/12/t_pc200727.jpg" alt="Training Zimbra-3" width="500" height="375" /><p class="wp-caption-text">Bonnie Kurniawan, Indonesian openSUSE Community, Bogor Local Group Leader (with hair cut <img src='http://vavai.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' />  ) and me, presenting the Zimbra implementation on openSUSE</p></div>
<p>Alhamdulillah, there are no obstacles in its implementation. I got an enthusiast response from the audience. The training planned for 4 hours and divided for 2 session but we have an extra 2 hours because there were a hot discussion after training.</p>
<p>Complete report and coverage of this event can be read on our website (in Indonesian, got the Google translate if you wish to read <img src='http://vavai.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ) as follows:</p>
<ol>
<li><a href="http://opensuse.or.id/2008/12/23/liputan-training-zimbra-bagian-1/">Liputan Training Zimbra Bagian Pertama</a></li>
<li><a href="http://opensuse.or.id/2008/12/23/liputan-training-zimbra-bagian-kedua/">Liputan Training Zimbra Bagian Kedua</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://vavai.net/2008/12/indonesian-opensuse-community-zimbra-mail-server-training/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

