Sunday, August 30, 2009

bn2y..

vin2t?best?
haha
wa lngaw...

ringring

august 30,2009..sunday!
wlay nhitabo!haha
kalma ang aqng adlaw..
goooodddd..

Tuesday, August 18, 2009

hahaiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii

Monday, August 3, 2009

hahaiiiiiii....

wAt a dAy!!!
wOrst dey ever..hahai
d jd d.i ta mag palabi ug tawa noh...

Friday, July 31, 2009

1 na nman 2moro..
anoder month..
weeeeWWwww..
unsai nAa?hehe

Wednesday, July 22, 2009

pEacE

For everything there is a season,And a time for every matter under heaven:
A time to be born, and a time to die;
A time to plant, and a time to pluck up what is planted;
A time to kill, and a time to heal;
A time to break down, and a time to build up;
A time to weep, and a time to laugh;
A time to mourn, and a time to dance;
A time to throw away stones, and a time to gather stones together;
A time to embrace, And a time to refrain from embracing;
A time to seek, and a time to lose;
A time to keep, and a time to throw away;
A time to tear, and a time to sew;
A time to keep silence, and a time to speak;
A time to love, and a time to hate,
A time for war, and a time for peace.

Ecclesiastes 3:1-8

Tuesday, July 21, 2009

steps on how to network a group of computers

Choose a Network Address
Any network address will do for this purpose, so long as you understand the basics of how IPv4 works as explained below.
IPv4 (IP ver. 4) addresses are written like this: xxx.xxx.xxx.xxx (four number groups separated by three dots), in all RFC-1166 compliant countries. Each number ranges from 0 to 255. This is known as "Dotted Decimal Notation" or "Dot Notation" for short. The address is divided into two portions: the network portion and the host portion.For "Classful" networks, the network and host portions are as follows:("n" represents the network portion, "x" represents the host portion)When the first number is 0 to 127 - nnn.xxx.xxx.xxx (ex. 10.xxx.xxx.xxx)These are known as "Class A" networks.When the first number is 128 to 191 - nnn.nnn.xxx.xxx (ex. 172.16.xxx.xxx)These are known as "Class B" networks.When the first number is 192 to 223 - nnn.nnn.nnn.xxx (ex. 192.168.1.xxx)These are known as "Class C" networks.When the first number is 224 to 239 - The address is used for multi-casting.When the first number is 240 to 255 - The address is "experimental".Multicast & Experimental addresses are beyond the scope of this article. However, because IPv4 does not treat them the same way as other addresses they should not be used.For simplicity "non-classful networks" and sub-netting will not be discussed, as we will be connecting only two devices. If you wish to connect additional devices, see How to Set up a Private Network after reading this article.The network portion specifies a network; the host portion specifies an individual device on a network.For any given network:
The range of all possible host portion numbers gives the Address Range.(ex. 172.16.xxx.xxx the range is 172.16.0.0 to 172.16.255.255)
The lowest possible address is the Network Address.(ex. 172.16.xxx.xxx the network address is 172.16.0.0)This address is used by devices to specify the network itself, and cannot be assigned to any device.
The highest possible address is the Broadcast Address.(ex. 172.16.xxx.xxx the broadcast address is 172.16.255.255)This address is used when a packet is meant for all devices on a specific network, and cannot be assigned to any device.
The remaining numbers in the range are the Host Range.(ex. 172.16.xxx.xxx the host range is 172.16.0.1 to 172.16.255.254)These are the numbers you can assign to computers, printers, and other devices.Host Addresses are individual addresses within this range.

Connect the two computers together.
To connect with a Crossover cable, simply plug an end of the cable into the Ethernet Port of each computer.
To connect with a Hub or Switch, use two straight through cables to connect each computer to the switch or hub.
See "Things you will need" section for more information on "Straight Through" -vs- "Cross-Over" Cables.


Configure the computers for networking.
Go to internet options (this varies depending on the Operating System), and go to the dialog box that lets you change the TCP/IP protocol. Change the radio buttons from "Obtain from DHCP server automatically" to "Use the following IP address:".
Give each computer a different address from the host range. Do not use the network address or the broadcast address.
Leave the "Default Gateway" and "DNS server" fields blank.
For the subnet mask, use the following:Class "A" NetworksWhen the first number is 0 to 127The Mask is - 255.0.0.0Class "B" NetworksWhen the first number is 128 to 191The Mask is - 255.255.0.0Class "C" NetworksWhen the first number is 192 to 223The Mask is - 255.255.255.0IPv4 originally used the first number (ex. 192) to determine which part of the address is network and which part is host based on the address class. However, the advent of subnetting and nonclassful networking made it necessary to provide a mask because other ways of dividing the address into network and host portions are now possible.(More information in the Important Notes section.)


Verify connectivity.
The simplest way to do this is with Ping. Bring up MS-DOS or the equivalent on other OS's, (In Windows open the command prompt which is located in the Start Menu - Accessories - Command Prompt) and type in: "ping [insert IP address of the other computer here] (ex. 192.168.1.1). If you cannot reach the other computers address, read over the steps again or contact a professional.