Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
0 replies
39 views

I have a question about the organization of secure access to remote working resources. The following remote access scheme is discussed: OpenVPN Remote Desktop Gateway + 2FA (PrivacyIDEA) Remote ...
Alexey's user avatar
  • 15
Best practices
1 vote
0 replies
55 views

Animations and typing delayed (no WebRTC) I’m building a Remote desktop app for macOS, where the screen is captured, H.264 encoded, and streamed to a web client using SignalR. For some reasons I ...
Mohammad Aamir's user avatar
0 votes
1 answer
71 views

I have a Windows 2022 domain controller, version 10.0.20348.4052, set up in the default configuration and I need to determine the Windows Update Build Revision (UBR) Number ( the 4052 part) remotely, ...
ErrorMaster's user avatar
0 votes
0 answers
48 views

Having the SQL stored procedure remote_usp_test in the remote database, I can successfully call it using the sp_execute_remote from the local database like this: EXEC sp_execute_remote N'xxxDataSrc', ...
pepr's user avatar
  • 21.1k
2 votes
1 answer
154 views

I’m developing a mobile app using Dioxus and need to run it on an Android emulator. My setup: A remote Linux compute server with a minimal i3 interface. On that server I can compile and run the ...
Manu FIC-electronica's user avatar
1 vote
0 answers
64 views

I have two PCs that I am trying to connect so I can look at each Task Job Status in Task Scheduler. So I was able to use following code: public void Taskreader(string machineIP, string user, string ...
NeoGenesis521's user avatar
0 votes
0 answers
111 views

I am trying to install the Python extension in my remote desktop's vscode (actually I am using Windsurf) and got the following error: Unexpected token '<', "<!DOCTYPE "... is not valid ...
Alesc Run's user avatar
0 votes
0 answers
64 views

Good folk, a small tale of woe. I have taken on the upgrade of Codeigniter3 to version 4 (4.6.0). My app was working fine in CI3 but I have hit an issue with one aspect of my site with CI4. My Ubuntu ...
pcla56's user avatar
  • 11
0 votes
0 answers
89 views

I can ssh to this remote ubuntu server from Windows commend line, but when connecting to the remote server via VS Code, I got the following error: [10:19:19.193] Got some output, clearing connection ...
CJ Chang's user avatar
  • 397
0 votes
1 answer
190 views

I want to determine whether my Android application is being opened directly by the user on the device or through remote access tools such as PhoneLink, AnyDesk, or TeamViewer. However, the solution ...
juhbert's user avatar
  • 45
0 votes
0 answers
166 views

I'm triyng to make a bat file to ssh connect to a computer and run a command. However, this command is to open an UI, and it seems that, when Im running my bat script, the connection is closed after ...
David Daminelli's user avatar
0 votes
1 answer
73 views

I have requirement where I wanted to save images from SharePoint online library to one of my remote servers located in Organisation network. This remote server is not SFTP server. This program should ...
Kumbhar Kanchan's user avatar
1 vote
0 answers
100 views

Even though my setting is specific to a python package called pylsl, I believe this is more of a network question. To give an idea for those not familiar with my specific setting, I use my local ...
Stooges4's user avatar
  • 135
0 votes
0 answers
48 views

I created a class that will implement Windows impersonate at the constructor and have the other functions only execute when _logonSuccess is true. The purpose of the functions in this class is to get ...
NeoGenesis521's user avatar
0 votes
1 answer
2k views

I have a remote Azure VM that keeps logging me off after long periods of inactivity. I have a service that needs to be constantly running there so that is a problem. So far I have the following: Power:...
O P's user avatar
  • 19
0 votes
1 answer
82 views

I am trying to use JMX nodetool distantly. I cannot configure JMX to listen on the public network interface whereas Cassandra does listen on public interface. Note it is not Cassandra connection, but ...
Alain Josserand's user avatar
0 votes
1 answer
44 views

I have a cli python project that I want to run remotely on a free python host. My aim is to allow people to use the python project without giving them the source code. I want them to be able to run it ...
futureseeking's user avatar
0 votes
1 answer
70 views

I'm trying to open a word document on a windows host via OpenSSH connection. Connecting to the host works. Running the following powershell commands $word.Visible = $false $doc = $word.Documents....
Lizbeth's user avatar
  • 11
0 votes
1 answer
92 views

Basically, I have a yaml config file, where I want to declare env variables. My PS Script, is supposed to read these and declare them inside a function. so I have something like: config.yaml: env: ...
user2268909's user avatar
5 votes
1 answer
246 views

I use PhpStorm 2024.2.3. I use a remote setup, my local PhpStorm connects to SSH to a remote PhpStorm session. I have the plugin "PHP Annoations" installed. After a restart, an error message ...
k0pernikus's user avatar
  • 67.6k
0 votes
1 answer
575 views

I’m trying to connect to an SSH using the Remote SSH extension from VSCode on macOS. If the .vscode-server folder is removed before connecting, there are no issues, but if I connect without removing ...
DopaFree's user avatar
1 vote
2 answers
194 views

I am trying to get Active directory information like AD replication status and other types of information. For now, I am just concentrating on the AD replication status. I used this code to login to ...
user avatar
0 votes
0 answers
26 views

I am trying to make a simple script to run python functions on another computer from my computer, for example I have a function called command_1(). Which prints “hi” in terminal, I want to run this ...
Shadow's user avatar
  • 1
1 vote
0 answers
254 views

I'm using python + winrm to get files from a windows server. The code runs fine but slowly. It can only get about 10GB per day by this way. If I copy files through remote desktop(mstsc.exe or Other ...
vassiliev's user avatar
  • 920
0 votes
1 answer
125 views

I am trying to build an application that interacts with iphone screen to perform operations like touch/tap/swipe (Not inside an app but whole screen). The closest tool to do it is FB IDB (Ios ...
Prayas Gautam's user avatar
0 votes
1 answer
355 views

In production mode, I am testing connecting a rails 7 project to a remote server for the postgresql database. However when I try to connect to it, it starts looking to connect to the postgres database ...
Ese10's user avatar
  • 19
0 votes
1 answer
80 views

Have django-csp working in report only mode on application deployed on aws using gunicorn/nginx. No reported issues in dev or prod except when clients log into their work computers to work remotely. ...
pythonberg's user avatar
0 votes
1 answer
107 views

There is a need to send commands to a remote application via tail. Locally I'm currently using tail, I want to control it remotely, but I can't get it to work. I tried paramiko libraries, I couldn’t ...
Andy_bat's user avatar
1 vote
0 answers
63 views

First things first: I am fairly new to bash scripting, so forgive me any crucial oversights. On a remote machine, I have the following folder structure: base_path/ batch1 model1 folder_a folder_b ...
Janek G's user avatar
  • 21
1 vote
0 answers
26 views

I want to remotely manage the user's open browser window in order to support users on my website. I simulated some events by transmitting click and keyup events over the socket, but due to browser ...
İlker Yasin Pehlivan's user avatar
1 vote
1 answer
50 views

I have got a remote access to a MySQLServer server and able to execute the SQL correctly using workbench getting desired results. However when I execute the same SQL from the same machine using ...
Sameer Mahajan's user avatar
0 votes
1 answer
116 views

Lately, I have tried to connect to my MySQL server on the local machine through letting it host my computer IP address. Several things that I have done: I use ipconfig to check my computer's IP4 ...
Minh Trit D's user avatar
0 votes
1 answer
5k views

I can't connect to JetBrains CLion (2024.1) using JetBrains Gateway (2024.1). Trying to connect to a Linux machine from a Windows machine to use CLion IDE remotely. Error pops up when correct IP ...
Cole Cooper's user avatar
2 votes
0 answers
58 views

Good day to all. I'm a beginner in Android and Wear OS. Therefore, I ask for advice from experienced people. I created a watchface. I created a companion app for smartphone. Everything works great. ...
Mr.Green's user avatar
1 vote
0 answers
54 views

└─$ git clone https://github.com/achillean/shodan-python.git Cloning into 'shodan-python'... fatal: unable to access 'https://github.com/achillean/shodan-python.git/': Failed to connect to 127.0.0.1 ...
Bee_back18's user avatar
0 votes
1 answer
64 views

I have some old code that was written to support work on a local network, but now may be run by remote workers. Individual file system accesses that were reasonably fast on the local network are ...
Paul Sinclair's user avatar
0 votes
0 answers
373 views

I'm trying to connect to my postgres db located on a digitalocean's droplet using psycopg2 package. However, I keep getting this error message : psycopg2.OperationalError: connection to server at &...
DouxDoux's user avatar
  • 143
0 votes
0 answers
56 views

I installed postgresql on my ubuntu 23.04 hosted on OVH, and I want to configure it to be accessible from remote. This is my postgresql.conf And this is my pg_hba.conf And here are all of the ports ...
F4M75's user avatar
  • 21
2 votes
0 answers
149 views

Before going throw the explanation of my problem, I want to give you a short introduction about my app idea, basically there is a python library that I need to use, and there is no alternatives ...
Achraf Ait Ibba's user avatar
0 votes
1 answer
1k views

I'm trying to figure out what userrights or group membership would be necessary to allow normal built-in\users read-access to a remote server's certificate store via certmgr.msc (or "manage ...
QuilleyPowers's user avatar
0 votes
0 answers
33 views

You can see from the picture below that I can access GPU. But still, when I move tensor to GPU, there are Errors, like the picture shows. What's wrong with it? It is my first time to use the GPU in ...
Stanley's user avatar
0 votes
1 answer
121 views

During remote control in a Zoom meeting, colleagues are causing accidental drag+drop actions in my application (WPF, .NET 8) due to the latency. I now want to deactivate drag+drop in my software in ...
Markus's user avatar
  • 4,577
0 votes
0 answers
217 views

I'm working on a remote access application (similiar to AnyDesk) to access mobiles on a lan network and use them with just your browser. At this point, I'm able to send the device display output via ...
ppepa's user avatar
  • 56
0 votes
0 answers
124 views

i have a problem with a PowerShell Command. When i try this command: Invoke-Command -ComputerName ... -Credential $cred -ScriptBlock {Get-Acl -Path "..."} i get an access denied message. ...
Ray61's user avatar
  • 1
0 votes
1 answer
127 views

I have a problem with a jupyter notebook that I have on a raspberry pi and am hosting on our IP address. To do this, I used jupyter notebook --generate-config to generate the configuration file, where ...
Tino D's user avatar
  • 2,807
0 votes
2 answers
614 views

I'm trying to run a VSCode tunnel on a VM which has no internet access using THIS DOC I've a connection issue at step 2, where vscode ask me to login on the remote host: ./code tunnel --accept-server-...
Fractaliste's user avatar
  • 5,995
0 votes
1 answer
504 views

For a personal project, I've set up mysql server on my personal pc. I want to query this server with python from seperate pc that will be on a different a wifi network. I've figured out how to ...
Connor James's user avatar
0 votes
0 answers
128 views

I need to connect QGis to a remote Postgres database. My client does not have a fix IP so I avoid using pg_hba.conf. I use a ssh tunnel with a dedicated unix user (qgis_user) and ssh keys: ssh -L 5444:...
tig12's user avatar
  • 1
0 votes
0 answers
462 views

We have a working server for a course at, for example: 172.185.5.5 the server works, I can ssh in and use mysql on the machine. I want to use mysql from a remote machine. Suppose I am somewhere in ...
Dov's user avatar
  • 8,644
1 vote
1 answer
134 views

We have developed a machine which is based on a central brain, a Raspberry Pi computer. It uses a 4G/5G Router to get access to the outter world. I am expecting to have hundreds of machines like that. ...
mboullra's user avatar

1
2 3 4 5
62