Posts
2012
Vararo - Monteggia
Ripresa delle attività ciclistiche dopo una pausa forzata a cusa di lavoro e vacanze.
Giro tipico a Vararo con discesa a Monteggia. Salita un po’ in tensione a causa della notizia di quialche mese fa di alcuni ladri di biciclette che si appostavano lungo la salita per derubare i ciclisti armati di bastoni: saranno in vacanza anche loro perché lungo la strada non incontro nessuno!
[gallery columns=“4”]
Vararo - Monteggia #
IP Address in bash script
In linux you can get all of yours inferfaces IP with something like this:
sudo ifconfig grep 'inet addr:' awk -F: '{ print $2}' awk '{ print $1 }'
For example on my machine this command will output:
Nvidia: chrome slow tab switching on linux
To correct Nvidia problem causing slow tab switching in Chrome:
nvidia-settings -a InitialPixmapPlacement=0
Cuvignone e Crocetta
Giro serale con salita fino al monte Crocetta. La strada, asfaltata fino a poco prima del passo Cuvignone, prosegue su uno sterrato pedalabile spianato da poco. Alcuni tratti sono sabbiosi e un po’ faticosi ma si arriva senza difficoltà al bivio dove, svoltando a destra, si prosegue per il Crocione.
Questo tratto non è particolarmente bello e va fatto per la maggior parte con bici in spalla; ma ne vale la pena!!
[gallery columns=“4”]
Il tracciato GPS non é accurato perché il fido Forerunner si é scaricato e ho dovuto utilizzare l’iPhone che non brilla in quanto ad accuracy.
VMware and NTFS storage for vmdk
I face the problem of having vmware disks files (vmdk) on ntfs partition (for sharing them between windows and linux installations).
When I run vmware with this configuration in linux I get an hight CPU usage by ntfs.mount process. Many blogs says that adding mainMem.useNamedFile=FALSE to virtual machine configuration file will fix this issue.
This probably worked only with older vmware versions.
Then I found this.
It says to change the location for snapshot and suspend files to a non ntfs partition. This just works!!