Archive for the ‘Informática – Sistemas y servidores’ Category
Configure php-imap redhat [solved]
If your web server uses PHP and you need to use IMAP take a look at this post. When do i need to install IMAP support for PHP If you want to use imap_open function you need to do it. How do I check if my PHP is actually configured to use IMAP? Two ways: [...]
OSTicket: open source support / ticketing software with POP / IMAP
osTicket is a widely-used open source support ticket system. It seamlessly integrates inquiries created via email, phone and web-based forms into a simple easy-to-use multi-user web interface. Manage, organize and archive all your support requests and responses in one place while providing your customers with accountability and responsiveness they deserve. osTicket is configured by default [...]
[SOLVED] Apache: ‘[error] [client ::XXX] File does not exist:’
I just noticed my apache.err file was throwing tons of errors like the following: [error] [client 67.195.37.164] File does not exist: /soft/cds-invenio/var/www/incunables I did not know which was causing this error because everything seemed to be working fine. I searched the FAQ, read the Documentation, even tried to search both my website (which generated errors) [...]
phpMyAdmin Remote Code Execution: how to deal with disaster
My previous post talked about an attack we had suffered in one of our servers. This attack is based in the remote execution of code (it affects old versions of phpMyAdmin). For a full documentation about the exploit, please read this article. Once you’ve noticed your server has been attacked you should follow these steps [...]
WPA en ADSL Telefónica
Los routers de telefónica vienen preparados, por defecto, para trabajar con sistema de seguridad WEP. Las deficiencias de este sistema son ampliamente conocidas (googlea wifislax y auditoría wireless). Por eso hoy voy a explicar cómo securizar nuestra conexión wireless. El router que me ha proporcionado Telefónica es el XAVI 7868r Cambiando WEP por WPA WPA [...]
Resetea/adivina la contraseña de Windows Vista
En caso de que OphCrack LiveCD para Windows Vista no haya sido capaz de obtener las contraseñas del sistema se puede utilizar Offline NT Password Recovery and Registry Editor para recuperar la contraseña del Administrador u otros usuarios (es válido para Windows XP y Vista). Solamente se necesita grabar la imagen que bajarás en un [...]
VMWare ESX Server & Infraestructure Client
Imagina que tienes un servidor en producción y deseas tener instalados múltiples sistemas operativos en él, dando la sensación de que dispones de distintos servidores, con distintos SO’s. Pues para ello podemos usar VMWare ESXServer. En mi caso tengo instalado VMWare ESXServer 3 con varias máquinas virtuales linux sobre él. ESXServer es un sistema que [...]
Instalando VMWare Tools en Debian 5 (Lenny)
Si no sabes qué es la virtualización de máquinas échale un ojo a Wikipedia. VMWare es el software de virtualización más extendido. Tras llevar a cabo la instalación del sistema operativo guest uno de los problemas más habituales suele ser la instalación de VMWare Tools. Vamos a ver cómo instalarlas, paso a paso: Sistema operativo [...]
Accediendo a máquinas remotas: PuTTY y NX-Server
A la hora de acceder a máquinas remotas linux desde windows, podemos hacerlo de dos maneras: (1) En modo texto, usando la herramienta PuTTY (para Windows), disponible para descarga gratuita aquí (2) En modo gráfico, utilizando el fantástico software NX (cliente+servidor, disponible para Windows y Linux), que se puede descargar de forma gratuita aquí Existen [...]