CCNA Study Guide and Computer Tips
learn computer tips and tricks from nobody
Place your ad here! Banner Size (468 x 60)
Email us at support@bitsbyjohn.com

How to get 25GB online cloud storage for free

There are several free online cloud storage which offers sharing and assign permission for folders for private or public but with Windows Live SkyDrive, you can avail of free online storage for 25GB at most. SkyDrive also offers its users to create Word, Excel, PowerPoint documents, without having Microsoft Office installed.

One thing that interests me is the drag, drop and upload feature which simplifies the backup process. Since SkyDrive is a cloud online storage, you don’t need to be on your computer to access your files, instead, you’ll only need to be with any computer with internet or even with mobile devices like phone that can access the internet. Read More

Posted in How To's Guide | Leave a comment

How to change back to old facebook chat list with Facebook Chat Sidebar Disabler

Facebook now comes with its new facebook chat list and some users don’t really like this upgrade. There are some tools to disable this and Facebook Chat Sidebar Disabler a browser extension that makes it for free.

 

Made by VittGam, Facebook Chat Sidebar Disabler is compatible with browsers listed below.

  • Firefox version: https://addons.mozilla.org/en/firefox/addon/fb-chat-sidebar-disabler/
  • Opera version: https://addons.opera.com/addons/extensions/details/facebook-chat-sidebar-disabler/?display=en
  • Google Chrome: https://chrome.google.com/webstore/detail/bfipfkeoidmndggnnpobeenlamiclald

 

Install as browser extension and press F5 to refresh your browser or restart your browser.

Use the Option menu in the buddy list to switch between facebook chat list old-style and normal-style. Read More

Posted in How To's Guide | 1 Comment

Cisco Router Sub-Configuration Mode

The configuration access mode contains two different levels:

  1. Global Configuration mode
  2. Sub-configuration mode

At the Sub-configuration mode, the commands that are entered affect only specific component of the device.

The following are the different sub-configuration modes and their corresponding prompts

Mode prompt
Interface Subconfiguration mode (config-if)#
Subinterface Subconfiguration mode (config-subif)#
Line Subconfiguration mode (config-line)#
Controller Subconfiguration mode (config-controller)#
IP Routing Protocol Subconfiguration mode (config-router)#

To return to global configuration mode, type exit from the sub-configuration mode.

Posted in CCNA Study Guide | Leave a comment

How to lock folder without using software

The lock folder method might also be called as folder cloacking where a folder is renamed to a known Windows Class Identifier (CLSID) to redirect to a different special folder upon opening. This method can be executed in a single cmd command only.

Steps to execute to lock your folder.

1. Your folder resides in Drive E labeled as myfolder (Your folder may be in different location and your folder may be with different name. It is important that you know where your folder reside to continue with step 2).

2.  Open a command prompt by going to Start>All Programs>Accessories>Command Prompt

or simply press Win+R to open Run and type cmd.

3. Change to folders location. With this example type E: to change prompt to folders current location.

4. Rename the folder by issuing a ren foldername foldername.CLSID. With this example, ren myfolder myfolder.{645ff040-5081-101b-9f08-00aa002f954e}

5. The folder will change to recycle bin. Read More

Posted in How To's Guide | Leave a comment

Dealing with Cisco Router Modes

There are 3 router modes available to cisco routers. These modes can be accessed via Command Line Interface or commonly known as CLI which is also known as EXEC. Therefore, 3 router modes is also the 3 exec modes which has its own different levels of access to Cisco IOS Commands.

  1. User Exec Mode – This is also known as Privilege Level 1. By default configuration of router, this mode grants user to have access to some information about the router, viewing the status of the routing table as well as the status of the interfaces within. However, you cannot make any changes and or view the running configuration file. The prompt for this level is Router>, where Router is the name of the device.
  2. User Privilege Mode – This mode is also known as Privilege Level 15. This level is somewhat similar to the administrator privilege in Windows operating systems and root in Linux. By typing enable in User Exec Mode, the user is taken into a higher privilege which is privilege 15 by default. This provides a high-level management access to the IOS, where User EXEC mode command can also be used. The prompt for this level is Router#, sending disable command will eventually set a lower privilege level of 1 which is the User Exec Mode.
  3. Configuration Mode – This mode gives you total access to configuration commands that affect the entire system. There are several source of configuration commands like terminal, memory and network. User in Privilege Exec Mode can enter within configuration mode by switching to terminal using “configure terminal” command or “config term” as well as “conf t”. The prompt for this mode is Router(config)#, hitting Ctrl+Z enables user to go back to Privilege Exec Mode. Read More
Posted in CCNA Study Guide | Tagged , | Leave a comment

Cisco IOS Boot-up Sequence Explained

The operating system used by Cisco routers is called the Internetwork Operating System most commonly known as IOS. Depending on the type and model of a router, a specified IOS image can only be installed.

It is very difficult to understand the output produced by a cisco router during an IOS boot-up sequence. With this, I will enumerate and discuss each line.

System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)

Cisco 1841 (revision 5.0) with 114688K/16384K bytes of memory.

This two lines state the version of the system bootstrap (like bios),  hardware model and memory capacity of the device. This performs the POST (Power on Self Test). And execute the bootstrap loader from the ROM.

Self decompressing the image :########################################################################## [OK]

At this stage the bootstrap locates the IOS image from the FLASH and load the operating system.

Restricted Rights Legend
Use, duplication, or disclosure by the Government issubject to restrictions as set forth in subparagraph(c) of the Commercial Computer Software – RestrictedRights clause at FAR sec. 52.227-19 and subparagraph(c) (1) (ii) of the Rights in Technical Data and ComputerSoftware clause at DFARS sec. 252.227-7013. Read More

Posted in CCNA Study Guide | Tagged , | Leave a comment

How to Connect a Router to a Computer

Cisco Router Console Port

Depending on the type of router, a console port may be found either on the front or on the back. “Console Port” is sometimes referred to as “Management Port”. The port looks like a regular Ethernet port which uses RJ-45 connector, however, Console Port is far different from it. The Console Port is used using a Console Cable which allows you to configure a router from a PC. A console cable is usually shipped with router. A color blue cable with RJ-45 connector on one end and a db9 female serial connector on the other end. The serial connector should be plugged in to serial port and the RJ-45 connector is in console port.

LAN Ethernet Ports

Routers specifically made by cisco is modular. Meaning, modular cards can be attached unto it. You can add more modules for more ports. Lan ports are usually labeled as FE0, FE1, FE2, FE3. LAN Ethernet Ports are used for workstations and networking switches. These ports can also be configured for Virtual LAN.

WAN Ethernet Ports

With this ports, broadband devices like Dsl Modem or Cable Modem can be connected. Ports are identified as interface for CISCO. Wan ports are labeled as Interface E1 or Interface FA4. Read More

Posted in CCNA Study Guide | Tagged , | 4 Comments

Understanding Cisco Routers

A router is an electronic device that has similar components in terms of hardware and software with that of computers at home and office.

 Some of the components found inside a router are the following:

  1. ROM
  2. CPU
  3. RAM
  4. Operating System

The main function of a router is to connect multiple networks which means that routers has multiple interfaces the each belongs to a different network. A router is an intelligent device that evaluates the packet (data that travels within routers) and decides where to forward and what network it should belong.

 For every network, a separate interface must be configured to a router. If configured properly, routers can be used to connect Local Area Networks (LAN), Wide Area Networks (WAN) or both. Read More

Posted in CCNA Study Guide | Tagged | Leave a comment

An Atheist Professor and A Christian Student

  • professor: You are a Christian, aren’t you, son?
  • student: Yes, sir.
  • professor: So, you believe in God?
  • student: Absolutely, sir.
  • professor: Is God good?
  • student: Sure.
  • professor: My brother died of cancer, even though he prayed to God to heal him. Most of us would attempt to help others who are ill. But God didn’t. How is God good, then? Hmm? Read More
Posted in Blogs | Leave a comment

How to build an input/output ISA expansion card

There are several ways on how to build and develop an input-output isa card. This tutorial merely focus on the steps on how to develop an electronic circuit layout into the presensitized printed circuit board (a factory prepared PCB surface coated with a photo sensitive emulsion). Assuming that the circuit schematic and pcb layout is already available. If for instance you don’t have the knowledge and the basics of building a circuit, please take some time to know the steps on how to build a circuit for an input-output isa card. Read More

Posted in How To's Guide | Tagged | Leave a comment
We Need Your Support
Please Support us by
Donating for Server Costs

Recent Posts

Default utility Image What are the different ways to connect to the internet? Tweet Digital devices are very common and serves as the primary tool for electronic communication world...
subnetting diagram Subnetting without using binary numbers Tweet When you are working on a network environment or plan to take a ccna...
login to facebook timeline How to Enable and Activate Facebook Timeline Tweet Everybody is talking about Facebook Timeline but what about it anyway, so what is...
Private VLAN Configuration Cisco CCNA Tutorial: Configure Basic VLAN Tweet With multiple hosts and servers on layer 2 switches, there are several issues arises...
Advance Static Routing Configuration on Cisco Routers Cisco CCNA Tutorial: Configure RIPv2 Routing Tweet From the last exercise of this CCNA Tutorial, we had configured dynamic routing using...

Top Visitors

free counters