Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 12 hours ago.
Improve this question
I want to run the Azure Cosmos DB Emulator on Mac Parallels from Windows 11. The server installs and runs fine in Windows, however from the Mac environment I only get ERR_CONNECTION_REFUSED.
I have the Windows Firewall completely disabled. I have the variables /AllowNetworkAccess /KeyFile=Cosmos_keyFile.
I have tried running an Angular server on port 4200 which I can connect to. I have then tried running the Cosmos Emulator on port 4200 (/Port=4200) but immediately I get ERR_CONNECTION_RESET.
Any ideas what I can try to allow me to connect to the emulator?
Thanks.
UPDATE
When running on Windows 10 I get the text "Network access not available" in the start up message. What does that mean?
Related
Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 days ago.
Improve this question
I am trying to install FortiClient 7.0 in my virtual machine. So, I have:
VMware Workstation Player 16.2.5 - as Virtual Machine
Database App Development VM - as Virtual Machine Image
In the terminal, I'm writing the command which is for FortiClient installation on linux and it asks me for a password. I have no clue what the password is since during any of the installations I have not set one.
Is there any default password which I should know or is there any workaround to avoid the password providing?
Thanks in advance.
The answer is oracle
As I got it is a default password which comes from Database App Development VM
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
The Linux virtual machine on Azure, the problem encountered, can not connect through rdp (Microsoft Remote Desktop). Throws a connection error, respectively. I use MacOs (I tried it with Windows, the same problem).
The question is what could be the problem?
There is no Microsoft RDP for Linux. You have to connect via SSH on 22.
If you have diagnostics enabled on the Linux VM, you can use the serial console. Just click on the VM in the Azure Portal -> Serial Console.
If you really want to connect via RDP, then you can try installing xrdp on your VM, but it really depends what flavor of Linux you have deployed.
sudo apt-get install xrdp
sudo service xrdp start
Don't forget you need access to TCP port 3389.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I am trying to access my Ubuntu Server with Chicken of the VNC. I have GNOME installed on the server to which I can get access if I log onto the server locally and COTVNC will discover the server then through Bonjour service. Yet if I restart the server and do not log in locally then I have issues where my VNC Client does not discover the server any longer through Bonjour and I cannot connect even with manually inputting the IP address. I get Connection timed out error message from the client.
Any ideas how I can get around this as I do not want to have a keyboard and mouse connected to this server as it will be used as a media server?
Thanks
You need to start vnc server as a seperate service via /etc/init or /etc/init.d, and not as part of the session.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
Hi I have installed Visual Studio 2012 Express Desktop. I am not sure if the sql server software that that came with Visual Studio 2012 Express Desktop is serverless or not. I have installed this at work and don't want a server installed on my computer because I am sure it opens ports which will be a security issue at work. Do you know if it is serverless?
Yes. There is definitely a server involved.
You don't need to worry about ports being opened though. Assuming you have a Firewall blocking the ports, the installation of SQL Server Express won't modify that without your permission.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
Remote desktop is stuck on "securing remote connection". I am connecting to Windows 2008 VM on Azure from Windows 7. I have successfully connected for a few days before now. I have waited for over 15 minutes. I don't have local access to the server.
Please verify that your Windows Azure VM is in Running state from Portal first and then try to RDP. Based on your error and experience, it is possible that your VM is not running or have some issue. Try restarting the VM from Management Preview Portal or using PowerShell and then try RDP and it should work.