Open Netbeans with Two Instances / Windows Simultaneously

I need to open two projects, so I can learn from demo project and to develop my new project. But when I click Netbeans shortcut for the second times, Netbeans not display as another instance/window. To overcome this,
1. Click Netbeans menu, “Help” | “About”, look for “Userdir” parameter to see user directory.
2. Create another user directory.
3. Copy the first Netbeans shorcut and paste it as second Netbeans shortcut.
4. Right click the second Netbeans shortcut, choose “Properties”.
5. See the field “Target”, the value of mine like this “C:\Program Files\NetBeans 6.7.1\bin\netbeans.exe”
6. Add Netbeans command line switch “–userdir “, so the value of “Target” field become like this "C:\Program Files\NetBeans 6.7.1\bin\netbeans.exe" --userdir C:\Users\wi\.netbeans\second

ORA-01110: data file 1: ‘SYSTEM01.DBF’

The database is suddenly can not connect. I’ve tried using the command,
shutdown immediate;
startup mount;
alter database open resetlogs;

Then this error appears
ERROR at line 1:
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: ‘\SYSTEM01.DBF’

Second try,
SQL> alter database recover datafile ‘\SYSTEM01.DBF’
ERROR at line 1:
ORA-00283: recovery session canceled due to errors
ORA-01610: recovery using the BACKUP CONTROLFILE option must be done

SQL> recover database until cancel using backup controlfile;
ORA-00279: change 302423545 generated at 01/14/2009 09:25:14 needed for thread 1
ORA-00289: suggestion : G:\ARCHIVELOGS\672825376_1_49174.ARC
ORA-00280: change 302423545 for thread 1 is in sequence #49174

Specify log: {=suggested | filename | AUTO | CANCEL}

The more I want to find the solution, the more errors occurred. So I took the decision to continue to seek solutions from the first error only (“ORA-01110: data file 1: ‘\SYSTEM01.DBF’”).

Finally, after googling everywhere, I found the command in RMAN,
RMAN TARGET USR/PW
RMAN > RESTORE DATABASE
RMAN > RECOVER DATABASE

Back to SQLPLUS, I run again alter database open, and error is gone. ^_^

Oracle Database Status Unavailable – emca

When i try to login to Oracle Enterprise Manager, i got this message
The database status is currently unavailable. It is possible that the database is in mount or nomount state. Click ‘Startup’ to obtain the current status and open the database. If the database cannot be opened, click ‘Perform Recovery’ to perform an appropriate recovery operation.

Then the options are button to Startup and Perform Recovery. When i click Startup then i have to input the OS user name and password to login to target database machine and the credentials for the target database.

Then got this error, SQLException
ORA-28000: the account is locked

I have try to use emca, but after I input some parameter to run, finally i stuck again with this message,
SEVERE: Repository already exists. Fix the error(s) and run EM Configuration As
sistant again in standalone mode.
Could not complete the configuration. Refer to the log file for details

After read emca help, then i try to use emca -r to skip creation of repository schema then at last I got Oracle EM run without no error

Moscow Boss Job URLs

Here is a list of URLs that will initiate the Call for Help for Boss Fight just as it would if button was not locked.

Episode 1
URL: http://apps.facebook.com/inthemafia/remote/html_server.php?xw_controller=episode&xw_action=moscow_boss_job_request&xw_city=3&job_id=13&tab=
Title: Matyoryj Baklan
Loot Item: Barsuk SUV / Vehicle – 36 Attack, 52 Defense

Episode 2
URL: http://apps.facebook.com/inthemafia/remote/html_server.php?xw_controller=episode&xw_action=moscow_boss_job_request&xw_city=3&job_id=26&tab=
Title: Matyoryj Boets
Loot Item: Boss Karpov’s Pistol / Weapon – 50 Attack, 38 Defense

Episode 3
URL: http://apps.facebook.com/inthemafia/remote/html_server.php?xw_controller=episode&xw_action=moscow_boss_job_request&xw_city=3&job_id=43&tab=
Title: Matyoryj Brigadir
Loot Item: Ex-KGB Bodyguard / Armor – 48 Attack, 30 Defense

Episode 4
URL: http://apps.facebook.com/inthemafia/remote/html_server.php?xw_controller=episode&xw_action=moscow_boss_job_request&xw_city=3&job_id=56&tab=
Title: Matyoryj Avtoritet
Loot Item: Cossack Armored Vest / Armor – 18 Attack, 48 Defense

Episode 5
URL: http://apps.facebook.com/inthemafia/remote/html_server.php?xw_controller=episode&xw_action=moscow_boss_job_request&xw_city=3&job_id=73&tab=
Title: Matyoryj Vor
Loot Item: ZPR Pulemut / Weapon – 28 Attack, 65 Defense

Episode 6
URL: http://apps.facebook.com/inthemafia/remote/html_server.php?xw_controller=episode&xw_action=moscow_boss_job_request&xw_city=3&job_id=86&tab=
Title: Matyoryj Pahkan
Loot Item: The Drakon / Vehicle – 54 Attack, 22 Defense

Mafia Wars Profile Point

Profile points are the points you get when you level up or master jobs. Perhaps, all of us have doubts which one do I need to increase the Mafia Wars profile points.

  • Profile points put into energy come directly back to you in experience points, in anywhere from a 1:1 to 2:1 ratio (experience per energy expenditure), depending on the job.
  • Profile points put into stamina come back to you in an average of about 2:1. In addition, to win fights you’ll need to throw profile points not just into stamina, but also into attack and defense.
  • So to continue to get the most experience out of each profile point, concentrate on using them to do more jobs (energy) vs. becoming better at fighting (stamina, attack, and defense).
  • Don’t bother to ever put profile points into health. Health only prolongs how long you can fight without visiting the doctor, but ongoing you’ll be making so much money that you’ll be able to afford the doctor as much as you’d like without issue.

For now, my focus is on attack, defense and energy. I increased personal attack and defense only enough to win most fights at each level up until now.

Energy is a personal choice. If you enjoy leveling up quickly, you’ll need the energy. If you are patient, and okay waiting for your energy pack and leveling up once a day, more stamina to you for the fighter type.

ORA-08102: index key not found

I got this error message, ORA-08102: index key not found, obj# 211154, file 21, block 1194413 (2)

when i run

DELETE FROM STATEMENTS
WHERE ID = ‘9646′
AND ORG_ID =’204′
AND TYPE NOT IN (‘PLA’, ‘TRK’, ‘RO’, ‘WO’, ‘CLM’);

To fix this error, i rebuild all of the index.

How to Stop Netbeans: Transferring repository index

When i start Netbeans 6.7.1, i had a very slow to start using it. I see at status bar, that Netbeans is Transferring repository index : java.net repository. This condition start when i accidentally click Maven Repository Browser.

So, to stop Netbeans transferring repository index when i start up, go to “Tools | Options | Miscellaneous | Maven”, find “Index Update Frequency” and then adjust how often it should be updated.


Access to Tomcat server has not been authorized

For the first time, when I try to deploy a project using Netbeans, i got this message,

 

Deployment error:
Access to Tomcat server has not been authorized. Set the correct username and password with the “manager” role in the Tomcat customizer in the Server Manager.
See the server log for details.
After I googling, the solution,
- edit the content of C:\Program Files\Apache Software Foundation\Apache Tomcat 6.0.18\conf\tomcat-users.xml file.
-make sure you have role = manager and user that have manager role, like this
<tomcat-users>
<role rolename=”manager”/>
<role rolename=”standard”/>
<user username=”admin” password=”pwd” roles=”standard,manager”/>
</tomcat-users>
-save the file and restart Tomcat server

 

Disable Automatic Hidden Shares

I don’t know the reason, why Windows always automatically create hidden shares to the local disk drives and some user’s folders. The shares are normally accessed via \\\c$ and \\\d$ depending on the drive letter.

To disable this condition,
1. open registry editor, Start | Run, type regedit and press Enter.
2. find key [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\
Parameters]
3. Create a new DWORD value for ‘AutoShareWks’ and ‘AutoShareServer’. Set the value to equal ‘0′. If the values already exist then modify them to equal ‘0′.
4. restart the computer.
^_^

Netbeans – No Compatible JDK Found

When I install Netbeans 6.7.1, i got message “No Compatible JDK Found”. So I cancel, and try to download JDK.

I have a little confuse, why I choose Java-Netbeans IDE Download Bundles, the bundle have no JDK. So whatever, i googling “download jdk”, then I found Java SE Downloads and I choose Java SE Development Kit (JDK).

Now, after I install JDK, there is no message when I install Netbeans.

VBSmart Menu XP in Windows Vista

I use VBSmart Menu XP (SmartMenuXP.dll and SmartMenuXP.ocx) in Windows 98 and XP for a long time. Now, I switched to Windows Vista Business Edition. It comes the problem, every time I click menu VBSmart Menu XP, the program hangs.

After trying to find many solution, at last, I try to change themes from “Windows Vista” to “Windows Classic”,then VBSmart was no problem anymore.

In fact, this solution is sufficient, but it was jammed, when to use my program, i have to change the theme again.

Then I tried to restore the theme to “Windows Vista”, then I try to change the visual effects settings in

Control Panel \ System and Maintenance \ System

then select “Advanced system settings”
in the frame “Performance” , click the button “Settings”,
then disable the option “Enable desktop composition”.

^_^

 

Oracle XE Client Connect to Other Server

After I install Oracle XE Client, i try to connect to another server, but I cannot. I look for tnsnames.ora, but i cannot find any on XEClient folder. I look for network/admin folder,but i not find too.

So I try to create a new one on $ORACLE_HOME/network/admin/
then create/copy SQLNET.ORA and TNSNAMES.ORA

After that i try using sqlplus and succesful, now, i can connect to other server using Oracle XE Client.

Here my SQLNET.ORA,
##########################
SQLNET.AUTHENTICATION_SERVICES= (NTS)

NAMES.DIRECTORY_PATH= (LDAP, TNSNAMES, ONAMES, HOSTNAME)

DEFAULT_SDU_SIZE = 8761
##########################

my TNSNAMES.ORA,
##########################
TESTSVR=
(DESCRIPTION=
(ADDRESS=
(PROTOCOL=TCP)
(HOST=192.168.0.1)
(PORT=1521)
)
(CONNECT_DATA=
(SERVER=dedicated)
(SERVICE_NAME=apps)
)
)
##########################

or if you are using sqlplus, in oracle 10g, you can use direct command
SQL> conn USERNAME/PASSWORD@HOSTNAME:PORT/SID

In that case you don’t need a tnsnames.ora. Only your sqlnet.ora need the following entry:
NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT, HOSTNAME)

 

^_^

How to Faster Windows Vista Copy File Without Long Calculating Time

I experience poor slow copy file performance over the network in Windows Vista. After i googling, i found that “Remote Differential Compression” may cause of that.

Remote Differential Compression is a Windows feature introduced in Windows Server 2003 and is available on all later versions of Windows. This Windows feature is enabled by default in Windows Vista.

Remote Differential Compression (RDC) allows data to be synchronized with a remote source using compression techniques to minimize the amount of data sent across the network. RDC is different from patching-oriented differencing mechanisms, such as Binary Delta Compression (BDC), that are designed to operate only on known versions of a single file. BDC requires the server to have copies of all versions of the file, and differences between each pair of versions are precomputed so that they can be distributed efficiently from a server to multiple clients.

So to fasten, try follow this steps,

First, turn off “Remote Differential Compression”, go to Control Panel | Turn Windows features on or off, then find and uncheck “Remote Differential Compression”.

Next step, open a command prompt and type,

netsh interface tcp set global rss=disabled
netsh interface tcp set global autotuninglevel=disabled

Final step, restart computer

One vote can make a difference, One million votes could change the world

Usually we know Facebook as only social networking sites. As a place to show photos, reported status, exchange information, make friends and meet old friends, or place ads.

Now, Facebook function are growing one more, namely as a tool to garner support and can also be a means to make pressure on the parties in opposition to the will of the people.

This has been evidenced by the emergence of groups to support the two leaders of the Indonesia’s Corruption Eradication Commission (KPK) arrested by Police of the Republic of Indonesia on October 29, 2009. This group called the Movement of 1 Million Facebookers to Support Chandra Hamzah – Bibit Samad Riyanto (Gerakan 1.000.000 Facebookers Dukung Chandra Hamzah & Bibit Samad Riyanto). The day after Bibit-Chandra was arrested, this group was launched on Friday, October 30, 2009, ie 6 days ago from this post published. Since then, up to this day a total facebookers that join in this group had reached 790,884 members. As the name implies this group is targeting 1 million facebookers to support for Bibit-Chandra.

In the description of this group explains.
“Regardless of whether guilty or not, we who are outside the system may be disturbed by the incident for what happened to Chandra and Bibit. It is not possible in such cases is like an iceberg, as a child of nation loves the Commission. For that, lets us support the Chandra and Bibit in this group. We call Movement Supports One Million Facebookers Chandra and Bibit,Let’s tell all our friends, chasing a target of 1 million Facebooker.”

This movement was initiated by the Chairman of the Foundation Lembak Bengkulu, Usman Yasin. He also is one lecturer at the Muhammadiyah University Faculty of Agriculture, Bengkulu.

So? If you still think facebook functions only for friendship and fun? Or in your country ever used facebook to garner support? Hopefully this becomes a valuable lesson,

one vote can make a difference, one million votes could change the world.

At 9 p.m. on Tuesday, November 03, 2009, two deputy chairmen of the Corruption Eradication Commission (KPK) who were released from detention, Bibit Samad Rianto and Chandra M Hamzah. They left the National Police Headquarters at midnight.

Chandra and Bibit thanked the public who supported them and the KPK.

“Thank you to everyone who supports corruption eradication. We are very happy that Indonesian people still want the KPK to fight against corruption,” Chandra said.

Bibit and Chandra said their release was not a matter of winning or losing.

“Let’s take it as strong momentum to improve the fight against corruption, because in this situation, the loser is the country and the winner is the corruptor,” Chandra said.

Bibit added that they knew their friends were fighting to get them out of detention but that they did not know the public support would be so strong.

“The public support was amazing, we are overwhelmed. Justice has started to show its face,” Bibit said.

The men said they also hoped the fact finding team will be objective so that justice is served.

One of their unforgettable moments while in detention was when they met four corruptors they helped put in jail.

“We shook hands with them. They were friendly to us, no hard feelings at all,” Bibit said.

The Movement of One Million Facebookers Support Chandra Hamzah & Bibit Samad Riyanto

Please visit this facebook group, Gerakan 1.000.000 Facebookers Dukung Chandra Hamzah & Bibit Samad Riyanto a.k.a. The Movement of 1,000,000 Facebookers to support Chandra Hamzah & Seed Samad Riyanto, and leave your comment about lizard vs crocodile in my country, Indonesia. The police institution called himself as a crocodile to compare Corruption Eradication Commission a.k.a. KPK called a lizard.

The facts have proved that the police institution and the attorney general has failed to realize the ideals of our country, free from corruption and collusion. Therefore the initiative of the Head of State some time ago (when the government of Megawati Soekarnoputri) had been born with the hope of this commission, KPK. But now the light began to fade because of suspicions of manipulation is done systematically by the police and prosecutor  to weaken or to dwarf the KPK’s authority and then maybe they want to eliminate KPK.

The police arrested two suspended deputy commissioners of Indonesia’s powerful Corruption Eradication Commission or KPK. The two commissioners, Chandra Hamzah and Bibit Samad Rianto, were suspended from their positions in September,2009 after police named them suspects in a case in which they were accused of misusing their power by issuing travel bans on businessmen related to case Bank Century.Both men denied the charges, saying they had the right to issue travel bans under the 2002 law that set up the KPK. They had remained free, during which time their legal teams held news conferences saying the allegations against them were politically motivated.

The two men were considered the driving force behind the KPK’s successes. Earlier, the police had also held KPK’s chairman, Antasari Azhar, who was also as if there was manipulation scenario to arrest him.  How is it possible just to kill 1 person, an official need so many people are involved?

Tensions between police-prosecutor and the KPK intensified in July,2009 when a senior policeman was wiretapped by the KPK, according to people familiar with the matter. Indonesians regularly cite the police as one of the nation’s most corrupt institutions in polls.

As written in the latest edition of Tempo Magazine 6-12 July,  2009, in an interview rubric Susno answer questions about the parties that negatively prejudiced him, in the context of the wiretapping issue that was warm.

“… In comparison, the proverbial, here is crocodile, over there is lizard. The lizard want to against crocodiles?. Is crocodile angry? Nah, just sorry. The lizard still stupid. We had to make lizard smarter, but over many years lizard not smarter. and now lizard given power to find something that will not get anything” he said as quoted of Tempo Magazine.

And now, just you think if your beloved country has been rampant corrupt practices in every aspect of life. And then you have an institution can be expected, Indonesia’s Corruption Eradication Commission (KPK) which has been remarkably successful in eradicating corruption that can not be shown by police and prosecutors.

How embarrassing for the government of SBY, where during the campaign was always bragging about the eradication of corruption, but now? Now, the people of Indonesia stands behind lizard to fight against crocodile and its cronies, the police, prosecutor, parliament and president.

Who will win the battle,
LIZARD? crocodile?
CICAK? buaya?
people power? elite power?

How Can Fix Blogspot Error Code bX-9d2teg ?

Some problem i found, my blog at pandazenwi.blogspot.com, the first page can show, but when i try to sign in i got this error,

We’re sorry, but we were unable to complete your request.

When reporting this error to Blogger Support or on the Blogger Help Group, please:

* Describe what you were doing when you got this error.
* Provide the following error code and additional information.

bX-9d2teg
Additional information
host: www.blogger.com
uri: /home

This information will help us to track down your specific problem and fix it! We apologize for the inconvenience.
Find help

See if anyone else is having the same problem: Search the Blogger Help Group for bX-9d2teg
If you don’t get any results for that search, you can start a new topic. Please make sure to mention bX-9d2teg in your message.

Is Blogspot hacked or just some internal server problem?

I can only hope that blogspot team can handle this, keep good work it out. Bless you all.

How Can Fix Blogspot Error Code bX-59cppw ?

Today, when i want to visit my another blog http://tanganmulut.blogspot.com, i got this page showing some error messages,

We’re sorry, but we were unable to complete your request.
When reporting this error to Blogger Support or on the Blogger Help Group, please:

  • Describe what you were doing when you got this error.
  • Provide the following error code and additional information.

bX-59cppw

Additional information
host: tanganmulut.blogspot.com
uri: /
This information will help us to track down your specific problem and fix it! We apologize for the inconvenience.
Find help

See if anyone else is having the same problem: Search the Blogger Help Group for bX-59cppw
If you don’t get any results for that search, you can start a new topic. Please make sure to mention bX-59cppw in your message.

I have search over internet, but i cannot find any solution. Anyone can help me, please…..

How to install Ruby On Rails running Xampp on Windows (hello world, Ruby!)

Hohoi…i’m so interested to write a post on my struggles to get my first Ruby on Rails work on Windows.
Thanks to internet which provided so many Guru who want to share their knowledge and skills.
Finally, this was a lot simpler than i had figured.
You may install Apache2 on windows or you may use some Apache2 install packages.
I picked XAMPP beside AppServ, Apache2Triad, WAMP just because i like packages included on it.
So here some step that i use,

1. install Xampp from ApacheFriends (http://www.apachefriends.org/en/index.html),
for a simpler download (http://www.apachefriends.org/download.php?xampp-win32-1.6.6a-installer.exe).
I install Xampp at c:\xampp

2. install Ruby (ruby186-26.exe or new version) from RubyForge ((http://rubyforge.org/projects/rubyinstaller/),
download an easy one-click Ruby installer, a self-contained installer that includes the Ruby language,
dozens of popular extensions, a syntax-highlighting editor and the book “Programming Ruby: The Pragmatic Programmer’s Guide

3. install Rubygem (rubygems-0.9.5.zip or new version) from RubyForge (http://rubyforge.org/projects/rubygems/)
tract it and then run ruby setup.rb

4. install Rails

gem update
gem install rails –include-dependencies

The install could take minutes which will show you like this message,
Bulk updating Gem source index for: http://gems.rubyforge.org

If you encounter an error like this,

Updating installed gems…
ERROR: While executing gem … (Gem::RemoteFetcher::FetchError)
getaddrinfo: no address associated with hostname.(SocketError)

then you must make sure you have internet connection
or may be your are behind a firewall.

When you don’t have internet at home or at office, then you will need
to go to a netcafe and download some files separately from rubyforge gems
(http://rubyforge.vm.bytemark.co.uk/gems/)

The following files need to download,
a. actionmailer
b. actionpack
c. actionwebservice
d. activerecord
e. activesupport
f. rails

Next, install it one by one,
gem install activesupport
gem install activerecord
gem install actionwebservice
gem install actionpack
gem install actionmailer
gem install rails

5. create a rails application
i create it at C:\xampp\htdocs\FirstProject, so run
rails -d mysql C:/xampp/htdocs/FirstProject

6. open C:\xampp\apache\config\httpd.conf file in a text editor,
scroll to the bottom and add the following,

#################################
Listen 3000
LoadModule rewrite_module modules/mod_rewrite.so

ServerName rails
DocumentRoot “c:/xampp/htdocs/FirstProject/public”
<Directory "c:/xampp/htdocs/FirstProject/public/"

Options ExecCGI FollowSymLinks
AllowOverride all
Allow from all
Order allow,deny
AddHandler cgi-script .cgi
AddHandler fastcgi-script .fcgi

#################################

7. start server with run this command,
cd c:/xampp/htdocs/FirstProject
ruby script\server

8. run the following at the command-line to keep from getting an “Unknown database” error,
rake db:create

10. make sure your connection to mysql can connect with right user and password,
set C:\xampp\htdocs\FirstProject\config\database.yml

11. to use Rails without a database, open C:\xampp\htdocs\FirstProject\config\environment.rb,
find the commented out line that reads,
# config.frameworks -= [ :active_record, :active_resource, :action_mailer ]
remove the comment and you must remove the Active Record framework

Rails is a MVC (Model View Controller) framework, so all the output will happen in the controllers and views.

12. generate a controller named “hello” with an action “index”
ruby generate controller hello index

If you browsing to http://localhost:3000/hello, you will get
Hello#index
Find me in app/views/hello/index.html.erb

That message occurs because an action after “hello” doesn’t specified,
rails then search the “index” action and a view for this action doesn’t created too.

13. open the controller file at C:\xampp\htdocs\FirstProject\app\controllers\hello_controller.rb

Any public methods in a controller become actions in Rails. Notice the index action.
Add the following method just before end of file,

def world
@greeting = “hello world!”
end

The “@” sign lets views access the variable.

12. When browse to http://localhost:300/hello/world,
we have error like this,
Template is missing
Missing template hello/world.html.erb in view path C:/xampp/htdocs/FirstProject/app/views

13. “Template” is Rails word for the “View”. So Rails expecting the template at the path listed. Create or edit C:\xampp\htdocs\FirstProject\app\views\hello\world.rhtml, add the following text,

Try again, browse http://localhost:3000/hello/world and voila, “hello world, Ruby!”

Happy Rails developing and if you have any other learning resources that you’d like to share, please leave them in the comments!

Life is Now

In a time of the Buddha taught the Dhamma to his students with the most beautiful sentence. This sentence is very realistic, but to realize it may be very difficult.

“The past is a memory,
the future is a plan that might not happen.
Life is now ”

A lot of people who feel uneasy, many This anxiety arises because of ignorance of what will happen, because of attachment to the current conditions such as fear of losing their jobs, wealth, relationships and so on.

For the many who often consults for fortune-tellers, astrologers, shamans and so on. Not certain that the person consulted really can predict, some are just cheating to get money. Such cases, as we’ve heard the news in various media. But there are still tempted to look for shortcuts. Well, there are also proved able to predict that produce satisfaction for that person. Then the question, whether the future people will not worry anymore? Next what he would do if it felt anxious again?

Besides worrying about the future, there are also people who always regretted what had passed, was not satisfied with what has happened so that life was always overshadowed his past which would hinder his progress.

Life right now is trying to make this time as the quality of life. Someone at this moment should be tried in a maximum in the act, speak and think. Life today does not mean refusing the future or the past.

That future should be guidelines or purpose in life is achieved by improving the quality of life and business at this time. The past should also be accepted as it is, better or worse to be a lesson and corrected in the present. Thus, the present or current is crucial for the best act in order to improve the past and build a bright future.

If we do not understand that sentence will display the wrong view of Buddhism. Live today as if directed only to live resigned, hopeless, empty, just accept what is there. This phrase is often misconstrued by those who interpret not understand the teachings of Buddhism. So that a view that buddha was pessimistic religion, there is no passion, decrepit, empty.

Indeed the Buddha and Arya students had instructed, “live is now” but that does not mean Buddhism does not teach about the mission and vision. When asked why the noble creatures who have developed the mind, they seem so on and shine? The Buddha replied,

“They’re not sad in the past,
they do not pursue what is yet to come.
now is simply enough for them
hence they do shine. “

“Missing the future,
regret the past,
This way the fool languish
like a weed that was burned.”

Remember that,
today is the child of the past, and the father of the future.
Yesterday is history, tomorrow’s just a daydream.

Today well lived makes every yesterday a beautiful history, and every tomorrow a vision of hope and happiness. Everything that exists in this world is not eternal, so try earnestly. Live this day well.

The recipes of happy and successful life lies in what is done at this moment, we do not worry in the past and the future. We can not go back in time to fix what we have done in the past, and we also can not be sure what’s happening in the future. Because the condition of the world constantly changing, so there is only one moment that can be consciously controlled to apply correctly this is the moment.

Such prescriptions have been transmitted through the Dhamma by the Buddha. May this recipe is always practiced in everyday life. The medicine will be useless if we only have it. Have the medicine and swallow it and you will soon recover from the disease. Hopefully this summary useful for us all.
Sadhu…! Sadhu …! Sadhu… !

Crocodiles and Lizards from the Ramu River – Lizard vs Crocodile of Indonesia

When I search the web for lizard vs crocodile, I am interested in one of the search results, namely the origin story of the lizard and crocodile. My first reason i search “lizard vs crocodile” because in Indonesia revealed that the anti-corruption practices are facing a big test.

The lizard will be crippled by a crocodile and his friends. KPK (Indonesia’s anti-corruption commission) is the lizard. Polri (Indonesia’s Police) are crocodile. Crocodile was now also supported other crocodile species, ie judiciary, parliament and also president. Very, very embarrassing. But the lizard is still getting support from the public of anti-corruption. May the lizard still alive on Earth of Indonesia, if not “what the world say”?

Below is the story of the people of Papua New Guinea from “One Thousand One Papua New Guinean Nights: Tales from 1986-1997″

Crocodiles and Lizards Came from the Ramu River

Long, long ago, in the Ramu River, there were no crocodiles or lizards. Everyone lived well there. In a village called Nodubu [Nodabu], there lived a man, his wife and their two sons [Nokopo People, Madang Province]. The boys’ names were Nronari and Mambokuri

One time, a big famine arose on the Ramu and every one was hungry, Nronari and Mambokuri’s parents thought hard. They thought that it would be bad if the two children died from hunger.

One day, the boys’ parents decided to put them inside baskets to sleep and drift along the Ramu River.

While the boys were playing outside the house, their parents carefully arranged their sleeping baskets so that the water would not enter.

Late at night, when everyone in the village was asleep, the parents took the boys and their baskets. They went down to the Ramu River and put them in the water. The water carried the boys downstream.

In the morning, the boys’ baskets stuck to a tree by  the river. Nronari felt very cold, so he awoke. He went out of the basket and saw that Mambokuri’s basket was nearby. He awakened his little brother. Then they followed the tree and went up by the side of the water. Mambokuri asked Nronari, “Where are we now?” Nronari replied, “I don’t know, but I think that Papa and Mama did this to us.”

The little boys sat by the side of the water for a long time, until the sun rose completely. Later, Mambokuri said, “Hey Nronari, go back down and get [your] rattan sleeping basket.” He fetched it and came up. Then he rubbed it in the middle of a tree and a fire arose.

Mambokuri took some wood and they made a big fire. Later, Nronari climbed a breadfruit tree. He gathered many breadfruits. He brought them down, and then they cooked and ate them.

Many breadfruits were ripe, so they did not finish eating them. The two boys began play fighting, shooting each other with the breadfruits.

Nronari jumped down to the Ramu River and Mambokuri stayed up by the side of the water. They played at shooting each other, and then their bodies began to change. Nronari’s legs became like that of a crocodile. His buttocks lengthened and became like that of a crocodile’s tail.

The same thing also happened to Mambokuri. His legs and buttocks became like the legs and tail of the lizard used for hand drums. After they had shot each other with all of the ripe breadfruits, Nronari told Mambokuri, “That’s good. You can stay up there and I’ll stay in the water.”

Mambokuri replied, “That’s alright. You can watch from the river and I can watch from the trees.”

After they finished speaking, their bodies change completely and they became a crocodile and lizard entirely.

Now we can see many crocodiles and lizards thar are used for hand drums in the Ramu River. This is because they came from these two brothers, Nronari and Mambokuri.

Jimbegim of Viutobua Village, by the Ramu River, told this story.

Otto G. Ume
Kwalakessi Village
Hoskins
West New Britain Province