Skip to content

Instantly share code, notes, and snippets.

@GithubUser5462
GithubUser5462 / ReadMe.md
Last active October 10, 2024 21:11
ERROR: unable to configure virtual network port: could not open TUN/TAP device: No such file or directory

ERROR: unable to configure virtual network port: could not open TUN/TAP device: No such file or directory

The error message you are seeing is related to the TUN/TAP device. This device is used to create virtual network interfaces. The error message suggests that the device is not available or not configured correctly.

You can try the following steps to resolve the issue:

1. Kernel module

  • Check if the TUN/TAP device is loaded by running the command lsmod | grep tun
  • If it is not loaded, you can load it by running sudo modprobe tun
@Orangera1n
Orangera1n / 15on16sepactivationguide.md
Last active March 11, 2025 14:43
How to activate a device on iOS 15 that was futurerestored on 16 sep

whatisthisthisthisthisthisthis?

This is a guide on how to activate ur idevice on ios 15 (maybe ios 14 idk) when its futurerestored on 16 sep.

DISCLAIMER: I am very aware people might use this to bypass icloud, but I am NOT encouraging you to bypass icloud.

ALSO: THIS IS RECOMMENDED FOR ADVANCED USERS ONLY, i am not responsable for ur device being broken (tho idk how it becomes broken via this)

also, i've only tested this on macOS, might work on linux tho if u replace darwin with linux and shit.

@jinjier
jinjier / javdb-top250.md
Last active April 27, 2025 14:03
JavDB top 250 movies list. [Updated on 2025/04]
@Teraflopst
Teraflopst / ACL4SSR-Helps.md
Created February 13, 2022 15:29
本文主要是教你怎么定制一下自己的ACL或者clash规则。

1. 前言

本文主要是教你怎么定制一下自己的ACL或者clash规则。

前面稍微科普一下去广告的分类、不作为重点。

本文不能顾及全网的规则,仅做一般普及,需要有点基础,非小白科普文章

How to block Oculus from tracking my Quest?
1. You can block these domains on your router or a pi-hole device:
oculus.com
oculuscdn.com
facebook-hardware.com
facebook.net
facebook.com
.
├── archived
│   ├── add_files_to_aria2_rpc.sh
│   ├── applegamebox.net
│   │   ├── 1942_Pacific_Front_Premium_v1.2.0.ipa
│   │   ├── 2013 Infected Wars 1.1.2.ipa
│   │   ├── 2K DRIVE 1.7.ipa
│   │   ├── 300 Dwarves HD 1.2.ipa
│   │   ├── 33rd Division 1.0.3.ipa
│   │   ├── 3D_City_Run_2_v1.1_applegamebox.net.ipa
@aslamdoctor
aslamdoctor / acrylic hosts.txt
Created May 4, 2020 14:25
Acrylic Hosts File Configuration
Acrylic DNS Proxy (free, open source) does the job. It creates a proxy DNS server (on your own computer) with its own hosts file. The hosts file accepts wildcards.
Download from the offical website
http://mayakron.altervista.org/support/browse.php?path=Acrylic&name=Home
Configuring Acrylic DNS Proxy
To configure Acrylic DNS Proxy, install it from the above link then go to:
Start
@MuhammadSaim
MuhammadSaim / rarreg.key
Last active April 27, 2025 07:28
Step 1: Create a file called rarreg.key Step 2: Paste into the file the raw content of this gist Step 3: Go to Winrar install directory (by default => c:\ProgramFiles\WinRAR\ ) Step 4: Paste the rarreg.key into WinRAR directory Step 5: Enjoy
RAR registration data
WinRAR
Unlimited Company License
UID=4b914fb772c8376bf571
6412212250f5711ad072cf351cfa39e2851192daf8a362681bbb1d
cd48da1d14d995f0bbf960fce6cb5ffde62890079861be57638717
7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565
b41bcf56929486b8bcdac33d50ecf773996052598f1f556defffbd
982fbe71e93df6b6346c37a3890f3c7edc65d7f5455470d13d1190
6e6fb824bcf25f155547b5fc41901ad58c0992f570be1cf5608ba9
@UCyborg
UCyborg / AeroGlassUpdateSymbols.vbs
Created July 28, 2019 11:22
Downloads debug symbols required by Aero Glass if it doesn't have the latest information about internal DWM functions.
Const WindowsFolder = 0
Const SystemFolder = 1
Const TempFolder = 2
Dim objShell, regPath
Set objShell = WScript.CreateObject("WScript.Shell")
regPath = Array("HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows Kits\Installed Roots\WindowsDebuggersRoot10",_
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Kits\Installed Roots\WindowsDebuggersRoot10",_
"HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows Kits\Installed Roots\WindowsDebuggersRoot81",_
@y0ngb1n
y0ngb1n / docker-registry-mirrors.md
Last active April 27, 2025 13:47
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized