Busqueda sobre Linux y software libre

Noticias sobre linux y software libre - Google 

Software libre para aparatos de biometria o como capturar una huella digital en Linux

Pregunta


Una consulta, alguien sabe si existe software libre de buena calidad 
para el manejo de aparatos de biometría con un sensor de huellas 
digitales ? Se trata, de lo que entendí, de las dos siguientes tareas:
* toma de la huella digital
* comparación de la huella digital con la base de datos (para 
identificación o autenticación).

En efecto, parece que el SEGIP se está dirigiendo hacia software 
privativo para manejar los próximos CI, y se trataría de gastos muy 
grandes, más allá de todas las virtudes del software libre

Respuesta

Supongo, bajo enormes concesiones, que si es suficientemente bueno para NIST, lo es tanto para el SEGIP:


http://adf.ly/1ey2CR

Jamás lo usé, pero sabía que existía.

MySQL - workbench no se conecta en Ubuntu

Pregunta


Les comento que estoy probando mysql-workbench

-instale una version para ubuntu 10.04 el cual no me funciono
-compilé y vuelvo a intentar conectarme a mysql pero nada y me sale el
siguiente error:

Cannot Connect to Database Server
Your connection attempt failed for user 'root' from your host to server at
127.0.0.1:3306:
  Access denied for user 'root'@'localhost' (using password: YES)

Please:
1 Check that mysql is running on server 127.0.0.1
2 Check that mysql is running on port 3306 (note: 3306 is the default, but
this can be changed)
3 Check the root has rights to connect to 127.0.0.1 from your address
(mysql rights define what clients can connect to the server and from which
machines)
4 Make sure you are both providing a password if needed and using the
correct password for 127.0.0.1 connecting from the host address you're
connecting from

he probado los siguientes:
netstat -tanp |grep 3306
sudo ps -eF | grep mysql
mysqladmin -u root -p version
dpkg -l |grep mysql

al parecer tengo las versiones adecuadas
puedo conectarme desde mysql-administrator y query-browser
y la pregunta es donde configuro que clientes se pueden conectar a mysql?

lo que sigue es las salidas de los comandos ejecutados:
---------------------------------------------------------------------------------------------------------------------------------
netstat -tanp |grep 3306

mysqladmin -u root -p version
Enter password:
mysqladmin  Ver 8.42 Distrib 5.1.49, for debian-linux-gnu on i486
Copyright 2000-2008 MySQL AB, 2008 Sun Microsystems, Inc.
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license

Server version        5.1.49-3
Protocol version    10
Connection        Localhost via UNIX socket
UNIX socket        /var/run/mysqld/mysqld.sock
Uptime:            1 hour 6 min 26 sec

Threads: 2  Questions: 579  Slow queries: 0  Opens: 59  Flush tables: 1
Open tables: 51  Queries per second avg: 0.145

sudo ps -eF | grep mysql
[sudo] password for ghaspaer:
root      2111     1  0   437   544   0 17:19 ?        00:00:00 /bin/sh
/usr/bin/mysqld_safe
mysql     2270  2111  0 34439 18900   1 17:19 ?        00:00:01
/usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql
--pid-file=/var/run/mysqld/mysqld.pid --socket=/var/run/mysqld/mysqld.sock
--port=3306
root      2271  2111  0   418   540   0 17:19 ?        00:00:00 logger -t
mysqld -p daemon.error
ghaspaer  3489     1  0  1100  1236   0 17:28 ?        00:00:00 /bin/bash
/usr/local/bin/mysql-workbench
ghaspaer  3493  3489  0   437   516   1 17:28 ?        00:00:00 /bin/sh
/usr/bin/catchsegv /usr/local/bin/mysql-workbench-bin
ghaspaer  3495  3493  1 57905 70396   0 17:28 ?        00:00:51
/usr/local/bin/mysql-workbench-bin
ghaspaer  3555  3074  0   447   540   1 17:30 pts/1    00:00:00 /bin/sh
/home/ghaspaer/.mysql/workbench/delme.KOQEe1
ghaspaer  3592  3557  0  2109  2988   1 17:30 pts/1    00:00:00 mysql -u
root -p
ghaspaer  4659  4162  0   899   832   0 18:26 pts/2    00:00:00 grep mysql

mysqladmin -u root -p version
Enter password:
mysqladmin  Ver 8.42 Distrib 5.1.49, for debian-linux-gnu on i486
Copyright 2000-2008 MySQL AB, 2008 Sun Microsystems, Inc.
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license

Server version        5.1.49-3
Protocol version    10
Connection        Localhost via UNIX socket
UNIX socket        /var/run/mysqld/mysqld.sock
Uptime:            1 hour 7 min 48 sec

Threads: 2  Questions: 580  Slow queries: 0  Opens: 59  Flush tables: 1
Open tables: 51  Queries per second avg: 0.142

dpkg -l |grep mysql
ii  gambas2-gb-db-mysql
2.21.0-2                               The MySQL driver for the Gambas
database component
ii  libdbd-mysql-perl
4.016-1                                Perl5 database interface to the
MySQL database
ii  libmysqlclient-dev
5.1.49-3                               MySQL database development files
ii  libmysqlclient16
5.1.49-3                               MySQL database client library
ii  libqt4-sql-mysql
4:4.6.3-4+squeeze1                     Qt 4 MySQL database driver
ii  mysql-admin
5.0r14+openSUSE-2.1                    GUI tool for intuitive MySQL
administration
ii  mysql-client
5.1.49-3                               MySQL database client (metapackage
depending on the latest version)
ii  mysql-client-5.1
5.1.49-3                               MySQL database client binaries
ii  mysql-common
5.1.49-3                               MySQL database common files, e.g.
/etc/mysql/my.cnf
ii  mysql-gui-tools-common
5.0r14+openSUSE-2.1                    Architecture independent files for
MySQL GUI Tools
ii  mysql-navigator
1.4.2-12+b1                            GUI client program for MySQL
database server
ii  mysql-query-browser
5.0r14+openSUSE-2.1                    Official GUI tool to query MySQL
database
ii  mysql-server
5.1.49-3                               MySQL database server (metapackage
depending on the latest version)
ii  mysql-server-5.1
5.1.49-3                               MySQL database server binaries and
system database setup
ii  mysql-server-core-5.1
5.1.49-3                               MySQL database server binaries
ii  php5-mysql


Respuesta

Te esta pidiendo contrasena del root


Otra respuesta

Mysql suele bloquear por defecto las conexiones externas.
Prueba comentado "skip-networking" en el archivo my.cnf

PgAdmin 3 1.10.5 no funciona

Pregunta

Estoy teniendo un error que me muestra el siguiente mensaje Cuando intento

crear una nueva BD desde pgAdmin3:
-------------------------------------------------
Ha ocurrido un error:

ERROR:  no existe la columna «datconfig»
LÍNEA 1: ...b.dattablespace AS spcoid, spcname, datallowconn, datconfig,...
---------------------------------------------------


-tengo instalado los siguientes:
---------------------------------------------------------------------
ii  gambas2-gb-db-postgresql       2.21.0-2         The PostgreSQL driver
for the Gambas database component
ii  postgresql-9.1                 9.1.1-1~bpo60+1  object-relational SQL
database, version 9.1 server
ii  postgresql-client-9.1          9.1.1-1~bpo60+1  front-end programs for
PostgreSQL 9.1
ii  postgresql-client-common       124~bpo60+1      manager for multiple
PostgreSQL client versions
ii  postgresql-common              124~bpo60+1      PostgreSQL
database-cluster manager
ii  postgresql-contrib-9.1         9.1.1-1~bpo60+1  additional facilities
for PostgreSQL
ii  pgadmin3                       1.10.5-1         graphical
administration tool for PostgreSQL
ii  pgadmin3-data                  1.10.5-1         graphical
administration tool for PostgreSQL - documentation
----------------------------------------------------------------------------
Tambien probe por consola hice los siguiente:
------------------------------------------------------------------------------

postgres en squezee:/home/ghaspaer$psql -U postgres -W

postgres=#_

vim /etc/postgresql/9.1/main/postgresql.conf

fsync = on
#listen_addresses='localhost'
listen_addresses='*'

postgres en squezee:/home/ghaspaer$ createdb MyTest
postgres en squezee:/home/ghaspaer$ psql MyTest
psql (9.1.0)
Digite «help» para obtener ayuda.

MyTest=#

MyTest-# CREATE TABLE libros (id_libro int,nombre varchar)
MyTest=# INSERT INTO libros VALUES (1,'gunchelo');
MyTest=# SELECT * FROM libros;
 id_libro |  nombre
----------+----------
        1 | gunchelo
(1 fila)

-----------------------------------------------------------------------------


desde ya muchas gracias por ayuda me pudieran dar ... XD

Respuesta

Un primer problema podría ser la versión de pgadmin3, creo que era
compatible con la versión 8.4.x de postgresql. Y la otra podría ser
que te falta algún paquete de pgadmin3.

TOAD para MySQL para Linux

Pregunta


una ayudita amigos les cuento que tengo que exponer sobre este tema "TOAD for Mysql on windows" pero me gustaria "TOAD for Mysql on linux" no se si
alguien tiene experiencia sobre alguna herramienta tipo TOAD for oracle(
http://adf.ly/1ey21V ) que tambien pueda sacarse el diagrama fisico de
la BD etc...


Respuesta


Una opción puede ser MySQL WorkBench


Otra Respuesta

Tora [1]  fue muy popular un tiempo, me gusta mas Aqua Data Studio [2](No es
FOSS segun entendi pero es el emjor que he probado en entornos *Nix), pero
si quiere aprender a administrar bien una base de datos lo mejor es por
consola, comandos y SQL.

Para sacar un diagrama de tablas y sus relaciones sugiero SQL Power
Architect [3]

Éxitos.

[1] http://en.wikipedia.org/wiki/TOra
[2] http://adf.ly/1ey233
[3] http://adf.ly/1ey24X

Ads by CJ - Linux Foundation

Share This