تبليغاتX
Free Ebooks Center
CBT Training Video's 

CBT NUGGETS 70-290
================

MCSE 2003: Exam-Pack 70-290
Managing and Maintaining a Mcft Windows Server 2003 Environment.

CD-ROM Contents: Exam Pack 70-290

- Series Intro
- Introducing Windows Server 2003
- Managing Basic and Dynamic Disks
- RAID, Utilities, Quotas
- Managing Server Hardware
- Managing and Troubleshooting User Accounts
- Automating User Account Management
- Managing User Profiles
- Managing User Account Logon
- Managing Computer Accounts
- Managing Groups
- Managing Resource Access: Share Permissions
- Managing Resource Access: NTFS Permissions
- Managing Printers
- IIS Part 1
- IIS Part 2
- Administration and RDP
- Remote Desktop/Assistance
- Terminal Services Part 1
- Terminal Services Part 2
- Event Viewer and Task Manager
- Performance Monitoring and Analysis
- SUS and Software Site Licensing
- Shadow Copy and Backup
- Restoring Data and Recovery Tools

Product Info URL
===========

http://www.cbtnuggets.com/webapp/product?id=207

Download Link
==========

http://vitnik.servehttp.com/emule/CBT%20Nuggets%2070-290%20Windows%20Server%202003%20Environment.iso

===========================================


CBT NUGGETS 70-291
================

MCSE 2003: Exam-Pack 70-291
Title :Implementing, Managing, and Maintaining a Mcft Windows Server 2003 Network Infrastructure

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


Product Info URL
===========

http://www.cbtnuggets.com/webapp/product?id=208

Download Link
==========

http://vitnik.servehttp.com/emule/CBT%20Nuggets%2070-291%20-%20MCSE%20-%20Server%202003%20Network%20Infrastructure.iso

============================================

KeyStone JAVA 2 (8 CD's)
=================

Java 2.0 Level 1 Video (1 hr 40 min)
Java Architecture & Virtual Machine (22 min)
1.1 Overview
1.2 Three Parts of Java
1.3 Java Files & Executable Files
1.4 Creating a Stand-alone Application
1.5 Java Versioning

Creating Java Object Classes (41 min)
2.1 The Java Language
2.2 Program Flow
2.3 Building Java Classes
2.4 Class Packages

Creating Java Objects (35 min)
3.1 How to Create Objects
3.2 Instance Methods
3.3 The This Reference
3.4 Constructors
3.5 Methods Every Object Has
3.6 Object Variables
3.7 Garbage Collection

Java 2.0 Level 2 Level (1 hr 34 min)
Arrays (19 min)
1.1 What is an Array?
1.2 Creating Arrays
1.3 Arrays of Java Objects
1.4 Shorthand for Creating Arrays
1.5 Multi-Dimensional Arrays
1.6 Bounds Checked
1.7 Copying Arrays

Interfaces (26 min)
2.1 Concept of Java Interfaces
2.2 Interface Reference Types
2.3 Casting Between Different Types of Object References
2.4 Extending Interfaces

Inheritance (48 min)
3.1 Extending Classes
3.2 Virtual Methods
3.3 Constructors
3.4 Protection & Encapsulation
3.5 Abstract & Final Classes

Java 2.0 Level 3 Level (1 hr 33 min)
Exceptions (29 min)
1.1 Try/catch Blocks
1.2 Program Flow During Exceptions
1.3 Exception Classes
1.4 The Throws Clause
1.5 The Finally Block

Inner Classes (41 min)
2.1 Static Inner Classes
2.2 Inner Class Types
2.3 Inner Instance Classes
2.4 Anonymous Inner Classes

Multi Threading Capabilities (21 min)
3.1 Simultaneous Threads
3.2 The Thread Class
3.3 Extending the Thread Class
3.4 When Will the VM Quit? (Daemon Threads)
3.5 Implementing Runnable
3.6 Thread Priority

Java 2.0 Level 4 Video (2 hrs 17 min)
Synchronization of Multiple Threads (34 min)
1.1 The Synchronization Problem
1.2 Blocking Methods
1.3 A SynchronizedQueue (The Notify () Method)
1.4 A CubbyHole (The Notify All() Method)
1.5 The Patterns of Blocking Methods (Notify vs. NotifyAll)

Utility Classes (13 min)
2.1 Built in Data Structures
2.2 The Vector Class
2.3 The Hashtable Class
2.4 The Properties Class
2.5 The Math Class
2.6 The String Tokenizer Class
2.7 The Java 2 Collection Framework

Streaming Architecture (17 min)
3.1 The Stream Concept
3.2 Reading from & Writing to Streams
3.3 The Local File System
3.4 Filter Streams

Java 2.0 Level 5 Video (1 hr 34 min)
Java Internetworking API (42 min)
1.1 Using URL Objects
1.2 Using URL Connection Objects
1.3 Sockets: Client-side
1.4 Sockets: Server-side

Introduction to the AWT (26 min)
2.1 Architecture
2.2 Components & Paint()
2.3 The Component Class
2.4 Intrinsic Components

Event Handling (25 min)
3.1 Generic Asynch Event Loop
3.2 Handling Events
3.3 The AWT Callback Thread
3.4 HandleEvents() & Helper Methods

Java 2.0 Level 6 Video (1 hr 26 min)
Java 1.1's Event Model (22 min)
1.1 Event Model Basics
1.2 Listener Interfaces
1.3 Adapter Classes
1.4 Event Propagation & Backwards Compatibility
1.5 The AWT Listener Interfaces

AWT's Adv. Graphics (30 min)
2.1 Text Rendering
2.2 Images & Double-buffered Graphics
2.3 Loading & Downloading Images

Building Graphical User Interfaces (33 min)
3.1 Containers & Layout Managers
3.2 Preferred Size
3.3 Review of Layout Managers
3.4 Hierarchies of Panels

Java 2.0 Level 7 Video (1 hr 29 min)
Garbage Collection (48 min)
1.1 Advantages & Disadvantages
1.2 Defragmentation
1.3 Intro to Garbage Collection
1.4 Orphan Objects
1.5 Finalization & Finalize()
1.6 Reference: Chains
1.7 The "Mark & Sweep" Algorithm
1.8 Object Resurrection
1.9 The Limits of Java 1.1 GC

Java2 Garbage Collection (39 min)
2.1 Extending Java 1.1 GC
2.2 Reference Strength
2.3 Strongly Reachable
2.4 Softly Reachable
2.5 Weakly Reachable
2.6 The ReferenceQueue Class
2.7 Phantom References

Java 2.0 Level 8 Video (2 hrs 11 min)
Reflection (55 min)
1.1 Introduction
1.2 The Class Class
1.3 The Field Class
1.4 The Method Class

Serialization (30 min)
2.1 Stream-based Persistence
2.2 Writing Objects Out
2.3 Re-creating Objects
2.4 Serializable Objects
2.5 Object Graphs
2.6 Static & Transient Data

Advanced Serialization (36 min)
3.1 De-serialization Initialization
3.2 The readObject() & writeObject() Methods
3.3 Evolving Class Definitions
3.4 Serialization & Inheritance
3.5 Externalization

Product Info URL
===========

http://www.hallogram.com/keystone/java/outline3.html

Download link
=========

http://vitnik.servehttp.com/emule/CBT%20Keystone%20Complete%20Java%202.0%20(8%20Cds).rar


=============================================

Linux CBT Redhat Edition ( 10 CD's)
========================

LinuxCBT Classic Edition - GNU/Linux Basics - Disc 1

Product Info URL
===========

http://www.linuxcbt.net/products_linuxcbt.php

Download Link
==========

http://vitnik.servehttp.com/emule/Linux%20CBT.rar

|+|
Author : PezhmaN on Fri 3 Feb 2006 and Time 3:1 PM ( )