Wednesday, October 26, 2011
Thursday, August 4, 2011
open ldap conf test
[reconfiguring:
http://wiki.debian.org/LDAP/OpenLDAPSetup
dpkg-reconfigure -plow slapd]
Labels: open source, openldap
Tuesday, March 8, 2011
jAPS 2.0 on Daily wired
Labels: japs, java, news, open source
Wednesday, October 27, 2010
How to retrieve information about a table on Postgres
select column_name, data_type from INFORMATION_SCHEMA.COLUMNS where
table_name = 'domande';
Labels: open source, postgres, sql
Sunday, July 18, 2010
Some useful usages of dpkg
# 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: debian, dpkg, GNU/Linux, open source
Saturday, March 20, 2010
Wednesday, January 6, 2010
no network connection with java apps on debian lenny
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: debian, java, lenny, open source
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: java, open source, openid
Monday, October 26, 2009
Una Banca che promuove il LinuxDay!
cliccare per credere.
Robe da non credere.
:)
Labels: banche, open source
Tuesday, September 8, 2009
jAPS 2.0 client for CAS
Good Single Sign On to All!
http://dev.japsportal.org/trac/wiki/CAS
Labels: CAS, japs, java, jugsardegna, open source, sso
Saturday, April 18, 2009
Debian lenny unlock button blocked for some administrative tools
unlock (authentication) button blocked for some administrative tools
installing the packege policykit-gnome.
See a discussion here
bye.
Labels: debian, GNU/Linux, lenny, open source
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: java, jugsardegna, open source
Saturday, November 8, 2008
Nvidia 8600M GS on Debian Lenny for acer 5920G-813G25Mi
/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: debian, driver, nvidia, open source
Saturday, September 27, 2008
Liberiamo tutto e tutti!!!
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: nojug, open source
Wednesday, September 3, 2008
Temperatura cpu con Gnome
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: GNU/Linux, open source
Friday, July 11, 2008
JBPM with bpel or jpdl
http://processdevelopments.blogspot.com/2007/04/bpel-compared-to-jpdl.html
GC
Labels: java, jboss, jbpm, open source
Wednesday, July 2, 2008
Single Sign-On con Kerberos e LDAP
http://gpaterno.free.fr/publications/SingleSignon/index.html
Labels: java, kerberos, ldap, open source, sso
Tuesday, July 1, 2008
Grub Restore
Here you can find some good tips.
Giovanni Cocco
Labels: GNU/Linux, open source
Wednesday, June 18, 2008
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: ibatis, java, jugreviews, jugsardegna, open source, spring