Category Archives: Sem categoria

Configure open-source vmware-tools

Generate the vmware.repo file with so that you can install the files with yum:

echo '[vmware-tools]' > /etc/yum.repos.d/vmware.repo
echo 'name=VMware Tools' >> /etc/yum.repos.d/vmware.repo
echo 'baseurl=http://packages.vmware.com/tools/esx/5.5latest/rhel6/$basearch' >> /etc/yum.repos.d/vmware.repo
echo 'enabled=1' >> /etc/yum.repos.d/vmware.repo
echo 'gpgcheck=1' >> /etc/yum.repos.d/vmware.repo

Import the keys so that you can validate the packages:

rpm --import 'https://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-RSA-KEY.pub'

If you need X graphics install it like this:

yum -y install vmware-tools-esx

If you don’t:

yum -y install vmware-tools-esx-nox

Outlook.com Exchange Server Settings

If need to know which are Outlook.com exchange server settings:

SettingValue
Exchange Server addressoutlook.office365.com
Exchange Server EWS URLhttps://outlook.office365.com/EWS/Exchange.asmx
Exchange port:443
TLS/SSL encryption requiredYes
Exchange usernameYour full Outlook.com email address
Exchange passwordYour Outlook.com password

This information is very useful if you’re configuring Gnome Evolution and in some email clients on Android.

Source: What Are the Outlook.com Exchange Settings?