Posts Tagged ‘How to’

Determining FSMO Role Holders

Friday, October 9, 2009 9:54 No Comments

Windows 2000/2003 Active Directory domains utilize a Single Operation Master method called FSMO (Flexible Single Master Operation), as described in Understanding FSMO Roles in Active Directory.
The five FSMO roles are:

Schema master - Forest-wide and one per forest.
Domain naming master - Forest-wide and one per forest.
RID master - Domain-specific and one for each domain.
PDC - [...]

This was posted under category: Active Directory, How to, Knowledge, Windows solutions Tags: , , , , ,

Planning FSMO Roles in Active Directory

Friday, October 9, 2009 9:50 No Comments

Windows 2000/2003 Active Directory domains utilize a Single Operation Master method called FSMO (Flexible Single Master Operation), as described in Understanding FSMO Roles in Active Directory.
In most cases an administrator can keep the FSMO role holders (all 5 of them) in the same spot (or actually, on the same DC) as has been configured [...]

This was posted under category: Active Directory, How to, Knowledge, Windows solutions Tags: , , , , ,

Understanding FSMO Roles in Active Directory

Friday, October 9, 2009 9:48 No Comments

Windows 2000/2003 Multi-Master Model
A multi-master enabled database, such as the Active Directory, provides the flexibility of allowing changes to occur at any DC in the enterprise, but it also introduces the possibility of conflicts that can potentially lead to problems once the data is replicated to the rest of the enterprise. One way Windows 2000/2003 [...]

This was posted under category: Active Directory, How to, Knowledge, Windows solutions Tags: , , , , , , , ,

How to transfer some or all of the FSMO Roles from one DC to another?

Friday, October 9, 2009 9:43 No Comments

Have you seen the Microsoft Active Directory 70-640 Training video by Train Signal? I highly recommend this course, as you will learn much more than you will from any book. It includes new iPod/MP3 versions of the course (when you are on the go) and Transcender practice tests to help you prepare for certification. The [...]

This was posted under category: Active Directory, How to, Knowledge, Windows solutions Tags: , , , , ,

How to Recover My lost files ?

Wednesday, July 1, 2009 10:50 No Comments

Recover My Files data recovery software will easily recover deleted files emptied from the Windows Recycle Bin, or lost due to the format or corruption of a hard drive, virus or Trojan infection, unexpected system shutdown or software failure.

Recover files even if emptied from the Recycle Bin
File recovery after accidental format, even if you have [...]

This was posted under category: Daily Software, Free software, How to Tags: , ,

Installing Xdebug on Ubuntu LAMP Stack Using APT

Thursday, June 25, 2009 12:09 No Comments

This assumes you have installed your LAMP stack using APT (the default LAMP stack in Ubuntu not xampp for linux). It has never got easier to install xdebug using APT compared to compiling it from source. If you don’t know what is xdebug, its uses and benefits, check out my post here and here. As [...]

This was posted under category: Apache server, How to, Knowledge, Linux system, Tutorials Tags: , , , , , , , , ,

Installing Xdebug on xampp for linux

Thursday, June 25, 2009 12:07 No Comments

As it’s commonly suggested, tweaking code while it still in development is foolhardy. If your code seems slow while it’s actually doing what it’s suppose to and right , the first is to measure its performance in actual values. It will just be a wasteful action to just try to tweak the code without these [...]

This was posted under category: Apache server, Knowledge, Linux system Tags: , , , , , , , , ,