Ubuntu Server VNC Connection [closed] - linux

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.

Related

How to make a local server in nodejs accessible from internet [closed]

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 1 year ago.
Improve this question
I am trying to develop a server using nodejs that can be accessed through the internet without a public IP address. can somebody help me, please?
the things were simple. we just have to initiate a socket connection between local and remote servers. the local server should ask for a connection to the remote and the remote should keep the identifier of this local server. after keeping it, the two could now communicate easily through event.

PUTTY is not connecting [closed]

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 1 year ago.
Improve this question
Hi I am tying to connect my local machine to Azure Linux (ubuntu 18.04) VM using PUTTY but it gives below error
I am referring to the below link
https://learn.microsoft.com/en-us/azure-stack/user/azure-stack-dev-start-howto-ssh-public-key?view=azs-2008#connect-with-ssh-by-using-putty
Are you not able to ssh only while using the putty? Can you connect by using any other way?
Error message what you posted above looks very general and the root cause for this issue could be anything.
Please, check that post on Ubuntu. There is a nice article, please review it. The only difference, it's about the EC2 instances, but nature the same:
This error can occur under the following circumstances:
You’re not connecting with the appropriate user name for your AMI
when you negotiate an SSH session with a VM.
You’re using the wrong
private key when you negotiate an SSH session with a VM.

Can I (temporarily) host an MS Access application on Azure? [closed]

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
My client has an MS Access split database and will lose access to their in-house servers for 2 weeks to a month.
I'm thinking about building an Azure windows server and putting the back-end there, then having clients (about 12 of them) use RDP to sessions on that server (making sure that they each have the latest copy of the front-end in their own sessions).
I realize this is an "opinion" question - perhaps someone can point me to an appropriate forum - if not here.
You can do that. Any (virtual) machine running an Access database and allowing RDP access can be reached via Remote Desktop.
You may need a Terminal Server license for multiple simultaneous users.

Is it possible to set up a VPN server on Debian 8 while keeping my web services (php/apache)? [closed]

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 4 years ago.
Improve this question
I would like to set up a VPN server, however it means ipv4 forwarding. Is it possible to set up a VPN without shutting down web services or should i use 2 separate servers ?
Thanks for reading ;)
Setting up a VPN server should not affect your web services. The only limitation is that you cannot use an HTTP(S) port (80 or 443), which I personally find practical (I have already seen Wi-Fi hotspots blocking all the ports except 80 and 443). However, if you get along with another port, you will do fine.
There is a good article about setting up an OpenVPN server on Debian Wiki (here). I have managed to set up the server using only this article.
Wishing you good luck.

Remote desktop is stuck on "securing remote connection" [closed]

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.

Resources