viernes, 19 de octubre de 2012

AL INSTALAR LINUX EN ALGUNAS VERSIONES EL INTERNET SE PONE LENTO ASI QUE SOLO DEBEMOS EJECUTAR ESTE COMANDO EN MI CASO LINUX MINT 13 XFCE



$ sudo sh -c "echo blacklist ipv6 >> /etc/modprobe.d/blacklist" 
$ sudo reboot

jueves, 20 de septiembre de 2012

QUE HACER DESPUES DE INSTALAR FEDORA KDE





Fedora has thousands of packages and applications in its repos. However due to license and patent issues quite a lot of such applications and packages are not available in main repo. So, first thing that you need to do to be able to install needed apps and drivers is to install/enable various repos.

There are three repos that will give you almost everything that you need from Fedora.

The installation of these repos is extremely easy (just click on the links above and follow the instructions.) Keep in mind, enable one repo at a time and wait for it to enable completely. Once the repos are enabled, I will recommend running the update so that Fedora is updated before we move to install other codecs and drivers. Now, you can install application such as VLC, LibreOffice, GIMP, Amarok, Thunderbird, etc.
FUENTE

lunes, 17 de septiembre de 2012

EMPEZANDO EN FEDORA 17 KDE DESDE CERO INSTALACION DE GOOGLE CHROME DESDE YUM 


Como instalar g00gle chrome en Fedora 17

creamos los repos necesarios en /etc/yum.repos.d/google.repo
(Puedes crear el archivo en gedit o en vi como prefieras o culaquier editor de texto . No olvidar que el nombre del  archivo  es google.repo)

si trabajas en 32 bits

[google-chrome]
name=google-chrome - 32-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

64-bit

[google-chrome]
name=google-chrome - 64-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

luego si a instalar

yum install -y google-chrome-stable


jueves, 6 de septiembre de 2012


En este momento debería ser mas fácil la ubicación del plugin de adobe flash pero en este caso no se presento, así que esta es una solución mas fiable ....

Installing flash player for Chrome and Firefox

 Flash plugins are missing for Chrome and Firefox.

Workaround = Add the executable in the correct directories

 First download the kits at the following locations:

http://labs.adobe.com/technologies/flashplatformruntimes/flashplayer11/
http://get.adobe.com/flashplayer/?no_redirect

 Close both Chrome and Firefox and then do the following:

cd ~/Download
tar xvfz  flashplayer11_b2_install_lin_64_080811.tar.gz
chown root:root libflashplayer.so
 chmod 0644 libflashplayer.so
 cp -f libflashplayer.so /usr/lib/mozilla/plugins/
 rm -rf libflashplayer.so

tar xvfz install_flash_player_10_linux.tar.gz
 mkdir ~/.mozilla/plugins
 chown root:root libflashplayer.so
 chmod 0644 libflashplayer.so
 mv -f libflashplayer.so ~/.mozilla/plugins/

 Restart the browsers and this should fix it

FUENTE 

http://insidetrust.blogspot.com/2011/08/backtrack-5-r1-some-things-fixed-some.html




RETOMAMOS DE NUEVO ESTE BLOGGER CON LA LOCURA DEL CONOCIMIENTO QUE NOS EMANA.  EN TOTAL HE PASADO A UNA NUEVA VERSION DE LINUX LLAMADA BACK TRACK 5 R3 POR SITUACIONES DEL COMPUTADOR ES UNA VERSION BASADA EN UBUNTU ES MAS ESTABLE PARA MI PENSAR Y MENOS PESADA ENTONCES TODAS LAS SITUACIONES QUE ENFRENTE EN ESTE CAMINO LAS IRE UBICANDO EN ESTE BLOG. A SU VEZ ESTOY TRABAJANDO EN UN PORTATIL FEDORA 17 EN KDE (PRIMERA VEZ QUE LO USO), EMOCION AL 100 % . COLOQUEN SUGERENCIAS  OJO QUE SEAN OBJETIVAS Y DE BENEFICIO.

ALGUNAS EN INGLES OTRAS EN ESPAÑOL.. TAMPOCO TODO DE PAPAYA (O SEA FACIL)



viernes, 17 de agosto de 2012


Debido a la poca cantidad de recursos que posee mi maquinita decidí instalar Xubuntu 12.04, una maravilla. Pero después de unos días la apertura de directorios se hacía muy lenta al principio, además de abrir dos veces la carpeta seleccionada, solo al principio ya que después de haberla activado todo andaba muy fluido. Consultando en T! y en San Google no lograba respuestas adecuadas a mi problema. He aquí una solución que conseguí en el IRC de #ubuntu-es en freenode. 

Lo que sucede es que thunar inicia una navegación interna por la que en mi caso no es necesaria, la idea es que es proceso no se inicie 

Hacemos lo siguiente: 

Abrimos la terminal y ponemos: 

dijo:
$ sudo su


Esto nos dará privilegios de superusuario, después: 


dijo:
nano /usr/share/gvfs/mounts/network.mount

y cambiamos el valor de AutoMount de true a false 


Eso sería todo. 

Otro método sería en terminal poner lo siguiente: 

dijo:
$ sudo thunar


Esto nos va a abrir en modo Root los archivos de ahí vamos a sistema de archivos y seguimos la  de archivos: 


dijo:
/usr/share/gvfs/mounts/network.mount

el últimos archivo nos abrirá el editor de textos con una serie donde debemos cambiar AutoMonut de true a false 

Guardar  y salir. 

Bueno eso fue todo espero le sirva a alguien. En el próximo inicio de sesión no habrá más problemas. Si alguien encuentra algún error avise. 


TOMADO DE