Archivo de la categoría: Nix

Windows Advantage !!! ??

Hoy me despierto y sale un iconito de que podría ser victima de una falsificación? Microsoft ve a %$””·$%”·%&&” Inmediatamente vi un crack para que mi windows parezca original. Copiar todos los archivitos a  C:\WINDOWS\system32

Uptime and load on Unix systems

This block makes it possible to show the current load and uptime in a block. The code will not work as is on all Unixes. One might consider it a security risc to show what your uptime is (kernel patching requires reboot), so .. batteries not included, always look both sides when crossing a road… Leer más »

Ninan

Installing NinanInstalling on a windows machine: * Make sure you have java version 1.4.x or higher installed. If not get it here* Download the Ninan zip file here* Unpack the zip file. This will result in a new directory named like: ninan-x.x.x* Go to the new directory and start Ninan with the ninancore.bat file. Installing… Leer más »

Ext2 Installable File System For Windows

Pues quiero comprar un disco duro externo pero ahora la pregunta es como particionare el disco como ext2 o como ntfs. La idea es usar el amdbox para bajar archivos. Y compartirlo con windows. El problema de usar NTFS es que linux no lo reconoce al 100%. A ver que pasa ! para optimizar mi conexión… Leer más »

Terminar sesion freenx

Se quedo trabada la sesion de freenx, para destrabarlo hay que conectarse como root y despues para mostrar a los usuarios conectados #nxserver —list Después #nxserver —terminate <user> Si no se termina el usuario como en mi caso hay que forzar para terminar la sesión #nxserver —force-terminate <user>

Ultimate Gallery2 Slideshow

Welcome. This is the official page for the Ultimate Gallery2 Slideshow – WordPress 2 plugin. This is my very first attempt at a WordPress plugin, so please be understanding if things are a bit buggy. I’m learning as I go along. It is something that I found pretty useful so I thought I would develop… Leer más »

Error de caracteres en WordPress y gallery2

 Para evitar que se produzcan errores de caracteres entre wordpress y gallery2, es mejor desactivar en el apache  # which encourage you to always set a default char set.#AddDefaultCharset Off Después se deben de corregir todos los problemas relacionados con desplegar caracteres incorrectos. fuente:In fact, I solved the problem 3 hours later using the W3C validator… Leer más »

Mac OS 10.4.6

1. I downloaded VirtualCloneDrive from Slysoft (or use an other disk image mounting utility) and mounted my disk image with it.2. Opened VMware and made a new machine. I selected Other, Other. for the OS.3. Chose the add hardware option when I had created my virtual machine. I selected CD-ROM drive, and chose PHYSICAL DRIVE.… Leer más »

Cerrar puertos

Pues después de pensar que mi servidor va estar en línea cerré varios puertos. Administre el firewall con webmin Con la opción de Reset Firewall posteriormente active los puertos SSH, DNS, FTP y algun…

Ocultar servicios Apache y proftpd …

No es paranoia pero con nmap sale la versión de todos mis servicios wow son muchos!    Para ocultar APACHE En las páginas de error 404 para ocultar la versión Apache /etc/httpd/conf/httpd.conf ServerTokens ProductOnly EMailServerSignature Off   Proftpd /etc/profpd.conf ServerIdent Off   nmap localhost -sV