16 April 2007

LinuxCBT Security Edition

 LinuxCBT Security Edition encompasses 7 pivotal security modules:

  1. Security Basics (fundamentals)
  2. Proxy Security featuring Squid
  3. Firewall Security featuring IPTables
  4. SELinux Security - MAC-based Security Controls
  5. Network Intrusion Detection System (NIDS) Security featuring Snort® NIDS
  6. Packet Capture Analysis Security featuring Ethereal®
  7. Pluggable Authentication Modules (PAM) Security

LinuxCBT Security Edition is unparalleled in content, depth and expertise. It entails 66-hours, or over 1.5-weeks of classroom training. LinuxCBT Security Edition prepares you or your organization for successfully securing GNU/Linux & Open Source-based solutions. As a by-product, many of the covered concepts, utilities and tricks are applicable to heterogeneous computing environments, ensuring your coverage of the fundamentals of securing corporate infrastructures.

Link: http://www.linuxcbt.com/products_linuxcbt_security_edition.php

Download:

RapidShare.com:

http://rapidshare.com/files/24428916/UDK.r00
http://rapidshare.com/files/24428924/UDK.r01
http://rapidshare.com/files/24431261/UDK.r02
http://rapidshare.com/files/24431270/UDK.r03
http://rapidshare.com/files/24431290/UDK.r04
http://rapidshare.com/files/24431286/UDK.r05
http://rapidshare.com/files/24431308/UDK.r06
http://rapidshare.com/files/24431305/UDK.r07
http://rapidshare.com/files/24431490/UDK.r08
http://rapidshare.com/files/24431502/UDK.r09
http://rapidshare.com/files/24432194/UDK.r10
http://rapidshare.com/files/24432172/UDK.r11
http://rapidshare.com/files/24432191/UDK.r12
http://rapidshare.com/files/24432196/UDK.r13
http://rapidshare.com/files/24432232/UDK.r14
http://rapidshare.com/files/24432225/UDK.r15
http://rapidshare.com/files/24432370/UDK.r16
http://rapidshare.com/files/24432373/UDK.r17
http://rapidshare.com/files/24432956/UDK.r18
http://rapidshare.com/files/24432972/UDK.r19
http://rapidshare.com/files/24432974/UDK.r20
http://rapidshare.com/files/24432976/UDK.r21
http://rapidshare.com/files/24432996/UDK.r22
http://rapidshare.com/files/24432638/UDK.r23
http://rapidshare.com/files/24433092/UDK.rar

Password: KELCYRA4EVER@UDK

Megaupload:

http://www.megaupload.com/?d=T2Q9MRJW
http://www.megaupload.com/?d=G0V0UVAO
http://www.megaupload.com/?d=7V7APUCK
http://www.megaupload.com/?d=A453QW5X
http://www.megaupload.com/?d=F2S7WJC2
http://www.megaupload.com/?d=HQXDYM8P
http://www.megaupload.com/?d=2KJZ1GXR
http://www.megaupload.com/?d=ONHOST3A
http://www.megaupload.com/?d=5ZXVJTRN
http://www.megaupload.com/?d=ZSOA0OM0

http://www.megaupload.com/?d=YNH2JFWI
http://www.megaupload.com/?d=NG827OT2
http://www.megaupload.com/?d=8924YZDF
http://www.megaupload.com/?d=H5BWR9RZ
http://www.megaupload.com/?d=BXZRRTT4
http://www.megaupload.com/?d=GV791I7N
http://www.megaupload.com/?d=0TOLKNP0
http://www.megaupload.com/?d=3HV0WA10
http://www.megaupload.com/?d=OLJ0J8NR
http://www.megaupload.com/?d=VIIGP9GO

http://www.megaupload.com/?d=VDHXAG53
http://www.megaupload.com/?d=J02QDKO7
http://www.megaupload.com/?d=29SL6210

Rapidshare.de:

http://rapidshare.de/users/X0VAJ6

LinuxCBT Scripting Edition (4CDs)

LinuxCBT Scripting Edition is a unique approach to teaching GNU/Linux Scripting skills. Serious Linux IT-professionals are expected to have a command of various scripting environments for administrative purposes. It consists of 4 LinuxCBT Scripting Products: BASH, Perl, Python & PHP.

LinuxCBT Scripting Edition, is unparalleled in content, depth and expertise. LinuxCBT Scripting Edition prepares you or your organization for successfully developing and implementing business-critical GNU/Linux-based scripting solutions. Linux automation requires a solid scripting foundation.

Recommended Prerequisites:

  • LinuxCBT Classic and/or Debian GNU/Linux Editions - Operating System (OS) Base
  • Open mind & determination to master Linux Scripting Solutions - BASH/Perl/Python/PHP
  • Access to a GNU/Linux-based PC to perform exercises in LinuxCBT Scripting Edition

Bourne Again Shell (BASH) Scripting - Disc 1

  • Introduction to BASH Command Line Interface (CLI)
    • Identify BASH installation & key configuration files on RedHat & Debian GNU/Linux distros
      • .profile/.bash_profile/.bashrc/.bash_history
    • Identify & use common built-in BASH commands (pwd,cd,set,unset,export,source,etc.)
    • BASH Command-line Expansion
      • Brace Expansion
      • Tilde Expansion
      • Parameter & variable Expansion
      • Command Substitution
    • BASH Reserved words
    • BASH History identification & configuration
    • Aliases (ls,du,df,rm,cp)
    • Backticks - command expansion & execution
    • BASH Prompt configuration
    • Command chaining
    • Error level/Return code (Command Exit Status) identification
      • Test return 0
      • Test return 126 - permissions
      • Test return 127 - command not found
    • Conditional execution of subsequent commands (&&,)
  • Redirection
    • Standard Input
      • Direct input from Standard Input
      • Redirect input from a file
    • Standard Output
      • Direct output to Standard Output
      • Redirect output to a file
      • Append Standard Output to an existing file
    • Standard Error
      • Redirect Standard Error
    • Input/Output (I/O) Redirection
      • Pipes
      • Sequential execution via pipes
    • Quoting & Escaping
      • single quotes preserves whitespace, double quotes don't
      • Full-quoting - single quotes - all enclosed values are literal
      • Partial quoting - double quotes - all enclosed values are literal except "$, \, `"
      • \ is the escape character used to treat following strings literally
  • BASH Scripting
    • Basic Script definition (hello world), permissions modification & execution
    • Internal BASH variables
    • Global Variable definition
    • Function definition
    • Local Variable definition - function scope
    • BASH Arrays
    • Loops
      • For
      • While
      • Until
    • Menu creation using Select
    • Job control - Foreground/Background processing
    • Conditionals - If-Then-Else - Testing
    • Case - Concise Conditional Branching
    • Positional Parameters
  • BASH Script Definition
    • Create BASH script to move multiple files to new names defined by positional parameters
    • Create script to monitor directory for file changes and report the differences via E-mail to Administrator
    • Create script to monitor directory size and report threshold encroachment to Administrator via E-mail
    • Define script to parse logs for keywords and notify the Administrator via E-mail
    • Create script to monitor network connectivity between hosts and report outages to Admin via E-mail
    • Define script to monitor process, restart if fails, and E-mail Administrator at defineable limits
    • Create script to backup sub-directories using Tar & Gzip, define threshold, and SSH file to remote host
    • Log the output of BASH scripts to a Syslog-like format
  • Practical Extraction & Reporting Language (Perl) - Disc 2
    • Basics
      • Discuss Perl's capabilities
      • Identify available Perl binaries on the system
      • Discuss Perldoc - documentation program
      • Discuss Perl interpreter
      • Define first Perl program - Hello World
      • Explain the application of the SHEBANG header within Perl scripts
      • Explain warnings options
      • Explain strict options
      • Discuss compilation of Perl scripts and compare and contrast with shell scripts
      • Comments
      • Print function
      • Escape sequences including (\t, \n, etc.)
      • Explain quoting rules and variable interpolation
      • Variable definition
      • Operators
    • Perl Variables
      • Variable scopes (Global/Local)
      • Scalars - single values
        • Discuss the properties of scalar variables
        • Evaluate the definition of scalars
        • Variable concatenation
      • Arrays - lists & lists of lists
        • Discuss the properties of array variables
        • Evaluate the definition of arrays
        • Multi-dimensional arrays
        • Array slices
        • Array functions
        • Ranges
      • Hashes - Key/Value pairs
        • Discuss the properties of hashes
        • Evaluate the definition of hashes
    • Control Structures
      • Discuss various types of Subroutines and features
      • Define non-returning sub-routines
      • Define returning sub-routine
      • Conditionals
      • If - integer and string comparisons
      • Else/elsif testing
      • Unless
      • For Loops
      • Foreach Loops - Array iteration
      • While Loops
      • Until Loops
    • General Perl Information I
      • Block Definition
      • Use the X Functions for file system testing
      • Positional parameters - ARGV
      • Determine number of command line arguments
      • Record Separators
      • Internal Perl Variables
      • Modules
      • Explore the module path and applicable variables
      • Discuss various ways to install Perl modules
      • Install modules
      • File I/O
      • File Handles
      • Open Function
      • Discuss rules regarding file handles and use of the open function
      • Assign file handles to Perl arrays for iteration
      • Process text files using applicable file I/O functions and foreach loops
      • Generate data files using file I/O functions
      • Die function
      • Error handing with Perl's built-in variables
      • Count records from input file
      • Use the Split function to separate fields based on various delimiters
      • Use Join to assemble lists
    • General Perl Information II
      • References
      • Chomp - strip superfluous characters
      • Command substitution
      • Use execute function to launch external programs
      • Use system function to execute external commands and evaluate return status
      • Regular Expressions discussion
      • Demonstrate the many rules of Regular Expressions
      • Process arrays using push/pop functions
      • Generated data files and process them using split and field determination
      • Mail integration using Sendmail
      • Mail integration using downloaded Perl mail module
      • Define and execute Perl one-liners
      • Common Gateway Interface (CGI) - Apache 2.x integration
      • Process GET & POST variables
      • MySQL Database integration
      • Identify required modules for MySQL integration
      • Define connection object
      • Execute SELECT queries
      • Execute INSERT queries
      • Execute UPDATE queries
      • Execute DELETE queries
  • Python - Object Oriented Linux Scripting Environment - Disc 3
    • Basics
      • Discuss Python's capabilities & features
      • Identify location of pre-installed Python 2.3x
      • Discuss Python's Interactive interface
      • Use the interactive interface to ouput basic expressions
      • Hello World
      • Identify reserved keywords
      • Escape sequences & escape character exploration
      • Define Python script using Linux SHEBANG header
      • Execute Python scripts using the Python interpreter directly
      • Discuss data types including strings, integers, lists, tuples, dictionaries, etc.
      • Define standard variable types
      • Use the print function to examine ouput of variables and expressions
      • Use the type function to resolve data type
      • Use the id function to expose the memory location of the stored variable
      • Explain and define references and integrate with the id function
      • Comments definition
      • Perform basic arithmetic to illustrate the PEMDAS order of operations and examine how to alter it
    • General Python Information I
      • Explain and illustrate STDIN usage
      • Examine the input function
      • Examine the raw_input function
      • Compare and contrast between input and raw_input functions
      • Define small script to make use of input/raw_input and basic math functions
      • Python Function concepts, applications and definition
    • String Manipulation
      • Define and ascertain the length of strings
      • String extraction using list elements and list slicing
      • Discuss immutable and mutable data types
      • Loop through string slices using for loops
      • Compare strings using string operators
      • Discuss Python's object-oriented nature of various modules including classes and methods
      • Import strings module
      • Convert strings to upper and lower case using strings module methods
      • Split strings into lists
      • Join lists into strings
    • List Manipulation
      • Define lists
      • Discuss and Define tuples
      • Compare and contrast lists and tuples
      • Reverse lists
      • Append lists
      • Extend lists
      • Nest lists
      • Define multi-dimensional lists
      • Stack Lists using Last In First Out (LIFO) using the pop function
      • Define First In First Out (FIFO) lists to emulate queueing using the pop function
      • Insert values into various positions of the list
      • Use ranges to generate integers
      • Lists with Integers
      • Lists with Strings
      • Emulate standard UNIX Syslog logfile format using Lists
      • Parse emulated logfile format using the Split function
      • Recap list manipulation using integers, strings and various list methods
      • Explain and define Dictionaries - key/value pairs similar to Hashes in Perl
    • Control Structures
      • IF - Defintion and usage
      • Discuss the importance of indentation
      • Else/Elif - comparisons against integers and strings
      • Comparison negation
      • Write script to perform conditional testing
      • Import sys module to evaluate positional parameters using ARGV
      • Define script which requires minimum number of command-line arguments
      • Nest multiple if/elif statements to match logic
      • Explain how for loops work in Python
      • for loops definition and usage
      • Iterate through lists of strings using for loops
      • Integrate for loops with string manipulation functions and log file parsing
      • Define and use While loops
      • Define and examine the consequences of incorrect logic with an infinite while loop
      • Integrate while loop with raw_input function to obtain data from the end-user
      • Discuss file handle concepts and applications
      • Use control structures to generate output for use in File I/O exercises
      • Use the open function to read a file into a file handle
      • Iterate through the lines within the opened file using readline functions, etc.
      • Open file handles for writing
      • Open multiple file handles
      • Write strings to files using string formatting options and variable substitution
      • Parse source file by extracting columns to be stored in destination file
      • Regular Expressions
      • Discuss Regular Expressions
      • Import Regular Expressions module (re) for usage
      • Implement Regular Expressions (REs)
      • Regular Expressions Matching of strings and variables
      • REGEX Repeaters
      • Integrate Regular Expressions with text file processing
      • Exception Handling
      • Try & Except
      • Modules
      • Identification of default Python modules
      • Import modules (sys, os, etc.) for usage
      • Use the dir function to ascertain the classes and methods available within modules
      • Use the SHUTIL module for advanced, high-level File I/O (Copy, Move, etc.)
      • Python - Syslog integration
      • Define script using the Syslog module to log to syslog
      • Common Gateway Interface
      • CGI Discussion and applications
      • Implement Python CGI with Apache 2.x
      • Evaluate results of CGI integration
      • Globbing
  • PHP - Hyper Text Pre-Processor - Dynamic Web Applications & CLI - Disc 4
  • Installation
    • Identify Online PHP resources
    • Download the latest version (5.x) of PHP
    • Identify Apache prerequisite packages and programs - Modular support (mod.so)
    • Extract, compile and install PHP with Apache modular support
    • Compile and install PHP with Command Line Interface (CLI) support
    • Identify key PHP configuration files & directories
    • Configure Apache httpd.conf with PHP integration to provide PHP support
    • Configure Apache with PHP binary and source support
  • Basics
    • Explain PHP-supported long/short/ASP parse-tags & identify configuration changes in php.ini
    • Hello World script output using echo to the web browser
    • Describe the various comments supported by PHP
    • Examine the ouput of PHP-maintained variables using phpinfo()
    • Explain supported data types via variables (integers, strings, floating points, here documents, arrays, etc.)
    • Test instantiation of supported variables with default types
    • Explain Quoting rules and variable interpolation
    • Demonstrate escaped sequences such as tab, new lines, spaces, etc.
    • Exercise the echo command
    • Define basic associated arrays (i.e. hashes/dictionaries)
    • Define nested associative arrays
  • General Information
    • Examine key CGI PHP-server variables
      • HTTP_USER_AGENT
      • PHP_SELF
      • REQUEST_METHOD
      • DOCUMENT_ROOT
      • REMOTE_ADDR
      • HTTP_REFERRER
    • Explore HTTP GET Request Methods via the URLString and Forms
    • Explore HTTP POST Request Methods via the URLString and Forms
    • NULL Variables
    • Basic Math - PEMDAS
    • Integer and String Comparison Operators
    • Examine execution operators for executing Linux Shell commands and obtaining the ouput
    • Variable assignment via execution operations
    • Illustrate the usage of nested arrays
  • Control Structures
    • IF - comparisons against integers and strings
    • Else/Elseif - comparisons against integers and strings
    • Test whether variables are of the same type
    • Comparison negation
    • C-stlye for loops definition and usage
    • Generate HTML option boxes using C-style for loops
    • foreach list iterator loop definition and usage
    • Generate HTML based on the contents of the list iterated by foreach
    • While loops definition and usage
    • Examine filesystem listings using execution operators and while loops
    • do While definition and usage
    • Break
    • Continue
    • Switch - for concise if/elseif conditional examination
  • General Information II
    • Discuss the applications of Server Side Includes (SSI)
    • Server Side Includes using require
    • Server Side Includes using include
    • Explain and examine the differences between require and include
    • Demonstrate distributed include applications by including content using HTTP
    • Header, leftnav, body, and footer definition and integration with require/include
    • HTML Form defintion using include and control structures
    • PHP Functions definition and sample usage
    • ISSET & UNSET for examining and controlling variables
    • Discuss the way PHP handles uploaded files
    • Identify key configuration files which affect uploaded files
    • HTTP File I/O - uploads & processing via HTML forms
    • Define back-end action pages to handle HTTP file uploads
    • Examine available file attributes of HTTP-uploaded files
    • PHP SMTP E-mail integration discussion
    • Define scripts to process forms and generate SMTP-based e-mail
    • Examine PHP Mail function options
    • Use mutt on the Linux system to examine PHP-generated SMTP-based e-mail
  • PHP - Dynamic Web Programming
    • PHP cookie concepts & usage discussion
    • Cookie definition and examination on server and client system (Mozilla Firefox)
    • Set and unset cookies on client system
    • Make decisions based on the existence of cookies on the client system
    • Session Variables concepts & usage discussion
    • Identify pertinent configuration options for session variables
    • Define session variables
    • Integrate cookies with session variables
    • Download MySQL RDBMS packages for usage with PHP
    • Install MySQL RDBMS for usage with PHP
    • Download the latest phpMyAdmin for installation
    • Install phpMyAdmin with Apache supportfor web-based administration of MySQL RDBMS
    • Recompile PHP for MySQL RDBMS support
    • Update PHP configuration information to support MySQL
    • Define basic database structure for usage
    • Structured Query Language (SQL) integration with PHP
    • Explain steps for connecting PHP scripts to MySQL
    • Define and execute SELECT queries
    • Define and execute INSERT queries
    • Define and execute UPDATE queries
    • Define and execute DELETE queries
    • Forms Processing with MySQL integration
    • Forms with Cookies
    • Forms with Session Variables
  • PHP - Command Line Interface (CLI)
    • Discuss concepts and applications
    • Identify CLI binary
    • Discuss the possible ways of executing PHP scripts from the CLI
    • Define and execute PHP one-liners
    • Execute scripts using PHP binary as a prefix
    • Explore executing PHP via the Interpreter mode
    • PHP-Linux SHEBANG definition and usage
    • Execute basic commands
    • CLI - File I/O usage - Stat files
    • Examine file attributes
    • Determine access and modification times and make decisions using control structures

BASH CD1

http://rapidshare.com/files/6024106/Linux_CBT_Scripting_Edition_CD1_BASH.part1.rar
http://rapidshare.com/files/6024812/Linux_CBT_Scripting_Edition_CD1_BASH.part2.rar
http://rapidshare.com/files/6026146/Linux_CBT_Scripting_Edition_CD1_BASH.part3.rar
http://rapidshare.com/files/6026754/Linux_CBT_Scripting_Edition_CD1_BASH.part4.rar
http://rapidshare.com/files/6027461/Linux_CBT_Scripting_Edition_CD1_BASH.part5.rar
http://rapidshare.com/files/6027799/Linux_CBT_Scripting_Edition_CD1_BASH.part6.rar

PERL CD2

http://rapidshare.com/files/6441687/Linux_CBT_Scripting_Edition_CD2_PERL.part1.rar
http://rapidshare.com/files/6429548/Linux_CBT_Scripting_Edition_CD2_PERL.part2.rar
http://rapidshare.com/files/6430144/Linux_CBT_Scripting_Edition_CD2_PERL.part3.rar
http://rapidshare.com/files/6430768/Linux_CBT_Scripting_Edition_CD2_PERL.part4.rar
http://rapidshare.com/files/6434088/Linux_CBT_Scripting_Edition_CD2_PERL.part5.rar
http://rapidshare.com/files/6434773/Linux_CBT_Scripting_Edition_CD2_PERL.part6.rar
http://rapidshare.com/files/6423143/Linux_CBT_Scripting_Edition_CD2_PERL.part7.rar

Python CD3

http://rapidshare.com/files/6599600/LCBT_SE_CD_Three_PY.part1.rar
http://rapidshare.com/files/6600180/LCBT_SE_CD_Three_PY.part2.rar
http://rapidshare.com/files/6603539/LCBT_SE_CD_Three_PY.part3.rar
http://rapidshare.com/files/6604604/LCBT_SE_CD_Three_PY.part4.rar
http://rapidshare.com/files/6604955/LCBT_SE_CD_Three_PY.part5.rar

CBT Nuggets - ISA Server 2004: Exam-Pack 70-350

 Implementing Microsoft Internet Security and Acceleration Server 2004
The Microsoft Internet Security and Acceleration (ISA) Server is truly a versatile and important component in any network. With the improvements ISA Server 2004 has over previous versions, trainer Jeremy Cioara explains that, among other benefits, “the firewall is light years ahead of any firewall that only handles port forwarding.”

The modifications Microsoft has made to ISA Server since the 2000 version have changed almost everything. Some of the biggest improvements include:
- deep-packet inspection of application-layer data,
- multiple-network support,
- unique network policies for each interface of the ISA Server 2004 firewall and
- additional VPN security including the VPN Quarantine functionality, which allows you to isolate non-compliant VPN clients.
- Plus, there have been huge improvements to the management interface and monitoring functions.
Our ISA Server 2004 videos map to Microsoft Exam 70-350, which gives you elective credit towards both the MCSE and MCSA 2003 certifications, plus the :Security specialization. In addition to covering the exam objectives, this series gives you on-the-job skills for deploying ISA Server 2004 on your network from start-to-finish.
The series also teaches you how to configure the ISA Server firewall to inspect packets down to the application-layer data and filter out hard-to-catch instant messaging and peer-to-peer file sharing applications. It even gives you a side-by-side comparison of ISA Server 2004 to competitors such as Cisco PIX and Checkpoint, so you can determine which firewall will best meet the needs of your network.

Thinking about deploying ISA Server 2004? This training will give you the skills and knowledge you need.

A basic understanding of Windows 2003 networking and e-mail services such as the MCSA 2003 certification and Exchange 2003 Administration training or equivalent knowledge is recommended before viewing these videos.

Download:

http://rapidshare.com/files/20096246/CBT_Nuggets_-_70-350_-_ISA_Server_2004.part1.rar
http://rapidshare.com/files/20233239/CBT_Nuggets_-_70-350_-_ISA_Server_2004.part2.rar
http://rapidshare.com/files/20246920/CBT_Nuggets_-_70-350_-_ISA_Server_2004.part3.rar

AppDev - Exploring ASP.NET Using Visual Basic 2005

 AppDev’s Exploring ASP.NET Using Visual Basic 2005 course provides a general overview of the exciting and powerful new features in ASP.NET 2.0. The course introduces many of the new ASP.NET server controls, shows how to incorporate the new membership, profile and personalization features, examines new data caching and data binding features, and more. This course will prepare upgrading ASP.NET developers to be productive with new features as soon as possible.
Course includes 9+ hours of total training time…

  • 6 modules of training
  • Over 9 hours of media run time
  • Sample code

Download:

Looler.com:

http://www.looler.com/?d=8A96035D
http://www.looler.com/?d=F8DF9564
http://www.looler.com/?d=9CAA9444
http://www.looler.com/?d=4F70CA1D
http://www.looler.com/?d=9E838117
http://www.looler.com/?d=43CB636B

RapidShare.de:

http://rapidshare.de/files/31869612/AppDev_-_Exploring_ASP.NET_Using_Visual_Basic_2005.part1.rar
http://rapidshare.de/files/31873135/AppDev_-_Exploring_ASP.NET_Using_Visual_Basic_2005.part2.rar
http://rapidshare.de/files/31876179/AppDev_-_Exploring_ASP.NET_Using_Visual_Basic_2005.part3.rar
http://rapidshare.de/files/31879241/AppDev_-_Exploring_ASP.NET_Using_Visual_Basic_2005.part4.rar
http://rapidshare.de/files/31882113/AppDev_-_Exploring_ASP.NET_Using_Visual_Basic_2005.part5.rar
http://rapidshare.de/files/31883920/AppDev_-_Exploring_ASP.NET_Using_Visual_Basic_2005.part6.rar

CBT Nuggets - Cisco CCNP-CIT Series (Troubleshooting)

 Cisco networking equipment is the concrete and asphalt of the Information Superhighway. When the lanes are blocked due to a crash, construction or damage, traffic backs up. Our training for Cisco Internetwork Troubleshooting (CIT) helps you learn how to keep network traffic flowing at optimum speed and identify issues and problems at all layers.

You'll learn how to establish a baseline of performance, document the network, troubleshoot network problems at all layers and how to resolve those problems. The training maps to Cisco exam 642-831 and is part of the CCNP certification track. These videos are perfect for the CCNA looking to increase their responsibilities and skills on their way to becoming a CCNP.

Michael Shannon has broken all the concepts down in an easy-to-understand series of videos designed to give you the knowledge and skills to not only pass the exam, but do the job. His real-world examples and handy tips and tricks will allow you to put your new skills to use immediately.

The CCNA certification or equivalent knowledge is the prerequisite for this training.

CD-ROM Contents: CCNP-CIT Exam Pack 642-831

- Cisco Troubleshooting Methodology
- Documentation the Network
- Network Diagramming with Visio 2000
- Troubleshooting End-user Connectivity
- Troubleshooting Upper Layer Connectivity
- Troubleshooting RIP
- Troubleshooting IGRP
- Troubleshooting EIGRP
- Troubleshooting OSPF Part 1
- Troubleshooting OSPF Part 2
- Troubleshooting BGP
- Troubleshooting Campus Catalyst Switches
- Troubleshooting VLANs
- General WAN Troubleshooting Techniques
- Troubleshooting Frame Relay
- Cisco Support Features

Download:

http://rapidshare.com/files/25020613/C____iT__oOo...............__.part01.rar
http://rapidshare.com/files/25015512/C____iT__oOo...............__.part01.rar
http://rapidshare.com/files/25021778/C____iT__oOo...............__.part02.rar
http://rapidshare.com/files/25016714/C____iT__oOo...............__.part02.rar
http://rapidshare.com/files/25022986/C____iT__oOo...............__.part03.rar
http://rapidshare.com/files/25024109/C____iT__oOo...............__.part04.rar
http://rapidshare.com/files/25025161/C____iT__oOo...............__.part05.rar
http://rapidshare.com/files/25026291/C____iT__oOo...............__.part06.rar
http://rapidshare.com/files/25027451/C____iT__oOo...............__.part07.rar
http://rapidshare.com/files/25028497/C____iT__oOo...............__.part08.rar
http://rapidshare.com/files/25029564/C____iT__oOo...............__.part10.rar
http://rapidshare.com/files/25030577/C____iT__oOo...............__.part11.rar
http://rapidshare.com/files/25031727/C____iT__oOo...............__.part12.rar
http://rapidshare.com/files/25032574/C____iT__oOo...............__.part13.rar
http://rapidshare.com/files/25033499/C____iT__oOo...............__.part14.rar
http://rapidshare.com/files/25034603/C____iT__oOo...............__.part15.rar
http://rapidshare.com/files/25035668/C____iT__oOo...............__.part17.rar
http://rapidshare.com/files/25036908/C____iT__oOo...............__.part18.rar
http://rapidshare.com/files/25037843/C____iT__oOo...............__.part19.rar
http://rapidshare.com/files/25038881/C____iT__oOo...............__.part20.rar
http://rapidshare.com/files/25008027/C____iT__oOo...............__.part21.rar
http://rapidshare.com/files/25014320/C____iT__oOo.........._....__.part09.rar
http://rapidshare.com/files/25011580/C____iT__oOo......._.......__.part16.rar
http://rapidshare.com/files/25009019/C____iT__oOo......_........__.part22.rar
http://rapidshare.com/files/26197560/2oooLKJ....____123.RAR
http://rapidshare.com/files/26197564/3of_oooLKJ....__123.RAR

CBT Nuggets - MCSE 2003: Exam-Pack 70-297

 Enhancements to Active Directory are one of the primary reasons for utilizing Windows Server 2003. This training teaches you how to get the most performance, reliability and security from an Active Directory installation.

From creating the conceptual design by gathering and analyzing business and technical requirements, to designing network and routing topologies, IP address assignment, DNS service implementation, security for remote access and planning migration paths to Active Directory, James Conrad gives you great advice and goes over several case studies to help you make informed decisions.

The training maps to Microsoft exam 70-297, and is a core design requirement for the MCSE 2003. There are 17 videos providing more than 8 hours of instruction. A basic understanding of Server 2003 and Server 2003 Active Directory, such as the information found in CBT Nuggets Exam Packs 70-290, 70-291, 70-293 and 70-294, is recommended prior to viewing these videos.


Exam-Pack 70-297 Contents:

- Series Intro
- NT 4.0 Upgrade Part 1
- NT 4.0 Upgrade Part 2
- Functional Levels and the AD Migration Tool
- Domain Structure
- The Global Catalog and Sites
- OUs and Group Policy Objects
- DNS Part 1
- DNS Part 2
- WINS
- DHCP
- RRAS Part 1: VPNs
- RRAS Part 2: IAS
- Case Study 1, Part 1
- Case Study 1, Part 2
- Case Study 2, Part 1
- Case Study 2, Part 2

Download:

http://rapidshare.com/files/26068617/S___oOo--__---0123.part01.rar
http://rapidshare.com/files/26068955/S___oOo--__---0123.part02.rar
http://rapidshare.com/files/26069319/S___oOo--__---0123.part03.rar
http://rapidshare.com/files/26069697/S___oOo--__---0123.part04.rar
http://rapidshare.com/files/26042227/S___oOo--__---0123.part04.rar
http://rapidshare.com/files/26043716/S___oOo--__---0123.part04.rar
http://rapidshare.com/files/26044124/S___oOo--__---0123.part05.rar
http://rapidshare.com/files/26049474/S___oOo--__---0123.part05.rar
http://rapidshare.com/files/26070103/S___oOo--__---0123.part05.rar
http://rapidshare.com/files/26043159/S___oOo--__---0123.part05.rar
http://rapidshare.com/files/26044641/S___oOo--__---0123.part06.rar
http://rapidshare.com/files/26070398/S___oOo--__---0123.part06.rar
http://rapidshare.com/files/26070764/S___oOo--__---0123.part07.rar
http://rapidshare.com/files/26071118/S___oOo--__---0123.part08.rar
http://rapidshare.com/files/26071483/S___oOo--__---0123.part09.rar
http://rapidshare.com/files/26071884/S___oOo--__---0123.part10.rar
http://rapidshare.com/files/26072328/S___oOo--__---0123.part11.rar
http://rapidshare.com/files/26072757/S___oOo--__---0123.part12.rar
http://rapidshare.com/files/26073216/S___oOo--__---0123.part13.rar
http://rapidshare.com/files/26073716/S___oOo--__---0123.part14.rar
http://rapidshare.com/files/26075015/S___oOo--__---0123.part15.rar
http://rapidshare.com/files/26077067/S___oOo--__---0123.part16.rar
http://rapidshare.com/files/26197553/1oooLKJ....____123.RAR
http://rapidshare.com/files/26197560/2oooLKJ....____123.RAR

CBT Nuggets - MCSE 2003: Exam-Pack 70-291

 This training focuses on network infrastructure management for Windows Server 2003 covering topics such as implementing, managing, and maintaining IP addressing, name resolution, network security measures, routing and remote access, and monitoring and troubleshooting network infrastructure.

James Conrad provides in-depth instruction along with a quick moving and witty style to make the training fun as well as educational. You won't fall asleep with these videos. James is one of the leading experts on Server 2003 and you'll appreciate his knowledge and insight with the product along with his helpful tips and tricks to get the most out of your network's performance.

There are 25 videos providing more than 12 hours of instruction. A basic understanding of computers and networking, such as the A+/Network+ Combo Pack, as well as the material covered in Exam-Pack 70-290 is recommended before viewing this training.


70-291 CD Rom Contents:
- Series Intro
- IP Addressing
- Custom Subnetting
- TCP/IP Configuration
- IP Tools
- DHCP Configuration
- DHCP Management
- DNS Part 1
- DNS Part 2
- DNS Part 3
- DNS Part 4
- Security Templates Part 1
- Security Templates Part 2
- Security Part 1
- Security Part 2
- IPSec Part 1
- IPSec Part 2
- Kerberos
- RRAS Part 1
- RRAS Part 2
- RRAS Part 3
- RRAS Part 4
- RRAS Part 5
- Internet Access
- Server Services

Download:

http://rapidshare.com/files/25927098/123__good___.part01.rar
http://rapidshare.com/files/25890718/123__good___.part01.rar
http://rapidshare.com/files/25930132/123__good___.part02.rar
http://rapidshare.com/files/26065050/123__good___.part03.rar
http://rapidshare.com/files/26065051/123__good___.part04.rar
http://rapidshare.com/files/26065052/123__good___.part05.rar
http://rapidshare.com/files/26065053/123__good___.part06.rar
http://rapidshare.com/files/26065054/123__good___.part07.rar
http://rapidshare.com/files/26065055/123__good___.part08.rar
http://rapidshare.com/files/26054348/123__good___.part09.rar
http://rapidshare.com/files/26056122/123__good___.part10.rar
http://rapidshare.com/files/26058206/123__good___.part11.rar
http://rapidshare.com/files/26060119/123__good___.part12.rar
http://rapidshare.com/files/26061808/123__good___.part13.rar
http://rapidshare.com/files/26063449/123__good___.part14.rar
http://rapidshare.com/files/26064869/123__good___.part15.rar
http://rapidshare.com/files/26065834/123__good___.part16.rar
http://rapidshare.com/files/26066515/123__good___.part17.rar
http://rapidshare.com/files/26067097/123__good___.part18.rar
http://rapidshare.com/files/26067505/123__good___.part19.rar
http://rapidshare.com/files/26067888/123__good___.part20.rar
http://rapidshare.com/files/26068233/123__good___.part21.rar
http://rapidshare.com/files/26052606/123__good___.part22.rar
http://rapidshare.com/files/26197553/1oooLKJ....____123.RAR
http://rapidshare.com/files/25147316/011.rar

IPexpert's CCIE Voice Lab Audio Boot Camp Series 12CDs

 Size: 310Mb

├───────────────────────────────────│
│ CRACKER : N/A │ SUPPLIER : TEAM LiBiSO │
├───────────────────────────────────│
│ OS : Windows │ PACKAGER : TEAM LiBiSO │
├───────────────────────────────────│
│ TYPE : ISO │ TOTAL CDs : 12 CD │
├───────────────────────────────────│
│ LANGUAGE : ENGLISH │ PROTECTION : N/A │
├───────────────────────────────────│
│ RELEASE : 12/12/06 │ RELEASE SIZE : xx x 15M │


Why Choose IPexpert?


Building on the outstanding reputation of our CCIE Voice training products, IPexpert is pleased to offer its recently-updated IPexpert's CCIE Voice Lab Audio Boot Camp! Listen and Study while you work, drive or play!

Nearly 12 hours of audio, narrated by IPexpert's CCIE Voice Instructor - Mark Snow. Distributed to you on an industry-leading iPod Nano player, the series content is similar to what one may experience in our industry leading CCIE Voice Boot Camp.

Technical Content

This Audio series - featuring nearly 12 hours of lecture - is as current as can be, and focused - with one goal in mind - to assist you in passing your CCIE Voice Lab!

Product Outline

Module 1 - Introduction

- Overview


Module 2 - Routing and Switching

- A word about QoS
- Catalyst 3550 Switch
- Catalyst 6500 Switch
- Layer 2 and 3 Technologies


Module 3 - Voice Specific Hardware

- 6608 Blade
- ATA186
- VG248


Module 4 - Voice Gateways and Signaling

- FXO
- T1
- E&M Signaling
- PRI
- E1
- H323
- MGCP
- Gatekeeper and RAS
- Gatekeeper and RAS


Module 5 - Cisco CallManager

- System Configuration
- Route Plans
- Services Configuration
- Feature Configuration
- Device Configuration
- User Configuration
- CallManager Voice Applications
- Basic Configuration and Setup
- Unity Handler Objects


Module 6 - Cisco Unity VoiceMail

- Unity Handler Objects
- Call Routing and Restriction
- Cisco Unity Tools
- Special Operations in Unity


Module 7 - Cisco IPCC Express

- IPCC Engine Setup
- CRA Editor


Module 8 - Call Routing, CME, and SRST

- Digit Translation
- SRST
- TCL
- CME
- CUE

Download:

http://rapidshare.com/files/9827794/Ipexpert.CCIE.Voice.Lab.Audio.Boot.Camp.Series.V.3.0-12Cds.part01.rar
http://rapidshare.com/files/9828890/Ipexpert.CCIE.Voice.Lab.Audio.Boot.Camp.Series.V.3.0-12Cds.part02.rar
http://rapidshare.com/files/9830008/Ipexpert.CCIE.Voice.Lab.Audio.Boot.Camp.Series.V.3.0-12Cds.part03.rar
http://rapidshare.com/files/9830926/Ipexpert.CCIE.Voice.Lab.Audio.Boot.Camp.Series.V.3.0-12Cds.part04.rar
http://rapidshare.com/files/9831826/Ipexpert.CCIE.Voice.Lab.Audio.Boot.Camp.Series.V.3.0-12Cds.part05.rar
http://rapidshare.com/files/9832745/Ipexpert.CCIE.Voice.Lab.Audio.Boot.Camp.Series.V.3.0-12Cds.part06.rar
http://rapidshare.com/files/9833890/Ipexpert.CCIE.Voice.Lab.Audio.Boot.Camp.Series.V.3.0-12Cds.part07.rar
http://rapidshare.com/files/9834834/Ipexpert.CCIE.Voice.Lab.Audio.Boot.Camp.Series.V.3.0-12Cds.part08.rar
http://rapidshare.com/files/9835634/Ipexpert.CCIE.Voice.Lab.Audio.Boot.Camp.Series.V.3.0-12Cds.part09.rar
http://rapidshare.com/files/9836598/Ipexpert.CCIE.Voice.Lab.Audio.Boot.Camp.Series.V.3.0-12Cds.part10.rar
http://rapidshare.com/files/9837302/Ipexpert.CCIE.Voice.Lab.Audio.Boot.Camp.Series.V.3.0-12Cds.part11.rar
http://rapidshare.com/files/9838054/Ipexpert.CCIE.Voice.Lab.Audio.Boot.Camp.Series.V.3.0-12Cds.part12.rar
http://rapidshare.com/files/9838835/Ipexpert.CCIE.Voice.Lab.Audio.Boot.Camp.Series.V.3.0-12Cds.part13.rar
http://rapidshare.com/files/9839512/Ipexpert.CCIE.Voice.Lab.Audio.Boot.Camp.Series.V.3.0-12Cds.part14.rar
http://rapidshare.com/files/9840294/Ipexpert.CCIE.Voice.Lab.Audio.Boot.Camp.Series.V.3.0-12Cds.part15.rar
http://rapidshare.com/files/9841180/Ipexpert.CCIE.Voice.Lab.Audio.Boot.Camp.Series.V.3.0-12Cds.part16.rar
http://rapidshare.com/files/9842253/Ipexpert.CCIE.Voice.Lab.Audio.Boot.Camp.Series.V.3.0-12Cds.part17.rar
http://rapidshare.com/files/9843192/Ipexpert.CCIE.Voice.Lab.Audio.Boot.Camp.Series.V.3.0-12Cds.part18.rar
http://rapidshare.com/files/9843957/Ipexpert.CCIE.Voice.Lab.Audio.Boot.Camp.Series.V.3.0-12Cds.part19.rar
http://rapidshare.com/files/9844700/Ipexpert.CCIE.Voice.Lab.Audio.Boot.Camp.Series.V.3.0-12Cds.part20.rar
http://rapidshare.com/files/9845239/Ipexpert.CCIE.Voice.Lab.Audio.Boot.Camp.Series.V.3.0-12Cds.part21.rar

14 April 2007

Knowledgenet Cisco Academy - All In One, Complete KnowledgeNet Cisco Campus Collection, Cisco eTraining Courseware

 You only have to install Virtual Drive Pro to make it work (its also included). 3.3 Gb of knowledge that is well worth it. Links all working as of today.



Includes....

Cisco Certified Network Associate (CCNA)

CCNA - Interconnecting Cisco Network Devices (ICND) Express Online Training v2.1
CCNA - Interconnecting Cisco Network Devices (ICND) Student Guide v2.1
CCNA - Introduction to Cisco Networking Technologies (INTRO) Student Guide v1.0A


Cisco Certified Network Professional (CCNP)

CCNP - Building Scalable Cisco Internetworks (BSCI) Express Online Training v2
CCNP - Building Scalable Cisco Internetworks (BSCI) Student Guide Vol. 1&2 v2.2
CCNP - Building Cisco Multilayer Switching Networks (BCMSN) Express Online Training v2
CCNP - Building Cisco Multilayer Switching Networks (BCMSN) Student Guide v2.1
CCNP - Building Cisco Remote Access Networks (BCRAN) Express Online Training v2
CCNP - Building Cisco Remote Access Networks (BCRAN) Student Guide v2
CCNP - Building Cisco Remote Access Networks (BCRAN) Student Guide Vol. 1&2 v2.2
CCNP - Cisco Internetwork Troubleshooting (CIT) Express Online Training v5
CCNP - Cisco Internetwork Troubleshooting (CIT) Student Guide v5.1


Cisco Certified Design Associate (CCDA)

CCDA - Designing for Cisco Internetwork Solutions (DESGN) Express Online Training v1
CCDA - Designing for Cisco Internetwork Solutions (DESGN) Student Guide v1.1


Cisco Certified Design Professional (CCDP)

CCDP - Building Scalable Cisco Internetworks (BSCI) Express Online Training v2
CCDP - Building Scalable Cisco Internetworks (BSCI) Student Guide Vol. 1&2 v2.2
CCDP - Designing Cisco Network Service Architectures (ARCH) Express Online Training v1.1
CCDP - Designing Cisco Network Service Architectures (ARCH) Student Guide v1.0


Cisco Certified Security Professional (CCSP)

CCSP - Securing Cisco IOS Networks (SECUR) Express Online Training v1
CCSP - Securing Cisco IOS Networks (SECUR) Student Guide v1.1
CCSP - Cisco Secure Intrusion Detection Systems (CSIDS) Express Online Training v4
CCSP - Cisco Secure Intrusion Detection Systems (CSIDS) Student Guide v4.1
CCSP - Cisco Secure PIX Firewall Administrator (CSPFA) Express Online Training v3.1
CCSP - Cisco Secure PIX Firewall Administrator (CSPFA) Student Guide v3.2
CCSP - Cisco Secure Virtual Private Networks (CSVPN) Express Online Training v3.1
CCSP - Cisco Secure Virtual Private Networks (CSVPN) Student Guide v3.1
CCSP - Cisco Secure Virtual Private Networks (CSVPN) Student Guide v4
CCSP - Cisco SAFE Implementation (CSI) Student Guide v2


Cisco Certified Voice Professional (CCVP)

CCVP - Cisco Voice Over IP (CVOICE) Express Online Training v4.2
CCVP - Cisco Voice Over IP (CVOICE) Student Guide v4.2
CCVP - Cisco IP Telephony Troubleshooting (IPTT) Express Online Training v1
CCVP - Cisco Implementing Quality of Service (QOS) Express Online Training v2
CCVP - Cisco Implementing Quality of Service (QOS) Student Guide v2
CCVP - Cisco IP Telephony (CIPT) Express Online Training v3.3
CCVP - Cisco IP Telephony (CIPT) Student Guide Part 1 v4
CCVP - Cisco IP Telephony (CIPT) Student Guide Part 2 v4


Cisco Certified Internetwork Professional (CCIP)

CCIP - Building Scalable Cisco Internetworks (BSCI) Express Online Training v2
CCIP - Building Scalable Cisco Internetworks (BSCI) Student Guide Vol. 1&2 v2.2
CCIP - Cisco Implementing Quality of Service (QOS) Express Online Training v2
CCIP - Cisco Implementing Quality of Service (QOS) Student Guide v2
CCIP - Border Gateway Protocol (BGP) Express Online Training v3
CCIP - Border Gateway Protocol (BGP) Student Guide v3
CCIP - Cisco Implementing Multi-Protocol Label Switching (MPLS) Express Online Training v2
CCIP - Cisco Implementing Multi-Protocol Label Switching (MPLS) Student Guide v2


Other Cisco Training Content

Misc - Cisco CallManager Express (CME) Express Online Training v1
Misc - Implementing CiscoWorks for Enterprise LAN/WAN Mangement (CWENT) Express Online Training v1.0
Misc - Implementing CiscoWorks for Enterprise LAN/WAN Mangement (CWENT) Student Guide v1.0
Misc - Cisco Enhanced Voice over Data Design (EVODD) Express Online Training v3.3
Misc - Cisco Enhanced Voice over Data Design (EVODD) Student Guide v3.3
Misc - Cisco Deploying Quality of Service (DQOS) Express Online Training v1
Misc - Cisco Deploying Quality of Service (DQOS) Student Guide v1
Misc - Cisco Unified Systems Communication Admin & Engineer (UCSA & UCSE) Express Online Training
v1.1
Misc - Cisco Unified Systems Communication Administrator (UCSA) Student Guide v1.1
Misc - Cisco Unified Systems Communication Engineer (UCSE) Student Guide v1.1
Misc - Cisco Catalyst 6500 - Express Online Training v2.1
Misc - Cisco Catalyst 6500 - Student Guide v1

Download:

http://rapidshare.com/files/20931893/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part01.rar
http://rapidshare.com/files/20933913/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part02.rar
http://rapidshare.com/files/20944011/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part03.rar
http://rapidshare.com/files/20944009/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part04.rar
http://rapidshare.com/files/20944457/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part05.rar
http://rapidshare.com/files/21013720/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part06.rar
http://rapidshare.com/files/21013868/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part07.rar
http://rapidshare.com/files/21013817/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part08.rar
http://rapidshare.com/files/21030622/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part09.rar
http://rapidshare.com/files/21030669/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part10.rar
http://rapidshare.com/files/21030693/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part11.rar
http://rapidshare.com/files/21076189/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part12.rar
http://rapidshare.com/files/21076262/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part13.rar
http://rapidshare.com/files/21076273/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part14.rar
http://rapidshare.com/files/21094552/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part15.rar
http://rapidshare.com/files/21094576/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part16.rar
http://rapidshare.com/files/21094589/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part17.rar
http://rapidshare.com/files/21094609/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part18.rar
http://rapidshare.com/files/21094607/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part19.rar
http://rapidshare.com/files/21115103/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part20.rar
http://rapidshare.com/files/21115201/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part21.rar
http://rapidshare.com/files/21115356/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part22.rar
http://rapidshare.com/files/21115432/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part23.rar
http://rapidshare.com/files/21115445/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part24.rar
http://rapidshare.com/files/21117227/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part25.rar
http://rapidshare.com/files/21117234/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part26.rar
http://rapidshare.com/files/21117260/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part27.rar
http://rapidshare.com/files/21197317/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part28.rar
http://rapidshare.com/files/21197204/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part29.rar
http://rapidshare.com/files/21197932/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part30.rar
http://rapidshare.com/files/21198146/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part31.rar
http://rapidshare.com/files/21198598/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part32.rar
http://rapidshare.com/files/21198792/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part33.rar
http://rapidshare.com/files/21199049/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part34.rar
http://rapidshare.com/files/21198858/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part35.rar
http://rapidshare.com/files/21198921/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part36.rar
http://rapidshare.com/files/21198949/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part37.rar
http://rapidshare.com/files/21199069/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part38.rar
http://rapidshare.com/files/21199103/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part39.rar
http://rapidshare.com/files/21199075/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part40.rar
http://rapidshare.com/files/21138057/KnowledgeNet_Express_Cisco_Campus_Collection_1_.part41.rar

CBT Nuggets - SSCP (Systems Security Certified Practitioner)

 Business executives are realizing that information security must be managed in-house to be fully effective. To bring it in-house, they need qualified professionals designing, implementing, and managing organization-wide security strategy. This creates numerous IT management and other high-end job opportunities.

Career Opportunities

You can take advantage of these opportunities by combining your technical skills with an understanding of business-oriented security strategy. With this combination of knowledge and skills, you can be trusted to oversee both planning and implementation of security procedures.

Our Systems Security Certified Practitioner (SSCP) Series will help you gain this understanding, and prepare you for high-paying jobs such as Senior Network Security Engineer, Senior Security Systems Analyst, and Senior Security Administrator. It also maps to the exam objectives for SSCP Certification from (ISC)2 to prepare you for the certification exam.

Knowledge Areas

The topics covered in the SSCP Series come directly from the seven domains in the SSCP Common Body of Knowledge (CBK):


- Access Control
- Administration
- Audit and Monitoring
- Cryptography
- Data Communications
- Malicious Code / Malware
- Risk, Response, and Recovery

Is SSCP for me?

Systems Security Certified Practitioner (SSCP) Certification from (ISC)2 bridges the gap between the entry-level Security+ and expert-level CISSP certifications:

- If you're into information security and have Security+ level skills and training, the next natural step is SSCP.

- If you have vendor-specific security experience - like Microsoft's MCSE: Security or Cisco’s CCSP - and would like to branch beyond managing a single deployment into managing a complete security strategy for your organization, SSCP is the skillset you need.

- Even if you don't have much security background, but would like to take on a bigger role in your organization's security strategies, the SSCP Series can give you the knowledge and skills to do that.

Employer Recognition

SSCP certification is a globally recognized credential. The International Organization for Standardization (ISO) accredited SSCP under their 17024 standard for information security. This makes it a significant benchmark in information security education and certification. Public and private employers look for employees with these accredited certifications so that they can be confident that their most sensitive systems are managed by qualified professionals.

Prerequisites

Having a basic understanding of information security and networking such as what's taught in the Security+ and Network+ series is recommended before viewing this training.

The SSCP Series Contains:

- Introduction to the SSCP Exam
- Access Control (part 1)
- Access Control (part 2)
- Access Control (part 3)
- Administration (part 1)
- Administration (part 2)
- Administration (part 3)
- Auditing and Monitoring (part 1)
- Auditing and Monitoring (part 2)
- Auditing and Monitoring (part 3)
- Cryptography (part 1)
- Cryptography (part 2)
- Cryptography (part 3)
- Data Communications (part 1)
- Data Communications (part 2)
- Data Communications (part 3)
- Malware (part 1)
- Malware (part 2)
- Malware (part 3)
- Risk, Response, and Recovery (part 1)
- Risk, Response, and Recovery (part 2)
- Risk, Response, and Recovery (part 3)



Download:

http://rapidshare.de/files/35432752/SSCP__Systems_Security_Certified_Practitioner_.part01.rar
http://rapidshare.de/files/35432755/SSCP__Systems_Security_Certified_Practitioner_.part02.rar
http://rapidshare.de/files/35434429/SSCP__Systems_Security_Certified_Practitioner_.part03.rar
http://rapidshare.de/files/35434461/SSCP__Systems_Security_Certified_Practitioner_.part04.rar
http://rapidshare.de/files/35434658/SSCP__Systems_Security_Certified_Practitioner_.part05.rar



or

http://rapidshare.com/files/25423437/SSCP__Systems_Security_Certified_Practitioner_.part01.rar
http://rapidshare.com/files/25423457/SSCP__Systems_Security_Certified_Practitioner_.part02.rar
http://rapidshare.com/files/25716356/SSCP__Systems_Security_Certified_Practitioner_.part03.rar
http://rapidshare.com/files/25567355/SSCP__Systems_Security_Certified_Practitioner_.part04.rar
http://rapidshare.com/files/25567749/SSCP__Systems_Security_Certified_Practitioner_.part05.rar

VTC - Introduction to E-Commerce Training (2 CDs)

 This course provides a user with the fundamentals of analyzing, designing and building an E-Commerce website. The course is taught from the viewpoint of a web developer working with a small business client and covers such topics as proposals, contracts, site design, marketing, financial and security considerations, shopping cart technology, billing, order processing, shipping, confirmation and much more. From beginning concepts to final site setup, this course is essential for anyone wanting to build an E-Commerce website. Work Files are included. To begin learning today, simply click on one of the Introduction to E-Commerce lessons.

Introduction
Welcome and Course Overview
System Requirements / Prerequisites and Caveats (04:46)
Introduction to Callalily and the Sample Site (05:46)

E-commerce Overview
First Generation E-commerce (04:51)
Second Generation E-commerce (04:33)
The Next Generation (04:53)
E-commerce Terminology (04:22)

First Steps With Our Client
The Design and Development Process (05:10)
The Sales Call and First Analysis (06:11)
Detailed Description of the Client Company (05:19)
A Close Look at the Customers (06:11)
Detailed Description of the Products (04:44)
Client Goals Financial Expectations (05:53)
Reviewing the Competition (04:30)

Details From the Client
Past and Future Customer Purchases (03:43)
Customer Expectations of the E-commerce Site (05:06)
Supporting an Internet Sales Channel (05:00)
Supporting Internet Customers (05:15)
Justification and Challenges for E-commerce With This Client (05:16)

Choosing the Type of E-commerce
Hosted Stores (05:07)
Shrink-wrapped E-commerce Plugins (03:49)
Enterprise E-commerce Server Software (03:41)
Custom E-commerce Development (05:06)

Application Programming Language Choices (05:45)
Contracts and Specifications
Specifications: Before or After the Contract? (04:16)
Estimating Timelines for E-commerce Sites (05:54)
Proposal to Callalily (05:18)
Sample Contract and Possible Issues (05:29)
Specifications: Design and Content (05:17)
Specifications: E-commerce Functionality (05:03)

Site Planning and Flow Diagrams
Location, Location, Location (04:23)
Mapping Product Browse and Search (03:32)
Mapping Purchase Flow (04:12)
Site Map and Navigation Elements (03:17)

Design
Colors, Logo, and Look and Feel (05:17)
Home Page Elements and Layout (06:18)
Product Search Results (04:27)
Product Detail View (05:04)
Administration Area Home Page (04:26)
Using Design to Reinforce Credibility (05:34)
Three Comps for Client Review (04:12)

CFML Mock-up
CFML Mock-up: Images (06:29)
CFML Mock-up: CSS Part 1 (05:58)
CFML Mock-up: CSS Part 2 (06:56)
CFML Mock-up CSS Part 3 (04:36)
Header and Footer Files (03:40)

Financial and Security Decisions
Payment Processing Overview (05:45)
Credit Card Options (05:13)
Live Credit Card Processing (03:52)
PayPal (04:05)
Accepting Checks Online (02:49)
Making the Transaction Secure (05:19)
Other Security (03:12)

Sales Tax and S&H Charges
Charging Sales Tax (04:11)
Charging for Shipping (04:53)
Shipping Charge Options (05:52)
Other Shipping Questions (02:26)
Drop Shipping (03:15)
Charging Handling Fees (02:56)

Data Elements and Integration
The Chasm Between Inventory and E-commerce (05:00)
Data in Two Databases (05:42)
Exporting and Importing E-commerce Data (05:59)
Data Storage Requirements (04:40)
Maintaining Records and Proving Sales Approval (04:48)

Data Structure
Choosing the Database (03:55)
Basic Table Schema (05:34)
Reviewing the Products Table (03:38)
Reviewing the Contacts Table (03:00)
Reviewing the Orders Table (03:43)
Reviewing Order_Lines and Order_Shipping (04:03)

Table Relationships (03:03)
Development
Coping With Statelessness (05:09)
Development Methodologies (04:51)
Directory Structure and store.cfm Router (03:25)
Add Item to Cart Part 1 (04:00)
Add Item to Cart Part 2 (02:57)
Add Item to Cart Part 3 (04:01)

Shopping Cart View
Cart Router Template (04:13)
Cart View Part 1 (06:12)
Cart View Part 2 (02:41)
Cart View Part 3 (03:29)
Cart View Part 4 (02:23)
Change, Delete, and Product Detail (03:43)
Add Item Count To Navigation (02:08)

Checkout Billing
Checkout Billing Part 1 (03:16)
Checkout Billing Part 2 (03:08)
Checkout Billing Part 3 (02:42)
Checkout Billing Part 4 (02:22)
Validate Billing Information (04:25)

Checkout Shipping
Checkout Shipping Part 1 (03:09)
Checkout Shipping Part 2 (02:35)
Checkout Shipping Part 3 (02:44)
Validate Shipping and Sales Tax (04:14)

Order Summary
Order Summary Part 1 (02:58)
Order Summary Part 2 (01:59)
Confirm Order (02:22)

Order Processing
Process Payment Part 1 (04:30)
Process Payment Part 2 (02:48)
Finish Processing Part 1 (03:36)
Finish Processing Part 2 (02:00)

Conclusion
Recap and What is Left (04:20)

Credits
About the Author (02:13)



Download:


Disc 1:

http://rapidshare.com/files/580720/VTC_-_Introduction_to_E-Commerce_Disc_1.part01.rar
http://rapidshare.com/files/580712/VTC_-_Introduction_to_E-Commerce_Disc_1.part02.rar
http://rapidshare.com/files/583380/VTC_-_Introduction_to_E-Commerce_Disc_1.part03.rar
http://rapidshare.com/files/583403/VTC_-_Introduction_to_E-Commerce_Disc_1.part04.rar
http://rapidshare.com/files/585661/VTC_-_Introduction_to_E-Commerce_Disc_1.part05.rar
http://rapidshare.com/files/585673/VTC_-_Introduction_to_E-Commerce_Disc_1.part06.rar
http://rapidshare.com/files/585966/VTC_-_Introduction_to_E-Commerce_Disc_1.part07.rar



Disc 2:

http://rapidshare.com/files/590788/VTC_-_Introduction_to_E-Commerce_Disc_2.part01.rar
http://rapidshare.com/files/590820/VTC_-_Introduction_to_E-Commerce_Disc_2.part02.rar
http://rapidshare.com/files/595574/VTC_-_Introduction_to_E-Commerce_Disc_2.part03.rar
http://rapidshare.com/files/595589/VTC_-_Introduction_to_E-Commerce_Disc_2.part04.rar
http://rapidshare.com/files/598560/VTC_-_Introduction_to_E-Commerce_Disc_2.part05.rar
http://rapidshare.com/files/597948/VTC_-_Introduction_to_E-Commerce_Disc_2.part06.rar

13 April 2007

VTC - The Java 2: Certified Programmer Tutorial

The Java 2: Certified Programmer tutorial is for programmers experienced in using the basic syntax and structure of the Java programming language who wish to take the Sun Certified Programmer for Java 2 Platform exam . This course covers the information required by certification exam 310-035, which is the exam for Java 2 version 1.4. It also includes the information needed for 310-036, which is the certification exam for upgrading a certification from version 1.2 to version 1.4. It also includes the information required by 311-055, which is the certification exam for Java 2 version 5.0. The latest releases added several new features to the language. VTC Author Arthur Griffith guides you through this preparation tutorial on your journey to certification. To begin learning Java 2: Certified Programmer today, simply click on one of the links.

Download:

http://rapidshare.com/files/2638397/Java_2_-_Certified_Programmer.part1.rar
http://rapidshare.com/files/2779141/Java_2_-_Certified_Programmer.part2.rar
http://rapidshare.com/files/2756929/Java_2_-_Certified_Programmer.part3.rar
http://rapidshare.com/files/2764516/Java_2_-_Certified_Programmer.part4.rar

CBT Nuggets - On The Job Training Series: Java (video)

 Java is being used everywhere from mobile phones to the Mars rover. It's become one of the top application development platforms for enterprise use, and is relied on in the aerospace, transportation, telecommunication, healthcare and banking industries, plus many more. Java is a valuable platform for programmers to know.

There are many common functionalities that businesses expect their application developers to be able to implement. The On The Job Training Series: Java videos give you the advanced Java knowledge needed to implement these functionalities and to create other Java applications common in enterprise use. This includes training on archiving, using timers, creating servlets, using the StringTokenizer class, serializing objects, the collection framework, handling cookies, implementing hierarchical data and more.
The real-world training content of these videos was selected based on instructor Robert Barr's years of experience as a Java programmer, plus input we gathered from other professional programmers about what they'd like to see in an on-the-job Java training series.

Instructor Robert Barr explains, "This course focuses on real-world programming tasks that are common in the work place. You'll learn the intricacies of Swing programming, interacting with the file system, creating applets, and practical uses of collections. You'll be able to apply what you learn in this course directly into projects you're currently working on."

The On The Job Training Series: Java videos focus entirely on real-world application and do not map specifically to an exam. A solid foundation in Java programming, such as a working knowledge of the material covered in the Java SCJP Certification Package, is recommended before viewing this training.


Contents:

- Series Intro
- File and Directory Compression
- Java I/O Compression: Laying out a Frame
- Accessing the File System
- Compressing a Directory (Zip)
- Unzipping
- Enhancing the User Interface with Toolbars
- Distributing Java Applications using JAR Files
- Executing External Applications
- Java Collections
- Iterating Java Collections
- Java Maps
- Parsing Text Files using the StringTokenizer
- Understanding the Jtree
- Hierarchical Web Site Navigation with Trees
- Simple Timer
- Uploading Files using Servlets
- Multi-part Form Data
- Setting Cookies with JSP
- Reading Cookies with JSP
- Object Serialization
- Understanding Server Variables
- Building an HTTP Authentication Servlet
- Sharing Information between JSP pages using the Session Object
- The Next Step: Other APIs

Download:


http://rapidshare.com/files/23866263/12153016260l-cotjtj.part01.rar
http://rapidshare.com/files/23873067/12153016260l-cotjtj.part02.rar
http://rapidshare.com/files/23879981/12153016260l-cotjtj.part03.rar
http://rapidshare.com/files/23886543/12153016260l-cotjtj.part04.rar
http://rapidshare.com/files/23892535/12153016260l-cotjtj.part05.rar
http://rapidshare.com/files/23895926/12153016260l-cotjtj.part06.rar

or

http://rapidshare.com/files/25408404/672322226.part01.rar
http://rapidshare.com/files/25415464/672322226.part02.rar
http://rapidshare.com/files/25427233/672322226.part03.rar
http://rapidshare.com/files/25437953/672322226.part04.rar
http://rapidshare.com/files/25451082/672322226.part05.rar
http://rapidshare.com/files/25463462/672322226.part06.rar

VTC - PHP Tutorials

PHP (Hypertext Preprocessor) is a tool that lets you create dynamic web pages. PHP-enabled web pages are treated just like regular HTML pages and you can create and edit them the same way you normally create regular HTML pages. Virtual Training Company's tutorial is taught by Joshua Mostafa and shows you how to get the most out of using PHP. He begins with the basics and takes you smoothly through all you need to know to use PHP in creating an incredible web site. To start today, just click on one of the topics below.

Concepts
What is PHP? (01:02)
Data Flow (05:20)
What You'll Need pt. 1 (05:20)
What You'll Need pt. 2 (05:20)
Scripting vs. Viewing (03:08)
Your First Script (02:27)

Absolute Basics
Embedding PHP within HTML (06:00)
Variables (06:22)
Operators (08:55)
More Complex Operators pt. 1 (04:44)
More complex Operators pt. 2 (05:24)

Making Choices
Introducing Conditionals: 'If' and Conditional Operators (05:24)
Logical Operators (06:53)
Using 'Else' and 'Elseif' (06:53)
Multiple Choices: 'Switchcasebreak' (06:53)
The Concise Conditional: '?' : (06:53)

Loops and Control Structures
Repetition: The 'For' Loop (06:53)
'While' and 'Do..While' Loops (06:53)
Get Me Out Of Here! 'Break' and 'Exit' (06:53)

Data
Introduction to Arrays (04:29)
Referencing and Sorting Arrays (09:58)
Associative Arrays pt. 1 (06:27)
Associative Arrays pt. 2 (05:03)
More About Arrays (06:08)
Multidimensional Arrays (09:06)
Joining Arrays and Splitting Strings (04:51)
More String Manipulation (06:57)
Replacing Text Within Strings (02:40)
Introduction to Regular Expressions pt. 1 (05:59)
Introduction to Regular Expressions pt. 2 (06:23)
More About Regular Expressions pt. 1 (05:35)
More About Regular Expressions pt. 2 (04:46)
Replacing Text Using Regular Expressions (02:53)

Querying A Database
Our Sample MySQL Database (04:53)
Connecting to the Database (06:33)
Retrieving Data (06:47)

Interacting With The User
A Simple HTML Form (06:19)
A Simple PHP Search Script. pt. 1 (05:10)
A Simple PHP Search Script. pt. 2 (04:51)
Validating User Input (09:34)
A Search Feature With Dynamic Options pt. 1 (06:05)
A Search Feature With Dynamic Options pt. 2 (05:55)
An HTML Form For User Feedback (07:44)
Adding The Feedback to the Database pt. 1 (04:50)
Adding The Feedback to the Database pt. 2 (05:55)
Validating an Email Address (08:58)
Uploading a File pt. 1 (05:05)
Uploading a File pt. 2 (05:28)

Intermediate Coding Techniques
Reusing Code: Functions pt. 1 (05:53)
Reusing Code: Functions pt. 2 (04:29)
Variable Scope (05:53)
Calling By Value or By Reference (04:51)
Variable Numbers of Arguments (07:31)
Calling Functions Through Variables (02:33)
Recursive Functions (08:12)
Date and Time (06:58)
Using External Code Resources (07:38)
Error Capture: The Graceful Death pt. 1 (05:37)
Error Capture: The Graceful Death pt. 2 (05:55)
Error Capture: Custom Error Handlers pt. 1 (06:27)
Error Capture: Custom Error Handlers pt. 2 (04:44)

Sessions and Users
A Simple Login System (05:35)
Sessions (05:51)
Cookies (04:04)
Logging a User In pt. 1 (09:11)
Logging a User In pt. 2 (06:27)
Logging Out (07:45)
Registering a User pt. 1 (07:18)
Registering a User pt. 2 (04:17)

Objects
Classes And Objects (06:20)
Properties and Methods pt. 1 (05:54)
Properties and Methods pt. 2 (04:04)
Constructor Functions (04:14)
Inheritance pt. 1 (04:47)
Inheritance pt. 2 (05:11)
Polymorphism (03:56)
Aggregation pt.1 (06:01)
Aggregation pt. 2 (05:59)

Building a Data-Driven Website
The Project: A Discussion Forum (06:38)
Common Elements pt. 1 (08:04)
Common Elements pt. 2 (04:06)
Adapting the Login Page pt. 1 (08:16)
Adapting the Login Page pt. 2 (05:15)
Adapting the Registration Page (02:09)
View all Threads pt. 1 (08:43)
View all Threads pt. 2 (06:46)
Viewing a Thread pt. 1 (05:52)
Viewing a Thread pt. 2 (04:33)
Making or Editing A Post pt. 1 (05:51)
Making or Editing A Post pt. 2 (06:10)
Deleting a Post or Thread (04:54)

Credits
About this Author (04:54)

Download:
http://rapidshare.com/files/25400722/VTC_-_PHP_Tutorials.part1.rar
http://rapidshare.com/files/25403798/VTC_-_PHP_Tutorials.part2.rar

09 April 2007

Train Signal - Microsoft Virtualization Training

 Microsoft Virtual Server and PC Training Videos:

  • Learn About Virtualization. What options are out there? How does it work? Why would I use Virtual Machines?
  • Install Virtual Server and Virtual PC for FREE.
  • Learn what you need to know before setting up your first Virtual Machine.
  • Administer your VMs remotely .
  • Understand the components of your VMs including Virtual Disks Network Adapters, Using Removable Media and much more.
  • Install & Configure Virtual Networks and how to bind them to your Physical Network!
  • Master the new Microsoft Centralized Management Interface.
  • Learn how to use Scripting with Virtual Server to streamline their uses!
  • Migrate your Physical Machines to Virtual (P2V) using Virtual Server Migration Toolkit (VSMT).
  • Troubleshoot Virtual Server
  • ...This is Just the Beginning!!!

12 Hours of Microsoft Virtual PC and Virtual Server Training Videos on CD

You get 12 Hours of Training covering Microsoft Virtual Machines. "Get your Hands Dirty" with this Real World Training that is 100% Instructor Led! In this course you will act as an outside computer consultant for the fictitious company. You will tackle specific jobs for your "client" while simultaneously gaining valuable hands on networking experience!

Download:

Disc 1:

http://rapidshare.com/files/24892937/TrainSignal_-__Microsoft_Virtualization_Training_CD_1.part1.rar
http://rapidshare.com/files/24892926/TrainSignal_-__Microsoft_Virtualization_Training_CD_1.part2.rar
http://rapidshare.com/files/24896433/TrainSignal_-__Microsoft_Virtualization_Training_CD_1.part3.rar
http://rapidshare.com/files/24896454/TrainSignal_-__Microsoft_Virtualization_Training_CD_1.part4.rar
http://rapidshare.com/files/24898612/TrainSignal_-__Microsoft_Virtualization_Training_CD_1.part5.rar



Disc 2:

http://rapidshare.com/files/24900308/TrainSignal_-__Microsoft_Virtualization_Training_CD_2.part1.rar
http://rapidshare.com/files/24907404/TrainSignal_-__Microsoft_Virtualization_Training_CD_2.part2.rar
http://rapidshare.com/files/24907412/TrainSignal_-__Microsoft_Virtualization_Training_CD_2.part3.rar
http://rapidshare.com/files/24911790/TrainSignal_-__Microsoft_Virtualization_Training_CD_2.part4.rar
http://rapidshare.com/files/24911844/TrainSignal_-__Microsoft_Virtualization_Training_CD_2.part5.rar
http://rapidshare.com/files/24913631/TrainSignal_-__Microsoft_Virtualization_Training_CD_2.part6.rar

Learnkey - CompTIA A+ Training (Exams 220-301 & 220-302)

 CompTIA A+® certification has been established as the standard credential for anyone beginning an information technology career. In this certification course from LearnKey, you’ll delve into the inner workings of the personal computer with Mike Meyers; the IT industry’s leading CompTIA A+® authority. Meyers shows you how hardware components and operating systems work together for optimum functionality. At the conclusion of this training, you’ll be confident with real world PC hardware and DOS/Windows system software and be prepared to pass the most recent CompTIA A+® certification exam.


LearnKey courses meet or exceed all the latest CompTIA® certification objectives.


Gain valuable skills and become a certified IT professional.


Acquire basic knowledge that will increase your credibility and marketability in the IT industry. This training set consist of 11 CDs and/or 11 Sessions.


33 Hours of interactive training

Download:

rapidshare.com/files/7314406/learn1.part1.rar
rapidshare.com/files/7317215/learn1.part2.rar
rapidshare.com/files/7320550/learn1.part3.rar
rapidshare.com/files/7438994/learn1.part4.rar
rapidshare.com/files/7443585/learn1.part5.rar
rapidshare.com/files/7445149/learn1.part6.rar

rapidshare.com/files/7549245/learn2.part1.rar
rapidshare.com/files/7546963/learn2.part2.rar
rapidshare.com/files/7452027/learn2.part3.rar
rapidshare.com/files/7447163/learn2.part4.rar

rapidshare.com/files/7750120/learn3.part1.rar
rapidshare.com/files/7724097/learn3.part2.rar
rapidshare.com/files/7590535/learn3.part3.rar

rapidshare.com/files/7857298/learn4.part1.rar
rapidshare.com/files/7802352/learn4.part2.rar
rapidshare.com/files/7798921/learn4.part3.rar
rapidshare.com/files/7795701/learn4.part4.rar

rapidshare.com/files/7902658/Learn5.part1.rar
rapidshare.com/files/7876242/Learn5.part2.rar
rapidshare.com/files/7870823/Learn5.part3.rar
rapidshare.com/files/7862355/Learn5.part4.rar

rapidshare.com/files/1677089/LKAp6.part01.rar.html
rapidshare.com/files/1678024/LKAp6.part02.rar.html
rapidshare.com/files/1679177/LKAp6.part03.rar.html
rapidshare.com/files/1680077/LKAp6.part04.rar.html
rapidshare.com/files/1681048/LKAp6.part05.rar.html
rapidshare.com/files/1682008/LKAp6.part06.rar.html
rapidshare.com/files/1683041/LKAp6.part07.rar.html
rapidshare.com/files/1684037/LKAp6.part08.rar.html
rapidshare.com/files/1685059/LKAp6.part09.rar.html
rapidshare.com/files/1686147/LKAp6.part10.rar.html
rapidshare.com/files/1687200/LKAp6.part11.rar.html
rapidshare.com/files/1688248/LKAp6.part12.rar.html
rapidshare.com/files/1689256/LKAp6.part13.rar.html
rapidshare.com/files/1690343/LKAp6.part14.rar.html
rapidshare.com/files/1691452/LKAp6.part15.rar.html
rapidshare.com/files/1692617/LKAp6.part16.rar.html
rapidshare.com/files/1674705/LKAp6.part17.rar.html

rapidshare.com/files/9669136/Learn7.part1.rar
rapidshare.com/files/9676655/Learn7.part2.rar
rapidshare.com/files/9685184/Learn7.part3.rar

rapidshare.com/files/9712794/Learn8.part1.rar
rapidshare.com/files/9703980/Learn8.part2.rar
rapidshare.com/files/9697877/Learn8.part3.rar

rapidshare.com/files/9771122/Learn9.part1.rar
rapidshare.com/files/9776520/Learn9.part2.rar
rapidshare.com/files/9783393/Learn9.part3.rar
rapidshare.com/files/9788836/Learn9.part4.rar

rapidshare.com/files/9828542/Learn10.part1.rar
rapidshare.com/files/9840950/Learn10.part2.rar
rapidshare.com/files/9844238/Learn10.part3.rar

rapidshare.com/files/10029681/learn11.part1.rar
rapidshare.com/files/10037387/learn11.part2.rar

08 April 2007

Knowledgenet - CBT Interconnecting Cisco Networking Devices 640-811 ICND with eLabs and Study Guide

 The ICND exam is one of the two qualifying exams available to candidates pursuing a two-exam option for the Cisco Certified Network Associate CCNA certification. The ICND (640-811) exam will test materials from the new Interconnecting Cisco Network Devices (ICND) course. The exam will certify that the successful candidate has important knowledge and skills necessary to select, connect, configure, and troubleshoot the various Cisco networking devices. The exam covers topics on Extending Switched Networks with VLANS, Determining IP Routes, Managing IP traffic with Access Lists, Establishing Point-to-Point connections, and Establishing Frame Relay Connections.The following information provides general guidelines for the content likely to be included on the Interconnecting Cisco Networking Devices Exam. However, other related topics may also appear on any specific delivery of the exam.
Planning and Designing* Design or modify a simple LAN using Cisco products
* Design an IP addressing scheme to support classful, classless, and private addressing to meet design requirements
* Select an appropriate routing protocol based on user requirements
* Design a simple internetwork using Cisco products
* Develop an access list to meet user specifications
* Choose WAN protocols to meet design requirements

Implementation and Operations

* Perform an initial configuration on a switch
* Configure routing protocols given user requirements
* Configure IP addresses, subnet masks, and gateway addresses on routers and hosts
* Configure a router for additional administrative functionality
* Configure a switch with VLANS and inter-switch communication
* Implement a LAN
* Customize a switch configuration to meet specified network requirements
* Implement access lists
* Implement simple WAN protocols

Troubleshooting

* Utilize the OSI model as a guide for systematic network troubleshooting
* Perform LAN and VLAN troubleshooting
* Troubleshoot routing protocols
* Troubleshoot IP addressing and host configuration
* Troubleshoot a device as part of a working network
* Troubleshoot an access list
* Perform simple WAN troubleshooting

Technology

* Describe the Spanning Tree process
* Evaluate the characteristics of LAN environments
* Evaluate the characteristics of routing protocols
* Evaluate rules for packet control
* Evaluate key characteristics of HDLC, PPP, Frame Relay, DDR, and ISDN

Download:

http://rapidshare.com/files/24763380/Interconnecting_Cisco_Networking_Devices_640-811.part1.rar

http://rapidshare.com/files/24767636/Interconnecting_Cisco_Networking_Devices_640-811.part2.rar

http://rapidshare.com/files/24767012/Interconnecting_Cisco_Networking_Devices_640-811.part3.rar

07 April 2007

Office 2007 All-in-One Desk Reference For Dummies

Office 2007 All-in-One Desk Reference For Dummies By Peter Weverka


    Office 2207 gives you a set of tools for managing documents and data, analyzing numbers, organizing your e-mail and schedule, building presentations, and designing publications - and this book covers them all! Get the scoop on all the Office programs, find out how to supercharge your productivity by using them together, and much more.













Paperback: 782 pages
Publisher: For Dummies (January 3, 2007)
Language: English
ISBN-10: 0471782793
ISBN-13: 978-0471782797

Download:

Train Signal - Windows Vista Training: Windows Vista Administration and Support



Windows Vista marks a revolutionary step in Windows Client/Home Computing. Windows Vista introduces 100's of new features including one very useful tool called the User Access Control or UAC. The UAC is a huge step to creating a more secure operating system.

Package Contents - Here is what you get....
1) 19+ Hours of Windows Vista Training Videos on CD

You get 19+ Hours of Training covering Microsoft Windows Vista. "Get your Hands Dirty" with this Real World Training that is 100% Instructor Led! In this course Scott Skinger will lead you through Scenarios and Examples that will have you ready to tackle anything Windows Vista will throw at you.

2) 50+ Pages of the Instructor's Notes (PDF File on CD)

These professionally organized notes work great as quick reference and give you the opportunity to add notes and information as you follow along with the Windows Vista Videos.
  • Know Your Installation Options and How to Install Windows Vista(The Right Way!)
  • Master Windows Vista's New User Interface and Navigation
  • Users & Groups Are the First Step to Securing Your Systems While Maximizing Performance - We'll Teach You the Ropes
  • Learn How Vista Can Be Utilized in a Networked Environment
  • Now More Than Ever Users Are Mobile - Understand Vista's New Mobile PC and Wireless Features
  • Keep Your Systems Fast and Clean With Vista's Disk Management Tools
  • Customize Windows Vista's Security to Your Needs as You Are Walked Through NTFS Permissions, Share Permissions, Security Programs and more
  • Internet Explorer 7 and Its New Security Features in Vista For a Safer Web Experience
  • Running Software in Vista Is Different Now Than Ever Before. Know What Your Systems Are Doing and How They're Doing It.
  • Need to Make Administering Your Systems Easier? We Cover All the Tools You Need to Speed Up Your Tasks: Performance Monitor, Event Viewer, Management Console, etc...
  • Learn the Intricacies of Installing New Hardware and Printers Within Vista
  • Backups are Important! Know How To Do Them Right in Vista
  • Master Windows Vista's New Group Policy Features
  • ...This is Just the Beginning!!!

Download:

Disc 1: 471 MB

http://rapidshare.com/files/24259037/Trainsignal_Windows_Vista_Administration_CD_1.part01.rar
http://rapidshare.com/files/24259114/Trainsignal_Windows_Vista_Administration_CD_1.part02.rar
http://rapidshare.com/files/24262306/Trainsignal_Windows_Vista_Administration_CD_1.part03.rar
http://rapidshare.com/files/24262494/Trainsignal_Windows_Vista_Administration_CD_1.part04.rar
http://rapidshare.com/files/24267110/Trainsignal_Windows_Vista_Administration_CD_1.part05.rar
http://rapidshare.com/files/24267094/Trainsignal_Windows_Vista_Administration_CD_1.part06.rar
http://rapidshare.com/files/24270729/Trainsignal_Windows_Vista_Administration_CD_1.part07.rar
http://rapidshare.com/files/24270920/Trainsignal_Windows_Vista_Administration_CD_1.part08.rar
http://rapidshare.com/files/24274301/Trainsignal_Windows_Vista_Administration_CD_1.part09.rar
http://rapidshare.com/files/24272247/Trainsignal_Windows_Vista_Administration_CD_1.part10.rar



Disc 2: 466 MB

http://rapidshare.com/files/24275526/Trainsignal_Windows_Vista_Administration_CD_2.part01.rar
http://rapidshare.com/files/24278127/Trainsignal_Windows_Vista_Administration_CD_2.part02.rar
http://rapidshare.com/files/24279969/Trainsignal_Windows_Vista_Administration_CD_2.part03.rar
http://rapidshare.com/files/24282570/Trainsignal_Windows_Vista_Administration_CD_2.part04.rar
http://rapidshare.com/files/24286661/Trainsignal_Windows_Vista_Administration_CD_2.part05.rar
http://rapidshare.com/files/24287373/Trainsignal_Windows_Vista_Administration_CD_2.part06.rar
http://rapidshare.com/files/24711220/Trainsignal_Windows_Vista_Administration_CD_2.part07.rar
http://rapidshare.com/files/24711227/Trainsignal_Windows_Vista_Administration_CD_2.part08.rar
http://rapidshare.com/files/24713343/Trainsignal_Windows_Vista_Administration_CD_2.part09.rar
http://rapidshare.com/files/24711764/Trainsignal_Windows_Vista_Administration_CD_2.part10.rar


CBT Nuggets - Windows Vista First Look

 This training will help you:
  • Decide which version of Vista is right for you.
  • Navigate Vista using the new explorer interface and improved search functionality - learn it well enough you could take helpdesk calls.
  • Understand and use Vista's new communication tools, including Windows Mail, Windows Meeting Space, and more.
  • Learn how Vista handles applications differently than previous versions of Windows. This includes new tools for figuring out which programs are currently running, new ways to set highly-specific program preferences, and how to use compatibility tools to make Vista backwards-compatible with all your favorite programs.
  • Discover the new features in Vista's built-in media applications.
  • Use Vista for portable computing, including laptops and tablet PCs - plus learn about customizable features you can use to make your portable computer run better.
  • Understand how user account and parental controls have been changed in Vista - giving you better control over what your children or office end-users are doing with their computers.
  • Learn about Vista's other security improvements, including how to limit how services function, encrypt data with Bitlocker hardware-based encryption, and protect network access with Vista's included tools.
  • Set up both wired and wireless networking on your Vista PC, plus share resources, diagnose connections, automatically create network diagrams, and more.
  • Set and manage group policy using the upgraded Group Policy Management console.
  • Manage and improve Vista performance using SuperFetch, ReadyBoost, auto-tuning, and more.
  • Diagnose Vista problems using SMART, mdsched.exe, RADAR, the Diagnostic Console, and the Startup Repair Tool (SRT).

Download: http://www.looler.com/file/940/CBT-Nuggets-Win-Vista-VanMen.rar.html

06 April 2007

Sothink DVD Ripper v1.3.70119

 Sothink DVD Ripper is a DVD ripping software which can rip DVD to AVI with high speed and excellent picture quality. The created AVI movies just take up 1/10 of the original DVD, and even smaller! You can rip DVD movies with DVD Ripper and play the output AVI videos on your PC, MP4 Player, Pocket PC, Smartphone and other portable devices at anytime anywhere.

Key Features

* Faster conversion, better quality, and more stable performance
Sothink DVD Ripper uses our own MMX/SSE/SSE2 optimized encoding core, so it can rip DVD to AVI format with a speed that is 200% faster than other DVD ripping software, and the picture quality of the converted movie is better than that converted by other DVD ripper under the same configuration and settings. And it also rips with better stability. You can check the result report that comparing the performance of Sothink DVD Ripper and other DVD ripping software here.

* Small, easy and friendly
Our DVD Ripper is small, fast to launch, and uses less system resources than other DVD ripping software. It works as a wizard, so it is really easy to operate. After just a few clicks you can completely rip a DVD to AVI movie. And there is an option for you to let the program automatically shut down the computer after the ripping task is finished. The conversion can be stopped at any time, and the partly converted file will be playable with no problem!

* Adopt high compression recoding algorithm
Sothink DVD Ripper has integrated XviD, MS MPEG 1/2/3 codec inside, and supports DivX codec as well. You can choose the encoder to convert DVD to XviD, or DivX as you want. The highly compressed movie with good quality only takes up 1/5 of original DVD space.

* Wide range support of portable devices
After rip DVD to AVI movie, the size and format of the converted file would be suitable for various portable devices (Archos MP4 player, Creative Zen Vision, smartphone with Symbian S60 platform, pocket PC, etc.), and just perfect for network transmission. Our DVD Ripper provides pre-defined configuration profiles that help you convert DVD to AVI files for different devices or network bandwidth with ease.

* Select and remove the content (movies, audios, subtitles, etc.) as you like
All the movies (featured movie, extra movie), audios (of different lines or languages on different tracks) and subtitles in a DVD are selectable and removable. Before conversion, you can select what you want, and discard the rest with Sothink DVD Ripper.

* Adjust the volume of audio conveniently
Now the program enables you to customize the gain value to adjust audio volume. The value ranges from -5 to 30db. This is very helpful because a number of DVDs have lower volume than average. Using Sothink DVD Ripper you can easily enlarge the volume before ripping.

New Feature:

* Enable you to modify the volume of audio

Fixed Bug:

* The movie was disordered when converted a certain DVD
* Unsync problem occurred when converted a certain DVD


Home:
http://www.sothink.com/

Download: 4229Kb (App + Fix - Pass: http://anhdong2k5.blogspot.com)

http://rapidshare.com/files/24599628/Sothink_DVD_Ripper_v1.3.70119_WinALL_BRD.rar

01 April 2007

Windows Vista Secrets

 Windows Vista Secrets
by Brian Livingston / Paul Thurrott
Wiley - PDF - English - 672 pages
ISBN: 0764577042
Size: 19.8MB

Description:
If one book can help you master Vista, this is it. Magazine"These two know more about Windows than Microsoft does.

Go beyond Microsoft's Help guide and discover the true secrets of Windows Vista that are essential to power users. Written by two of the most recognized Windows authorities, this resource provides you with numerous tips, tricks, and undocumented features that aren't available anywhere else. You'll find extensive screenshots, tables, and illustrations that clearly show how to achieve optimal performance, fix desktop problems, and take advantage of the robust features of Windows Vista.
The Insider's Guide to:
- Installing and upgrading your system (see Chapter 2)
- Quickly finding and organizing all of your files (see Chapter 5)
- Taking advantage of new security features (see Chapter 8)
- Creating your own movies and DVDs (see Chapter 12)
- Playing state-of-the-art games with amazing effects (see Chapter 14)
- Going wireless using Windows Vista mobility features (see Chapter 15)
- Managing your schedule with Windows® Calendar (see Chapter 20)

Download:

http://rapidshare.com/files/23616269/os_nya-win-hemlgheter.rar


VTC - Microsoft Windows Server 2003 (70-298) Training, 7 hrs / 92 lessons

 Microsoft exam 70-298, "Designing Security for a Microsoft Windows® Server 2003 Network" is a core requirement for the MCSE (Microsoft Certified Systems Engineer) on Microsoft Windows® 2003. It is designed for candidates who "operate in medium to very large computing environments that use the Windows Server 2003 network operating system." VTC author, Brian Culp, discusses analyzing, designing, and configuring security for networks. The tutorial provides real-world job situations and solutions, as well as solid source material to take and pass the 70-298 test. To begin learning today, simply click on one of the Microsoft Windows® Server 2003 (70-293) lessons.

Network Security Design
Intro and Overview (05:30)
Analyze Existing Policies (06:57)
Organizational Requirements (06:15)
Principles of Security Design (05:43)
Analyze Risks to Current Administration (04:02)
Design a Recovery Process (04:49)

Creating the Security Framework
Security Guideposts (03:33)
Design Segmented Networks (04:47)
Identify Technology Limitations (04:43)
Analyze Interoperability Constraints (03:24)
Threat Modeling (05:03)

Logical Security Design
Designing Public Key Infrastructure (04:30)
Public Key Cryptography (04:57)
Certificate Services (05:37)
Microsoft Certification Services (04:20)
Design a CA Hierarchy (05:28)
Trusted CA (03:46)
Design Security for CA Servers (02:59)
Certificate Enrollment Process (04:55)
Design Certification Enrollment (05:08)
Separating CA Admin Roles (04:46)
Design Trust Models (04:20)
Domain/Trees/Forests (05:02)
External and Internal Trusts (06:26)
Shortcut/Realm/Cross-Forest Trusts (05:07)
Restricting Trust Relationships (04:19)
Design Administration of Servers (04:27)
Software Update Services (02:44)
Using SUS (03:48)
Design SUS Infrastructure (03:31)
Identify Current Patch Level (02:28)
Microsoft Baseline Security Analyzer (02:07)
Creating a Baseline Analysis (04:35)

Physical Security Design
Design Network Infrastructure Security (06:01)
Firewall Configuration (04:20)
Active Directory Considerations (04:15)
Design an IPSec Policy (04:22)
Enabling IPSec (05:11)
IPSec Policy Rules (04:05)
Configuring IPSec Policy (05:10)
IPSec Policy Example pt. 1 (04:32)
IPSec Policy Example pt. 2 (04:28)
Securing DNS Traffic (04:10)
Security for Wireless Networks (04:00)
Wireless Network Threats (05:10)
Wireless Encryption and Security (05:40)
Design 802.1x Authentication pt. 1 (03:26)
Design 802.1x Authentication pt. 2 (03:49)

Secure Communication Between Networks
Designing Security for IIS (05:37)
Controlling Access to Web Sites (06:44)
Design IIS Authentication (03:52)
User Authentication Using Certificates (04:58)
Design VPN Connectivity (02:45)
Remote Access Protocols (06:59)
Setting Up a VPN (06:41)
Router to Router VPN (05:17)
Select Protocols for VPN Access (02:55)
Design Secure VPN Connectivity (04:39)
Demand Dial Routing (06:23)
Design Secure Demand Dial Routing (04:09)
Configuring NAT (06:24)
Configuring a Firewall (06:22)
Security Templates for Server Systems (03:19)
Understanding Security Templates (04:53)
Modify Security Templates (03:32)
Security Configuration and Analysis (04:20)
Security Template Best Practices (04:13)

Design An Access Control Strategy
Design an Access Control Strategy (05:04)
Create a Delegation Strategy (02:59)
Delegating Control (06:28)
Analyze Auditing Requirements (03:58)
Using NTFS Permissions (03:19)
NTFS Permission Behavior (05:15)
Share and NTFS Permissions (05:49)
The Effective Permission (02:11)
Access Control for Files and Folders (04:33)
Backup and Recovery Strategy (04:20)
EFS Strategy (04:31)
Permissions for Registry Objects (04:55)
Design a Group Strategy (04:45)

Design Client Infrastructure Security
Design a Client Authentication Strategy (02:51)
Analyze Authentication Requirements (03:31)
Hardening Client Operating Systems (04:25)
Strategy for Client Remote Access (03:18)
Remote Access Policies (06:24)
Default Remote Access Policies (07:05)
Create a Remote Access Policy (05:50)
Remote Access Authentication Protocols (06:55)
Design Authentication Using IAS (02:51)
Authenticating with IAS (05:31)
Configuring the IAS Server (06:33)

Credits
About this Author (01:00)


Download:

http://rapidshare.com/files/23649410/VTC_-_Microsoft_Windows_Server_2003__70-298_.part1.rar
http://rapidshare.com/files/23653391/VTC_-_Microsoft_Windows_Server_2003__70-298_.part2.rar
http://rapidshare.com/files/23653440/VTC_-_Microsoft_Windows_Server_2003__70-298_.part3.rar
http://rapidshare.com/files/23655276/VTC_-_Microsoft_Windows_Server_2003__70-298_.part4.rar

LearnKey - Cisco® Authorized PIX® Firewall, 18 Hours of Interactive Training

 Session 1 Section A: Introduction
· Network Threats
· Cisco® Certifications
· INFOSEC Professional
· CCIE® Security
· Course Focus

Section B: Security Threats/Solutions
· Types of Threats
· Attack Types
· Security Process
· Security Wheel
· Security Network
· Monitor
· Test/Improve
· SAFE Framework

Section C: Firewall Technologies
· Bastion Host
· Firewall
· Perimeter Network
· Categories
· Packet Filters
· Proxy Filters
· Stateful Packet

Section D: PIX® Firewall Features
· ASA
· Firewall Traffic
· Large Enterprise
· Med/Large Enterprise
· Med/Small Enterprise
· Small Enterprise

Section E: PIX® Maintenance
· Accessing
· Basic Commands
· Configuration/Testing
· New OS Install
· Monitor Mode
· Upgrade OS
· Password Recovery

Section F: Upgrade PIX® OS
· Show Version
· New PIX® Upgrade
· New PIX® PW Recovery
· Boot Recovery Disk
· Old PIX® PW Recovery

Section G: ASA Security Rules
· Configuration Concepts
· Security Levels
· Traffic Flow Rules
· Interface Associations
· Using Security Levels
· Advantages
· Algorithm
· Conduits

Session 2

Section A: ASA Operations
· Negotiations
· Translation
· Address Assignment
· Response Packets

Section B: Six Basic Commands
· Nameif
· Interface
· IP Address
· NAT
· Global
· Route
· View Configuration

Section C: Configure PIX® Firewall
· Basic Lab
· Security Levels
· Interface Info
· IP Addresses
· Route
· Address Translation
· Save/Verify

Section D: Translation Rules
· TCP/IP Conversations
· Inside to Outside
· Outside to Inside
· Static
· Conduit
· Static/Conduit Example
· Using ACLs
· Additional Features

Section E: NAT & PAT
· Address Allocation
· NAT Types
· Address Management
· NAT/PAT Limitations
· NAT Configurations
· PIX® Configuration
· Managing Translations
· Managing Connections

Section F: PIX® Device Manager
· PDM 2.1x Features
· PDM 3.0 Features
· Requirements
· Install/Upgrade
· Prepare for PDM
· Download PDM

Session 3

Section A: Configure PIX® with PDM
· Load PDM
· PDM Startup Wizard
· Save Configuration
· Access/Translation
· Hosts/Networks
· Static Translations
· Create an ACL
· System Properties

Section B: Object Grouping
· Use Object Group
· ICMP Groups
· Network Groups
· Protocol Groups
· Service Groups
· Nesting Groups
· Groups in PDM

Section C: Syslog
· Configuring Syslog
· Logging Levels

Section D: Cut-Through Proxy
· AAA Support
· Security Architecture
· AAA Technology
· Remote Security DB
· Secure ACS
· Install ACS
· Advanced Options

Section E: CSACS Configuration
· ACS Interface
· Create User
· Group Setup

Section F: AAA Configuration
· Authentication
· Configure Authorization
· Enable Authentication
· Accounting
· Verification Commands

Section G: Advanced Protocol Handling
· Protocol Operations
· FTP Protocol
· Rsh Protocol
· SQL*Net Protocol
· Configure Fixup

Session 4

Section A: Multimedia Operation
· Firewall Functions
· Enable Multimedia
· Add Protocols
· New Version Support

Section B: Attack Guard
· Mail Guard
· DNS Guard
· Frag/Flood Guard
· Other Options
· Websense

Section C: Service Configuration
· DHCP Server
· DHCP Config. Steps
· Config. Example
· Intrusion Detection
· IDS Configuration
· PDM Service Config.
· Setup PDM IDS
· Verify Audit

Section D: Failover
· Failover Events
· Failover Transfer
· Failover Communication
· Monitoring/Testing
· Failover Types
· Failover Example
· Failover Configuration

Section E: IPSec/VPN
· VPN Topologies
· VPN Scenarios
· IPSec
· IPSec Standards
· More IPSec Standards
· Security Associations

Section F: IPSec Process
· IPSec Modes & Protection
· Scaling IPSec Networks
· Supported CA Servers

Session 5

Section A: Configuring IPSec
· Create IKE Policies
· Pre-shared Keys
· Crypto Access Lists
· Transform Sets
· Crypto Maps
· Verify Configuration

Section B: Scaling IPSec
· Configure CA
· Sample CA
· Verify/Update CA

Section C: Configuring PIX VPN
· Create Access Lists
· ISAKMP Policy
· Crypto Map
· Check Configuration

Section D: PPPoE/VPN with PDM
· PPPoE
· PPPoE on PIX
· Create Site-to-Site
· IPSec
· IKE Policy
· Remote Access VPN
· Authentication
· Authorization

Section E: Configuring CSIS
· IOS Firewall
· IDS Configuration
· CBAC
· CBAC Configuration
· ACL Filtering
· Lock-and-Key
· Prevent DoS Attacks
· Logging Events

Section F: Authentication Proxy
· Configuring Auth-Proxy
· Add Auth-Proxy
· Custom Attributes
· AAA & Auth-Proxy

Session 6

Section A: Version 6.3
· Technology Updates
· 6.3 vs. 6.2
· 6.3 Additional Features
· Enhanced Security
· Other Support

Section B: Security & Licensing
· Conduits to ACLs
· Conduits vs. ACLs
· Conversion Tools
· Licensing Process & Options
· Activation Key

Section C: 6.3 VPN Enhancements
· AES
· AES Cipher Process
· NAT Traversal for IPSec
· Enable PIX® NAT-T
· Management Tools
· VPN Wizard
· VPDN Mode Configuration

Section D: Enterprise-Level PIX®
· FWSM
· FWSM Requirements
· Enterprise Management
· Install Mgmt. Console
· Prepare PIX® Firewall
· Management Center

Section E: Workflow in MC
· Basic User Taskflow
· Workflow/Tasks
· Implement Steps
· Create Activity
· Import/Create Device
· View Settings
· Access Rules
· Deploy Configuration

Section F: Auto Update Server
· Setup AUS
· Using Auto Update
· Reporting
· Administration

Download:

http://rapidshare.com/files/23615992/Learnkey_-_CISCO_PIX_Firewall.part1.rar
http://rapidshare.com/files/23616004/Learnkey_-_CISCO_PIX_Firewall.part2.rar
http://rapidshare.com/files/23618846/Learnkey_-_CISCO_PIX_Firewall.part3.rar
http://rapidshare.com/files/23618850/Learnkey_-_CISCO_PIX_Firewall.part4.rar
http://rapidshare.com/files/23620980/Learnkey_-_CISCO_PIX_Firewall.part5.rar

10 Bài viết gần đây

10 Phản hồi gần đây

Tuổi Trẻ Online

Thanh Niên Online

VietnamNet

Tin tức Online

Dân trí điện tử

24 Giờ - 24h.com.vn

Thông tin công nghệ

Quantrimang.com - Kiến thức cơ bản

Quantrimang.com - HĐH Windows

Quantrimang.com - HĐH Unix-Linux

Quantrimang.com - Mail Server

Quantrimang.com - Database

Quantrimang.com - Mạng LAN, WAN

Quantrimang.com - Bảo mật

the How-To Geek

LinuxSecurity.com - Latest News

WindowSecurity.com

SecuriTeam.com

milw0rm.com