Archivo de la categoría: Fedora

install flash x64 fedora 15

su yum install wget cd /tmp wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz tar xzvf flashplayer10_2_p3_64bit_linux_111710.tar.gz mv /tmp/libflashplayer.so /usr/lib64/mozilla/plugins/

xen error

Hi Folks, I’ve searched throught this board and noticed a few folks have had this problem…Mine started after installing an ethernet card….Screen came up blue…..»Registry file failure. The registry cannot load the hive file System Root\System32\Config\Software I found this apparent fix when booting from the Windows XP cd…. Quote: Do you have a XP CD?… Leer más »

nvu and fedora 6

mkdir ~/nvu cd nvu wget ftp://fr.rpmfind.net/linux/freshrpms/fedora/linux/testing/4/nvu/nvu-1.0-0.1.i386.rpm sudo rpm -ivh –nosignature nvu-1.0-0.1.i386.rpm

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 »

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 »

instalar macromedia flash, Fedora Core 5 y 6

Lo descargamos desde la web http://download.macromedia.com/pub/labs/flashplayer9_update/FP9_plugin_beta_101806.tar.gz Lo guardamos en el escritorio descomprimimos con tar -xzvf FP9_plugin_beta_101806.tar.gz accedemos a la carpeta creada cd /flash-player-plugin-9.0.21.55 copiamos el archivo libflashplayer.so a la carpeta de los plugins de Mozilla con cp ./flash-player-plugin-9.0.21.55/* /usr/lib/firefox-1.5.0.7/plugins/ reiniciamos el mozilla y a disfrutar.