Monday, July 6, 2009

Average Price For A Rabies

Presentazione: LA COLLINA DEI FUOCHI FATUI (Guardiagrele, giovedì 9 luglio 2009, ore 21,30

Giovedì 9 luglio 2009 a Guardiagrele, presso il Piqua Cafè (Villa comunale) ore 21,30

organizzato dal mensile "La Terrazza" e dalll'OPEG (Associazione Operatori Economici Guardiesi)

si svolgerà l'incontro con Emiliano D'Alessandro
autore del romanzo storico: LA COLLINA DEI FUOCHI FATUI (Edizioni Solfanelli)
with the participation of the publisher Marco Solfanelli


Emiliano D'Alessandro and Marco Solfanelli will discuss the historical novel based on the vicissitudes of the soldier Salvatore Di Rado on Cephalonia, theater dell'eccidio Acqui Division of the Royal Army in the days that followed the armistice 8 September 1943.

follow the debate.

The meeting will be chaired by Francesco Blasi of the newspaper "Il Centro" and editor of "La Terrazza".

You can buy the book at the stand set up by Edizioni Solfanelli.

Sunday, July 5, 2009

How Much Slower Do You Swim In Tights

Presentazione: 1938-1948 dalle leggi razziali alla Costituzione (Villamagna, 9 luglio, ore 21.00)

Villamagna, July 9, 2009, 21:00
Piazza Europa Villamagna

Presentation of the documentary exhibition
“1938-1948 dalle leggi razziali alla Costituzione” a cura dell’Archivio di Stato di Chieti
il catalogo edito dalla Casa Editrice Tinari

Programma

Saluto del Sindaco, Paolo Rosario Nicolò

Presentazione della mostra documentaria
“1938-1948 dalle leggi razziali alla Costituzione”
a cura Dott.ssa Miria Ciarma
Direttore Archivio di Stato di Chieti

Saranno presenti
Prof. Stefano Trinchese, Preside della Facoltà di Lettere e Filosofia
dell’Università “G. d’Annunzio” Chieti-Pescara
Prof.ssa Marialuisa Sergio, Ricercatrice presso Istituto Luigi Sturzo di Roma
Prof. Giampiero of Pliny, Professor of Public Law, University "G. d'Annunzio "Chieti-Pescara
Dr. Enzo Fimiani, Director of Provincial Library Pescara

Intervention
Dr. Vincenzo Greek, Prefect of the Province of Chieti

followed by a concert of guitar Soave
Camerata conducted by Maestro Michael De Angelis

Monday, May 25, 2009

Pakistani Waleema Cards

Install the kernel 2.6.29 on mac as Jaunty Jackalope

La nuova ubuntu è carina ma è sembrata dare problemi di stabilità a chi aveva la versione precedente, per esempio i driver ati non sembrano proprio stabili(improvvisi bloccaggi del sistema) se si usano gli effetti di compiz.


The problem also plagued the PC of my girlfriend and after googling I found various methods to solve this problem ati, which is now in the kernel (having become open) by simply installing the Linux kernel 2.6. 29. Unfortunately
be installed from synaptic hand: wget-c

http://kernel.ubuntu.com/ ~ kernel-ppa/mainline/v2.6.29.3/linux-headers-2.6.29-02062903- generic_2.6.29-02062903_i386.deb http://kernel.ubuntu.com/ ~ kernel-ppa/mainline/v2.6.29.3/linux-headers-2.6.29-02062903_2.6.29-02062903_all.deb http://kernel . ubuntu.com / ~ kernel-ppa/mainline/v2.6.29.3/linux-image-2.6.29-02062903-generic_2.6.29-02062903_i386.deb

sudo dpkg-i *. deb

the next time we will find a new line starting in the choice of operating system and compiz should no longer cause problems! Happy Linux

Thursday, May 7, 2009

Yoghurt Dipped Peanuts

Touchpad on Linux with Linux

One of the many strengths of MacOS X is the convenience of the trackpad (touchpad for us mere mortals)

for quite a while (but I know recently) xorg-server supports the "multitouch" ie the recognition of multi-touch touchpad.

Well let's see how to do on Ubuntu:

(provided that all the things I write in this way be typed on the terminal)
If you have not installed install the following packages:

gsynaptics sudo apt-get install xserver-xorg-input-synaptics

Then let's set the fdi file for hal (of the species xml)

You must enable multitouch reading:

sudo gedit / etc / hal / fdi / policy / shmconfig.fdi

And you put the following lines:

\u0026lt;? xml version = "1.0" encoding = "UTF-8"?>
\u0026lt;deviceinfo version = " 0.2 ">
\u0026lt;device>
\u0026lt;match key="input.x11_driver" string="synaptics">
\u0026lt;merge key="input.x11_options.SHMConfig" type="string"> True \u0026lt;/ merge>
\u0026lt;/ match>
\u0026lt;/ device>
\u0026lt;/ deviceinfo>


Then you try to see if our support multi touch touchpad, restart the session (or the whole pc is the same)
When you restart
typed on the terminal:

synclient-m 100

will come out a table that you use me change until the touchpad.
the column with instestazione " f" (the fifth column) that Inida the number of fingers that are used: placing two fingers or three if you see one there you can always do nothing ... Your touchpad does not support multitouch ... I'm sorry ... (

Otherwise, if you see the fifth column have a number that corresponds to the number of fingers that supported or moved to the touchpad, the adventure continues: D

typed on the terminal:

sudo gedit / etc / hal / fdi / policy / synaptics.fdi

And we put the following lines:

\u0026lt;? xml version = "1.0" encoding = "ISO-8859-1"?>
\u0026lt;deviceinfo version="0.2">
\u0026lt;device>
\u0026lt;match key="input.x11_driver" string="synaptics">
\u0026lt;merge key="input.x11_options.VertTwoFingerScroll" type="string"> true \u0026lt;/ merge>
<merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
<merge key="input.x11_options.TapButton2" type="string">3</merge>
<merge key="input.x11_options.TapButton3" type="string">2</merge>
<merge key="input.x11_options.TapButton1" type="string">1</merge>

<merge key="input.x11_options.EmulateTwoFingerMinZ" type="string">120</merge>

</match>
</device>
\u0026lt;/ deviceinfo>


The line below the file that enables the possibility that the scroll with a finger stronger rivals scrolling mouse:
\u0026lt;merge key = "input.x11_options.EmulateTwoFingerMinZ" type = " string "> 120 \u0026lt;/ merge>
has a number (120) representing the sensitivity to touch, try a couple of times to increase or decrease the sensitivity.

with the remaining options are enabled:
  • vertical scroll with 2 fingers (the classic wheel mouse)
  • horizontal scroll with 2 fingers
  • Right click by clicking with two fingers
  • Click
  • Central clicking with 3 fingers

Finally, try the option "restart the computer: D
synclient if it worked, it should all work!