simplemente libertad...



Zune como dispositivo extraible

0 comments

  1. Make sure your Zune is not plugged in and your Zune software isn’t running
  2. open up regedit by going to the start menu and selecting “run”. Type regedt32 and hit “OK”
  3. Browse to HKEY_LOCAL_MACHINE\System\ControlSet001\Enum\USB\
  4. Search for “PortableDeviceNameSpace”. This should be contained in the Vid_####&Pid_####\########_-_########_-_########_-_########\Device Parameters within the above …\USB\ The ##’s listed here will be numbers and letters specific to your Zune
  5. Change the following values:
    • EnableLegacySupport to 1
    • PortableDeviceNameSpaceExcludeFromShell to 0
    • ShowInShell to 1
  6. Plug in your Zune, and make sure the Zune Software starts up.
  7. Hopefully at this point you can open up “My Computer” and browse your device, though it does NOT show up as a drive letter.

Right now I can access it both as a harddrive and sync through the Zune Software.


LAMP en Gentoo

0 comments

(Apache + PHP + Mysql + phpMyAdmin)

Apache 2 + PHP 5 + Mysql 5 + phpMyAdmin 2.10.0.2 :

  • 1. Instalación & Configuración de Apache, PHP, Mysql

echo "dev-lang/php ctype pcre session unicode mysql mysqli" >>/etc/portage/package.use
emerge -av apache dev-lang/php dev-db/mysql

Configuramos rapidamente apache

nano /etc/conf.d/apache2

Debe quedar asi:

APACHE2_OPTS="-D DEFAULT_VHOST -D PHP5 -D SSL"

Editar el archivo /etc/apache2/httpd.conf y descomentar las siguientes lineas :

ServerName localhost

Configurez maintenant mysql en vous laissant guider :

emerge --config dev-db/mysql

Iniciamos apache y mysql :

/etc/init.d/apache2 start ; /etc/init.d/mysql start

Conectamos a MySQL para probarlo :

mysql -u root -p

Creamos un archivo /var/www/localhost/htdocs/test.php para probar si PHP funciona

Escribimos esta dirección en el navegador http://localhost/test.php y vemos el resultado.

  • 2. Instalación & Configuración de phpMyAdmin

Instalamos phpMyAdmin :

emerge -av phpmyadmin

Configuración simple:

cd /var/www/localhost/htdocs/phpmyadmin
cp libraries/config.default.php config.inc.php

Etapa clave : Importar el .sql de configuración

mysql -u root -p < /usr/share/webapps/phpmyadmin/2.9.1.1/sqlscripts/mysql/2.10.0.2_create.sql


About me

  • I'm ::Skauch::
  • From Santiago, RM, Chile
  • My profile

Last posts

Archives

Links


ATOM 0.3