expressões regulares
http://www.spaweditor.com/scripts/regex/index.php
dica do braz
http://www.spaweditor.com/scripts/regex/index.php
dica do braz
from: http://fusion.infofabrics.com/Home/enviornment-infrastructure/personal-cloud-using-esxi
VMWare can exploit yum repository.
1. Import public key for yum repository. Execute this as root
# rpm –import http://packages.vmware.com/tools/VMWARE-PACKAGING-GPG-KEY.pub
2. CentOS stores yum repository definition in /etc/yum.repos.d
Create a file named, vmtools.repo and populate it with following contents
[vmware-tools]
name=VMware Tools for CentOS $releasever – $basearch
baseurl=http://packages.vmware.com/tools/esx/4.0/rhel5/x86_64
enabled=1
gpgcheck=1
In the above example, I’ve used baseurl with “4.0” as ESXi version & x86_64 for 64 bit CentOS. This can be different for you.
3. Run yum install command to install VMWare tools on your CentOS Linux server.
# yum install vmtools
You should see installation log on your screen at attached on this page “yum_vmware-tools.install.log”, with one prompt for vmware package installation.
4. Restart CentOS linux server.
GOOD NEWS, post CentOS restart if you go to vSphere vmserver instance -> console you don’t have to press Ctrl+Alt every time you want to switch between Linux console & Windows OS 🙂 . And it’s fast too.
caraca, eu não acreditei…
http://www.imdb.com/name/nm0080524/
a namorada do sheldon é a blosson… :S
# ztcfg -vvvvvvv
# genzaptelconf -l
http://www.digsby.com/
http://www.usglobalsat.com/download/546/win_drivers.zip
Atualização via EFI SHELL:
> fs0
> (atualizar dispositivos usb) map -r
> dir *.nsh
> bmcxxxx.sh
> biosxxxx.sh
> MExxxx.sh
> FUxxxx.sh
telnet towel.blinkenlights.nl
mandar o seguinte header:
X-Frame-Options: DENY
1) Editar fonte de dados ODBC
2) Editar no regedit:
HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc.\VMware VirtualCenter\DB
1-VMware VirtualCenter
2-USUARIO
3-SENHA
4-SQL Native Client
5-10
3) Executar para recriar a senha:
%PROGRAMFILES%\VMware\Infrastructure\VirtualCenter Server\vpxd.exe -p
nono no nono no!
vi /etc/ssmtp/ssmtp.conf
#configuração basica para relay
root=postmaster
mailhub=smtp.dominio.com.br
FromLineOverride=YES
#caso necessite utilizar smtp-auth
AuthUser=usuario@dominio.com.br
AuthPass=senha
UseSTARTTLS=yes
UseTLS=yes
recompilar free-tds com:
./configure –with-tdsver=7.0 –enable-msdblib –enable-dbmfix –with-gnu-ld