How to install Guest addition in Mac OS as guest and Windows machine as host

Guest Additions are available for MacOS starting with VirtualBox 6.0. Installing: Boot & login into your guest macOS. In VirtualBox UI, use menu Devices | Insert Guest Additions CD image… CD will appear on your macOS desktop, open it. Run VBoxDarwinAdditions.pkg. Go through installer, it’s mostly about clicking Next. At some step, macOS will be … Read more

How to connect to docker host from container on Windows 10 (Docker for Windows)

Short answer: in most cases, you’ll need 10.0.75.1 . In Docker for Windows, the container communicates through a vEthernet adapter called DockerNAT. To find its details, open Command Prompt and type ipconfig Look for an entry that looks like Ethernet adapter vEthernet (DockerNAT): Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . … Read more

Access Parallels Windows localhost from Mac [closed]

The above didn’t help me, but this did: Go to Windows VM, go to Start –> Run… –> type cmd.exe The windows command line opens. Type ipconfig and find out your IP4-adress. Edit your macs hosts file as described in this blogpost. Put in the following line, replacing my windows VMs local IP (here 10.211.55.5) … Read more

Bridged networking not working in Virtualbox under Windows 10 [closed]

First of all you have to create a VirtualBox Host-Only Ethernet adapter In Virtualbox : Go to File > Preferences On the Network tab select Host only Networks click on “add a Host-only adapter” give it a name by default it is “VirtualBox Host-Only Ethernet adapter” In Windows : go to Network connections on Windows … Read more

How to Allow Remote Access to PostgreSQL database

In order to remotely access a PostgreSQL database, you must set the two main PostgreSQL configuration files: postgresql.conf pg_hba.conf Here is a brief description about how you can set them (note that the following description is purely indicative: To configure a machine safely, you must be familiar with all the parameters and their meanings) First … Read more

How to export a Vagrant virtual machine to transfer it

You have two ways to do this, I’ll call it dirty way and clean way: 1. The dirty way Create a box from your current virtual environment, using vagrant package command: http://docs.vagrantup.com/v2/cli/package.html Then copy the box to the other pc, add it using vagrant box add and run it using vagrant up as usual. Keep … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)