Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 months ago.
Improve this question
I'm looking for a RDP client that I can install and run on Amazon Linux 2 to connect to other EC2 instances through xrdp. I've tried remmina with no luck.
Does anyone know of an RDP client that will work on Amazon Linux 2?
I finally found FreeRDP. It works well on Amazon Linux 2.
https://www.freerdp.com/
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 days ago.
Improve this question
We are starting to use Dynatrace monitoring. We want to automate Windows server services restart using webhooks (since Dynatrace only uses webhooks). What implemetation would you recommend?
(preferably with least installation of additional software)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm not familiar with Linux and I need to install Apache Cassandra 3.1 on CentOS 7. I found a guide for Debian. Is there any guide for CentOS?
http://cassandra.apache.org/download/
I could install it by following the steps in https://www.tutorialspoint.com/cassandra/cassandra_installation.html.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I'm using https://github.com/Azure/azure-sdk-for-node which works fine with Azure.
However it doesn't work with on-prem Windows Service Bus 1.1
How do I connect to local Service Bus 1.1 from Node.js?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Are there open source Linux cluster project available? Could someone point me to the web link?
Juhani
Most information you seem to require can be found here.
MOSIX
Beowulf
Linux HA
There's this Pelican HPC livecd, which uses MPI. The livecd approach makes it easy to try out things without breakage.
Oh it also features easy install on networked PCs by booting via PXE over the network.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I use com0com for program testing in windows,
are there any program like com0com in linux?
I know there is pts/ptmx, but what I want is a stand alone program to provide 2 virtual serial ports...
Then I can open 2 program, each attench one...
I found a good method:
socat PTY,link=COM8 PTY,link=COM9
then 2 virtual serial port files are created: COM8, COM9
You can also use tty2comKm virtual serial port driver for linux provided by serialpundit project.