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
55
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:...
0
votes
1
answer
82
views
Cannot configure JMX to listen on public interface
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 ...
0
votes
1
answer
44
views
Using a remote cli python project remotely
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 ...
0
votes
1
answer
70
views
Open docx Document with word via SSH onto Windows host
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....
0
votes
1
answer
92
views
How to declare a remote variable in powershell and access it?
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:
...
5
votes
1
answer
246
views
Plugin requires com.jetbrains.php to be installed, yet is not selectable - How to resolve?
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 ...
0
votes
1
answer
575
views
Cannot connect ssh unless i delete .vscode-server
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 ...
1
vote
2
answers
194
views
How to get Active Directory information remotely using c#?
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 ...
0
votes
0
answers
26
views
Executing python function remotely [duplicate]
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 ...
1
vote
0
answers
254
views
Why is it so slowly while transferring files from windows through WinRM by using python?
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 ...
0
votes
1
answer
125
views
Is it possible to control ios screen (Real device not simulator) programatically?
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 ...
0
votes
1
answer
355
views
Rails 7: Psql trying to connect to the wrong database but trying to create correct database
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 ...
0
votes
1
answer
80
views
Content Security Policy when clients access via Windows Remote Desktop
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. ...
0
votes
1
answer
107
views
How to interact with an application on a remote computer via tail?
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 ...
1
vote
0
answers
63
views
Copying several folders from remote to local via bash script, only authenticating once
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
...
1
vote
0
answers
26
views
CHROME based on-site remote control
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 ...
1
vote
1
answer
50
views
ObjectNotExecutableError trying to execute SQL on remote MySQL Server with sqlalchemy.create_engine
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 ...
0
votes
1
answer
116
views
Can't connect to my MySQL host server on my local machine [duplicate]
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 ...
0
votes
1
answer
5k
views
JetBrains Gateway: Cannot connect to remote host: Connection refused: no further information
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 ...
2
votes
0
answers
58
views
Installation watchface from smartphone to watch
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.
...
1
vote
0
answers
54
views
on linux gitclone issue remote server error showing fatal error with proxy n port
└─$ 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 ...
0
votes
1
answer
64
views
Speed up search of remote directories
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 ...
0
votes
0
answers
373
views
Can't remotely connect to my postgresql database on digitalocean
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 &...
0
votes
0
answers
56
views
Cannot connect on PostgreSQL From remote
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 ...
2
votes
0
answers
149
views
How to run a Python script hosted on a different server remotely from a Java application hosted on another server?
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 ...
0
votes
1
answer
1k
views
Windows server 2019 - minimal permissions to allow certmgr.msc (local) to connect to server for read cert store access
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 ...
0
votes
0
answers
33
views
PyTorch RuntimeError
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 ...
0
votes
1
answer
121
views
Detect Zoom-Control in .NET 8 application
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 ...
0
votes
0
answers
217
views
Possible ways to simulate tap input with android studio
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 ...
0
votes
0
answers
124
views
Get-ACL with Invoke-Command
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.
...
0
votes
1
answer
127
views
How to update cell output of a jupyter notebook which is hosted on a network IP
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 ...
0
votes
2
answers
614
views
How to run vscode tunel without internet access
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-...
0
votes
1
answer
504
views
Remote connection to mysql server on local pc
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 ...
0
votes
0
answers
128
views
Can't list (non-PostGIS) tables on a remote Postgresql db schema with QGis
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:...
0
votes
0
answers
462
views
How to enable a user in mariadb (or mysql) to access the server from any ip address?
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 ...
1
vote
1
answer
134
views
How can I access multiple Raspberry-based machines remotely (IoT)
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. ...