Archive for the 'Software' Category
Tuesday, January 13th, 2009
If you have your vm hosted on a NTFS partition and the mount.ntfs-3g is eating all your CPU power, try to update the NTFS 3G to the last version and add to your .vmx file this config line:
mainMem.useNamedFile=FALSE
Posted in Software, Internet, Technology, Apple, Linux, English, vmware | No Comments »
Wednesday, December 10th, 2008
I’m playing with OpenLaszlo from a while (an open source platform for the development and delivery of rich Internet applications), but I have found some problems installing it on my developing system (currently I’m using Kubuntu Intrepid Ibex).
I have found the solution and due to lack of documentation about it I have decided to write […]
Posted in Software, Technology, Linux, English, vmware | No Comments »
Tuesday, October 28th, 2008
The new version of my preferred virtual machine environment is out, I’m using it, but the problem with audio device/ALSA is still present.
The new web interface (new??? I remember the “same” interface with the old GSX…) adds some cool features, but the way to fix the ALSA problem is the same of the previous version…
[…]
Posted in Hardware, Software, Internet, Technology, Linux, English, vmware | 2 Comments »
Thursday, October 9th, 2008
Since the Freevo packages are out from Ubuntu repositories, I’m stuck with Freevo 1.7.2. This is annoying because some plug-ins, like last.fm are not working anymore…
I know, the correct way to fix this, is to build some set of .deb packages, but I have no experience about building .deb from source, so I’m going to […]
Posted in Software, Technology, Linux, English | No Comments »
Monday, September 8th, 2008
Tipicamente utilizzo la tecnologia di virtualizzazione, l’amministrazione remota e tutta una serie di tecnologie correlate, ma Synergy è stato in grado di impressionarmi. Ed in questi giorni, trovare qualcosa che mi impressioni, è decisamente raro
Se siete famigliari con il concetto di doppio monitor, dovreste sapere di quanto questo setup aumenti la produttività: uno […]
Posted in Software, Internet, Technology, Apple, Linux, Italiano | No Comments »
Saturday, September 6th, 2008
Well, I’m used to virtualization technology, remote desktop management and all this kind of stuff, but Synergy is something that amazes me. And in these days, find something that impresses me, is quite unusual
If you are familiar with the dual monitor concept, you know the level of productivity you can reach with this […]
Posted in Hardware, Software, Internet, Technology, Apple, Linux, English, Windows | No Comments »
Sunday, April 27th, 2008
Simple and fast howto to get the sound mixer working with vmware-server 1.0.5 and Kubuntu 8.4 Hardy Heron (and of course, ALSA)
Use the following commands in your terminal:
sudo -i
aptitude install alsa-oss
chmod +s /usr/lib/libaoss.so.*
cd /usr/lib/vmware/bin
mv vmware-vmx vmware-vmx.real
echo ‘#!/bin/bash’ > vmware-vmx
echo ‘LD_PRELOAD=libaoss.so exec /usr/lib/vmware/bin/vmware-vmx.real “$@”‘ >> vmware-vmx
chmod +x vmware-vmx
Posted in Software, Technology, Linux, English, vmware | 8 Comments »
Sunday, April 20th, 2008
Sometimes, on Linux boxes, after installing VMware Server and the MUI (Management User Interface aka VMware Management Interface - the web based administration interface) you cannot login. You have to use the root account and the password of your linux server, you have made no typo errors, but no way to go ahead.
Usually, if you […]
Posted in Software, Internet, Security, Linux, English, vmware | No Comments »
Tuesday, April 1st, 2008
The little task of the day: create a cdrom ISO image (for Windows) and put into it a website browsable from the CD (with no internet connection).
I’ll use Linux as a client, of course So, fire up your favorite terminal shell and run:
# mkisofs -J -o image.iso /path/of/data
Note: the flag -J assures the […]
Posted in Software, Technology, Linux, English, Windows | No Comments »
Thursday, March 20th, 2008
If you are using Firefox on Apple OS X and you are experiencing problems viewing the Flash content (you cannot see the Flash embedded content, you can see something only moving the mouse pointer over it, sometimes…), you must have the Adblock Plus add-ons installed.
This is a not very well known bug of Adblock on […]
Posted in Software, Internet, Technology, Apple, English | No Comments »