Archivo de la categoría: Blog Personal

Aquí divagaré todo lo que se me ocurra

Configuring Switch Security Part 2

switch>enswitch#show ip inter brief switch>show ip interface briefInterface              IP-Address      OK? Method Status                ProtocolVlan1                  192.168.1.253   YES TFTP   up                    up      GigabitEthernet0/1     unassigned      YES unset  up                    up      GigabitEthernet0/2     unassigned      YES unset  up                    up      GigabitEthernet0/3     unassigned      YES unset  up                    up      GigabitEthernet0/4     unassigned      YES unset  up                    up      GigabitEthernet0/5     unassigned      YES unset  up                    up      GigabitEthernet0/6     unassigned      YES unset  down                  down    GigabitEthernet0/7    … Read More: Configuring Switch Security Part 2 »

Choose the Best VPS Hosting Platform for Your Needs OpenVZ vs Xen

OpenVZ VPS We recommend OpenVZ VPS hosting for the speed and stability it consistently provides. The OpenVZ platform is the logical choice for most virtual private server hosting needs. OpenVZ uses fewer resources than Xen, and its interface limitations are not especially relevant to the vast majority of virtual private server administrators. Xen VPS hosting… Read More: Choose the Best VPS Hosting Platform for Your Needs OpenVZ… »

Bacula Install

Si tenemos nuestra base de datos lista ya podemos instalar en la máquina que realizará los backups los siguientes paquetes: bacula director – bacula storage daemon – bacula file daemon (bacula-client) – bacula console (para administracion, pero esto tambien se puede hacer remotamente) Maquina para respaldar MySQL en localhost ( Server 1 ) # yum… Read More: Bacula Install »

No se llama Infidelidad ni Deslealtad sino Felicidad Alterna

Esto basado, claro, en la teoría de que existen universos parelelos. Entonces, la infinita capacidad masculina (y a veces, con menor ingenio pero mayor corazón [¡snif!], la femenina), hace posible la realización de una felicidad desdoblada en el mismo universo, sin necesidad de transportarse a uno paralelo. Luego, la Felicidad Alterna no es cosa maligna… Read More: No se llama Infidelidad ni Deslealtad sino Felicidad Alterna »

Mathematica Linux Error

Error: The installer was unable to check for a valid password file. Your Mathematica installation may be incomplete or corrupted 25 11 2007 Many people face this error when they try to install Mathematics on Linux : Error: The installer was unable to check for a valid password file. Your Mathematica installation may be incomplete… Read More: Mathematica Linux Error »

Mounting iso/bin/cue

* Method 1: Use CDEmu. cdemu 0 pro.cuemount -t iso9660 /dev/cdemu/0 /mnt/temp * Method 2: Convert to ISO.Convert BIN/CUE to ISO: bchunk -v acrobat6pro.bin pro.cue pro File Attachment: bchunk-1.2.0.tar.gz (14 KB)   * Just mount the ISO by executing as root. mount -o loop,ro -t iso9660 <filename>.iso <mountpoint>mount -o loop pro01.iso /mnt/temp