Skip to content

Instantly share code, notes, and snippets.

View iykex's full-sized avatar
🍀
alive

mr•vybes iykex

🍀
alive
  • BitHub Inc.
  • Accra-Ghana, Africa
  • 21:57 (UTC)
  • X @nana_vybes
View GitHub Profile

Keybase proof

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:

@iykex
iykex / README.md
Created November 27, 2023 22:40 — forked from hamid-rostami/README.md
wireguard over TCP

To pass wireguard's traffic through a TCP tunnel by using udp2raw

Requirements

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

@iykex
iykex / youtube.js
Created August 15, 2023 08:18 — forked from l1am9111/youtube.js
YouTube Enhancer
// <![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
@iykex
iykex / veri
Created July 11, 2023 02:02
verif.y
This file has been truncated, but you can view the full file.
VHosJGn9NEKdUwgMLiKisC0s9y6T7V34JZEzbbGBziE=
xTlQ1F2At3Lf8JLhVQ2hZ5UnlRu0jh0Q0w5uq4bpqVg=
oKdjg9+RyNoutbEJ89Fsd6Zanbzh6ulIk4wfXDKmB/s=
6N9sFaGdHdNLyrfGBtDTwhRf1KRwMknZNFBZ6S/J2fE=
TgbZkIIxS3EM11Em9PelVpWkxItEP5bg1x+XnCfQf5M=
zVsgXeS7+433iRkc8TYiUjeW1Pt6DCUQodr8ktdo1Ms=
4F/KvRJXvYiRc76j9/AhHoTzTlZB4RWubWT+SVM1Khw=
fRfZ9fsqz1QpFczqbp1xTPzlZTi0leuU0tMP042oIvA=
3ObeoT70XIsWcYFlLD/AoEQ0y6CQDdQpHL4ldHS8t08=
WUyyNDisT23CqawdCEnSa8ewG/w5SNWQXHTuolq8eBc=
@iykex
iykex / intt.sh
Last active July 11, 2023 01:22
intt.sh
#!/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(){
@iykex
iykex / google-bbr.sh
Created May 18, 2023 00:00
#Auto install latest kernel for TCP BBR | #System Required: CentOS 6+, Debian8+, Ubuntu16+ | #Copyright (C) 2016-2021 Teddysun <i@teddysun.com> | # URL: https://teddysun.com/489.html
#!/usr/bin/env bash
#
# Auto install latest kernel for TCP BBR
#
# System Required: CentOS 6+, Debian8+, Ubuntu16+
#
# Copyright (C) 2016-2021 Teddysun <i@teddysun.com>
#
# URL: https://teddysun.com/489.html
#
@iykex
iykex / source.list
Created May 3, 2023 22:33
For arm64/armhf embedding device(Tx2) test, not for PC
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
@iykex
iykex / sources.list
Created May 3, 2023 22:27
Oracle Cloud(arm) - Ubuntu 20.04 LTS (Focal Fossa) -- Full sources.list
## 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.
@iykex
iykex / sources.list
Created May 3, 2023 17:08 — forked from ishad0w/sources.list
Ubuntu 20.04 LTS (Focal Fossa) -- Full sources.list
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
@iykex
iykex / Sources.list--
Created April 21, 2023 10:23 — forked from nichham2/Sources.list--
This is a copy of the sources.list file for ubuntu-22.04-lts Server arm64 Also sources.list-ubuntu-22.04-lts Server amd64
## 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.