Ayer no pude pero hoy si he podido.
Bueno ya que esta esto aquí y haber si alguno de estos te convence, en Ubuntu-es han creado una sección de tutoriales algunos no son nada del otro jueves, pero hay algunos muy curiosos e interesantes How to Ubuntu-es.org (La ventaja es que esta en español pero el orden no existe aunque todavía no hay muchos)
Y otra pagina de tutoriales aunque en ingles, y para diferentes SO en Linux (Mandriba, Debian, Suse,...)y tambien para Apache, MySQL, etc... Hay unos cuantos y son fáciles de seguir How to Forge
P.D.: No se si deberia haber sido más especifico pero aquí hay muchos tutoriales y pueden ser de utilidad.
Última edición por jmc_al; 03/08/2007 a las 10:49
Noticias, tutos y curiosidades en mi blog
Listo y un poco de remodelación Gracias de nuevo
Salu2
PC1: Intel Pentium 4 2,4GHz HT | 1GB DDR | Intel 865G | Powered by Debian GNU/Linux 7
PC2: AMD Sempron 3100+ | 2GB DDR | XFX 8600GT | Powered by Windows 7
Portátil: Intel Core i3-2310M | 8GB DDR3 | Intel HD3000 | Powered by Fedora GNU/Linux 20 x86_64
Si eres usuario de GNU/Linux no olvides visitar este hilo
Instala Adobe Flash Player en Ubuntu para AMD64
instalar previamente unos paquetes que permiten ejecutar aplicaciones de 32 bits en nuestra máquina. Para ello, habrá que ejecutar la siguiente secuencia dentro del terminal:
sudo apt-get install ia32-libs ia32-libs-gtk linux32 lib32asound2
agregar el repositorio de Janvitus. Para ello, tienes que abrir el archivo sources.list…
sudo gedit /etc/apt/sources.list
…y al final de este archivo añadir estas líneas:
deb http://janvitus.interfree.it/ubuntu/ feisty-upure64 main-amd64
deb-src http://janvitus.interfree.it/ubuntu/ feisty-upure64 main-amd64
Necesitarás validar este repositorio ejecutando esta línea:
wget http://janvitus.interfree.it/ubuntu/2C4C84CC.gpg -O- | sudo apt-key add -
En este momento puedes actualizar la base de datos de repositorios…
sudo apt-get update
Luego, habrá que instalar el paquete nspluginwrapper para poder ver animaciones Flash dentro de nuestro Firefox de 64 bits además de otras dependencias necesarias que se descarga con nspluginwrapper a traves de apt-get.
sudo apt-get install nspluginwrapper
descargar el paquete que permite instalar Adobe Flash Player…
http://ftp.cica.es/guadalinex/reposi...nfree/?C=S;O=A
descargamos este flashplugin-nonfree_9.0.48.0.0ubuntu8_amd64.deb
despues lo instalamos pulsando en el 2 veces.
y para terminar poner esto en la consola
sudo /usr/lib/nspluginwrapper/x86_64/linux/npconfig -i /usr/lib/flashplugin-nonfree/libflashplayer.so
ya tenemos flash funcionando en ubuntu64
saludos
Legalizate usa GNU\Linux.
Pues el tema del Flash ya estaba escrito hace tiempo:
http://foro.noticias3d.com/vbulletin...quitectura+bit
Añado algunos manuales que he creado (que están en mi servidor por si son necesarios).
ASUS Z53J/F3JC en Debian Etch.
Beryl en Debian Etch.
HDA Intel en Debian Etch.
Última edición por hcakal; 01/09/2007 a las 20:17
MacBook Pro 13'' 2010 | Nexus 4 | Yours to Discover (blog) | Entrad al IRC linux de N3D, #n3d-linux! | Normas y recomendaciones del foro.
bueno que se le va a hacer esta vez he llegado tarde para compartir mi experiencia problematica con flash en ubuntu 64Pues el tema del Flash ya estaba escrito hace tiempo:
http://foro.noticias3d.com/vbulletin...quitectura+bit
saludos
Legalizate usa GNU\Linux.
Ya se que pusiste los tutoriales de ubuntu-es, pero he encontrado uno que la verdad me parece muy interesante y creo que se merece estar en el top juzgalo tu mismo Instalacion Drivers NVIDIA (yo no creo que haya muchas opciones más) parece bastante intuitivo lo único que parece que no hay ninguno sin entorno gráfico voy a ver si consigo que mejore algo.
P.D.: Ya lo tiene es una pena que ponga solo para Ubuntu Feisty pero creo que es valido para los Debian, y muchos de ellos también para otras distribuciones Linux
Última edición por jmc_al; 05/09/2007 a las 13:20
Disk Manager
Uno de los problemas que existen al momento de de utilizar discos duros, ya sean externos o particiones internas, es el conocimiento de Fstab pero esto
es fácil y de manera gráfica por medio de dos herramientas: Disk Manager y ntfs Configuration Tool
Disk Manager busca en tu sistema una partición que no haya sido configurada y te permite de manera gráfica configurarlas de forma sencilla (automáticamente o manual como quieras). Tambien te permitirá activar ntfs-3g para habilitar la escritura en particiones NTFS (para lo que vas ha utilizar Ntfs Configuration Tools), montar/desmontar particiones, agregar, borrar y editar particiones, ver información sobre las particiones y varias cosillas más permitiendote tener acceso un log donde se guardan los cambios.
http://flomertens.free.fr/disk-manager/download.html
Legalizate usa GNU\Linux.
Mejorar rendimiento xorg
añadimos a sectión "device"
añadimos
Código:
Option "AGPMode" "4"
y tendremos una velocidad de 4x.
Código:
Option "AGPFastWrite" "yes"
y habilitaremos la "escritura rápida AGP"
Código:
Option "EnablePageFlip" "on"
tiene que quedar asi:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Feb 26 23:38:46 PST 2007
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30.0 - 97.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV40 [GeForce 6800]"
Driver "nvidia"
Option "TripleBuffer" "true"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "AGPMode" "8"
Option "AGPFastWrite" "yes"
Option "EnablePageFlip" "on"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV40 [GeForce 6800]"
Monitor "Generic Monitor"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
Option "UseFBDev" "true"
Option "DisableGLXRootClipping" "True"
SubSection "Display"
Depth 1
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Legalizate usa GNU\Linux.
como activar fast write para agp
primero chequear si lo tenemos activado:
cat /proc/driver/nvidia/agp/status
y nos sale:
Code:
Status: Enabled
Driver: AGPGART
AGP Rate: 4x
Fast Writes: Disabled
SBA: Disabled
Enable Fast Writes and SBA
Enable Fast Writes and SBA
teclear en el terminal:
Code:
sudo gedit /etc/modprobe.d/nvidia-kernel-nkc
si es KDE)
Code:
kdesu kedit /etc/modprobe.d/nvidia-kernel-nkc
ó
Code:
sudo nano /etc/modprobe.d/nvidia-kernel-nkc
tienes que ver solo esto por el momento:
Code:
alias char-major-195* nvidia
pues justo debajo de esta lienea pegas la linea nueva que nos dara el soporte de fast write
Code:
options nvidia NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1
ejemplo:
Code:
alias char-major-195* nvidia
options nvidia NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1
lo guardas y te sales
NOTA: Si no si el archivo está en blanco:
salir del editor de textos y hacer un archivo nuevo así:
Código:
sudo nano /etc/modprobe.d/nvidia
pega todo el contenido en este archivo
Code:
alias char-major-195* nvidia
options nvidia NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1
reiniciar el ordenador
Legalizate usa GNU\Linux.