Archive for the 'sistemi operativi' Category

Java Sun Plugin Ubuntu AMD64

Saturday, March 14th, 2009

sudo apt-get install sun-java6-bin
sudo ln -sf /usr/lib/jvm/java-6-sun-1.6.0.12/jre/lib/amd64/libjavaplugin_jni.so /etc/alternatives/mozilla-javaplugin.so
sudo ln -sf /usr/lib/jvm/java-6-sun-1.6.0.12/jre/lib/amd64/libjavaplugin_jni.so /etc/alternatives/firefox-javaplugin.so
sudo ln -sf /etc/alternatives/mozilla-javaplugin.so /usr/lib/mozilla/libjavaplugin.so
sudo ln -sf /usr/lib/jvm/java-6-sun-1.6.0.12/jre/bin/javaws /etc/alternatives/
sudo ln -sf /usr/lib/jvm/java-6-sun-1.6.0.12/jre/lib/amd64/libnpjp2.so /usr/lib/mozilla/plugins/

suggerito da  http://federicomoretti.name/2009/01/01/come-installare-java-a-64-bit-su-ubuntujaunty/

Ubuntu: Shift+Backspace Kill X

Friday, February 29th, 2008

http://gentoo-wiki.com/HOWTO_XGL/Troubleshooting#Shift_backspace qui c’è una soluzione

https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/46814

quello è il bug di ubuntu, usando XGL Shift+Backspace kill X (è una feature???)

cia

Ubuntu hardy alpha3 e b43 driver

Saturday, January 19th, 2008

b43 - Linux Wireless  istruzioni per far funzionare il driver per wireless Broadcom 4318 (AirForce One) di Acer Aspire 9300 con kernel linux 2.6.24

Simulate user input

Wednesday, August 22nd, 2007
void CMyAppView::SignalImageStored()
{
TKeyEvent aKeyEvent;
TEventCode aType;
aKeyEvent.iCode = EKeyMenu;
aKeyEvent.iScanCode = EStdKeyMenu;
aType = EEventKey;
iCoeEnv->SimulateKeyEventL(aKeyEvent, aType);
}

iCoeEnv is a member of CAknView class, this is useful to open menu automatically, maybe after a laps of time.

… and this cause only menu event, not the corresponding key be pressed when menu is visible, so setting a timer event that cause SignalImageStored be called (i.e. from a CActive derived class) could not cause select action. There can be some problem if the view is no more visible/activated … (to be added a test on active state of this view.

Symbian DBMS .. what damn does it supported?

Wednesday, August 22nd, 2007

I am going mad for Symbian DBMS and SQL supported features … what is supported what not? My experience right now:

SELECT C1 FROM T1 WHERE C2=0

Not supported: C2 must be in the set of column selected

SELECT C1, C2 FROM T1 WHERE C1=C2

Not supported: C1 = C2 clause is not accepted (!!!)

…. what kind of story are you telling me?

Supported Symbian SQL Subset .. and no, no update for Symbian OS 9.1 .

NeoOffice

Thursday, July 12th, 2007

Mac OSX version of OpenOffice.org scaricare a http://www.neooffice.org/neojava/it/index.php

Ubuntu (o Debian) startup

Tuesday, May 8th, 2007

In /etc/init.d/rc sostituire

CONCURRENCY=none
con

CONCURRENCY=shell

Risultato: gli rc?.d script con stessa priorità (SXX e KXX con XX uguali) vengono eseguiti in parallelo riducendo (forse) il tempo di startup.

L’opzione non è attivata di default

This is a fake

Sunday, April 29th, 2007

OS X

SISWare

Tuesday, February 27th, 2007

http://www.smart-mobile.com/forum/viewtopic.php?p=1029974&sid=b062d10d92ef7f88c1b0b5d148fbef60

Unpack sis signed … funziona? (server lentissimo!)

Goodbye Microsoft?

Monday, January 29th, 2007

Say goodbye to Microsoft. Now.

Titolo lapidario ma chiarissimo .. trovato su slashdot. Quanto meno si può dire che scrivere un programma per MS Windows non vuol dire che non si sponsorizza Debian.