Wednesday, October 26, 2011

OpenRegistry

Thursday, August 4, 2011

open ldap conf test

lordedgar:/etc/ldap# slaptest -d -1 -f slapd.conf

[reconfiguring:
http://wiki.debian.org/LDAP/OpenLDAPSetup
dpkg-reconfigure -plow slapd]

Labels: ,

Tuesday, March 8, 2011

jAPS 2.0 on Daily wired

Si parla di jAPS 2.0 su Daily wired. L'articolo si trova qui.

Labels: , , ,

Wednesday, October 27, 2010

How to retrieve information about a table on Postgres

To retrieve information (columns and types) about a table definition of Postgres

select column_name, data_type from INFORMATION_SCHEMA.COLUMNS where
table_name = 'domande';

Labels: , ,

Sunday, July 18, 2010

Some useful usages of dpkg

# dpkg -i [package.deb] install update a .deb
# dpkg -r [package] remove a .deb
# dpkg -l list all .deb installed on system
# dpkg -s [package] info on a package
# dpkg -L [package] show list of files provided by a installed package
# dpkg --contents [package.deb] show list of files provided by a not installed package
# dpkg -S /bin/ping check the package that owns the file

Labels: , , ,

Saturday, March 20, 2010

stop software patents eu

Wednesday, January 6, 2010

no network connection with java apps on debian lenny

If you are experiencing problem like no network connection on debian (the current testing distribution - squeeze for me) from java applications. Ex:
"java.net.SocketException: Network is unreachable"
but, connection is working for others kinds of apps probably you can solve it: editing file
/etc/sysctl.d/bindv6only.conf
and set net.ipv6.bindv6only 0
and after /etc/init.d/invoke-rc.d procps restart (to reboot procfs).

Seems that the jdk is not managing correctly ipv6 connections...
The bug is reported for sun-jdk and open-jdk packages.

source.

Labels: , , ,

Tuesday, January 5, 2010

revolution in the authentication


A little revolution in the users authentication is going on. The rapid spread of a tecnology like OpenID could infect a weighty part of the web. Probably it has already infected a big part of it. Company and communities like: google, facebook, yahoo, sourceforge and others have already added OpenID authentication. Some of them serve also the provider side of authentication for OpenID.
Some resources:
http://openid.net/specs/openid-authentication-2_0.html
So lets try it!

Labels: , ,

Monday, October 26, 2009

Una Banca che promuove il LinuxDay!

Una banca che promuove il LinuxDay!
cliccare per credere.

Robe da non credere.
:)

Labels: ,

Tuesday, September 8, 2009

jAPS 2.0 client for CAS

Published the article about CAS client for jAPS 2.0.

Good Single Sign On to All!

http://dev.japsportal.org/trac/wiki/CAS

Labels: , , , , ,

Saturday, April 18, 2009

Debian lenny unlock button blocked for some administrative tools

I solved the problem:

unlock (authentication) button blocked for some administrative tools

installing the packege policykit-gnome.

See a discussion here

bye.

Labels: , , ,

Thursday, December 11, 2008

JugReviews on dev.java.net


The Manager of Reviews has a project on https://dev.java.net/ https://reviewsmanager.dev.java.net/
Good Book Review!

Labels: , ,

Saturday, November 8, 2008

Nvidia 8600M GS on Debian Lenny for acer 5920G-813G25Mi

from tty (ctrl+alt + [F1-F6])

/etc/init.d/gdm stop
apt install nvidia-glx
edit /etc/X11/xorg.conf
add to section device Driver "nvidia"
/etc/init.d/gdm restart

done!

Labels: , , ,

Saturday, September 27, 2008

Liberiamo tutto e tutti!!!

Oggi potremmo liberare i dati geografici:
http://firmiamo.it/liberazionedatigeografici.
Se questi dati, che come tutta la conoscenza
sono già patrimonio collettivo, sono raccolti con soldi
pubblici a maggior ragione devono essere pubblici.
Sosteniamo iniziative come quella di
http://openstreetmap.org/
per liberarci!!!

Labels: ,

Wednesday, September 3, 2008

Temperatura cpu con Gnome

"Per visualizzare la temperatura della nostra cpu

Iniziamo installando i sensori:
sudo apt-get install lm-sensors

Ora attiviamo i sensori:
sudo sensors-detect

Ci verranno poste alcune domande, alle quali dovremmo rispondere sempre yes.

Ora installiamo le applet per poter visualizzare le temperature:
sudo apt-get install sensors-applet

Carichiamo i moduli:
sudo /etc/init.d/module-init-tools

Carichiamo i moduli nel kernel:
sudo sensors -s

Controlliamo se funziona:
sudo sensors

Aggiorniamo le applets:
sudo dpkg-reconfigure gnome-applets

Ora se vogliamo visualizzare lo stato delle temperature su un pannello basta andare sul pannello -> tasto destro -> Aggiungi al pannello -> Hardware Sensors Monitor .
Successivamente cliccando con il tasto destro sull’applet e selezionando Preferenze, nella tab Sensori possiamo abilitare i sensori che vogliamo, o disabilitare quelli che non ci servono."

tratto da http://debian.unix-below.net/?p=18

Un grazie all'autore.

Labels: ,

Friday, July 11, 2008

JBPM with bpel or jpdl

Wednesday, July 2, 2008

Single Sign-On con Kerberos e LDAP

Tuesday, July 1, 2008

Grub Restore

If you move your GNU/linux partitions, you need to reconfigure your grub installation.
Here you can find some good tips.

Giovanni Cocco

Labels: ,

Wednesday, June 18, 2008

Arriva firefox tre

Download Day

Labels:

Saturday, March 8, 2008

What a wonderfull.... guide


Lavoro ancora su JugReviews e per fare tutto come si deve continuo a studiare le tecnologie che ho voluto buttarci dentro. Tra le quali ci sono Spring ed Ibatis che ho scelto seguendo il consiglio di Luca Porcu che ha già realizzato per il jugsardegna il modulo per l'aggregazione dei blog. In particolare per fissare bene il punto sulla "i" di Spring ho seguito la guida che ho trovato nella doc in allegato alla versione di Spring con le dipendenze [si trova qui] dal titolo Introducing to Spring MVC [spring-mvc-step-by-step.pdf].
Gli dedico un post per non perderla nella memoria e per contribuire nel mio piccolo alla sua visibilità visto che la ritengo molto ben fatta ed utile per scoprire il fantastico mondo di Spring :-) !!!!

In poche pagine conduce il lettore a realizzare una semplicissima web app ma con chiarezza ed una buona organizazzione del progettino stesso. Si passa attraverso tutti i tre stratti: web layer, service layer e persistence layer, passando per gestione transazioni, creazione di un puntuale file di build, i18n, scrittura dei test..... che dire....
good, very good!


GC

Labels: , , , , ,