3,067 questions
Best practices
0 votes
0 replies
39 views
Secure remote access
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 ...
Best practices
1 vote
0 replies
54 views
MacOS client (Remote Desktop Protocol) screen sharing using SignalR
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 ...
0 votes
1 answer
71 views
Is there a way to determine the Windows UBR value remotely with a low privilege user?
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, ...
0 votes
0 answers
48 views
How to wrap Azure SQL sp_execute_remote as a table function? [duplicate]
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', ...
2 votes
1 answer
154 views
How to run Android apps on a local emulator while building on a remote Linux server?
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 ...
1 vote
0 answers
64 views
How to connect to Remote PC to read Task Scheduler Status for each job?
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 ...
0 votes
0 answers
111 views
When installing Python extension in ssh remote server in vscode got: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
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 ...
0 votes
0 answers
64 views
How to grant external access to a file in codeigniter4
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 ...
0 votes
0 answers
89 views
VS Code SSH Remote Connection permission denied issue
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 ...
0 votes
1 answer
190 views
How to detect if an Android app is opened by the user or via remote access (PhoneLink, AnyDesk, TeamViewer, etc.) without root access?
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 ...
0 votes
0 answers
166 views
ssh connection using bat file
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 ...
0 votes
1 answer
73 views
Store files from SharePoint Online list to Network Remote server using webjob
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 ...
1 vote
0 answers
100 views
Remote Connection From Google Colab to Local Machine To process multicasted local network data
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 ...
0 votes
0 answers
48 views
How to prevent the password to be shown as plain text in the WindowsImpersonate using c#? [duplicate]
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 ...
0 votes
1 answer
2k views
How to prevent a VM from logging me off?
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:...