grabber link rapidshare | download | Trik Download | mp3-college | Lingua | Random Teks | my community | visitor


November 9, 2011

office 2010 activation

Filed under: anti virus

Cara ngaktivin MS Office 2010 nya ikutin petunjuk ini:
1. Matikan Antivirus dan internet pada PC / Laptop anda
2. Extract file "RAR" yang anda download
3. Buka folder "Aktivator Microsoft Office 2010"
4. Pilih dan Klik 2 kali file O2ACK1.3.exe
Aktivator akan terbuka (bekerja/berjalan) jika kamu sudah menginstall Microsoft Office 2010.
5. Kemudian ketik 10 lalu enter. Nanti bakal terlihat REMAINING GRACE: 30 days. Itu tandanya MS.Office kamu belum Full version.

tutorial aktivasi ms office 2010, activator microsoft office 2010

6. pencet apa aja buat kembali ke menu awal
7. Kemudian ketik 1 (Convert Office Retail to….) lalu ketik enter dan tunggu sampai prosesnya selesai

tutorial aktivasi ms office 2010, aktivasi ms office terbaru 2010

8. Lalu ketik 2 (Activate Office 2010 ) dan enter

aktivasi ms office 2010, cara aktivasi ms office 2010 terbaru

9. Kemudian ketik 10 dan enter (tunggu sampai proses selesai).
Lihat pada REMAINING GRACE: 180 days. Itu berarti MS OFFIC-mu udah Full version.

microsoft office activator download

10. Ketik 11 dan enter untuk keluar.

sumber :ink Cara Aktivasi Microsoft Office 2010

 

August 7, 2011

wireless adapter hp mini 110 35xx tu

Filed under: internet, software, laptop

susahnya minta ampun cari driver hp mini 110 35xx tu, dan akhirnya ketemu juga

download driver hp mini 110 3556 tu for windows xp

audio – for xp

wireless adapter bgn – for xp

vga – for xp

bluetooth 2070

semoga bisa membantu agan"

Tags : hp mini 3556 driver win xp  wireless driver hp mini 110 35xx  free hp mini driver for xp

 

 

June 26, 2011

mikrotik - route rule

Filed under: network, mikrotik

In “normal” routing, you have a set of routes that tell the router about how to reach certain networks.  Policy routing is a way to do the same thing, but have different “paths” or routes for various types of traffic.  In this article, we will explore the requirements for setting up policy routing and explain some of the concepts involved.

Policy routing is implemented in 3 parts. The first part is to define the routes and which policies will use those routes. The second part is the routing rules, which will define how the policies apply to certain traffic. The third is to define the actual policies. We’ll look at each of these individually.

The network below is the one we will use for this example.

We will assume that you already have the IP addresses set up on your router.

First, we must define our routes. We will add three “default” routes. These are below:

/ip route
add gateway=10.10.11.1 routing-mark=ISP2
add gateway=10.10.10.1 routing-mark=ISP1
add gateway=10.10.10.1

The first 2 routes will be used by our policies. The third route will be used by any traffic that does not have a policy defined and by traffic from the router itself.

Next, we need to define our routing rules. There are many ways to accomplish this, but what I will show here is the cleanest way I have found to implement a working policy.

/ip route rule
add dst-address=192.168.0.0/24 action=lookup table=main
add dst-address=192.168.1.0/24 action=lookup table=main
add dst-address=10.10.10.0/30 action=lookup table=main
add dst-address=10.10.11.0/30 action=lookup table=main
add src-address=10.10.10.0/30 action=lookup table=ISP1
add src-address=10.10.11.0/30 action=lookup table=ISP2
add routing-mark=ISP1 action=lookup table=ISP1
add routing-mark=ISP2 action=lookup table=ISP2


The first 3 rules tell the router to ignore routing marks for all packets destined for the “connected” networks.  The next 2 rules that tell the router to use ISP1 and ISP2 for the traffic FROM the router on those particular interfaces.  These rules will allow us to manage the router remotely from either of the 2 “public” interfaces.  Finally, there are 2 rules that use the ISP1 and ISP2 tables for traffic that we will “mark” for those tables.

Finally, we need to define the policies. A policy basically says, “use this routing table for this type of traffic”. Policies are implemented in the firewall using Mangle. We will use a couple of examples. In our first example, we will use the following policy:

All traffic from the 192.168.0.0/24 network will use ISP1 and all traffic from the 192.168.1.0/24 network will use ISP2. Here is the implementation:


/ip firewall mangle
add chain=prerouting src-address=192.168.0.0/24 action=mark-routing
new-routing-mark=ISP1 passthrough=no

add chain=prerouting src-address=192.168.1.0/24 action=mark-routing
new-routing-mark=ISP2 passthrough=no

The above 2 rules are all that are needed. Note that the “new-routing-mark” matches the “routing-mark” entry in the route statements we added earlier.

A common policy is to route certain traffic (by type) over certain networks. For example, we could implement a policy like the following:

Route all http, smtp, dns and pop3 traffic over our ISP1 circuit and all other traffic over the ISP2 circuit.

/ip firewall mangle
add chain=prerouting dst-port=80 protocol=tcp action=mark-routing
new-routing-mark=ISP1 passthrough=no

add chain=prerouting dst-port=25 protocol=tcp action=mark-routing
new-routing-mark=ISP1 passthrough=no

add chain=prerouting dst-port=110 protocol=tcp action=mark-routing
new-routing-mark=ISP1 passthrough=no

add chain=prerouting dst-port=53 protocol=udp action=mark-routing
new-routing-mark=ISP1 passthrough=no

add chain=prerouting action=mark-routing
new-routing-mark=ISP2 passthrough=no

The above 4 rules will implement the policy requirement I stated. NOTE: In this policy, Peer-to-peer traffic will use ISP2, unless the peer-to-peer traffic tries to use one of the ports defined by the policy.

Peer-to-peer traffic requires more than one packet to identify, so if you want to implement a policy that applies to this traffic, you have to define OTHER traffic first, and let the peer to peer traffic follow the “default” action, as I did above.

This is not a complete description of all the possible implementations for policy routing, but it will give you a head start in implementing policy routing.  I hope you find this article helpful.

http://blog.butchevans.com/2008/09/mikrotik-policy-routing-implementation-example

May 22, 2011

usb to serial driver

Filed under: software

Features

·         USB Specification Rev. 1.1 compliant

·         Support the RS232 Serial interface

·         Over 1Mbps data transfer rate

·         Support remote wake-up and power management

System Requirements

·         IBM PC 486DX4-100 MHz CPU or higher or compatible system

·         Available USB port

·         CD-ROM drive

·         Windows 2000

Driver Installation

Follow the steps below to install Window 2000 driver of USB-Serial cable:

1.     Power on your computer and make sure that the USB port is enabled and working properly.

2.   During installation , please don’t link USB-Serial cable with your computer .

3.   Double click ‘ setup.exe ’  , then it will start install

4.   After installation , click ‘ OK

5.     Plug in the USB-Serial cable into the USB port and run the Found New Hardware Wizard to assist you in setting up the new device. Click Next to continue. 

6.     click Next to continue. Select the “ Search for a suitable driver for my device(recommand)

 

7.     Windows will detect the driver and Click Next to continue installation.

8.     Click Finish to continue and let Windows copy the needed files to your hard disk.

9.     You can to check the Device Manager and see the Prolific USB to Serial Comm Port)

 

Changes COM Port

Under Windows 98SE , you can change the COM Port via setcom.exesofeware

7. Under Windows Me Windows 2000 Windows XP, please kindly following the steps as below.

    (1) Please click on the Device Manager Devices by connection ports (COM & LPT).

        (2) Doubly click on “Prolific USB-to- serial Comm port(COM3)” .And it could go to ‘ properties‘.         
        (3) Please choose "Port Settings ", and then click on "Advanced". Please kindly choose the needed com, and click on" ok”. (

Notice:

If the Modem could not link with the new port, and run smoothly when changed the port, please kindly unload Modem, and re-install it.

When Changing the port, the peripheral equipment could not shift to the new port, and run smoothly. Under this situation, please kindly unload the equipment and install again.

 

Setting Up the RS232 Serial Device

Follow the steps below to connect your RS232 Serial Device (ie: Modem) to the USB port of your PC:

 

1.     Turn off your Modem. Plug the DB 9 connector of the USB-Serial  cable into your Modem. Turn on the Modem afterwards.

2.     Turn on your computer and plug in the USB connector of the USB-Serial cable into the USB port.

3.     If you have already installed a Modem device before, click Start, Settings, Modems. Open Modems Properties, select the Modem, click Properties. In General tab, please change the Port value to USB to Serial Port (COM3).

4.     After finishing these processes, you can use USB to Serial Bridge Cable to connect RS232 Serial 56K FAX Modem and execute the Dial-up fuction to connect Internet, and send the FAX with the FAX software(ie: Microsoft FAX) properly.

 

usbuartcontroller.rar

usbtoserial.zip

USB TO RS232 Cable for Windows – users manual.doc

USB_Software.zip

 

 

 

 

 

March 25, 2011

kotak - album energi

Filed under: internet, mp3 share

Artis : Kotak
Album : Energi
Year : 2010

01. Terbang
02. Pelan-Pelan Saja
03. T.O.P
04. Kerabat Kotak
05. Selalu Cinta
06. Cuci Mata
07. Cinta Jangan Pergi (CJP)
08. Energi
09. Ku Ingin Sendiri

 

http://1.bp.blogspot.com/_999NRtiHB6A/TJtza8oYCkI/AAAAAAAADFs/CCztTe-0Yx0/s320/Kotak+Album+Energi.jpg

March 22, 2011

resetter canon ip2770

Filed under: coretan umum, Bukit Inside, software, portable software

Here is how to use software to reset the Canon Pixma IP2770. Software used was "ServiceTool" Version 1.0.7.4. The steps the user can be used also for Software Resetter Canon Pixma printer for others with slight variations of course.
DOWNLOAD

Phase I:

The steps are as follows:
1. The printer is turned off and power cables installed in the state.
2. Press the ‘resume’ about 2 seconds.
3. Press the ‘power’ until the light turned green. At the time of pressing the ‘power‘, the ‘resume’ should not be released first.
4. Then release the ‘resume‘, but the ‘power’ should not be released first.
5. While pressing the ‘power‘, press the ‘resume’ as much as five times. light ‘LED’ will light turns orange-green, with the last glow orange. (Beware not to mistakenly press 4 x, because the printer will die completely, but do not worry because it is temporary, after restart the printer will return to such status before reset).
6. Release both buttons simultaneously.
7. Lights ‘led’ will blinking minute and then will turn green.
8. The computer will detect the ‘device’ new, but ignore it.
9. In this condition means that the printer Canon Pixma IP 2770 in the ‘service mode’ and ready to be reset.

Phase II:

1. Extract the files resetter IP2770 1074 version.
2. Prepare 2 pieces of paper in the printer in preparation for the ‘print’ at the time of the reset done.
3. Road Software "ServiceTool_V1074Planet.exe.
4. Click "Play", then the printer will process, then the printer Canon Pixma IP2770 will ngeprint one page with the words "D = 000.0"
5. Click the "Clear EEPROM".
6. Then click the "EEPROM", and the printer will ngeprint IP2770 resetter result, one line reads as follows: "TPage (TTL = 00 000)."
8. Turn the printer off by pressing the power button on the printer.
9. Reset process is complete. Hopefully useful.

info :  http://wastuwaluyanto.blogspot.com/

Tags : download resetter canon  canon ip2770  resetter IP2770 V.1074  driver resetter canon IP2770  resetter servicetool v.1074  canon servicetool  servicetool error code : 006 canon 006 code

February 22, 2011

login page wifi bukitnet

Filed under: Bukit Inside, mikrotik

iseng" gak da kerjaan buat login page hotspot bukitnet

bagi yang mau sedot aj gann

 

Photobucket

download 

 

Photobucket

download

 

Tags : template login hotspot download loginpage script login page