Vincenzo Ferrara

Results 11 comments of Vincenzo Ferrara

I divided my subnet into: 10.0.0.xxx for clients that need remote desktop access only 10.0.1.xxx for access to my servers (nas, mysql database etc..) and 10.0.2.xxx for clients that need...

I would like my clients to have different submasks, not my "wireguard server"

my repository is private. I honestly thought there was a command (which also included file verification) chatgpt create this code ` private const string GitHubToken = ""; private const string...

check if the downloaded file was current, or if it is in an inconsistent state. I know you are using a checksum. for example if the downalod stops the internet...

however the above code doesn't work, it fails to connect giving a 404 error i can't figure out how to use the token, with your toolkit it works so it's...

this code it works for me ` try { var releases = await client.Repository.Release.GetAll(GitHubOwner, GitHubRepo); var release = releases[0]; var latestAsset = await client.Repository.Release.GetAllAssets(GitHubOwner, GitHubRepo, release.Id); foreach (var asset in...

v2 is old try using v3 and to filter use `params` in the place of `data`

remember that if you solved it, close the post and publish the solution

same error also with windows 10