internet
Here are 891 public repositories matching this topic...
-
Updated
Mar 18, 2022 - Java
RIOT - The friendly OS for IoT
-
Updated
Mar 23, 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
Mar 16, 2022 - JavaScript
Android library listening network connection state and Internet connectivity with RxJava Observables
-
Updated
Sep 17, 2020 - Java
A guide to writing a DNS Server from scratch in Rust
-
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.
The best file downloader library for Android
-
Updated
Mar 9, 2022 - Java
Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
-
Updated
Mar 19, 2022 - C
Check if the internet connection is up
-
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.
Android Rich Text Editor With customized spans - 富文本编辑器 - Don't miss this one :)
-
Updated
Dec 26, 2021 - Java
Houseparty users can be found by checking the following URL: https://houseparty.com/add/{placeholder}.
A tool for managing port forwardings via UPnP
-
Updated
Dec 19, 2021 - Java
Software to monitor streams of BGP data. Pre-configured for real-time detection of visibility loss, RPKI invalid announcements, hijacks, and more.
-
Updated
Mar 22, 2022 - JavaScript
Check if servers are reachable
-
Updated
Nov 24, 2021 - JavaScript
INET Framework for the OMNeT++ discrete event simulator
-
Updated
Mar 22, 2022 - C++
BGP sessions management tool
-
Updated
Mar 21, 2022 - Python
MyServer is your own localhost web server. you can setup PHP, Apache, Nginx and MySQL servers on your android devices or linux like Ubuntu etc. MyServer is Developed for android terminal like Termux or GNURoot Debian terminal.
-
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
BitMeter OS - a cross-platform bandwidth monitor
-
Updated
Mar 6, 2019 - C
-
Updated
Nov 9, 2021 - Python
Podcast CLI player
-
Updated
Oct 11, 2020 - Go
Add documentation about how to add a WireGuard configuration on Mac
This repo consists of various DDoS scripts, collected from internet. Layer-4 and Layer-7 levels can be targeted using these scripts.
-
Updated
Apr 4, 2021 - C
Control anything with Siri voice commands.
-
Updated
Feb 19, 2022 - Python
WebRTC based, simple proof-of-work p2p ecosystem
-
Updated
Nov 22, 2021 - JavaScript
InnoSetup高仿有道云笔记安装程序的脚本模板,改一改背景图片就可以一键打包属于自己的美观的互联网风格的安装程序
-
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的密码询问步骤,解决问题。在安装完证书后,重新启动程序,就能发现证书安装成功了。