Archivo de la categoría: Blog Personal

Aquí divagaré todo lo que se me ocurra

Keratoconus – Corneal Collagen Crosslinking with Riboflavin

Corneal Collagen Crosslinking with Riboflavin A recent treatment, developed at the Technische Universität Dresden, and which has shown early success is Corneal Collagen Crosslinking with Riboflavin, variously known as CXL, CCL, and C3-R. A one-time application of riboflavin solution is administered to the eye and is activated by illumination with UV-A light for approximately 30… Leer más »

Solaris Joomla

vim /opt/coolstack/php5/lib/php.ini Add: extension=»zlib.so» Session Pathwarning security breach :p session.save_path = «/tmp» ;;;;;;;;;;;;;;;;;;;; Resource Limits ;;;;;;;;;;;;;;;;;;;; max_execution_time = 30max_input_time = 60memory_limit = 40M [Session]; Handler used to store/retrieve data.session.save_handler = files   Config php.ini solaris [PHP]cgi.fix_pathinfo = 1max_execution_time = 30max_input_time = 60memory_limi = 64M      ; Maximum amount of memory a script may consume (8MB)default_socket_timeout =… Leer más »

Solaris Zones Cont…

##### Zlogin – is used to login zones ####bash-3.00# ps -ef |grep z    root  5295     1   0 19:37:46 ?           0:00 zoneadmd -z testzone1    root  5296     1   0 19:37:47 ?           0:00 zsched Note: each non-global zone maintains a console. Use ‘zlogin -C zonename’after installing zone to complete zone configuration. Zlogin: permits login to non-global zones via… Leer más »

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    … Leer más »

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… Leer más »

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… Leer más »

Bacula Centos 5.1 ¿Qué es bacula ?

EPEL 5 Repository Requerido http://crysol.inf-cr.uclm.es/node/400 Bacula es un programa para hacer copias de seguridad de una máquina… pues no del todo: bacula es una colección de demonios que cooperan entre sí para realizar copias de respaldo de los archivos necesarios, sean de la máquina que sea. Para interactuar con bacula se necesita un elemento más:… Leer más »