I have a Mac Mini that I use rEFInd to dual boot with ubuntu. Is there a terminal command I can use to reboot between them without having to have physical access to the computer to access the mac bootloader?
Related
I've got a Mac OS with Catalina installed. In this MAC Os host, I run a VirtualBox centos linux box (installed with Vagrant). In the Centos virtual Box I want to launch app like (google-chrome or any x application) with the display exported to the MacOS host.
I've set the X11Forwarding yes in /etc/ssh/sshd_config (in MacOS Box AND in the Centos BOX).
On MacOS i've installed and running XQuartz, which is working well (I can start xterm from MacOs XQuartz configuration for example).
I ssh from MacOs into my Centos box with -X. So X11 port forwarding must be ok.
When I start any graphical application from Centos (google-chrome for example), I always have this message :
(google-chrome:26817): Gtk-WARNING **: 17:49:49.940: cannot open display:
I've tried some export DISPLAY configuration but without success : always cannot open dispay
Any help would be greatly appreciated because I'm stuck.
I solve my problem. It is just a matter of NIC interface used when starting VM through Vagrant. If I use the Wifi NIC -> KO. If I use the Ethernet NIC it is ok.
I want to make ssh connection between macOS and Windows(exclude Windows Subsystem for Linux, I'm asking about just Windows) with bluetooth.
Is there a way to do it?
I want to work Both Computers as a client and server.
In macOS, I'll use pre-installed ssh and sshd command, And https://github.com/PowerShell/Win32-OpenSSH/ use as windows ssh toolset.
I apologize that I am Japanese so My English is broken.
The following is environment of my computers.
(PC)
OS: Windows 10 Home x64
Bluetooth adapter: Intel Dual Band Wireless-AC 7260 for Desktop 7260HMWDTX1.R
(Mac)
Hardware: Mid 2012 MacBook Pro
OS: macOS 10.12.6
Supporting Bluetooth version: 4.0 (it maybe wrong?)
No, it is not possible to make an SSH connection over Bluethooth. SSH requires TCP / IP and Bluethooth does not support TCP / IP.
I use Windows 10 and ubuntu 14.04LTS on desktop
I want to use desktop from my laptop remotely.
My grub select ubuntu as a default os boot system.
And I know how to reboot the desktop from ubuntu to windows remotely
(sudo grub-reboot boot_number && sudo reboot)
But How can I reboot from windows to windows again?
In this situation, when I reboot from windows, ubuntu is selected as a default.
But sometimes, I want to reboot from windows to windows!
In summary...
1. I want to rebbot from windows to windows or ubuntu / from ubuntu to windows or ubuntu remotely.
2. I know the way of rebbot other things.
3. But I don't know how to reboot from windows to windows
Thank you in advance.
You will need to edit grub configuration from Ununtu first. The detailed steps are given here.
I'm running OSX Lion in VM and have set everything up properly, I can compile fine and run apps fine even on a device and I can connect to the VM Lion via WiFi from both a Windows install, another Mac running OSX Leopard and the host OS so I know it is running on the network.
The phone itself has its debug settings set up correctly for the app, the debugger host IP address it has is the same IP address as the VM OSX Lion install.
Is there a special case with VMs and wifi debugging?
I'm using Mono 2.10.4, mono touch v4.0.5 and MonoDevelop v2.4.2
Given:
Mac with either Parallels or VMWare
A virtual machine with Windows installed.
A Windows GUI application Foo.exe installed in that Windows virtual machine.
A Mac application Bar.app
I'd like to start Foo.exe from Bar.app.
What are reasonable approaches to do this for Parallels?
How about VMWare?
Note: I've tried using Parallel's "prlctl exec" command, which can run a command on the VM's OS -- but I have not managed to make it launch a GUI application on the VM's display.
One way is:
You can register/associate file types in MAC OS X to exes in VMWare. So by programmatically launching an associated data file in the Finder it would launch the appropriate VMWare WindowsApp's exe.