sábado, 10 de abril de 2010

Disable Password Requirements in Windows Server 2003 Domains

Go to Administrative tools folder.
Double-click on the Default Domain Security Policy icon.
Note: If for any reason you don't see that icon you can still edit the Default Domain Group Policy from the AD Users and Computers snap-in, or from a GPMC window (if you have GPMC installed - Download GPMC).
Navigate to Security Settings > Account Policies > Password Policy.
Right-click on the Minimum Password Length option in the right pane and select Properties.

Keep the V on the Define Setting selected! Do not remove the V from that check-box. Removing the V will cause the GPO to revert to the default setting, which is what we are trying to remove in the first place.
Enter 0 (zero) for the number of minimum characters required in a password.

Now double-click on the Passwords Must Meet Complexity Requirements option in the right pane.

Again, do not remove the V from that check-box. Instead, select Disabled.

Click OK all the way out and close the GPO window.
In order to refresh the policy type the following command in a CMD window and click ENTER:
gpupdate /force
Done.

miércoles, 24 de febrero de 2010

Crossover para Linux

Instala facilmente aplicaciones de Wintendo (Windows) en Linux.

Sigue este las instrucciones de este blog.

http://mgsanchezs.wordpress.com/2009/11/01/office-2007-en-ubuntu-9-10-karmic-koala/

Saludos...

lunes, 26 de octubre de 2009

Hudlite para Elastix

http://www.luisabenza.com/instalando-hudlite-en-elastix/

lunes, 21 de septiembre de 2009

Automatic Install g.729 & g,723.1 codecs

cd /usr/src
service asterisk restart
wget http://asterisk.hosting.lv/bin/codec_g723-ast14-icc-glibc-pentium4.so
mv codec_g723-ast14-icc-glibc-pentium4.so /usr/lib/asterisk/modules
chmod +x /usr/lib/asterisk/modules/codec_g723-ast14-icc-glibc-pentium4.so
wget http://asterisk.hosting.lv/bin/codec_g729-ast14-icc-glibc-pentium4.so
mv codec_g729-ast14-icc-glibc-pentium4.so /usr/lib/asterisk/modules
chmod +x /usr/lib/asterisk/modules/codec_g729-ast14-icc-glibc-pentium4.so
asterisk -rx "module load codec_g729-ast14-icc-glibc-pentium4.so"
asterisk -rx "module load codec_g723-ast14-icc-glibc-pentium4.so"
service asterisk restart
sleep 2
asterisk -rx "core show codecs"