You wanna say something to her?
Android Robot becomes a Samurai
Published June 8, 2011 Free/Open Source , Jokes Leave a CommentTags: Android, Apple, Samurai
Red Hat Enterprise Linux 6 Beta Available Today for Public Download
Published April 22, 2010 Free/Open Source , Information , Linux Leave a CommentTags: Download, RHEL
This information came from redhat official site.
We are excited to share with you news of our first public step toward our next major Red Hat Enterprise Linux platform release with today’s Beta availability of Red Hat Enterprise Linux 6. Beginning today, we are inviting our customers, partners and members of the public to install, test and provide feedback for what we expect will be one of our most ambitious and important operating platform releases to date. This blog is the first in a series of upcoming posts that will cover different aspects of the new platform.
It has been almost eight years since the first release of Red Hat Enterprise Linux. Since then, the product has established itself as one of the leading enterprise-caliber, open source operating systems. With installed systems in use from laptops to mainframes, it has helped set standards for quality, certified infrastructure, long-haul stability, performance and security. From Main Street to Wall Street, Red Hat Enterprise Linux touches almost every industry.
You can read more this information on redhat official site and you can read their documentation about RHEL 6.0.
Live Backup For Zimbra FOSS Edition
Published February 11, 2010 Free/Open Source , Linux , Tips & Trick 10 CommentsTags: Bash Scripting, Script, Zimbra
The one of weakness on zimbra FOSS edition is there’s no backup feature. Backup feature is only available for Zimbra Network Edition.
I’ve made a bash script to do a zimbra live backup for FOSS Edition. This script has been made based on this reference and this one
There are no rsync and ssh in this script, but I think we can modifying and merging this script with other scripts from the wiki page.
The goal is to do a remotely synchronization using rsync, ssh and “live” backup for zimbra open source edition.
Automatic Logon Script For Windows and Samba
Published October 20, 2009 Free/Open Source , Linux , Tips & Trick Leave a CommentTags: Bash Scripting, Logon Script, Samba
A couple months ago i read article about Generate otomatis Logon script di Samba.
you should put this code in /etc/samba/smb.conf
[global]
logon script = %U.bat
[netlogon]
path = /data/netlogon
writeable = no
guest ok = no
root preexec = /data/netlogon/logonscript.sh %U
root postexec = rm -f /data/netlogon/%U.bat
This script is very helpful when we have a lot of user and share folder. so, we don’t have to add a logon script manually.
Zimbra and Openfiler
Published July 3, 2009 Free/Open Source , Linux 1 CommentTags: Openfiler, Zimbra
I’m trying to integrate between zimbra and openfiler. Does anyone succesfully to do this? Share your experience here please
I’ve been searching and reading many howto’s, tutorials and articles but there’s no one explained a step by step how to do this.
Proof of Concept:
- Install Zimbra Collaboration Suite Open Source Edition on CentOS 5.3, we call this Machine01
- Install Openfiler on Machine02.
- Activate Samba Zimlet using this tutorial and this one
- Configure and tweak Openfiler on Machine02 to become a Primary Domain Controller.
I will post the result later.


