
In the last years the computers are used always, everywhere in any things.
It’s right or it’s wrong? I don’t know, but the embedded
is grew a lot and fast.
I like these systems and I discovered some interesting miniPCs:
A programmer's work is never done
30
Jul

In the last years the computers are used always, everywhere in any things.
It’s right or it’s wrong? I don’t know, but the embedded
is grew a lot and fast.
I like these systems and I discovered some interesting miniPCs:
15
Sep
In order to take advantage of a Linux system today is essential that Linux can connect with networks microsoft in this regard samba works really well to install it on your gentoo follow the instructions below reported here
13
Sep
This is a translation of this very good tutorial http://www.rockfloat.com/howto/gentoo-subversion.html
I thank the author John McFarlane that allowed me to publish the italian translation on this blog.
29
Apr
Sorry, this entry is only available in Italiano.
10
Feb
I VMware Tools servono per ottimizzare sopratutto l’interfaccia “grafica” che altrimenti sfarfalla ed e’ un po’ lenta per farlo non resta che eseguire i seguenti passaggi
1. Selezionare da VMware “install vmware tools”. Di solito da VM -> Install VMware Tools (praticamente la macchina virtuale prepara un cdrom virtuale con dentro i file di installazione dei vmware tools–> questa cosa non l’avevo capita subito perche’ su win la vm glieli installa subito con linux prepara solo i file dentro al cd virtuale)
2. Loggarsi dentro gentoo installato dentro la vm e montare il cd-rom.
#mount /dev/cdrom /mnt/cdrom
3. Scompattare i file dentro una cartella ad es. /tmp
#tar xvzf /mnt/cdrom/*.tar.gz /tmp
4. Creare un array di cartelle vuote per l’avvio automatico dei tools installer (sinceramente non ho capito bene questa parte ma occorre farlo altrimenti non trova la cartella di init al momento dell’installazione)
#mkdir /etc/init.d/rc{0,1,2,3,4,5,6}.d
5. Lanciare l’installer e lasciare le impostazioni di default
#cd vmware-tools-distrib
#./vmware-install.pl
6. Impostare l’avvio automatico allo startup
#rc-update add vmware-tools default
Link & Fonti:
Questo articolo e’ la traduzione di questo:
http://www.vmwhere.net/gentoo/install-vmware-tools-in-the-gentoo-vm/