Archivo del Autor: carlosap

Forgot your Windows NT/2k/XP/Vista admin password?

http://home.eunet.no/pnordahl/ntpasswd/ Reinstall? Oh no… But not any more… * This is a utility to (re)set the password of any user that has a valid (local) account on your Windows NT/2k/XP/Vista etc system. * You do not need to know the old password to set a new one. * It works offline, that is, you have… Leer más »

perl solaris mysql driver

Yup, but for *nix I would recommend to use «real» perl and not the activeperl edition. With «real» perl you can simply just run these commands to get the up2date DBI and DBD::mysql modules compiled and installed in your system: perl -MCPAN -e ‘install DBI’ perl -MCPAN -e ‘install DBD::mysql’

enterprise monitor

./mysqlmonitor-2.0.5.7153-solaris-sparc-installer.bin Language Selection Please select the installation language [1] English [2] Japanese Please choose an option [1] : —————————————————————————- Welcome to the setup wizard for the MySQL Enterprise Monitor —————————————————————————- Please specify the directory where the MySQL Enterprise Monitor will be installed Installation directory [/opt/mysql/enterprise/monitor]: —————————————————————————- Tomcat Server Options Please specify the following parameters for… Leer más »

start automatically mysqld Enterprise upon reboot

Double check that you’re using runlevel 3 #who -r . run-level 3 Mar 22 12:54 3 0 S You’ll then want to note that number and use that in the tasks below (I’ll use ln -s /etc/init.d/mysql /etc/rc3.d/S99mysql ln -s /etc/init.d/mysql /etc/rc3.d/K99mysql

Installing MySQL Enterprise Advanced on Solaris

Installing MySQL on Solaris If you install MySQL using a binary tarball distribution on Solaris, you may run into trouble even before you get the MySQL distribution unpacked, as the Solaris tar cannot handle long file names. This means that you may see errors when you try to unpack MySQL. If this occurs, you must… Leer más »

Tape Virtual Machines

Tar to Tape 0 is rewind after completes 😛 #tar cvEf /dev/rmt/0 vm_win2k3 List #tar tvf /dev/rmt/0 Restore

Solaris tar command to backup data on tape device

Tar name come from Tape ARchiver. It is both a file format and the name of the program used to handle such file. Tar archive files have names ending in «.tar». If an archive is compressed, the compression program adds its own suffix as usual, resulting in filename endings like «.tar.Z», «.tar.gz», and «.tar.bz2». Tar… Leer más »

nas SOlaris

devfsadm zpool create nas c3t600A0B80004934D60000048D49C03492d0 echo $? nas 398G 25G 373G 7% /nas Para añadir más espacio zpool add nas c4t600A0B80004934D600000ACB4C40287Ad0 nas 663G 25G 638G 4% /nas #zpool status pool: nas state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM nas ONLINE 0 0 0 c4t600A0B80004934D6000004B949CF782Cd0 ONLINE 0 0 0 c4t600A0B80004934D600000ACB4C40287Ad0 ONLINE 0… Leer más »

En este articulo veremos una de las formas de instalar y configurar Squid para que autentique contra un servidor Windows 2003 con Active Directory.

Origen: Pablo Sarubbi – Efraim Wainerman martes, 06 de marzo de 2007 En este articulo veremos una de las formas de instalar y configurar Squid para que autentique contra un servidor Windows 2003 con Active Directory. Para ello elegimos la version Etch de Debian. Una vez instalada y actualizada procedemos a instalar el software complementario.… Leer más »