Cisco VPN software, Forgot the group password

So you forgot the group password to your VPN concentrator (clients too) Read more

How to find a file in Linux or Unix

cd /

[root@localhost ~]# find / -name file.txt

this will allow you to find a file via the command line if it’s on your system

Command Line RSS Perfect for Scripts

Do you need a RSS reader you can call from the command line or a UNIX script? Read more

Find active IP address by MAC address

So you need to know a devices IP address and all you have is the MAC address. Read more

How to make firefox 10 times faster

We all know firefox is the fastest internet browser. Firefox is not only faster than netscape and Internet Explorer (IE) it is more secure and I have never had firefox lock up or crash on me.

Now that firefox is installed we are going to make it 10 times faster by telling firefox it is okay to open up multiple connects to the web site we are visiting. So it’s like having 10 browsers working for you to open one web page! This works especially well when uploading files (pictures, email attachments etc) to a websites like hotmail, yahoo mail and flickr etc.

Open firefox and in the address bar type: about:config

firefox faster

Now in the filter filled type in “network” or just search for network.http.pipelining – okay now change network.http.pipelining to true by clicking it. see photo below. This will allow pipelining and is step one in how to make firefox faster.

firefox much faster

Normally Mozilla Firefox only sends one or two tunnels to the website you are visiting – Changing the following setting will allow 10 tunnels thus allowing you to view the site faster. This works good for large sites like youtube, yahoo, google, and I noticed my webmail is a lot faster to. Please don’t set it any higher than 10 because it will hurt small sites that can’t handle tons of request.

firefox 10 times faster

That’s all! wasn’t that easy! that’s how to make firefox faster! well what we really did was allow firefox to pipeline multiple connections to websites thus using more of your bandwidth and the site which you are connecting to so keep maxpipeline set to 10.. anything higher is bad mojo.

If you use a proxy server then you can also change the following setting to allow pipelining to a proxy. Firefox faster with a proxy!

firefox proxy faster

Now what are you waiting for? Download firefox now! The download is from google and includes firefox and the google tool bar.

Monitor IP traffic with your Cisco Switch

Are you tired of having to google search every time you need to configure your switch or router? Take your CISCO skills to the next level in short order with Transcender. They offer free practice exams and an exam pass guarantee, worked for me or else I wouldn’t recommend them! Read more

IPS IDS Tuning & Incident response guide

IPS Maintenance Tuning and Response Guide

Go to configuration guide
Go to installation guide

IPS and intrusion detection system tuning and response may seem cumbersome at first but gets less cumbersome with time. Read more

IPS IDS Configure Tune & Incident response guide

IPS configuration guide

Skip to IPS maintenance tuning and response guide
Go back to IPS installation guide

Configuration is and will be vendor specific however the below list can be used as a universal baselines Read more

IPS IDS Install tune & incident response guide

Purpose

Intrusion Prevention System (IPS) is a device that monitors the network traffic passing through it (inline) or given to it (promiscuous) and reacts based on predefined variables. Intrusion Detection Systems react but not in a invasive manner.. meaning they only can report or log activity. Read more

2-factor authentication banking industry

2-factor authentication by definition means to authenticate a persons by what he has, knows and is or does. 2-factor authentication in the banking industry is increasingly important. Yes 2-factor authentication can be cracked but it is extremely difficult especially when implemented properly. I’d like to quickly review the basics of 2-factor authentication and then perform an analysis of how it can be implemented in the banking industry.
Read more