internet
Here are 891 public repositories matching this topic...
-
Updated
Mar 7, 2022 - Java
-
Updated
Mar 14, 2022 - C
I think it would be good to describe/list the capture technologies Wireguard is using for each platform. e.g. Windows it using wintun.net driver, Linux it is using /dev/tun etc.
Likely an advanced topic.
-
Updated
Feb 16, 2022 - JavaScript
-
Updated
Sep 17, 2020 - Java
-
Updated
Jan 12, 2022
Currently, they are stored in a comma-separated string list inside the config
file, but this doesn't properly handle a number of edge cases.
-
Updated
Mar 9, 2022 - Java
-
Updated
Feb 4, 2022 - C
-
Updated
Jun 12, 2021 - JavaScript
shows a wrong text as mentioned by @pljones this should be edited (after this release) a PR can already be raised now.
See below what it should be updated to.
-
Updated
Dec 26, 2021 - Java
Houseparty users can be found by checking the following URL: https://houseparty.com/add/{placeholder}
.
-
Updated
Dec 19, 2021 - Java
-
Updated
Mar 14, 2022 - JavaScript
-
Updated
Nov 24, 2021 - JavaScript
-
Updated
Mar 13, 2022 - Python
-
Updated
Mar 14, 2022 - C++
-
Updated
Sep 30, 2021 - Python
So what we more or less want to accomplish here to start is this:
Adding the debian/* (ubuntu/, fedora/, etc.) folders and the docker setup to each (dependency) pkg's respective git repo (so nanoservice, python-nanomsg, etc.).
Probably makes sense to pick off one or two of these dependencies to start, then fork the dep repo and make a branch to work on.
**Things for us are
-
Updated
Mar 6, 2019 - C
-
Updated
Nov 9, 2021 - Python
-
Updated
Oct 11, 2020 - Go
Add documentation about how to add a WireGuard configuration on Mac
-
Updated
Apr 4, 2021 - C
-
Updated
Feb 19, 2022 - Python
-
Updated
Nov 22, 2021 - JavaScript
-
Updated
Dec 19, 2018 - Inno Setup
Improve this page
Add a description, image, and links to the internet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the internet topic, visit your repo's landing page and select "manage topics."
在Ubuntu系统下使用dev-sidecar时,程序需要安装根证书,但是在安装时会出现以下问题:
要解决此问题,可以打开终端,运行
sudo /opt/dev-sidecar/@docmirrordev-sidecar-gui --no-sandbox
,以root身份安装证书,从而避开sudo的密码询问步骤,解决问题。在安装完证书后,重新启动程序,就能发现证书安装成功了。