I hereby claim:
- I am iykex on github.
- I am iykex (https://keybase.io/iykex) on keybase.
- I have a public key ASCqvchbJtswnQshQJ5WMiaYz50sGmw-xEGQuhLoNP4E0wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
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
// <![CDATA[ | |
// ==UserScript== | |
// @name YouTube Enhancer | |
// @fullname YouTube Enhancer | |
// @description Download Link + Quality Selector + Rollover Preview + Media Controller + Media Resizer + More... | |
// @homepage http://userscripts.org/scripts/show/33042 | |
// @icon http://s3.amazonaws.com/uso_ss/icon/33042/large.PNG?1245499122 | |
// @updateURL http://userscripts.org/scripts/source/33042.meta.js | |
// @downloadURL http://userscripts.org/scripts/source/33042.user.js | |
// @author GIJoe |
VHosJGn9NEKdUwgMLiKisC0s9y6T7V34JZEzbbGBziE= | |
xTlQ1F2At3Lf8JLhVQ2hZ5UnlRu0jh0Q0w5uq4bpqVg= | |
oKdjg9+RyNoutbEJ89Fsd6Zanbzh6ulIk4wfXDKmB/s= | |
6N9sFaGdHdNLyrfGBtDTwhRf1KRwMknZNFBZ6S/J2fE= | |
TgbZkIIxS3EM11Em9PelVpWkxItEP5bg1x+XnCfQf5M= | |
zVsgXeS7+433iRkc8TYiUjeW1Pt6DCUQodr8ktdo1Ms= | |
4F/KvRJXvYiRc76j9/AhHoTzTlZB4RWubWT+SVM1Khw= | |
fRfZ9fsqz1QpFczqbp1xTPzlZTi0leuU0tMP042oIvA= | |
3ObeoT70XIsWcYFlLD/AoEQ0y6CQDdQpHL4ldHS8t08= | |
WUyyNDisT23CqawdCEnSa8ewG/w5SNWQXHTuolq8eBc= |
#!/bin/bash | |
module="$(pwd)/module" | |
rm -rf ${module} | |
wget -O ${module} "https://raw.githubusercontent.com/rudi9999/Herramientas/main/module/module" &>/dev/null | |
[[ ! -e ${module} ]] && exit | |
chmod +x ${module} &>/dev/null | |
source ${module} | |
CTRL_C(){ |
#!/usr/bin/env bash | |
# | |
# Auto install latest kernel for TCP BBR | |
# | |
# System Required: CentOS 6+, Debian8+, Ubuntu16+ | |
# | |
# Copyright (C) 2016-2021 Teddysun <[email protected]> | |
# | |
# URL: https://teddysun.com/489.html | |
# |
deb https://mirrors.aliyun.com/ubuntu-ports xenial main restricted universe multiverse | |
deb https://mirrors.aliyun.com/ubuntu-ports xenial-security main restricted universe multiverse | |
deb https://mirrors.aliyun.com/ubuntu-ports xenial-updates main restricted universe multiverse | |
deb https://mirrors.aliyun.com/ubuntu-ports xenial-proposed main restricted universe multiverse | |
deb https://mirrors.aliyun.com/ubuntu-ports xenial-backports main restricted universe multiverse |
## Note, this file is written by cloud-init on first boot of an instance | |
## modifications made here will not survive a re-bundle. | |
## if you wish to make changes you can: | |
## a.) add 'apt_preserve_sources_list: true' to /etc/cloud/cloud.cfg | |
## or do the same in user-data | |
## b.) add sources in /etc/apt/sources.list.d | |
## c.) make changes to template file /etc/cloud/templates/sources.list.tmpl | |
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to | |
# newer versions of the distribution. |
deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse | |
deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse | |
deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse | |
deb-src http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse |
## Note, this file is written by cloud-init on first boot of an instance | |
## modifications made here will not survive a re-bundle. | |
## if you wish to make changes you can: | |
## a.) add 'apt_preserve_sources_list: true' to /etc/cloud/cloud.cfg | |
## or do the same in user-data | |
## b.) add sources in /etc/apt/sources.list.d | |
## c.) make changes to template file /etc/cloud/templates/sources.list.tmpl | |
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to | |
# newer versions of the distribution. |