MARTINBRANDA

Navigation
louis MARTINBRANDA
Author

louis MARTINBRANDA

Rechercher


  • Accueil
  • À propos de
  • Blog
  • Contact

  • CSS 2
  • Divers 1
  • HTML 9
  • JQuery 1
  • Linux 39
  • MacOSX 15
  • Network 1
  • PHP 3
  • Raspberry PI 2
  • SQL 3
  • Vmware 4
  • Windows 3

Étiquettes


.htaccess Annuaire LDAP Apache Backup cisco command css debian debian6 derniers erreur ESXi extension fichiers History html htop iftop LDAP Linux MAC modifiés Mysql ntp OSX pages d’erreurs password PHP pi Proftpd raspberry RewriteEngine router sarg server ssh switch tar terminal Trouver url Welcome Windows WWW / No-WWW zimbra

Copyright © MARTINBRANDA. 2023 • All rights reserved.

Hydra WordPress Theme by EckoThemes.

Published with WordPress.

Related Articles

Filter by Category

  • Linux(39)
  • MacOSX(15)
  • HTML(9)
  • Vmware(4)
  • PHP(3)
  • SQL(3)
  • Windows(3)
  • CSS(2)
  • Raspberry PI(2)
  • Divers(1)
  • JQuery(1)
  • Network(1)

Filter by Author

  • louis MARTINBRANDA louis MARTINBRANDA (70)
Back to Latest Articles
Linux

Installation VMware Tools sur un Linux Debian 6 (Squeeze )

Bonjour, L’utilisation des VMware Tools permet d’améliorer les performances des machines virtuelles. L’installation sur Debian se révèle un peu plus complexe… Pour pouvoir...

Posted on 5th avril 2012 by louis MARTINBRANDA

Linux

SIP Freephonie et Asterisk FreePBX

Tout d’abord il vous faudra l’image ISO d’AsteriskNow : http://www.asterisk.org/asterisknow/ Vous pourrez choisir entre la version 32bit et 64bit. Lancer...

Posted on 8th décembre 2011 by louis MARTINBRANDA

Linux

Intégrer ClamAV à PureFTPd Sur Debian

Installation de ClamAV [bash]apt-get install amavisd-new clamav clamav-data clamav-server clamav-update clamav-scanner[/bash] Créer un lien Symbolique de /etc/clamd.conf vers le...

Posted on 13th mai 2011 by louis MARTINBRANDA

SQL

réinitialiser le mot de passe d’un utilisateur mediawiki

Si vous avez un utilisateur qui à perdu son mot de passe il vous suffit de faire la commande suivante dans SQL:

Posted on 12th avril 2011 by louis MARTINBRANDA

Linux

Serveur FTP avec Proftpd plus proftpd-mysql

Installation [bash]apt-get install proftpd[/bash] Edition de la configuration : [bash]vi /etc/proftpd/proftpd.conf[/bash]

Posted on 4th avril 2011 by louis MARTINBRANDA

Linux

Installer Webmin sur Debian

Si vous utilisez la version de webmin DEB, d’abord télécharger le fichier, puis exécutez la commande: [bash]dpkg –install webmin_1.540_all.deb[/bash] Ce qui va...

Posted on 4th avril 2011 by louis MARTINBRANDA

MacOSX

synchroniser un iPhone avec deux librairies iTunes

Trouvez l’ID de votre librairie iTunes Sur l’ordinateur avec lequel votre iPhone/iPod touch est déjà synchronisé, trouvez trouvez puis ouvrez le dossier “iTunes Music Library.xml”...

Posted on 4th avril 2011 by louis MARTINBRANDA

Linux

Installation d’un Serveur OpenVPN sous Debian

OpenVPN est un VPN SSL se basant sur la création d’un tunnel IP. Installation du Serveur OpenVPN On commence par installer le package OpenVPN

Posted on 31st mars 2011 by louis MARTINBRANDA

Linux

FFmpeg, FFmpeg-PHP, Lame, Libogg, Libvorbis, FLVtool2, Mplayer, Mencoder, AMR Installation

Voici un petit tuto, pour vous expliquer comment installer FFMPEG sur Debian et Ubuntu. Ci-dessous la liste des packages qui seront installés : FFmpeg FFmpeg-PHP Mplayer +...

Posted on 9th mars 2011 by louis MARTINBRANDA

Linux

NO_PUBKEY DD1A5E9CEED949F0

Quand vous rajoutez des sources dans /etc/apt/sources.list et que vous faites un apt-get update. Il peut vous arrivez de recevoir ce message :

Posted on 14th février 2011 by louis MARTINBRANDA

View Latest Posts
Linux

Installation VMware Tools sur un Linux Debian 6 (Squeeze )


louis MARTINBRANDA
louis MARTINBRANDA
Installation VMware Tools sur un Linux...
Posted on 5th avril 2012 by louis MARTINBRANDA

Bonjour,

L’utilisation des VMware Tools permet d’améliorer les performances des machines virtuelles. L’installation sur Debian se révèle un peu plus complexe…

Pour pouvoir installer correctement VMware Tools, certains packages sont nécessaires

On commence par vérifier avec quel version de compilateur C votre noyau a été compiler et la version de votre Linux :

debian:~$ cat /proc/version
Linux version 2.6.32-5-686 (Debian 2.6.32-30) (ben@decadent.org.uk)
(gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Jan 12 04:01:41 UTC 2011

Maintenant, on installe les packages nécessaires au bon fonctionnement de VMware Tools :

debian:~# apt-get install autoconf automake binutils make psmisc
debian:~# apt-get install libglib2.0-0
debian:~# apt-get install gcc-4.3 linux-headers-`uname -r` -y

Commencez par monter le fichier ISO en tant que CD-ROM, à l’aide de la console VMware.

Il faut monté le Cdrom sur Debian

 debian:~# mount /dev/cdrom /media/cdrom

Suivez ensuite le déroulement ci-dessous :

debian:~# cd /root
debian:~# cp /media/cdrom/VMwareTools-8.4.5-324285.tar.gz /root/
debian:~# tar xvfz VMwareTools-8.4.5-324285.tar.gz
debian:~/vmware-tools-distrib# ./vmware-install.pl
Creating a new VMware Tools installer database using the tar4 format.

Installing VMware Tools.

In which directory do you want to install the binary files?
[/usr/bin]

What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
[/etc]

What is the directory that contains the init scripts?
[/etc/init.d]

In which directory do you want to install the daemon files?
[/usr/sbin]

In which directory do you want to install the library files?
[/usr/lib/vmware-tools]

In which directory do you want to install the documentation files?
[/usr/share/doc/vmware-tools]

The path "/usr/share/doc/vmware-tools" does not exist currently. This program
is going to create it, including needed parent directories. Is this what you
want? [yes]

The installation of VMware Tools 8.4.5 build-324285 for Linux completed
successfully. You can decide to remove this software from your system at any
time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".

Before running VMware Tools for the first time, you need to configure it by
invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want
this program to invoke the command for you now? [yes]

Initializing...

The path "/usr/bin/gcc-4.3" appears to be a valid path to the gcc binary.
Would you like to change it? [no]

....
....

/etc/init.d/networking start

Enjoy,

--the VMware team

Voila VMware Tools est maintenant installé.

Si vous souhaitez désinstaller VMware Tools voici le fichier ;

debian:~# cd /usr/bin
debian:~/vmware-tools-distrib# ./vmware-uninstall.pl

 

louis MARTINBRANDA
louis MARTINBRANDA
  • Share Article:
Show Comments (0)

Comments

Cancel Reply

Connecter avec:
Facebook Google Twitter WordPress

Related Articles

Installer les VMware tools sur Debian
Vmware

Installer les VMware tools sur Debian

Installer les VMware Tools sur une Debian c'est très simple

Posted on 4th novembre 2013 by louis MARTINBRANDA

Subscribe to MARTINBRANDA

Subscribe to our email newsletter to receive useful articles and special offers.

We won't share your email address.