Archivo por meses: noviembre 2006

Hank y el millon de dolares

Esta mañana han llegado a mi puerta una pareja bien vestida y bien peinada. El hombre habló primero: Juan: Hola, yo soy Juan y esta es María. María: Hola, estamos aquí para invitarte a besarle el culo a Hank con nosotros. Yo: ¿Como? ¿De que estás hablando? ¿Quien es Hank? ¿y por que tendría que… Leer más »

You now have successfully built and installed the Apache 1.3 HTTP server

+——————————————————–+ | You now have successfully built and installed the | | Apache 1.3 HTTP server. To verify that Apache actually | | works correctly you now should first check the | | (initially created or preserved) configuration files | | | | /usr/local/etc/apache/httpd.conf | | | and then you should be able to immediately… Leer más »

The Ultimate Media Server – Apache+SSL , PHP, MySQL and Jinzora

The Ultimate Media Server Apache+SSL , PHP, MySQL and Jinzora Author: Elijah Savage Date Last Edited 01/29/06 Rev.1 Concept I started out on this project to create the ultimate multimedia server using all opensource tools and applications. Some of you may be thinking along the lines of a TIVO device, no this was to create… Leer más »

su – how to become a super user. avoid using root

 If you’re like most people new to Unix, you do everything as root.  You shouldn’t.   I know I don’t follow my own advice, but I’m trying to improve. Create yourself another account.  Use that instead of root.  Unless you really need root.  You can always invoke su to become a super user.   That… Leer más »

Install Microsoft Truetype Fonts

http://corefonts.sourceforge.net/ You have to make the RPM using the obove site. For convenience I have created the RPM (please do not link directly to this file): msttcorefonts-2.0-1.noarch.rpm [mirandam@charon ~]$ sudo rpm -ivh msttcorefonts-2.0-1.noarch.rpm [mirandam@charon ~]$ sudo /etc/init.d/xfs restart Restarting xfs may not be necessary. Many programs need only to be restarted. Some older applications, may… Leer más »

Dual Screen Fedora Core

I got fglrx driver working at last. Steps: Installed kmod-fglrx and xorg-x11-drv-fglrx from Livna repository: Code: yum install kmod-fglrx xorg-x11-drv-fglrx Added these lines to /etc/X11/xorg.conf: Code: Section «Extensions» Option «Composite» «Disable» EndSection Ran the command Code: ati-fglrx-config-display enable xorg.confxorg.confxorg.confxorg.confxorg.conf The only problems are that if to use Alt-Tab to switch between windows then the content… Leer más »

Configurar ALSA para que sea por default la sblive FC6

Tengo 2 tarjetas de sonido, la VIA Realtek que trae la motherboard y una sblive para que en ALSA la configuración de sonido sea por default con sblive hay que hacer un cambio vi /etc/modprobe.conf alias eth0 via-rhine alias eth1 tulip alias snd-card-1 snd-via82xx options snd-card-1 index=1 options snd-via82xx index=1 remove snd-via82xx { /usr/sbin/alsactl store… Leer más »

Run Shoutcast server on boot

This works , unless you have the wrong binary ./sc_serv sc_serv.conf & (enter) From the directory where shoutcast sc_serv is located. You can have this binary anywhere on your OS and the configuration can also be anywhere. If these commands below do not work for you, there is something WRONG. Plain and simple. e.g. ./sc_serv_freebsd… Leer más »

FreeNX client and fedora

Free NX is the solution that MANY of us all needed: I’m on a windows or linux box, and need to remote control another linux box… securely… over ssh only… SSL secure… oh, and with GUI too! Enter NX… Server Setup: On your linux box (nx server) Open terminal, and su to root CODE yum… Leer más »