In one day, I had to install VirtualBox for Android emulator. In Windows PC that I had been using, VMWare Player was working as bridge connection. So, I had to change setting of VMWare Player. And the android emulator that I installed was Genymotion.
Environment
OS: Windows 8.1
VMWare Player
Guest OS: Ubuntu 64bit (Network Adapter: Bridged)
Change Setting
After VirtualBox installation, you can’t connect to network from Ubuntu on VMWare. It is because VMWare Player struggle to make usable the virtual network adapter, that was created in VirtualBox installation, from the Guest OS.
Then, change setting of Guest OS on VMWare. On the VMWare menu bar, proceed Player, Manage and Virtual Machine Settings.
Select Network Adapter on the left side setting item list.
When it is bridged, Configure Adapters button is enable and click it.
Remove the check on VirtualBox Host-Only Ethernet Adapter.
Click Ok buttons and end the setting.
When Guest OS is working, change setting is valid.
After Upgrading to Windows 10
When I upgraded my Windows 8 to Windows 10, the setting was reverted. So, turned off VirtualBox Host-Only Ethernet Adapter again.
I will introduce the way to edit and save files at the remote server, on my local machine, and other alternative way.
Story
At the company, everyone develops the program on the remote server. Yes, it is Linux server with dark terminal, which provides only vim editor. The server can’t connect to public internet, so we need to upload tools with WinSCP from local machine if we want.
Follow Edit, Preference, and you can configure remote server. After configuration, it can edit remote files.
reference: Basic settings to use Komodo Edit (removed: http://shimz.me/blog/editor/148)
gedit
After some configuration, it can edit remote files.
reference: Use Gedit as Remote File Editor via FTP and SSH (Ubuntu) (removed: http://thecodecentral.com/2010/04/02/use-gedit-as-remote-file-editor-via-ftp-and-ssh-ubuntu)