python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Visual Studio runs on local machine with server's IP
I need a small direction for below task.
We are consuming APIs for getting some values. The company who written APIs, allows only our server IP for making request. (Basically, I cannot make API calls ...

weeraa
Votes: 0
Answers: 2
Setting a DialFunc for pgxpool.Config
I am having trouble creating a connection to a postgres database via ssh tunneling with the "github.com/jackc/pgx/v4/pgxpool" library. I cannot seem to figure out how to set the DialFunc for...
user17976520
Votes: 0
Answers: 2
Can ssh to GCP Private instance but cant access application interface through cloud shell
Here is what i have:
GCP instance without external IP (on VPC, and NAT), and it accepts HTTP HTTPS requests
firewall allows ingress TCP for 0.0.0.0 and also for IAP's IP 35.235.240.0/20 on all ports ...
Arrajj
Votes: 0
Answers: 1
What is the .ssh/config corresponding option for ssh -N
I am trying to set up an alias in my config that should give the same result as
ssh -N -L 3307:1.1.1.1:3306 username@remoteip
My current .ssh/config looks something like this.
Host connect
User u...
Prajwal Raju P
Votes: 0
Answers: 1