Get a one-year license for USB Safely Remove 4.0 for free!

Remove USB Safely

USB Safety Remove Do you often experience problems when you want to remove the media such as USB Flash Disk, external hard drives, memory cards, your digital camera when its plug into USB Port..etc?
Even we try to remove it there is still an error message “The device ‘Generic volume’ cannot be stopped right now. Try stopping the device again later.”

If we force immediately revoke the USB Flash drive, it will be the potential damage to the USB or the data. To avoid the problem we can use alternative tool. For now I try to use USB Safety Remove software.

USB Safely Remove is a convenient and safe replacement for the standard "Safely Remove Hardware" tool. The program has many features designed for effortless working with hotplug devices (USB, SATA and FireWire).

What makes USB Safely Remove better than the Windows 'Safely Remove Hardware' tool?
-The ability to hide any device from the 'stop' menu.
-Uses real device names and allows renaming.
-Keyboard shortcuts for easy device stopping.
-Unique menu for one-click stop.
-Programs autorun on device plugging/unplugging.
-It tells you why a device cannot be stopped immediately.

In order to promote upcoming version 4.0 the vendor give us one-year license for the program for free. We can use all the features of the program and get upgrades for one year for free.

The giveaway has started on November 27th and will have continued until December 5th, 2008
you can register and download the software in here

So what you waiting for?? Lets use and test the program..its FREE!! :) :)

Related Topics:
Get a one-year license for USB Safely Remove 4.0 for free!
Smillaenlarger – Free Tool To Enlarge Photos Without Losing Resolution
CCleaner : Free Software for Cleaning and Tweaking your Windows System
Translate your languages to other languages with GOOGLE TRANSLATE
Testing Free software for HD Cloning - Disc Copy 2.0 and HDClone Free Edition

Read More...

CCleaner : Free Software for Cleaning and Tweaking your Windows System

Tweaks for Windows

Curently CCleaner is one of the popular free software for Cleaning and Tweaking the Windows system.
CCleaner is a freeware system optimization and privacy tool. It removes unused and temporary files from your system. Each scanning process was rewritten from scratch and fully optimized. The result being a noticeable speed increase in all areas. I like using CClenar because its easy to install,easy to operate the software and the best part of this software is..It is FREE :)

Two days ago CCleaner issued the latest update of the software CCleaner v2.14.

The Improving in CCleaner v2.14 is:
- Added support for Windows 7.
- Improved Google Chrome support (build 0.4).
- Opera cookie management added.
- Improved Recycle Bin cleaning.
- Added a warning when cleaning Google Chrome and it's running.
- Search Autocomplete cleaning now XP only.
- Improve file association Registry Cleaning.
- Fixed bug with context menus and excessive CPU usage.
- Fixed GUI colors on high contrast themes.
- Minor GUI bugs fixed.
- Minor performance improvements.

you can download the software in here and here

Related Topics:
Get a one-year license for USB Safely Remove 4.0 for free!
(Free Download Software) Defraggler – Defragmentation Tool for Windows PC
Free Tune up utilities 2007 Full Version
Handy tool to find your Windows and Office Serial Numbers (Product key)
CCleaner : Free Software for Cleaning and Tweaking your Windows System
Translate your languages to other languages with GOOGLE TRANSLATE
Testing Free software for HD Cloning - Disc Copy 2.0 and HDClone Free Edition

Read More...

Cisco Router Configuration Tutorial

Cisco Router Tutorial

Cisco Router Configuration Tutorial articles below very interesting and extremely useful to add knowledge about basic configuration cisco, the source from www.joshgentry.com

Acknowledgments
The following sources where extremely useful:
• Leinwand, Pinsky, and Culpepper. Cisco Router Configuration. Indianapolis, Indiana: Cisco Press, 1998.
• Cisco Systems, Inc., http://www.cisco.com

Disclaimer
This document carries no explicit or implied warranty. Nor is there any guarantee that the information contained in this document is accurate. It is offered in the hopes of helping others, but you use it at your own risk. The author will not be liable for any damages that occur as a result of using this document.

Conventions
Important terms and concepts, when they are introduced, may be displayed in bold. Commands included in the body of the text will be displayed in this font. All names and addresses used in examples are just that, examples, and should not be used on your network. Do not type them in verbatim when configuring your system. Finally, in some examples where the command rquires an IP address as an argument, the IP address may be represented in this way, xx.xx.xx.xx, or aa.bb.cc.dd. You will never actually use these strings when configuring your system. They are mearly a convention of this document to specify that you should substitute the appropriate IP address at that point.
________________________________________
________________________________________

1. What this document covers
There are several methods available for configuring Cisco routers. It can be done over the network from a TFTP server. It can be done through the menu interface provided at bootup, and it can be done from the menu interface provided by using the command setup. This tutorial does not cover these methods. It covers configuration from the IOS command-line interface only. Useful for anyone new to Cisco routers, and those studying for CCNA.
Note that this tutorial does not cover physically connecting the router to the networks it will be routing for. It covers operating system configuration only.

1.1 Reasons for using the command-line
The main reason for using the command-line interface instead of a menu driven interface is speed. Once you have invested the time to learn the command-line commands, you can perform many operations much more quickly than by using a menu. This is basically true of all command-line vs. menu interfaces. What makes it especially efficient to learn the command-line interface of the Cisco IOS is that it is standard across all Cisco routers. Also, some questions on the CCNA exam require you to know command-line commands.

2. Getting started with Cisco
Initially you will probably configure your router from a terminal. If the router is already configured and at least one port is configured with an IP address, and it has a physical connection to the network, you might be able to telnet to the router and configure it across the network. If it is not already configured, then you will have to directly connect to it with a terminal and a serial cable. With any Windows box you can use Hyperterminal to easily connect to the router. Plug a serial cable into a serial (COM) port on the PC and the other end into the console port on the Cisco router. Start Hyperterminal, tell it which COM port to use and click OK. Set the speed of the connection to 9600 baud and click OK. If the router is not on, turn it on.

If you wish to configure the router from a Linux box, either Seyon or Minicom should work. At least one of them, and maybe both, will come with your Linux distribution.

Often you will need to hit the Enter key to see the prompt from the router. If it is unconfigured it will look like this:

Router>

If it has been previously configured with a hostname, it will look like this:

hostname of router>

If you have just turned on the router, after it boots it will ask you if you wish to begin initial configuration. Say no. If you say yes, it will put you in the menu interface. Say no.

2.1 Modes
The Cisco IOS command-line interface is organized around the idea of modes. You move in and out of several different modes while configuring a router, and which mode you are in determines what commands you can use. Each mode has a set of commands available in that mode, and some of these commands are only available in that mode. In any mode, typing a question mark will display a list of the commands available in that mode.

Router>?

2.2 Unprivileged and privileged modes
When you first connect to the router and provide the password (if necessary), you enter EXEC mode, the first mode in which you can issue commands from the command-line. From here you can use such unprivileged commands as ping, telnet, and rlogin. You can also use some of the show commands to obtain information about the system. In unprivileged mode you use commands like, show version to display the version of the IOS the router is running. Typing show ? will diplay all the show commands available in the mode you are presently in.

Router>show ?

You must enter privileged mode to configure the router. You do this by using the command enable. Privileged mode will usually be password protected unless the router is unconfigured. You have the option of not password protecting privileged mode, but it is HIGHLY recommended that you do. When you issue the command enable and provide the password, you will enter privileged mode.

To help the user keep track of what mode they are in, the command-line prompt changes each time you enter a different mode. When you switch from unprivileged mode to privileged mode, the prompt changes from:

Router>
to
Router#

This would probably not be a big deal if there were just two modes. There are, in fact, numerous modes, and this feature is probably indispensable. Pay close attention to the prompt at all times.

Within privileged mode there are many sub-modes. In this document I do not closely follow Cisco terminology for this hierarchy of modes. I think that my explanation is clearer, frankly. Cisco describes two modes, unprivileged and privileged, and then a hierarchy of commands used in privileged mode. I reason that it is much clearer to understand if you just consider there to be many sub-modes of privileged mode, which I will also call parent mode. Once you enter privileged mode (parent mode) the prompt ends with a pound sign (#). There are numerous modes you can enter only after entering privileged mode. Each of these modes has a prompt of the form:

Router(arguments)#

They still all end with the pound sign. They are subsumed within privileged mode. Many of these modes have sub-modes of their own. Once you enter priliged mode, you have access to all the configuration information and options the IOS provides, either directly from the parent mode, or from one of its submodes.

3. Configuring your Cisco Router
If you have just turned on the router, it will be completely unconfigured. If it is already configured, you may want to view its current configuration. Even if it has not been previously configured, you should familiarize yourself with the show commands before beginning to configure the router. Enter privileged mode by issuing the command enable, then issue several show commands to see what they display. Remember, the command show ? will display all the showcommands aavailable in the current mode. Definately try out the following commands:

Router#show interfaces
Router#show ip protocols
Router#show ip route
Router#show ip arp

When you enter privileged mode by using the command enable, you are in the top-level mode of privileged mode, also known in this document as "parent mode." It is in this top-level or parent mode that you can display most of the information about the router. As you now know, you do this with the show commands. Here you can learn the configuration of interfaces and whether they are up or down. You can display what IP protocols are in use, such as dynamic routing protocols. You can view the route and ARP tables, and these are just a few of the more important options.

As you configure the router, you will enter various sub-modes to set options, then return to the parent mode to display the results of your commands. You also return to the parent mode to enter other sub-modes. To return to the parent mode, you hit ctrl-z. This puts any commands you have just issued into affect, and returns you to parent mode.

3.1 Global configuration (config)
To configure any feature of the router, you must enter configuration mode. This is the first sub-mode of the parent mode. In the parent mode, you issue the command config.

Router#config
Router(config)#

As demonstrated above, the prompt changes to indicate the mode that you are now in.
In connfiguration mode you can set options that apply system-wide, also refered to as "global configurations." For instance, it is a good idea to name your router so that you can easily identify it. You do this in configuration mode with the hostname command.

Router(config)#hostname ExampleName
ExampleName(config)#

As demonstrated above, when you set the name of the host with the hostname command, the prompt immediately changes by replacing Router with ExampleName. (Note: It is a good idea to name your routers with an organized naming scheme.)
Another useful command issued from config mode is the command to designate the DNS server to be used by the router:

ExampleName(config)#ip name-server aa.bb.cc.dd
ExampleName(config)#ctrl-Z
ExampleName#

This is also where you set the password for privileged mode.

ExampleName(config)#enable secret examplepassword
ExampleName(config)#ctrl-Z
ExampleName#

Until you hit ctrl-Z (or type exit until you reach parent mode) your command has not been put into affect. You can enter config mode, issue several different commands, then hit ctrl-Z to activate them all. Each time you hit ctrl-Z you return to parent mode and the prompt:

ExampleName#

Here you use show commands to verify the results of the commands you issued in config mode. To verify the results of the ip name-server command, issue the command show host.

3.2 Configuring Cisco router interfaces
Cisco interface naming is straightforward. Individual interfaces are referred to by this convention:

media type slot#/port#

"Media type" refers to the type of media that the port is an interface for, such as Ethernet, Token Ring, FDDI, serial, etc. Slot numbers are only applicable for routers that provide slots into which you can install modules. These modules contain several ports for a given media. The 7200 series is an example. These modules are even hot-swapable. You can remove a module from a slot and replace it with a different module, without interrupting service provided by the other modules installed in the router. These slots are numbered on the router.
Port number refers to the port in reference to the other ports in that module. Numbering is left-to-right, and all numbering starts at 0, not at one.
For example, a Cisco 7206 is a 7200 series router with six slots. To refer to an interface that is the third port of an Ethernet module installed in the sixth slot, it would be interface ethernet 6/2. Therefor, to display the configuration of that interface you use the command:

ExampleName#show interface ethernet 6/2

If your router does not have slots, like a 1600, then the interface name consists only of:

media type port#

For example:
ExampleName#show interface serial 0

Here is an example of configuring a serial port with an IP address:

ExampleName#config
ExampleName(config)#interface serial 1/1
ExampleName(config-if)#ip address 192.168.155.2 255.255.255.0
ExampleName(config-if)#no shutdown
ExampleName(config-if)#ctrl-Z
ExampleName#

Then to verify configuration:

ExampleName#show interface serial 1/1

Note the no shutdown command. An interface may be correctly configured and physically connected, yet be "administratively down." In this state it will not function. The command for causing an interface to be administratively down is shutdown.

ExampleName(config)#interface serial 1/1
ExampleName(config-if)#shutdown
ExampleName(config-if)#ctrl-Z
ExampleName#show interface serial 1/1

In the Cisco IOS, the way to reverse or delete the results of any command is to simply put no infront of it. For instance, if we wanted to unassign the IP address we had assigned to interface serial 1/1:

ExampleName(config)#interface serail 1/1
ExampleName(config-if)#no ip address 192.168.155.2 255.255.255.0
ExampleName(config-if)ctrl-Z
ExampleName#show interface serial 1/1

Configuring most interfaces for LAN connections might consist only of assigning a network layer address and making sure the interface is not administratively shutdown. It is usually not necessary to stipulate data-link layer encapsulation. Note that it is often necessary to stipulate the appropriate data-link layer encapsulation for WAN connections, such as frame-relay and ATM. Serial interfaces default to using HDLC. A discussion of data-link protocols is outside the scope of this document. You will need to look up the IOS command encapsulation for more details.

3.3 Configuring Cisco Routing
IP routing is automatically enabled on Cisco routers. If it has been previously disabled on your router, you turn it back on in config mode with the command ip routing.

ExampleName(config)#ip routing
ExampleName(config)#ctrl-Z

There are two main ways a router knows where to send packets. The administrator can assign static routes, or the router can learn routes by employing a dynamic routing protocol.

These days static routes are generally used in very simple networks or in particular cases that necessitate their use. To create a static route, the administrator tells the router operating system that any network traffic destined for a specified network layer address should be forwarded to a similiarly specified network layer address. In the Cisco IOS this is done with the ip route command.

ExampleName#config
ExampleName(config)#ip route 172.16.0.0 255.255.255.0 192.168.150.1
ExampleName(config)#ctrl-Z
ExampleName#show ip route

Two things to be said about this example. First, the packet destination address must include the subnet mask for that destination network. Second, the address it is to be forwarded to is the specified addres of the next router along the path to the destination. This is the most common way of setting up a static route, and the only one this document covers. Be aware, however, that there are other methods.

Dynamic routing protocols, running on connected routers, enable those routers to share routing information. This enables routers to learn the routes available to them. The advantage of this method is that routers are able to adjust to changes in network topologies. If a route is physically removed, or a neighbor router goes down, the routing protocol searches for a new route. Routing protocols can even dynamically choose between possible routes based on variables such as network congestion or network reliability.

There are many different routing protocols, and they all use different variables, known as "metrics," to decide upon appropriate routes. Unfortunately, a router needs to be running the same routing protocols as its neighbors. Many routers can, however, run mutliple protocols. Also, many protocols are designed to be able to pass routing information to other routing protocols. This is called "redistribution." The author has no experience with trying to make redistribution work. There is an IOS redistribute command you can research if you think this is something you need. This document's compagnion case study describes an alternative method to deal with different routing protocols in some circumstances.

Routing protocols are a complex topic and this document contains only this superficial description of them. There is much to learn about them, and there are many sources of information about them available. An excelent source of information on this topic is Cisco's website, http://www.cisco.com.

This document describes how to configure the Routing Information Protocol (RIP) on Cisco routers. From the command-line, we must explicitly tell the router which protocol to use, and what networks the protocol will route for.

ExampleName#config
ExampleName(config)#router rip
ExampleName(config-router)#network aa.bb.cc.dd
ExampleName(config-router)#network ee.ff.gg.hh
ExampleName(config-router)#ctrl-Z
ExampleName#show ip protocols

Now when you issue the show ip protocols command, you should see an entry describing RIP configuration.

3.4 Saving your Cisco Router configuration
Once you have configured routing on the router, and you have configured individual interfaces, your router should be capable of routing traffic. Give it a few moments to talk to its neighbors, then issue the commands show ip route and show ip arp. There should now be entries in these tables learned from the routing protocol.

If you turned the router off right now, and turned it on again, you would have to start configuration over again. Your running configuration is not saved to any perminent storage media. You can see this configuration with the command show running-config.

ExampleName#show running-config

You do want to save your successful running configuration. Issue the command copy running-config startup-config.

ExampleName#copy running-config startup-config

Your configuration is now saved to non-volatile RAM (NVRAM). Issue the command show startup-config.

ExampleName#show startup-config

Now any time you need to return your router to that configuration, issue the command copy startup-config running-config.

ExampleName#copy startup-config running-config

3.5 Example Cisco Router configuration

1. Router>enable
2. Router#config
3. Router(config)#hostname N115-7206
4. N115-7206(config)#interface serial 1/1
5. N115-7206(config-if)ip address 192.168.155.2 255.255.255.0
6. N115-7206(config-if)no shutdown
7. N115-7206(config-if)ctrl-z
8. N115-7206#show interface serial 1/1
9. N115-7206#config
10. N115-7206(config)#interface ethernet 2/3
11. N115-7206(config-if)#ip address 192.168.150.90 255.255.255.0
12. N115-7206(config-if)#no shutdown
13. N115-7206(config-if)#ctrl-z
14. N115-7206#show interface ethernet 2/3
15. N115-7206#config
16. N115-7206(config)#router rip
17. N115-7206(config-router)#network 192.168.155.0
18. N115-7206(config-router)#network 192.168.150.0
19. N115-7206(config-router)#ctrl-z
20. N115-7206#show ip protocols
21. N115-7206#ping 192.168.150.1
22. N115-7206#config
23. N115-7206(config)#ip name-server 172.16.0.10
24. N115-7206(config)#ctrl-z
25. N115-7206#ping archie.au
26. N115-7206#config
27. N115-7206(config)#enable secret password
28. N115-7206(config)#ctrl-z
29. N115-7206#copy running-config startup-config
30. N115-7206#exit

4. Troubleshooting your Cisco router
Inevitably, there will be problems. Usually, it will come in the form of a user notifying you that they can not reach a certain destination, or any destinattion at all. You will need to be able to check how the router is attempting to route traffic, and you must be able to track down the point of failure.

You are already familiar with the show commands, both specific commands and how to learn what other show commands are available. Some of the most basic, most useful commands you will use for troubleshooting are:

ExampleName#show interfaces
ExampleName#show ip protocols
ExampleName#show ip route
ExampleName#show ip arp

4.1 Testing connectivity
It is very possible that the point of failure is not in your router configuration, or at your router at all. If you examine your router's configuration and operation and everything looks good, the problem might be be farther up the line. In fact, it may be the line itself, or it could be another router, which may or may not be under your administration.
One extremely useful and simple diagnostic tool is the ping command. Ping is an implementation of the IP Message Control Protocol (ICMP). Ping sends an ICMP echo request to a destination IP address. If the destination machine receives the request, it responds with an ICMP echo response. This is a very simple exchange that consists of:

Hello, are you alive?
Yes, I am.

ExampleName#ping xx.xx.xx.xx

If the ping test is successful, you know that the destination you are having difficulty reaching is alive and physically reachable.

If there are routers between your router and the destination you are having difficulty reaching, the problem might be at one of the other routers. Even if you ping a router and it responds, it might have other interfaces that are down, its routing table may be corrupted, or any number of other problems may exist.

To see where packets that leave your router for a particular destination go, and how far, use the trace command.

ExampleName#trace xx.xx.xx.xx

It may take a few minutes for this utility to finish, so give it some time. It will display a list of all the hops it makes on the way to the destination.

4.2 debug commands
There are several debug commands provided by the IOS. These commands are not covered here. Refer to the Cisco website for more information.

4.3 Hardware and physical connections
Do not overlook the possibility that the point of failure is a hardware or physical connection failure. Any number of things can go wrong, from board failures to cut cables to power failures. This document will not describew troubleshooting these problems, except for these simple things.
Check to see that the router is turned on. Also make sure that no cables are loose or damaged. Finally, make sure cables are plugged into the correct ports. Beyond this simple advice you will need to check other sources.

4.4 Out of your control
If the point of failure is farther up the line, the prolem might lie with equipment not under your administration. Your only option might be to contact the equipment's administrator, notify them of your problem, and ask them for help. It is in your interest to be courtious and respectful. The other administrator has their own problems, their own workload and their own priorities. Their agenda might even directly conflict with yours, such as their intention to change dynamic routing protocols, etc. You must work with them, even if the situation is frustrating. Alienating someone with the power to block important routes to your network is not a good idea.

5. References
• Leinwand, Pinsky and Culpepper Cisco Router Configuration. Indianapolis, Indiana: Cisco Press, 1998.
• Cisco Systems, Inc., http://www.cisco.com/


Related Topics:
Network Connection Always Shows Access Denied
Default password for the Router
How to Reset Password on Cisco Router
Cisco Router Configuration Tutorial
How to find system uptime for Cisco Router

Read More...

How to find system uptime for Cisco Router

Cisco Tips


Last week I wrote article about how to find system uptime in windows, today I want to show you the easy tips to find system uptime in Cisco router

First login to the router and input User Name and Password
1. Connect to Router IP
Telnet xxx.xxx.xxx <- input the Router IP 2. Input your user name and Password Username : xxxx Password : xxxx 3. In privileged mode input command show version
Router1#show version




Please see in the above picture, now you can find system uptime in Cisco Router


Related Topics:
Network Connection Always Shows Access Denied
Default password for the Router
Cisco Router Configuration Tutorial
How to find system uptime for Cisco Router

Read More...

You wanna buy a flash disk, here's the tips to find a good one

Usb Flash Disk


At this moment, the Flash Disk is extremely popular for data storage. It because Flash Disks easy to carry and have large capacity to save the data. Most people are having this for their media storage. But do you know how to choose a good Flash Disk ?

before you buy one, please consider the tips such as below :

1. Security Software
At this time many Flash Disks include security features in their products. Some brands in the flash disk now equipped with data encryption. In accordance with the functions that are easy to carry and easy to transfer data, security is one of the important factors that should be include in the flash disk feature.

2. High Speed Usb 2.0
If we have large Flash Disk capacity, of course we need high speed data transfer also. Currently, flash disk technology speed is 2.0 High speed.
Below is a comparison of speeds of different technologies such as ADB, Serial, SCSI, and FireWire, from slowest to fastest. Please note that these are theoretical maximum throughputs of the different technology



The above table is the maximum theory speed. Maximum speed also depend on port USB in the PC whether its support USB 2.0 and USB cable

3. Warranty
Usually if we buy new Flash Disk we will have 1-2 years of warranty hardware. USB can last about 10.000 - 100.000 rewrite process. Make sure you get a warranty when buying Flash Disk.

4. Endurance
Please consider the sustainability of the Flash Disk material than it looks. Do not buy Flash Disk only because of good design/model but we have to choose Flash Disk which have good endurance.

5. Capacity
If we have large Flash Disk capacity, it will make comfortable to store and transfer the data, But in my opinion, 2 GB capacity is enough because the Flash disk is a temporary storage to save and transfer data to the PC, do not use Flash Disk as primary storage (remember point no : 3).

6. The last tips is get the cheap price..:) If we can get the cheap price why we have to buy the expensive one.. right?.. :)

usb-flashdisk

Related Topic :
You wanna buy a flash disk, here's the tips to find a good one
How to make laptop battery more durable used
Are You Buying the Right Laptop Computer?

Read More...

How to change Text color in the cell that contains negative numbers in Excel 2007

Microsoft Excel Tips

For example, I have the data such as in the Table below:



How to change the value negative numbers in the Amount Column with red color?

Follow the instructions below:
1. Select the data in the Amount column
Click Conditional Formating->Highlight Cell Rules-> Less then..




2. Enter the number “0” in Format cells that are LESS THAN: and select Red Text in the Box



3. Click OK

Now every negative number on the field will be colored red…Easy, right?

Related Topics:
How to Hide and Protect Pattern / Formula in Microsoft Excel 2007
How to Paste your data from Notepad to the Excel Columns
How to change Text color in the cell that contains negative numbers in Excel 2007
Microsoft Excel 2007: How to take limit value to the cell

Read More...

How to Disable USB Autorun in Windows

Windows Tips and Tricks

Currently many viruses spread to the computer through Flash disk. Mostly the viruses running through USB sticks using autorun function of USB and it does not require any user confirmation and runs the system in the background.
Many user using Flash disk to transfer data from computer to other computers, it will make potential to spread the virus more higher. Every time we use USB stick into the computer, Windows will automatically detect and run the device, but we can also reduce the potential spread of the virus from Flash disk with making Autorun function disable.

Follow the instruction below to make Autorun function disable:
1. Click the Start ->Run and type the command “gpedit.msc



2. Go to Computer Configuration -> Administrative Templates -> System
Scroll down to “Turn off Autoplay” and double click on it




3. Tick mark “Enabled” radio button, then for “Turn off Autoplay on” select “All drives




4. Click Apply->OK

This setting now will prevent any virus from auto executing itself through a USB drive but of course, using a good Antivirus and always update is a must.

Related Topics :
How to Disable USB Autorun in Windows
How to create simple, strong and memorable password in 3 Steps
How to find system uptime for Windows XP, Vista and Windows Server 2003
Tips for How to Increase your Internet Bandwidth in Windows
How to set auto shutdown for your computer-windows xp
How to make laptop battery more durable used

Read More...

How to use Strips Ad in Blogger

Tips for Bloggers

You can use Stripe-ads to promote something (can be text ads, announcements, Feed or any appropriate information needs) from your Blog. Using Strips-ads is better than using the ads in Popup-Ads (Pop-ups, pop-overs and pop-unders), because using Popup-Ads can be block by Popup Blocker and from some case readers feel annoying with Popup-Ads.

blogging tips

Folow Instruction below to use Strips ads:

1. Upload File javascript below to your storage location, Save the file with the name Stript-ads.js

var mta_arr = new Array();
var mta_clear = new Array();
function mtaFloat(mta) {
mta_arr[mta_arr.length] = this;
var mtapointer = eval(mta_arr.length-1);
this.pagetop = 0;
this.cmode = (document.compatMode && document.compatMode!="BackCompat") ? document.documentElement : document.body;
this.mtasrc = document.all? document.all[mta] : document.getElementById(mta);
this.mtasrc.height = this.mtasrc.offsetHeight;
this.mtaheight = this.cmode.clientHeight;
this.mtaoffset = mtaGetOffsetY(mta_arr[mtapointer]);
var mtabar = 'mta_clear['+mtapointer+'] = setInterval("mtaFloatInit(mta_arr['+mtapointer+'])",1);';
mtabar = mtabar;
eval(mtabar);
}

function mtaGetOffsetY(mta) {
var mtaTotOffset = parseInt(mta.mtasrc.offsetTop);
var parentOffset = mta.mtasrc.offsetParent;
while ( parentOffset != null ) {
mtaTotOffset += parentOffset.offsetTop;
parentOffset = parentOffset.offsetParent;
}
return mtaTotOffset;
}
function mtaFloatInit(mta) {
mta.pagetop = mta.cmode.scrollTop;
mta.mtasrc.style.top = mta.pagetop - mta.mtaoffset + "px";
}
function closeTopAds() {
document.getElementById("mta_bar").style.visibility = "hidden";
}

2. Create pic and upload to your storage location, Save the file with the name close.gif

3. Sign In to your Blogger account and go to Layout -> Edit HTML.


4. Find ]]></b:skin> you can use ctrl+f to make you easy to find the code

Copy CSS code below and Paste above ]]></b:skin>


#mta_bar { background: #FFFFE1; border-bottom: 1px solid #808080; margin: 0 0 3px 0; padding: 4px 0; z-index: 100; top: 0; left: 0; width: 100%; overflow: auto; position: fixed; }
* html #mta_bar{ /*IE6 hack*/
position: absolute; width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px"); }
#mta_bar .left { float: left; text-align: center; font-family: Arial; font-size: 13px; font-weight: bold; font-style: normal; color: #0000FF; width:92%;}
#mta_bar .right {font-family: Arial, Helvetica, sans-serif; float: right; text-align: center; font-weight: normal; font-size: 10px;letter-spacing: 0; width: 30px; white-space: nowrap;}
#mta_bar .right a {font-size: 10px; color: #0000FF; text-decoration: underline;}
#mta_bar .right a:hover {font-size: 10px; color: #0000FF; text-decoration: none;}
#left_bar a { text-decoration: none; color: #0000FF; }
#left_bar a:hover { text-decoration: underline; color: #0000FF; }

5. In your Template Find </head> , and copy-paste below code

<script src='http://www.locationURLwhereyousavethefile.com/Stripe-Ads.js' type='text/javascript'/>

Do not forget to adjust the location of the URL address where you save the JavaScript file

6. In your Template Find <body>, and copy-paste below code

<div id='mta_bar'>
<div id='left_bar'><span class='left'><a href='
http://feeds.feedburner.com/Gokhiel-logs' target='_blank'>Get the latest update from gokhiel Weblog via Email?&lt;/a></span></div>
<span class='right' onmouseout='self.status=&apos;&apos;' onmouseover='self.status=&apos;
gokhiel.com&apos;;return true;'> <img align='absmiddle' border='0' onClick='closeTopAds();return false;' src=' http://www.locationURLwhereyousavethefile.com/close.gif.' style='cursor:hand;cursor:pointer;'/></span></div>

7. Preview your Blog if its ok you can save your Template. :)



Related Topics:
How to Remove Underline below Text Link in Blogspot
How to add a PAYPAL DONATE button to your blog (Blogspot)
How to Make Author Comment Have Different Color in Blogspot
How to Remove the Number of Label in Blogspot
How to use Strips Ad in Blogger
How to Hide / Remove Blogger Navigation bar

Read More...

How to find system uptime for Windows XP, Vista and Windows Server 2003

Windows Tips

For some case sometime we need to know how long our windows system uptime (how long since it last booted up). Usually I need to know about system uptime in Windows Server to know how stable our system and to find if there is system failure.

Here is the easy tips to know windows system uptime :
1. Start -> run
2. type: cmd
3. type: systeminfo find /i "up time"



You can use this command for Windows XP, Vista and Windows Server 2003

In windows Vista there is another way to determine system uptime. you can find system uptime information in Task Manager.

you can use Ctrl+Shift+Esc or you can right click Task manager.
After that you can choose Tab Performance




Related Topic :
Increase Virtual Memory in Windows to Solve the "Low Memory" Problem
How to Disable USB Autorun in Windows
How to Remove Icons from the System Tray in Windows Vista
How to find system uptime for Windows XP, Vista and Windows Server 2003
Tips for How to Increase your Internet Bandwidth in Windows
How to set auto shutdown for your computer-windows xp
How to make laptop battery more durable used
Read More...

How to make laptop battery more durable used

Battery Laptops

How long your battery keep alive? of course there are variety answers , maybe your batteries can live for 5 years, 4 years, maybe 1 year or a few months only.

the resilience of laptop batteries depend on particularly concerning the use and habits of laptop users.

Below are the things which can make the batteries used more durable:
1. Reduce the level of Brightness on the monitor screen
In the laptop you can press fn+F9 or fn+F10 (depend your keyboard layout)
2. Turn off the wireless signal when it is not in use


3. Setting your Power management
Start -> Control Panel -> Power Option


4. Base on my experience if we have a lot of program installed in the computer, it will make computer running slow and will consume a lot of batteries. So its better to install the program which is we are needed in our laptop

5. Charge the battery when the battery become low and don’t charge if the battery is full to avoid overload

6. Its better to release the battery when you want to work for along time

laptop-batteries

Related Topic :
You wanna buy a flash disk, here's the tips to find a good one
Are You Buying the Right Laptop Computer?
How to Disable USB Autorun in Windows
How to find system uptime for Windows XP,Vista and Windows Server 2003
Tips for How to Increase your Internet Bandwidth in Windows
How to set auto shutdown for your computer-windows xp
How to make laptop battery more durable used

Read More...

Recent Article about SEO (Search Engine Optimation)

SEO Tips

Every time article about SEO was published, many people who are a beginner or an advance person in blog or web are interested to read it

A few days ago, I found the latest articles about Google Starter Guide from Google Webmaster Central Blog

in Search Engine Optimization Starter Guide covers around a dozen common areas that webmasters might consider optimizing.
Here is the index of contents that should interest you.
• Create unique and accurate page titles
• Make use of the “description” meta tag
• Improve the structure of your URL’s
• Make your site easier to navigate
• Offer quality content and services
• Write better anchor texts
• Use heading tags appropriately
• Optimize your use of images
• Making effective use of Robots.txt
• Be aware of “nofollow” tags for links
• Promoting your website in the right ways
• Make use of free webmaster tools
• Take advantage of web analytics services


download
Official Google SEO Started guide (.pdf) and see what Google expects from your site.


Related Topic:
Recent Article about SEO (Search Engine Optimation)
Tips for How to Increase your Internet Bandwidth in Windows
Translate your languages to other languages with GOOGLE TRANSLATE
Free Online Hard Drive
What is Google Chrome ?
How to Configure Mail Gmail to Windows Live Mail
How to use Icon Yahoo Messanger! Status in Blog
Macam-Macam Setting Simcard untuk Koneksi Internet
Read More...

How to preview the word documents without opening?

Microsoft Word Tips

Do you have a lot of data in Microsoft word and you don’t know or not sure which file that you need to open? Yeah..its sometime happen to us and of course it will take a much time to open it one by one.

Actually there is a simple tips to preview the word documents without opening it.
Ok follow the step below:
1. First click on Start >Program then click on Microsoft Word to run the word application.
2. Now go to File menu (or Button on the top left in Microsoft Offfice 2007) and click on Open
3. Click button view and select Preview (Please see below picture)

Now you can preview the Word documents without opening the file.

Related Topics :
How to configure Word, Excel 2007 options to save file into 97-2003 format?
How to preview the word documents without opening?
How to Change Saving Default File Location in MS Word 2007
Read More...

Tips for How to Increase your Internet Bandwidth in Windows

Internet Bandwidth

In Microsoft Windows as default will take our bandwidth about 20%. Windows reserve internet bandwidth up to 20% for various services such as Windows updates, spyware check, interrogating your machine etc..)
If you want to remove limitation from windows and want to maximize your bandwidth, Follow the instruction below :
1. Click Start > Run > type "gpedit.msc"

2. Expand the Local Computer Policy > Computer Configuration > Administrative Templates > Network > QOS Packet Scheduler > Limit Reservable Bandwidth


3. Double click on Limit Reservable bandwidth
Tick Enable and set Bandwidth limit(%) to Zero (0)

4. Click Apply , OK
5. Then exit and restart the computer


Related Topic :
How to Disable USB Autorun in Windows
How to find system uptime for Windows XP, Vista and Windows Server 2003
Tips for How to Increase your Internet Bandwidth in Windows
How to set auto shutdown for your computer-windows xp
How to make laptop battery more durable used
How to create simple, strong and memorable password in 3 Steps
How to Backup Windows XP Registry Manually
How to change a drive letter
Read More...

How to set auto shutdown for your computer-windows xp

Window Tips

"I want my computer to shutdown automatically, can I do that?
One day my friend gave that question to me.. the answer is Yes ..we can shutdown the computer automatically.
Actually we can do that without using specific software/tool. the easy way to shutdown the computer and set the computer to close all running application properly is using command set
Follow shutdown process below:

  • Click on Start button then go to Run option.
  • Type shutdown.exe -s -t xxx then press ok button.
xxx mean time in second. You can input 60,120,180 and so on..its up to you to set shutdown time in second
for example: I type shutdown.exe –s –t 60 ( I want to shutdown the computer automatically in 1 minute).


Press OK button then , a small window will appear to count time of system shutdown



If you want to cancel the process, you can follow the step below:

Click on Start button then go to Run option.
Type shutdown.exe - a then press ok button.

Once you press the OK button then the process will abort automatic shutdown process


Related Topics :
How to find system uptime for Windows XP, Vista and Windows Server 2003
Tips for How to Increase your Internet Bandwidth in Windows
How to Turn on / Turn off Guest Account in Windows XP
How to set auto shutdown for your computer-windows xp
How to make laptop battery more durable used
How to Disable USB Autorun in Windows
How to create simple, strong and memorable password in 3 Steps
How to change a drive letter

Read More...

Translate your languages to other languages with GOOGLE TRANSLATE

Language Translation

Perhaps there is someone still doesn't know yet that on 26 September 2008, google can translate Indonesian language to interpret other language.




http://translate.google.com/


Currently,Google can translate in 34 languages.
With the user friendly interface from this software we can easy to operate this software. We can input or paste the sentence that we want to translate in the box, select the language by dropdown the button menu and click Translate. The translated results will be displayed in the right column of the page.

From the output results there is still some mistakes in translating the language but I thinks its still ok since interpret native language is difficult but I think this translation software is very helpful for us who want to interpret foreign language
This software translation developed by Google's research group. Google is fervently interested in better machine translation. With it, it can use its search technology to link people with data around the world, regardless of language barriers, making its search engine significantly more powerful.


Related Topic:
Recent Article about SEO (Search Engine Optimation)
Tips for How to Increase your Internet Bandwidth in Windows
Website to Map IP address (tools to identify visitor's geographical location)
Translate your languages to other languages with GOOGLE TRANSLATE
Free Online Hard Drive
What is Google Chrome ?
How to Configure Mail Gmail to Windows Live Mail
How to use Icon Yahoo Messanger! Status in Blog
Macam-Macam Setting Simcard untuk Koneksi Internet

Read More...

How to Hide / Remove Blogger Navigation bar

Blogging Tips

blogging tips
So many question from the blogger to know How to Hide or Remove Blogger Navigation bar. The simple trick to remove it is just paste this below code in your template code:
#navbar-iframe {
display: none !important;
}


below is the step to hide Blogger banner:
1. Logon to Blogger
2. On your Dashboard, select Layout
3. From the Template tab, click "Edit Html"
4. In your HTML code find this below code
/* Variable definitions
=================
5. Above that line of code paste this below code
#navbar-iframe {
display: none !important;}




6. Save

To put the Navigation Bar back simply just remove the code
Because now you no longer have Navigation Bar, you will now have to go to http://www.blogger.com to get your dashboard.

Related Topics:
How to Remove Underline below Text Link in Blogspot
How to add a PAYPAL DONATE button to your blog (Blogspot)
How to Create Link Exchange Box in your Blog / Website
How to Make Author Comment Have Different Color in Blogspot
How to Remove the Number of Label in Blogspot
How to use Strips Ad in Blogger
How to Hide / Remove Blogger Navigation bar

Read More...

Free Online Hard Drive

Online Drives

When I went to the other place or just walking around with my friend, sometimes I got some case that I have to record or take a data from my computer or laptop, but how about if I am not bring my laptop? or my computer having a problem. One of good solution is saving or make the backup of my data on the internet.

Then I try to find web storage on the internet (of course the free one ..:) . One of good software that I found as web storage is Xdrive. http://www.xdrive.com/



In this website I read that the Xdrive online backup service is a personal hard drive on the Internet. They can give free 5 GB storage.

I like this software because there is a lot of available features and it’s provided by a good explanation to use the application.


From the interface of this software we can find My documents, My Music, My Photo.. etc ( just like My documents in local computer )

Another feature that I like from this software is we can Install Xdrive® Desktop Lite. After we Install this Xdrive® Desktop Lite we can easy to drag and drop files directly from our desktop, hard drive, or USB device directly into our Xdrive account. for more information you can directly go to http://www.xdrive.com/ just try it..its free..:)

Related Topic:
Recent Article about SEO (Search Engine Optimation)
Tips for How to Increase your Internet Bandwidth in Windows
Translate your languages to other languages with GOOGLE TRANSLATE
Free Online Hard Drive
Speed Test : Testing your Internet Speed
What is Google Chrome ?
Tips for Searching data in Rapidshare, Ziddu and others web hosting
How to Configure Mail Gmail to Windows Live Mail
How to use Icon Yahoo Messanger! Status in Blog
Macam-Macam Setting Simcard untuk Koneksi Internet

Read More...

Microsoft Excel 2007: How to take limit value to the cell

Microsoft Excel 97

Do you want to input data in Microsoft excel but give a limit value to the cell? Can we do that in Excel? Yup..please find the tips below:

For example we want to give limit data between 10 to 100
1. Select the cell that we want to give the data ex : D2:D5
2. Select data validation (in tab Data -> Data Validation)
3. Input data in Tab setting after select Data Validation :
-Allow : Decimal
-Data : Beetwen
-Minimum : 10
-Maximum : 100
4. press ok

Test input data outside the range Ex : 101 then you will have an Error Message.

You can modify the Error Message by setting the error Message in Tab Error Alert.
For detail step for this tips you can download the PDF file in this location.

Related Topics:
How to configure Word, Excel 2007 options to save file into 97-2003 format?
Easy tips to create graphic in Excel
How to Hide and Protect Pattern / Formula in Microsoft Excel 2007
How to Paste your data from Notepad to the Excel Columns
How to change Text color in the cell that contains negative numbers in Excel 2007
Easy tips to delete blank rows in Excel
Microsoft Excel 2007: How to take limit value to the cell

Read More...

What is Google Chrome ?

Google Chrome

Sometime I got question by my friend “What is Google Chrome ?”.
Yeah..commonly we know Google as “powerful” search engine machine but now Google have new product : Google Chrome www.google.com/chrome



Google Chrome is web browser Like Internet Explorer, Firefox, Safari, Opera etc.

Google Chrome was launched by Google in 2 September 2008. At the moment Google Chrome still in Beta version. Even still new, Form my experience Google Chrome give good performance when browsing.To know the benchmark comparison from other web browser, I try to search on the internet and found interesting web which give Google Chrome test information in their article 31 October 2008 http://news.cnet.com/8301-17939_109-10080099-2.html


From the test I think as a Beta Version Google Chrome give “strong challenge” to other web browser ..:)
To know how Google Chrome work, Google give the comic tutorial for user at www.google.com/googlebooks/chrome



Related Topic:
Recent Article about SEO (Search Engine Optimation)
Tips for How to Increase your Internet Bandwidth in Windows
Translate your languages to other languages with GOOGLE TRANSLATE
Free Online Hard Drive
What is Google Chrome ?
How to Configure Mail Gmail to Windows Live Mail
How to use Icon Yahoo Messanger! Status in Blog
Macam-Macam Setting Simcard untuk Koneksi Internet

Read More...

 

Recent Comment

Computers Computers Blogs - 
Blog Top Sites


Support Gokhiel Weblog, Any help would be highly appreciated..thank you :)
twitter follow me