16.3.10

Bananas Can Prevent HIV .

KOMPAS.com - Research experts indicate, bananas have a substance that has the potential to become an obstacle to HIV infection. These findings are expected to open a new window in the treatment of prevention of HIV infection has yet to find a cure.Researchers from the University of Michigan Medical School are interested in lectins, chemicals that are naturally in plants, because of its ability to stop the chain reaction of various types of infections. Laboratory test results show, BanLec, lectins found in bananas, as effective as anti-HIV drugs at this time.
Read More..

9.3.10

Inter VLAN configuration (Router on Stick)

In only one physical router interface. While it takes is two different subnets. Therefore necessary dirouter made subinterface for each vlan. Configuring the Router is:R0 (config-if) #R0 (config-if) #R0 (config-if) # int f0/0.10R0 (config-subif) # encapsulation dot1q 10R0 (config-subif) # ip address 192.168.1.1 255.255.255.0R0 (config-subif) #R0 (config-subif) # int f0/0.20R0 (config-subif) # encapsulation dot1q 20R0 (config-subif) # ip address 192.168.2.1 255.255.255.0R0 (config-subif) #R0 (config-subif) # ^ ZR0 #* March 1 00:25:49.183:% SYS 5 CONFIG_I: Configured from console byconsoleR0 #R0 # exitEncapsulation is used dot1Q.

Configuring the switches are:SW0 (config) # int f0 / 0SW0 (config-if) # switchport trunk encapsulation dot1qSW0 (config-if) # switchport mode trunkSW0 (config-if) #SW0 (config-if) # int f0 / 1SW0 (config-if) # switchport access vlan 10SW0 (config-if) # switchport mode accessSW0 (config-if) #SW0 (config-if) # int f0 / 2SW0 (config-if) # switchport access vlan 20SW0 (config-if) # switchport mode accessSW0 (config-if) # ^ ZSW0 #* March 1 00:09:52.107:% SYS 5 CONFIG_I: Configured from console by consoleSW0 # wrBuilding configuration ...[OK]SW0 (config) # endConfiguring the PC 1:IP 192.168.1.2Subnet Mask 255.255.255.0Default Gateway 192.168.1.1Configuring the PC 2:IP 192.168.2.2Subnet Mask 255.255.255.0Default Gateway 192.168.2.1
Read More..

8.3.10

Watch out, Intel Core i7 processor Circulating Counterfeit

SAN DIEGO, KOMPAS.com - News about possible software piracy is not new, but if the hardware like a new word processor was hijacked warm. Moreover, the counterfeit is an Intel Core i7-920 which is a new flagship product the company's largest processor.


Friday (5/3/2010) last week, HardOCP site reported it from one of its online forums. Rapporteur who bought the processor from Newegg, one of the online stores in the U.S., instead of getting the desired processor but a processor box contains the following fake savings and pelincung printed fan of plastic materials.

False processors were sold in special packaging and contains a manual but empty pages. In addition, the sticker on the outside there are a lot of writing, as it should be written sochet socket.

Read More..

Made in India phone Use AAA Battery

NEW DELHI, KOMPAS.com - Almost all mobile phones currently use rechargeable battery Li Ion. Practical rechargeable battery, but a hindrance if the User was on a trip or away from the power source.

But, no problem with this one phone. In addition to the standard battery Li Ion, phone Olive FrvrOn V-G2300, Indian Telecom Olive products are also using AAA batteries as a backup energy source.


Battery slot is only enough for one AAA battery only. However, as such, V-G2300 user can remain active for a few hours although Li Ion batteries run out.


G2300 V-Fvron work on GSM networks with a color screen is only 1.5 inches and FM radio.This phone is included for the middle to lower due to price dibanderol about Rp 350,000.
Read More..

Visit Persib Pesantren Al-Fallah

Apart from the technical side through exercise routine every day, even Persib Bandung continue to strengthen the non-technical side of the fight ahead against the Bontang FC at the Stadio The starling Harupat Soreang, Kab. Bandung, Kamis (11 / 3) next. After the prayer support of 99 orphans who attend a child's birthday and Cristian Gonzalez Cieunteung flood victims, Kab. Bandung, now turn to students of Pesantren Al-Fallah Cicalengka, Kab. Bandung bobotoh pray this team pride.

The players and the whole other team members visited Persib Pesantren Al-Fallah, after the morning practice session at the Bandung Siliwangi Stadium, Saturday (6 / 3). "In addition to attending the circumcision ceremony, we also conduct prayer with students in Pesantren Al-Fallah," said Deputy Manager P.ersib, H. Deddy Vishwanathan, who led the group directly to the boarding school Persib it.


Assistant coach Persib, Robby Dervish justify the prayer ceremony at the boarding school.Besides prayer, Robby, in boarding schools are also all team members get tausiah of pesantren leaders. "Yes the show as well mass circumcision to attend the school's," said Robby.Source: GM

article by : http://www.persib-bandung.or.id Read More..

5.3.10

US Apple iPad Launch Slightly Delayed to April 3 (Qouted from KOMPAS)

NEW YORK, KOMPAS.com – The much-anticipated iPad tablet computer from Apple Inc. will start hitting U.S. store shelves on April 3, slightly later than originally planned. When Apple unveiled the touch-screen device Jan. 27, the company said the first iPads would reach the market in "late March" worldwide, not just in the U.S. Now international releases are planned for later in April.

Investors shrugged off the delay and instead seemed reassured that the tablet wouldn't slip even later. On a day with a broader stock market rally, Apple shares jumped $7.44, or 3.5 percent, to $218.15 in midday trading, a record high.
The company did not specify Friday why the tablet is not coming out until April, and Apple spokeswoman Natalie Harrison would not elaborate.

Read More..

Matahari Sale USD 7.164 Trillion (Quoted from KOMPAS)

Management of PT Matahari Putra Prima Tbk will make a cash dividend in the year 2010 amounting to Rp 1 trillion. Matahari Putra Prima, or MPP also will pay most of the bank debt and bonds that total value of Rp 3.4 trillion.

Director Benjamin J Mailool MPP in public exposure in Jakarta, Friday (5/3/2010), say, the source of funds for distribution of dividends and debt payments would be obtained from the sale of 90.76 per cent stake in PT Matahari Department Store Tbk, one of MPP's largest subsidiary.

Read More..

Displays text on the status bar with flashing


This JavaScript displays the text on the status bar with flashing. For example look at the bottom left of your browser.
<! - Place this code between the tags <HEAD> and </ HEAD >.--> <script> var yourwords = "JUST WRITE HERE"; var speed = 300; var control = 1; function flash () ( if (control == 1) ( window.status = yourwords; control = 0; ) else ( window.status = ""; control = 1; ) setTimeout ( "flash ()", speed); ) </ script> <! - Place this code on <BODY> tag .-->
Read More..