python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to share a file between two PC on two different VPNs
I need to copy files from one computer to another, but they are not on the same subnetwork. I need to use two different VPN connections to access the two computers. Can I transfer the files between th...
Tommaso Bendinelli
Votes: 0
Answers: 1
How to connection mongodb via ssh in nestjs
I have some problem.
I try connect mongodb via ssh but can not find solution..
I used 'tunnel-ssh' to connect from 'express' to 'mongodb' via 'ssh'.
But now we use 'nest JS'.
I would like to know how ...
2Kiju
Votes: 0
Answers: 1
What is the proper way to pass traffic using GRE tunnel (or any vNIC) using eBPF?
I have a GRE link set up on a VM using the following commands: ip tunnel add tap0 mode gre local <foo> remote <bar> and the counterpart on a different VM (in the same subnet) is exactly th...
Nimrodshn
Votes: 0
Answers: 1
Mysql-Client Jumphost from Local Client to Webserver to DB Server without DB Server SSH User
My scenario looks as follows:
I have a web server and a DB server. On the webserver I have an SSH user with which I can connect to the database via mysql-client. The mysql port is restricted to the IP...
mulus_ex_machina
Votes: 0
Answers: 1