August 2006
Monthly Archive

Loading ...
Sat 26 Aug 2006
It is annoying to have to get out of config mode on a router or switch whenever you need to run an exec level command. The ‘do’ command allows you to run exec level commands from config mode.
Examples:
Router(config)#do show run
Router(config)#do show interface f0/0
Click Image to play tutorial:


Loading ...
Wed 23 Aug 2006
Posted by Josh under
Misc -
No Comments
Free from Microsoft. Download virtual desktop manager
After you have installed this small power toy, right-click on the task bar, select Toolbars > Desktop Manager.
(more…)

Loading ...
Mon 21 Aug 2006
Dual-homed environments with different ISPs have usually meant that BGP must be used and that both ISPs must support BGP routing. Throughout this tutorial, I will show you how you can have mulitple ISPs without BGP or provider independant IP addresses. Tracking objects provide a means of removing static routes if the ISP cannot be contacted.
(more…)

Loading ...
Thu 17 Aug 2006
Posted by Josh under
Cisco -
No Comments
Free visio stencil downloads from Cisco. Click Here!

Loading ...
Tue 15 Aug 2006
Posted by Josh under
Linux -
[2] Comments
Use this simple command to find large directories. To find directories over 1GB
[root@localhost]# du -h / | grep ^[0-9\.]*G
Click to play tutorial:

(more…)

Loading ...
Mon 14 Aug 2006
Posted by Josh under
Linux ,
SSH -
[7] Comments
For Linux administrators that use Windows for their desktop OS, Putty is an invaluble tool. This tutorial will help you save time administering your servers without having to login to provide a username and password each time.
Click to play tutorial:

(more…)

Loading ...
Wed 9 Aug 2006
Posted by Josh under
Linux ,
SSH -
1 Comment
This tutorial will help you save time administering your servers without having to login to provide a username and password. I use it to execute remote commands or scripts on a remote server.
(more…)