Setting up a RAID5 on Windows 2003

This type of arrangement requires a minimum of 3 Disks, These are divided into stripes (how the RAID0) the difference is that of the 3 Stripes one is used for parity and only the other two are used to store data. This increases RAID speed-0, but with the redundancy that parity allows … in practice the array is immune to failures of a single disk but not as much space is wasted as in the case of a RAID 0+1.

Setting up a RAID1 on Windows 2003

It is also known as “Mirror disc” and consists of the Operating System recording the same data simultaneously on both discs, which provides greater reliability since if either of the two individual disks fails, The arrangement continues to operate without losing information, because it is essentially duplicated.

Creating a ThinClient on an outdated PC and using it to connect to RDP or ICA

This procedure explains how to get a PC with minimal hardware and without all its components to perfectly boot the software necessary for an employee to work with only their applications. Another advantage would be economic savings, since it would not be necessary to expand all the company's PCs, but only the hardware of the servers. It's centralized management and if a team fails, just restart it and in a minute a minimal Linux distribution would be downloaded that connects it via ICA to the Metaframe server to run only the published applications.

Getting passwords with PWDUMP and L0phtcrack

This tutorial explains how to guess user passwords on a remote computer, in this case I'm going to get the user passwords out of a Windows domain controller 2003, it would be the same for a Windows 2000, and it doesn't have to be a domain controller, it can be a Windows XP and it would not have to be a remote PC or server, If not local.

Stop Windows XP Firewall with VBscript or by Editing the Registry

Se puede parar el firewall de XP de una forma simple, si es que queremos entrar en el PC de la victima de forma simple desde local, simplemente hay que modificar un parametro del registro de Windows de un 1 to a 0, se puede hacer ejecutando un simple bat que os lo dejo AKI compilado, que simplemente modifica ese valor y se cierra el programa o os dejo AKI el código de VB de ese simple programita.