Instalar VMtools no [Debian GNU/Linux 7.4.0 _Wheezy]

Instalar o VmTools no Debian Pré Requisito # apt-get update # aptitude install sshd ssh build-essential gcc g++ gcc-4.4 linux-headers-$(uname -r) Intalando Vmtools # mount /dev/sr0 /media/cdrom # mount /dev/cdrom /media/cdrom # cp VMwareTools-8.6.0-425873.tar.gz /root/ # cd /root/ # tar -xvzf VMwareTools-8.6.0-425873.tar.gz # cd vmware-tools-distrib/ # ./vmware-install.pl

How to upgrade ESXi 5.x to the latest ESXi 5.5 Update 1?

1. Download the latest patch from https://www.vmware.com/patchmgr/findPatch.portal 2. Upload this file to the datastore visible by your ESXi host. 3. Put your host in maintenance mode (right click > enter maintenance mode) and connect via putty. Note that SSh must be enabled. (configuration > security profile > properties > ssh). Now run this command to
Continue reading How to upgrade ESXi 5.x to the latest ESXi 5.5 Update 1?

VMware ESXi: comandos para o admintrator de VMs vía CLI

En ocasiones viene bien poder hacer algunas consultas u operaciones usando comandos para la administración de VMs vía CLI ya sea por motivos de acceso a vSphere Client (no tenemos el cliente, por ejemplo, o los management agents no están funcionando) o bien porque necesitamos anidar resultados o scriptar operaciones. En este post veremos algunos
Continue reading VMware ESXi: comandos para o admintrator de VMs vía CLI

LE4 – Instalar Eclipse com C++

Abra a console Digite o comando su Após informar a senha cole o script abaixo: 1 2 3 4 wget http://www.curitibainfo.com/files/eclipse.tar.gz tar -xvzf eclipse.tar.gz eclipse/install.sh exitwget http://www.curitibainfo.com/files/eclipse.tar.gz tar -xvzf eclipse.tar.gz eclipse/install.sh exit

LE4 – Instalar Visual G

Abra a console Digite o comando su Após informar a senha cole o script abaixo: wget https://www.dropbox.com/s/r6wt00gc39iraow/visualgv25.exe?dl=0 tar -xvzf Visualg.tar.gz cd Visualg chmod +x install.sh ./install.sh