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

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.

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.

How do I install SQL Server 2016 onto my newly configured virtual machine 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 5 years ago.
Improve this question
How do I install SQL Server 2016 onto my newly configured virtual machine on Azure?
I want the developer version to practice queries etc. The VM works fine but I can't administer it.
You can get it from the microsoft website
https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms
this answer is a bit misleading, why don't you create a vm with SQL already installed? that way you save time + don't break licensing agreement

SQL Server and Azure Websites [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 6 years ago.
Improve this question
I am thinking about putting a SQL Server behind my Azure website. Is the sql server also free when using Windows Azure Websites?
I agree this is not a good SO question, but the answer is Yes and No. Microsoft has offered a Azure Web App + SQL option that included a free small (20MB) database with your web app. This was limited to one web app per subscription and the size and speed were so limited that it was really only useful for dev, testing and learning about Azure. I would NOT recommend it for any sort of production unless you usage was super small.

Opening a session on your operating system [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 6 years ago.
Improve this question
I was looking at how windows provides tools like this called Remote Desktop Connection. Then I wondered, how would of this been accomplished. First most likely a socket connection is made between the two computers, but then how is a usable session opened. How could I do this in Java or Python?
My goal is to make one of these for connections over the internet protocol.
Research the protocol RDP which underpins the remote desktop connection support. Libraries exist to assist in using RDP in many different programming languages when you get to that point.

/boot/.IpTables use high cpu in my server [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 8 years ago.
Improve this question
i am newbie in network administrator..
One week ago, my server work perfectly. My Server can serves 600++ users at the same time and only use 40% cpu.
Today there is something wrong with my server. My server shows 100% cpu usage when it serves 100 users at the same time.
After i check, i found a process /boot/.IpTables that use high cpu.
What happen with my server? Is my server hacked or what?
This is SS my server process :
OK, looks like your system has been had. I did some googling for /boot/.Iptables, and it appears to be malware.
https://askubuntu.com/questions/407457/help-my-server-has-been-hacked-iptables-and-iptablex-in-boot
https://www.centos.org/forums/viewtopic.php?f=17&t=46704
My personal recommendation would be to take the machine of the network immediately, clone the drive to a USB disk, and re-install (preferably w/ a new set of passwords, and all available patches applied).

Resources