May 2, 2024

Install VMware Tools on Linux

Posted on March 2, 2019 by in Blog, Linux


How to install VMware Tools in Debian 9
su

Then, enter the root password
After entering as root successfully, issue the following command:
# apt-get install open-vm-tools open-vm-tools-desktop
Answer “YES” when you will be asked to download the installation files.

A system reboot is needed in order to activate tools but if you cannot do it right now you can go around by issuing the following command:
# vmware-user-suid-wrapper

Manually Install or Upgrade VMware Tools in a Linux Virtual Machine

If a mount point directory does not already exist, create it.
mkdir /mnt/cdrom
(Some Linux distributions use different mount point names. For example, on some distributions the mount point is /media/VMware Tools rather than /mnt/cdrom. Modify the command to reflect the conventions that your distribution uses.)

Mount the CD-ROM drive.
mount /dev/cdrom /mnt/cdrom

Change to a working directory, for example, /tmp.
cd /tmp
tar zxpf /mnt/cdrom/VMwareTools-x.x.x-yyyy.tar.gz
(The value x.x.x is the product version number, and yyyy is the build number of the product release.)

If necessary, unmount the CD-ROM image.
umount /dev/cdrom

Run the installer and configure VMware Tools.
cd vmware-tools-distrib
./vmware-install.pl


Microsoft is building its own Chrome browser to replace Edge

Posted on March 2, 2019 by in Microsoft Windows

Microsoft is building its own Chromium browser to replace the default on Windows 10. Microsoft is finally giving up and moving its default Windows 10 browser to Chromium.

The Verge understands Microsoft will announce its plans for a Chromium browser as soon as this week, in an effort to improve web compatibility for Windows. Windows Central first reported on these plans, which are code-named Anaheim internally. We understand there has been a growing frustration inside Microsoft at Edge’s web compatibility issues, and consumers and businesses have been pushing the company to improve things.

Microsoft has only managed to go so far with Edge-HTML, though. Chrome is now the most popular browser across all devices, thanks to Android’s popularity and the rise of Chrome on Macs and PCs. Chrome has turned into the new IE6, and web developers have been favoring its rendering engine to optimize their sites. Google has also been creating Chrome-only web services, simply because its often the first to adopt emerging web technologies as its engineers contribute to many web standards.

Microsoft’s rendering engine has fallen behind as a result, and the company is finally ready to admit this. There were signs Microsoft was about to adopt Chromium onto Windows, as the company’s engineers have been working with Google to support a version of Chrome on an ARM-powered Windows operating system.