To pass wireguard's traffic through a TCP tunnel by using udp2raw
For Arch linux, install udp2raw by pacman:
pacman -S udp2raw
For Debian or Ubuntu, you can use a binary release from: https://github.com/wangyu-/udp2raw/releases
| #!/bin/bash | |
| # Define colors for output | |
| GREEN='\033[0;32m' | |
| RED='\033[0;31m' | |
| NC='\033[0m' # No Color | |
| # Function to print status messages | |
| log() { | |
| echo -e "${GREEN}[+] $1${NC}" |
To pass wireguard's traffic through a TCP tunnel by using udp2raw
For Arch linux, install udp2raw by pacman:
pacman -S udp2raw
For Debian or Ubuntu, you can use a binary release from: https://github.com/wangyu-/udp2raw/releases
Update 2025-07-16: Use either Revanced, NewPipe or Firefox with add-ons. Revanced is my personal pick, due to it being a mod of the official App like Vanced, but better (e.g. it has integration of Sponsor Block, Return YouTube Disklike and more).
I wouldn't recommend Kiwi Browser anymore as it has been discontinued. AFAIK it has been accuired by Microsoft and the extension support has been merged into Edge (Canary). But you'd have to use Edge. Yuck.
| sudo apt remove -y chrome-remote-desktop && sudo apt purge -y chrome-remote-desktop |
| import 'package:flutter/material.dart'; | |
| import 'dart:math' as math; | |
| void main() => runApp(TwitterFab()); | |
| class TwitterFab extends StatefulWidget { | |
| @override | |
| _TwitterFabState createState() => _TwitterFabState(); | |
| } |
To build LineageOS, you’ll need:
sudo apt install bc bison build-essential ccache curl flex g++-multilib gcc-multilib git gnupg gperf imagemagick lib32ncurses5-dev lib32readline-dev lib32z1-dev libesd0-dev liblz4-tool libncurses5-dev libsdl1.2-dev libssl-dev libwxgtk3.0-dev libxml2 libxml2-utils lzop pngcrush rsync schedtool squashfs-tools xsltproc zip zlib1g-devFor Ubuntu versions older than 16.04 (xenial), substitute:
libwxgtk3.0-dev → libwxgtk2.8-dev| Create a file | |
| > src/assets/scss/tools/_bootstrap.min.scss | |
| Paste this inside | |
| ``` | |
| /*! | |
| * Bootstrap v3.3.7 (http://getbootstrap.com) | |
| * Copyright 2011-2016 Twitter, Inc. | |
| * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
| <!-- Slide Menu--> | |
| <aside class="side-menu__container" [ngClass]="{'side-menu__container-active': showMenu}" (click)="toggleMenu()"> | |
| <nav class="slide-menu" [ngClass]="{'slide-menu-active': showMenu}" (click)="$event.stopImmediatePropagation();"> | |
| <section class="menu-header"> | |
| <span class="greeting__text">Welcome Back</span> | |
| <div class="profile-image__container"> | |
| <img src="https://avatars3.githubusercontent.com/u/5658460?s=460&v=4" alt="profile-image" | |
| class="profile__image"> | |
| </div> | |
| <div class="account-details"> |
| # With your phone in debug mode, etc. | |
| adb start-server | |
| adb remount | |
| adb shell < remove.sh |