Most voted "remote" questions
13 questions
Sort by count of
-
5
votes3
answers1117
viewsRead Remote Server log.txt on Real-Time Local Server
Those days passed the idea (I must have read somewhere and refreshed) of having a program on the local server that is synchronized with the remote server, where in this program I can see in real…
-
5
votes1
answer96
viewsCatch the time on a remote computer using C#
Is there any method for me to recover time and date from a remote computer using C#?
-
3
votes1
answer810
viewsHow to run linux desktop application remotely via command?
I have a server on a client where I use a remote application, sometimes some user goes there and closes the application (I don’t know if unintentionally or the owner, for fear), so I can’t connect.…
-
2
votes1
answer466
viewsRMI equivalence (Java) in C#
What is the equivalence of RMI (Remote Method Invocation - Java) in C#?
-
2
votes1
answer86
viewsWhat the hell is marshaling?
Whenever I see signatures of P/Invoke full of Marshaling attributes I always remove one by one and testing if this causes any error, most of the time I end up with a signature with no attribute, no…
-
1
votes1
answer1615
viewsCan I run a Python program automatically off my computer?
Good morning guys, I made a Python script that searches various websites for the occurrences of a few words and stores in SQL database. I would like to track the occurrence of these words over time,…
-
0
votes0
answers282
viewsDesktop remote application with RDP protocol
I’m making an application based on the example Remote Desktop application with RDP Protocol. But, how to change the color of the transmission? That is, the property colordepth. I’m using the…
-
0
votes1
answer81
viewsPlay Framework running in production
Good morning. I’m starting my first step with Play framework and now I’m trying to create a production environment, I already know how to generate the files and I know how to run them. My doubt is…
-
0
votes1
answer93
viewsMYSQL access by an application
I am creating an application in C# this, connects to a remote Mysql server, enabled for any IP to have access to my BD with a read-only user. My doubt is the following: There is a way in Webservice…
-
0
votes0
answers154
viewsLocal server for remote server
I have a multi-user mobile application that I intend to put to test. Currently, I only have the server-side locally using MAMP(Apache, PHP and Mysql). I intend to rent a remote server (probably…
-
0
votes2
answers6052
viewsHow to access another machine’s database
You guys, good night. It is as follows: I am with a PHP project with Mysql to be delivered. However, I am doing it this way: I created 3 virtual machines in Vmware Workstation Pro, the Client is…
-
0
votes1
answer126
viewsRemote Connection to DBA MYSQL + PHP
Hello I’m trying to make a test connection to a server called * infinityfree I’m using php with PDO. Call for connection. <?php try { $connex = new…
-
0
votes0
answers14
viewsRemote database access c# with SQL server
Personal greetings I have a c# application using the SQL server database I would like to know, after configuring SQL server for remote access What connection string can I use for on the client…