Preamble of Indonesian Constitution 1945
Version 1:
Preamble of Indonesian Constitution 1945
Whereas freedom is the inalienable right of all nations, colonialism must be abolished in this world as it is not in conformity with humanity and justice;
And the moment of rejoicing has arrived in the struggle of the Indonesian freedom movement to guide the people safely and well to the threshold of the independence of the state of Indonesia which shall be free, united, sovereign, just and prosperous;
By the grace of God Almighty and impelled by the noble desire to live a free national life, the people of Indonesia hereby declare their independence.
Subsequent thereto, to form a government of the state of Indonesia which shall protect all the people of Indonesia and their entire native land, and in order to improve the public welfare, to advance the intellectual life of the people and to contribute to the establishment of a world order based on freedom, abiding peace and social justice, the national independence of Indonesia shall be formulated into a constitution of the sovereign Republic of Indonesia which is based on the belief in the One and Only God, just and humanity, the unity of Indonesia, democracy guided by the inner wisdom of deliberations amongst representatives and the realization of social justice for all of the people of Indonesia.
———————————————–
Version 2:
Preamble of Indonesian Constitution 1945
With independence being the right of every nation, colonialism must be eliminated from the face of the earth as it is contrary to the dictates of human nature and justice.
The struggle of Indonesia’s independence has now reached a glorious moment, having led the Indonesian people safely to the threshold of independence for an Indonesian state which is free, united, sovereign, just and prosperous.
With the blessings of God Almighty and impelled by the noble idea of a free national life, the Indonesian people do hereby declare their independence.
Further, in order to establish a government of the State of Indonesia which shall protect the whole Indonesian people and their entire homeland of Indonesia, and in order to advance their general welfare, to promote the intellectual life of the nation, and to contribute to implementing order in a world founded upon independence, eternal peace and social justice, Indonesia’s national independence shall be formulated in a Constitution of the State of Indonesia, which shall have the structural state form of a Republic of Indonesia with sovereignty of the people, and which shall be based upon: belief in one God, humanity, unity, deliberation for representation and social justice for all Indonesians.
———————————————–
Hint for Indonesian:
Teks Pembukaan UUD 45 dalam bahasa Inggris.
Mafia Wars: Oh No!
It’s been a few hours since the San Juan event started, but I still can’t get in to it.
Everytimee I open my home page of Mafia Wars game, this warning showed up:
Due to the overwhelming popularity of the San Juan event, we are making some adjustments to the feature to improve game performance. We apologize for any inconvenience this might be causing and are actively working on brining back the fight event. We will make sure that everyone has more than enough time to complete the fight. Thank you again for your patience.
I hope this won’t last forever.
Mafia Wars — Best Loot from Fight
Lately, every time you attack someone in Mafia Wars and win, you have a chance to gain some of the best loot. Here is the list:

Weapon: Zeus (A:54)

Weapon: 12 Gauge (D:51)

Armor: Segmented Body Plate (A:50)

Armor: Bomb Suit (D:52)

Vehicle: Cobra G7 (A:53)

Vehicle: Ruby Red (D:52)

Animal: Cougar (A:51)

Animal: Rhinoceros (D:54)
Crontab Setting for Running PsyBNC Automatically
When your server stops working and you must reboot it, the psyBNC can’t start automatically. But with this simple trick, you’ll be able to start you psyBNC automatically when the server starts from a reboot.
First thing to do is you must edit psbncchk file in your psyBNC folder.
$ nano psybncchk
Search for this line:
PSYBNCPATH=/home/foobar/psybnc
Change the path into your psyBNC path, look at this example:
PSYBNCPATH=/home/daniel/psybnc
Save the file and exit the editor.
Change the default editor by using this command:
$ export EDITOR=nano
I really like using nano (pico) editor, it’s simple and user friendly. Well, it might be because I used to have a windows box so the nano editor really looks like Notepad to me.
Ok, next step is editing the crontab file:
$ crontab -e
Insert this line to the file:
0,10,20,30,40,50 * * * * /home/daniel/psybnc/psybncchk >/dev/null 2>&1
Remember, change the path to your psybnc path.
This crontab command means it will run the psybncchk file every 10 minutes.
The psybncchk will check whether your psyBNC is running or not, and when your psyBNC is not running, psybncchk will run the psyBNC.
Done!
Hope it works for you.
PsyBNC Installation on Ubuntu Hardy
I used these steps for my new vps about a month ago. These are the exact steps to install and to run a psyBNC on your Ubuntu Hardy machine. They also can be used for Debian machine.
Okay, these are the steps:
Download the latest version of psybnc:
$ wget http://www.psybnc.at/download/beta/psyBNC-2.3.2-7.tar.gz
Extract it:
$ tar -zxvf psyBNC-2.3.2-7.tar.gz
After the extraction process, you’ll see a new folder called ‘psybnc’. Get into it:
$ cd psybnc
Now let’s move into the big step…
$ make menuconfig
The result is:
Initializing Menu-Configuration
[*] Running Conversion Tool for older psyBNC Data.
[*] Running Autoconfig.
System: Linux
Socket Libs: Internal.
Environment: Internal.
Time-Headers: in time.h and sys/time.h
Byte order: Low Endian.
IPv6-Support: Yes.
async-DNS-Support: Yes.
SSL-Support: Yes.
Creating Makefile
Random Seed created.
[*] Creating Menu, please wait.
This needs the ncurses library. If it is not available, menuconf wont work. If you are using curses, use make menuconfig-curses instead.
make: *** [menuconfig] Error 1
What the hell is this? Hehehe… It says that the ‘make menuconfig’ needs ncurses library to be installed on the machine. On my case (new Ubuntu Hardy server), this library was not installed by default.
We need to install the ncurses library. Remember, you must use root access for this.
$ sudo aptitude install libncurses5-dev
After it’s done, run the make menuconfig again:
$ make menuconfig
Here you can set the encryption mode, scripting, listening ports, hosts allowed, and other psybnc configuration before you compile it.
You can change it or leave it by default. Select Exit and press Enter. The result is:
Now compile psyBNC using make, if not yet compiled, or if Options were changed.
done.
Okay, let’s compile the psybnc:
$ make
After about 30 seconds you will be prompted to make certificate key:
*** GENERATING SSL-KEYS FROM CERTIFICATE **
* You will be prompted for Cert-Contents *
* This Infos will be used only for SSL *
* Alter the informations to your values *
* for the sake of correct Cert-Checking *
*******************************************
Generating certificate request ..
Generating a 2048 bit RSA private key
.......+++
......+++
writing new private key to 'key/psybnc.key.pem'
-----
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name [DE]:
Fill the required field with whatever you like. You can see this example:
Country Name [DE]:US
State/Province [Somewhere]:California
Locality Name (eg, city) []:Arcadia
Organization Name (eg, company) [tCl]:tCl
Organizational Unit Name (eg, section) [psyBNC]:psyBNC
Common Name (Full domain of your server) []:malau.net
Ok, it’s done.
Now run the psyBNC:
$ ./psybnc
Finish!
You can connect to your psybnc using this command on irc:
/server your.psybnc.domain.or.ip port
Please remember that the port is what you set when running the ‘make menuconfig’ command. By default, the value is 31337.
That’s it! Enjoy!
WordPress 2.6
Ah… the WordPress team never stops working… and here is their latest version of WordPress…
WordPress 2.6
They named it “Tyner,” a name of jazz pianist McCoy Tyner, well… he must be a good musician to get his name used by wordpress.
The team mentioned that this version is a better version from 2.5, because you can now track changes to every post and page and easily post from wherever you are on the web, plus there are dozens of incremental improvements to the features introduced in version 2.5.
I don’t want to waste time any longer for using this new version. See you at WordPress 2.6!
WordPress 2.5 Brecker

Wordpress Logo
The visualizaton of this new version is very different and very clean if compared to the 2.3 version.
Well I really like this version.
In this new version, many new features were added, they are:
- Cleaner, faster, less cluttered dashboard
- Dashboard Widgets
- Multi-file upload with progress bar
- Bonus: EXIF extraction
- Search posts and pages
- Tag management
- Password strength meter
- Concurrent editing protection
- Few-click plugin upgrades
- Friendlier visual post editor
- Built-in galleries
For wordpress developers, new features were also added:
- Salted passwords
- Secure cookies
- Easy taxonomy and URL creation
- Inline documentation
- Database optimization
- $wpdb->prepare()
- Media buttons
- Shortcode API
The most useful feature that I see is automatic plugin upgrade, means no more download and upload process for upgrading any of plugin I used.
You can find all details here. Thanks, WordPress Team! Keep your Amazing Work!
WordPress 2.3 is Out!
Version 2.3 “Dexter” of WordPress is ready to download. Matt said that this is their second on time release. The Dexter name is taken from the great tenor saxophonist Dexter Gordon.
The release includes native tagging support, plugin update notification, URL handling improvements (canonical URLs), pending review feature, the advanced WYSIWYG functionality which allows user to access some features of TinyMCE that were previously hidden, and much more.
Hope this version will be more popular than the previous version.
Viva WordPress!
Hi, World!
Hi, world! I’m Daniel Malau, an Indonesian who lives in Jakarta currently.
I have hobbies in computer area specially internet, more deep in website design and development.
Please browse this blog and use it as according to your requirements.
Hope this site is useful for you.
Thanks!